Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bsdimp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bsdimp
1y ago
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 format. The structure of the code sucked. The sty
2.
▲
by
bsdimp
5y ago
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 and FreeBSD is derived from 4.4BSD... The tabs file doe
3.
▲
by
bsdimp
5y ago
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 heavily used binaries that are native because it sh
4.
▲
by
bsdimp
5y ago
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 optimizations you can get out of this if you don't rel
5.
▲
by
bsdimp
5y ago
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 binaries for the target (so the compilers run natively) and q
6.
▲
Why FreeBSD is migrating to Git
(bsdimp.blogspot.com)
6 points
by
bsdimp
6y ago
|
0 comments
7.
▲
by
bsdimp
6y ago
Shar's workaround is for leading white space. This is change is for not assuming traling newlines.
8.
▲
by
bsdimp
6y ago
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 clearly derivative: variable names, function names, wo
9.
▲
by
bsdimp
6y ago
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 should this ever be litigated (I suspect it won
10.
▲
by
bsdimp
6y ago
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.
▲
A 35 Year old bug in patch found
(bsdimp.blogspot.com)
2 points
by
bsdimp
6y ago
|
0 comments
12.
▲
Bootstrapping 2.11 Backwards
(bsdimp.blogspot.com)
2 points
by
bsdimp
6y ago
|
1 comments
13.
▲
by
bsdimp
6y ago
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 tapes for the original system...
14.
▲
Traditional Unix Tollchains
(bsdimp.blogspot.com)
2 points
by
bsdimp
6y ago
|
0 comments
15.
▲
by
bsdimp
6y ago
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 I'll be able to rebuild. I've mostly be
16.
▲
by
bsdimp
6y ago
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 timers that ran 2BSD in PDP11 have the origin
17.
▲
by
bsdimp
6y ago
It's my COVID-19 insomnia project...
18.
▲
by
bsdimp
6y ago
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 to work...
19.
▲
by
bsdimp
6y ago
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.
▲
by
bsdimp
6y ago
This will be reverted.
21.
▲
by
bsdimp
7y ago
The last actual BASIC I wrote was in 1985.
22.
▲
by
bsdimp
7y ago
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 vs Regents case that a judge ruled there was a large likelih
23.
▲
by
bsdimp
7y ago
SIMH now has a reason to upgrade to support Graphics2: Looks like the spacewar source uses it!
24.
▲
by
bsdimp
7y ago
It's not QR code, per se, but something quite similar...
25.
▲
Hunting down Ken's PDP-7: video footage found
(bsdimp.blogspot.com)
38 points
by
bsdimp
7y ago
|
8 comments
26.
▲
by
bsdimp
7y ago
https://bsdimp.blogspot.com/2019/10/video-footage-of-first-p... has some further speculation... Footage of the PDP-7 that ken would later use to create Unix.
27.
▲
by
bsdimp
7y ago
They ported because there was a user base that liked the commends and environment and wanted to keep using it. It was a rewrite from scratch to the same design spec.
28.
▲
by
bsdimp
10y ago
For those numbers, it was around 18 real cores with hyper threading enabled. Crypto is a great workload for hyper threads. These systems are currently being built up and aren't yet in production. These are with last year's CPUs.
29.
▲
by
bsdimp
12y ago
You can find the following slides from BSDCan 2013 that state Netflix runs FreeBSD 9. https://people.freebsd.org/~scottl/Netflix-BSDCan-20130515.p...
30.
▲
by
bsdimp
12y ago
Netflix has said publicly that they run FreeBSD 10 stable. Here's a slide deck from 2013 that says they were running FreeBSD 9 at the time.
More ›