Live data from Hacker News

Viewing profile — bsdimp

bsdimp

HN member
Joined
Wed, Feb 18, 2015, 12:17 AM UTC
HN karma
111
Public activity
30 items

About bsdimp

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. story
  7. comment
    Comment #24191997

    Shar's workaround is for leading white space. This is change is for not assuming traling newlines.

  8. 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 …

  9. 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…

  10. 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...

  11. story
  12. 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…

  13. story
  14. story
  15. 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…

  16. 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 …

  17. comment
    Comment #23840429

    It's my COVID-19 insomnia project...

  18. 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…

  19. 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....

  20. comment
    Comment #23595134

    This will be reverted.

  21. comment
    Comment #21774949

    The last actual BASIC I wrote was in 1985.

  22. 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 …

  23. comment
    Comment #21287511

    SIMH now has a reason to upgrade to support Graphics2: Looks like the spacewar source uses it!

  24. comment
    Comment #21249303

    It's not QR code, per se, but something quite similar...

  25. story