Viewing profile — housel
housel
HN member- Joined
- Fri, Apr 17, 2009, 1:05 AM UTC
- HN karma
- 144
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About housel
Recent public activity
-
comment
Comment #47621072
I worked for him as well, from 1988 through 1990. He mentored me as I helped sysadmin various BSD machines the university was beta-testing (CCI Tahoe and Gould NP-1), and supervise…
-
comment
Comment #46116425
The ADM3a was just a UART chip, RAM chips, character ROMs, and a bunch of 74LS chips to glue it all together. No CPU, and no way to generate graphics.
-
comment
Comment #45959159
Given that it's an essential/definitional issue, I would have preferred that the author at least showed awareness of the differences between languages intended for marking up text …
-
comment
Comment #45818932
Yes, we overlapped around then.
-
comment
Comment #45814333
I was a student part-time administrator/systems programmer at the Purdue Engineering Computer Network at the time. Our OS installs had enough local mods (and we had enough non-VAX,…
-
comment
Comment #45749012
"clang -Xclang -ast-dump=json" will take you partway there.
-
comment
Comment #42843140
Though "null pointer" and "null value" are correct, for bytes it should be "NUL byte", since ASCII code point 0 is NUL.
-
comment
Comment #41746583
Depends on when "back in the day" was; even in the mid-to-late 80s, especially if you were on a multi-user system, on BSD 4.2/4.3 local and networked printer access went through th…
-
comment
Comment #40978333
At a previous employer we generated assemblers and disassemblers for various DSP cores based on an Excel spreadsheet that the software tools team shared with the processor architec…
-
comment
Comment #40661803
There is the Inkplate ( https://www.crowdsupply.com/soldered/inkplate-5 ), which has an ESP32 and so should be just as hackable as a Linux system.
-
comment
Comment #40135981
While I couldn't find any characters with more than three or four readings in this list, the Taiwan list ( https://language.moe.gov.tw/files/people_files/%e5%88%9d%e7%... ) has one…
-
comment
Comment #38008984
Overall this is helpful, but it seems a bit ranty, and doesn't do as much as (for example) John Day's Patterns in Network Architecture to provide a positive alternative model.
-
comment
Comment #33973486
A lot of Douyin content ends up on YouTube Shorts if you know where to look.
-
comment
Comment #33708690
This is a serious criticism... even if it's not likely to catch on enough to have a real effect on the sea level, it is a complete waste of energy to accomplish something that coul…
-
comment
Comment #33581031
There's no special "bootstrap compiler"; you can download a binary release for your platform from the page you linked, and then use that to bootstrap a newer version from a source …
-
comment
Comment #33577403
(Open) Dylan is surviving just fine, and we expect to do a new release later this month.
-
comment
Comment #33428285
I think it would be great to experiment with building this sort of thing for an e-ink tablet, adding an enhanced layer of interactivity to by-hand notetaking.
-
comment
Comment #32362229
I have a hard copy of this issue; it predated my subscription to Byte by a couple years, but I was able to purchase it as a back issue some time in the early 80s.
-
comment
Comment #31598858
Fairness doctrine made sense at the time because broadcast spectrum was a very scarce resource. When cable and Internet are available to disseminate a broad range of viewpoints, it…
-
comment
Comment #31333712
Supabase is featured in the latest episode of the IEEE SE-Radio podcast: https://www.se-radio.net/2022/05/episode-511-ant-wilson-on-s...
-
comment
Comment #31169498
The name CodeWarrior is now used by NXP for development tools targeting legacy (old Motorola/Freescale) platforms; see for instance https://www.nxp.com/design/software/development-…
-
comment
Comment #31046710
At that point it was probably the free Franz Lisp that was included in BSD Unix 4.2 or 4.3, which had an interpreter and compiler (with basically MACLISP semantics so it could run …
-
comment
Comment #30763152
TeX (and Metafont, and the original Tangle and Weave) were written in Pascal, which is much more rigid with respect to ordering than early C was. The CWEB used for the Stanford Gra…
-
comment
Comment #30295273
I got a TRS-80 Model I when I was 14. For the next four years, I didn't have a disk drive, and was stuck with the 500bps cassette interface for storage. When I finally did get a di…
-
comment
Comment #30251124
https://maskray.me/blog/ has plenty of solid information on the LLVM and GCC/Binutils toolchains.