HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dholm

no profile record

comments

dholm
·2 lata temu·discuss
This was most certainly not the case when using CD burners in windows 9x. I remember my friend being afraid of even moving the mouse while burning a CD.
dholm
·2 lata temu·discuss
Did you try using the MAD MP3 decoder, which only relied on fixed point? I remember trying it several times and comparing the audio output to the other decoders and wondering what the deal was. I had a Pentium though and didn't know enough about floating point to understand the issue.

https://www.underbit.com/products/mad/
dholm
·2 lata temu·discuss
https://archive.is/gmxoa
dholm
·2 lata temu·discuss
https://millcomputing.com/docs/
dholm
·2 lata temu·discuss
https://archive.is/WDrDm
dholm
·2 lata temu·discuss
Could it have been Dr. Hardware Sysinfo?

https://www.dr-hardware.com/pghgretro.htm
dholm
·2 lata temu·discuss
I think OpenWatcom supports windows 3.x and it's quite a nice compiler if you are targeting older PC systems and don't require support for the latest versions of C or C++. You can easily use it to cross-compile from a modern OS and I used it a few years ago for a Hackathon where we implemented a simple demo that we built on Linux and ran in DOSBox with a CI-like pipeline (no Jenkins involved since it was just for fun).
dholm
·3 lata temu·discuss
Thanks, now when I checked it again I see a reference to TempleOS so that is for sure it. I wonder why they put this in the repo of 9front though. It's the main repo according to the release page. https://9front.org/releases/2023/11/22/0/

Edit: There are files with quotes from a bunch of other famous people from the OS community there too. Ken Thompson, Theo de Raadt etc.
dholm
·3 lata temu·discuss
I randomly stumbled around in their repository and found the following file. What's the deal with all the racism?

http://git.9front.org/plan9front/plan9front/4573bb5550de7917...
dholm
·3 lata temu·discuss
https://aa-project.sourceforge.net/aalib/
dholm
·3 lata temu·discuss
CodeNavigator for iOS was a great app for cloning repos and reading the code offline. It had support for bookmarking and making annotations as well as syntax highlighting for many different languages.
dholm
·3 lata temu·discuss
https://archive.is/IciHj
dholm
·3 lata temu·discuss
Because they use encryption. The captured radio would have had the current key set in it or this would not have worked.
dholm
·3 lata temu·discuss
RHEL, "welcome to everything is old".

Unfortunately it's also a headache to use Linuxbrew with RHEL because it keeps trying to install its bottled glibc which doesn't like the old (but heavily patched) kernel and breaks everything not statically linked to the system libc until you remove it.