-
Posts
11 -
Joined
-
Last visited
-
Donations
0.00 USD
Content Type
Profiles
Forums
Events
Everything posted by Fierelier
-
@j7n I've been building with micro-ATX for ages, and recently even mini-ITX. The power is definitely there, and I'm really happy with the onboard I/O. I just worry about the longevity is all. The existence of the standalone cards is exactly why I want this to exist, and why I think it could still work. As you said, the carrier boards are the expensive things. I looked into it (PICMG 1.3 to be exact) and it's basically all industrial enterprise stuff, much of it old AND expensive. Makes it pretty unattractive for a consumer like me, as I could just pick up some cheap used PC for 50$ and be satisfied for long enough given the price.
-
@tekkaman Motherboards are such fickle things. I've seen a few die, they seem to be one of the main causes of system failure. I believe integrating lots of things onto one board is probably what's causing that. It would be so cool if modern motherboards could just be a breakout board, with just a bunch of PCI-E. All the end-user I/O like USB, audio and video is supplied by cards. Kind of similar to AT, but even more minimal somehow. More expensive but there's an opportunity to build very modular and specialized systems. If a card or port goes bad, you can replace the particular card. You could also keep all the cards when you decide to upgrade the board. It would really cut down on waste.
-
@UCyborg I've tried to make a fix, but I've not been able to reproduce the correct behavior with bTimeAdjustmentDisabled set to FALSE via MinGW. After one hour, the time is still changed. It's hard to check if applying the property succeeded as well, because GetSystemTimeAdjustment fails with error 203 - ERROR_ENVVAR_NOT_FOUND - "The system could not find the environment option that was entered". If anyone is interested in looking into it, I've shared the source code here: https://git.lumen.sh/Fierelier/winutcfix .EXE (sha256: f594d6112c8c64928b74bcff5c0c608d27a2c7003bf7d4548c2b503ecf1d8507): http://fier.me/software/winutcfix.exe Maybe this just doesn't work with MinGW but I'm trying not to spend too much time on one project right now, and I don't feel like installing Visual Studio.
-
My Browser Builds (Part 3)
Fierelier replied to roytam1's topic in Browsers working on Older NT-Family OSes
@roytam1 Unfortunately I'm not very familiar with the code base, nor am I very talented with anything C. Could you look at the, I think, related bugzilla thread maybe? https://bugzilla.mozilla.org/show_bug.cgi?id=1269171 -- I will spend the time to build and test on Linux, I wish I could be of more use. It's fine if it's too complex to resolve. https://hg.mozilla.org/mozilla-central/rev/a640e6fa8ab9 https://hg.mozilla.org/mozilla-central/rev/68da139d0866 -
My Browser Builds (Part 3)
Fierelier replied to roytam1's topic in Browsers working on Older NT-Family OSes
I think it's not an important fix for as long as this solution exists. I've made a greasemonkey script that automatically changes these URLs, if you're interested: https://git.lumen.sh/Fierelier/fiers-grease/src/branch/master/Reddit - Old layout.user.js - Just click on Raw on top of the code to install it. -
My Browser Builds (Part 3)
Fierelier replied to roytam1's topic in Browsers working on Older NT-Family OSes
@mockingbird Try replacing "www.reddit.com" in the url with "old.reddit.com" -
My Browser Builds (Part 3)
Fierelier replied to roytam1's topic in Browsers working on Older NT-Family OSes
@roytam1 any interest? I'd love to see your browsers on Linux as well -
Another program drop the support: Python 3.9.0
Fierelier replied to surrodox2001's topic in Windows 7
@jmeno I get the same feeling. It was all very sudden, and everyone was on board with it. It's worth remembering that Microsoft is one of Python's biggest backers. @vxiiduu I'm happy to see that, though I'm more worried about the future of TLS. Windows XP seems to be in a bit of rut because of it still and I'm afraid the same will happen to 7. -
My Browser Builds (Part 3)
Fierelier replied to roytam1's topic in Browsers working on Older NT-Family OSes
Here's what happened when I tried to compile it on Devuan Chimaera amd64. I presume the prerequisites are these: apt install python2 autoconf2.13 build-essential ccache python2-dev unzip uuid zip curl libgtk2-dev libgconf2-dev yasm libasound2-dev libpulse-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libxt-dev curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py python2 get-pip.py I had to patch up the GST_API_VERSION in the configure script, since it got detected wrongly as 0.10 for some reason. I can't really tell what everything even is, so I just redefined it as 1.0 at line 23036, below the if check under "# Check whether --enable-gstreamer or --disable-gstreamer was given.", this made the build progress further. Unfortunately, I hit a snag: 0:04.95 In file included from /home/fierelier/Documents/mozilla45esr/obj-x86_64-unknown-linux-gnu/dist/stl_wrappers/new:34, 0:04.95 from /usr/include/c++/10/bits/exception_ptr.h:40, 0:04.95 from /usr/include/c++/10/exception:147, 0:04.95 from /home/fierelier/Documents/mozilla45esr/obj-x86_64-unknown-linux-gnu/dist/system_wrappers/exception:3, 0:04.95 from /usr/include/c++/10/new:41, 0:04.95 from /home/fierelier/Documents/mozilla45esr/obj-x86_64-unknown-linux-gnu/dist/system_wrappers/new:3, 0:04.95 from /home/fierelier/Documents/mozilla45esr/obj-x86_64-unknown-linux-gnu/dist/stl_wrappers/cstdlib:28, 0:04.95 from /usr/include/c++/10/stdlib.h:36, 0:04.95 from /home/fierelier/Documents/mozilla45esr/obj-x86_64-unknown-linux-gnu/dist/system_wrappers/stdlib.h:3, 0:04.95 from /home/fierelier/Documents/mozilla45esr/toolkit/crashreporter/google-breakpad/src/common/linux/guid_creator.cc:35, 0:04.95 from /home/fierelier/Documents/mozilla45esr/obj-x86_64-unknown-linux-gnu/toolkit/crashreporter/google-breakpad/src/common/linux/Unified_cpp_src_common_linux0.cpp:11: 0:04.95 ../../../../../../dist/include/mozilla/mozalloc.h:184:33: error: ‘bad_alloc’ in namespace ‘std’ does not name a type 0:04.95 184 | void* operator new(size_t size) MOZALLOC_THROW_BAD_ALLOC 0:04.95 | ^~~~~~~~~~~~~~~~~~~~~~~~ ... This seems to have cropped up in newer GCC versions in Linux: https://bugzilla.mozilla.org/show_bug.cgi?id=1269171 Getting GCC 5.x, which from this, seems to be the only solution I understand, is super difficult on my up to date Linux. @roytam1 maybe you can implement a fix, from what you can read on the bugzilla link? I'm willing to keep building on my system. -
My Browser Builds (Part 3)
Fierelier replied to roytam1's topic in Browsers working on Older NT-Family OSes
Alright, I'll try it somewhen. -
My Browser Builds (Part 3)
Fierelier replied to roytam1's topic in Browsers working on Older NT-Family OSes
@roytam1 Do you think it would be possible to build your Firefox 45 ESR on Linux? If yes, how? How would I decide over SSE2? Thank you.