Viewing profile — dholm
dholm
HN member- Joined
- Sat, May 25, 2013, 7:02 AM UTC
- HN karma
- 18
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About dholm
No profile information was provided.
Recent public activity
-
comment
Comment #42086097
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.
-
comment
Comment #42005735
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 …
-
comment
Comment #41550137
https://archive.is/gmxoa
-
comment
Comment #41091940
https://millcomputing.com/docs/
-
comment
Comment #40920862
https://archive.is/WDrDm
-
comment
Comment #40705831
Could it have been Dr. Hardware Sysinfo? https://www.dr-hardware.com/pghgretro.htm
-
comment
Comment #39175275
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 …
-
comment
Comment #38506397
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 t…
-
comment
Comment #38496720
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...
-
comment
Comment #38338621
https://aa-project.sourceforge.net/aalib/
-
comment
Comment #36774832
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 …
-
comment
Comment #36591750
https://archive.is/IciHj
-
comment
Comment #35909204
Because they use encryption. The captured radio would have had the current key set in it or this would not have worked.
-
comment
Comment #35765226
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 …
-
comment
Comment #34675717
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
-
comment
Comment #34663412
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 d…
-
comment
Comment #31858878
Thank you rui314. There is a lot of good information collected in that issue.
-
comment
Comment #31858833
I was not aware of this feature and we do use CMake. Thank you for letting me know about it!
-
comment
Comment #31796966
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…