Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dholm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dholm
2y ago
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.
2.
▲
by
dholm
2y ago
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 en
3.
▲
by
dholm
2y ago
https://archive.is/gmxoa
4.
▲
by
dholm
2y ago
https://millcomputing.com/docs/
5.
▲
by
dholm
2y ago
https://archive.is/WDrDm
6.
▲
by
dholm
2y ago
Could it have been Dr. Hardware Sysinfo? https://www.dr-hardware.com/pghgretro.htm
7.
▲
by
dholm
3y ago
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 an
8.
▲
by
dholm
3y ago
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/re
9.
▲
by
dholm
3y ago
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...
10.
▲
by
dholm
3y ago
https://aa-project.sourceforge.net/aalib/
11.
▲
by
dholm
3y ago
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.
12.
▲
by
dholm
3y ago
https://archive.is/IciHj
13.
▲
by
dholm
3y ago
Because they use encryption. The captured radio would have had the current key set in it or this would not have worked.
14.
▲
by
dholm
3y ago
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
15.
▲
by
dholm
4y ago
You can find links to a lot of old computers and game consoles implemented in FPGA here: - https://github.com/MiSTer-devel/Wiki_MiSTer/wiki/Cores
16.
▲
by
dholm
4y ago
I used to play a lot of games on macOS using Wine but the reason many newer games don’t work and DXVK isn’t available on macOS is because Metal lacks some features that have been difficult for MoltenVK to emulate. This means that MoltenVK i
17.
▲
by
dholm
4y ago
Thank you rui314. There is a lot of good information collected in that issue.
18.
▲
by
dholm
4y ago
I was not aware of this feature and we do use CMake. Thank you for letting me know about it!
19.
▲
by
dholm
4y ago
Does mold support jobserver or some other mechanism to throttle threads? We use lld currently but had to disable threading as sometimes in CI several of our test binaries would get linked at the same time. Whenever this happened the lld ins