Viewing profile — bsdimp
bsdimp
HN member- Joined
- Wed, Feb 18, 2015, 12:17 AM UTC
- HN karma
- 111
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About bsdimp
No profile information was provided.
Recent public activity
-
comment
Comment #43581969
I yesterday set chatgpt to a coding task. It utterly failed. Its error handling was extensive, but wrong. It didn't know file formats. It couldn't write the code when i told it the…
-
comment
Comment #28461599
PWB Unix was the earliest sources I could find. FreeBSD lists history items for releases going back to the earliest unix release because BSD Unix is derived from AT&T Research Unix…
-
comment
Comment #28381641
You forgot the following steps: Profile to see what's the slowest thing Make a native version of that. In FreeBSD package builder setup, we also have /bin/sh and a few other heavil…
-
comment
Comment #28381611
I know the qemu-bsd-user fork has some hacks for the bsd-user stuff that looks at the binary to be exec'd and does different things based on the target since there's some optimizat…
-
comment
Comment #28381565
FreeBSD has used this same trick for half a dozen years or so to build arm, mips and riscv binaries using fast Intel servers. The FreeBSD build system can build itself to produce b…
- story
-
comment
Comment #24191997
Shar's workaround is for leading white space. This is change is for not assuming traling newlines.
-
comment
Comment #24191988
It absolutely shared history with Larry Wall's patch.... It took the 2.0 sources and started improving them. I ran across a blurb about this somewhere. Also, the code structure is …
-
comment
Comment #24191976
The question too is whether UNIX is copyrighted due to the pre-berne convention distribution of the system w/o copyright notices... And there's also a question of latches as well s…
-
comment
Comment #24190702
True. I'd been looking at an older version of gnu patch when I thought it hadn't been patched to fix this... It looks like it had a while ago...
- story
-
comment
Comment #24051323
Binary format changes are never fun to go through forwards... This blog entry explains how the 2.11BSD restoration project did it backwards as a step towards creating the boot tape…
- story
- story
-
comment
Comment #23841454
Git's role would be to record the system incrementally as each patch is applied. I've already worked all the way back to the unpatched system. I assume that if I got it right, then…
-
comment
Comment #23840436
No. 2.11BSDpl195 is the earliest one available. It's what was on the old PUPS disk... PUPS became TUHS ( http://www.tuhs.org ) and this is the oldest one there and none of the old …
-
comment
Comment #23840429
It's my COVID-19 insomnia project...
-
comment
Comment #23840427
It's hard to reverse apply 'rm /usr/src/bin/ld.c' in the instructions to patch 160, for example. You have to reconstruct ld.c from 2.10.1BSD, and then add missing changes to get it…
-
comment
Comment #23840419
The whole reason I did this project was to get back to patch level 0 so I could create a github repo of all the 2.11BSD patches....
-
comment
Comment #23595134
This will be reverted.
-
comment
Comment #21774949
The last actual BASIC I wrote was in 1985.
-
comment
Comment #21287516
Nobody! There were no copyright notices, and this is a work made before the US adopted the BERN convention. Prior copyright law required copyright notices. We learned from the ATT …
-
comment
Comment #21287511
SIMH now has a reason to upgrade to support Graphics2: Looks like the spacewar source uses it!
-
comment
Comment #21249303
It's not QR code, per se, but something quite similar...
- story