Viewing profile — billpg
billpg
HN member- Joined
- Fri, Apr 24, 2009, 9:46 AM UTC
- HN karma
- 5,637
- Public activity
- 1,538 items
- HN profile
- View on Hacker News ↗
About billpg
Recent public activity
-
story
Ask HN: Redirect-to-www on a dot-dev domain?
I've just purchased a dot-dev domain from Namecheap who I've used before and been very happy with. I set my domain up to use "www" as a CNAME to a static-file web service and the a…
- story
- story
-
comment
Comment #48647956
I once developed for PC-GEOS, which wanted all memory in exactly 8K sized blocks. I wrote a set of C macros that presented an array-of-arrays as a single collection by using mod/di…
-
comment
Comment #48647808
shrug I've reviewed what I originally wrote and I prefer the text I published. Sure, I could review it all myself (indeed I used to) but that takes time and it was becoming a barri…
-
comment
Comment #48645973
I kinda wish they had. 64k windows with no overlap would make segment registers a slightly inconvenient 32-bit address register. I get why hey didn't. Someone might want to run two…
-
comment
Comment #48645909
Hi. I wrote it, and I'm a human. (Or at least I think I am.) I did use an AI for spell-checking, punctuation, generally making it flow, but its all my text. You think a machine is …
-
comment
Comment #48644748
1992-author (me) is wondering if he'll ever get a girlfriend. (And I completely agree.)
-
comment
Comment #48644681
Why would you ever want a single 64k object? That's like an entire machine's worth of memory!
-
comment
Comment #48619422
Indeed, I say as much at the end. But what should Intel have done? They needed a CPU that can run 8080 code but with more memory. Also it's the year ~1980 and we're limited to the …
- story
- story
-
comment
Comment #48326001
Thanks, and that POSIX link is exactly the one I expected someone to bring up. The key point is that POSIX does not actually define a real, physical epoch, and it explicitly avoids…
- story
-
comment
Comment #48325332
I forget where I encountered it, but I've seen similar encodings that eliminated the possibility of many possible encodings for the same number by making the length part of the val…
- story
-
comment
Comment #48191776
Do any formats using ZIP as the underlying format use ZIP comments for metadata? Unless there's a lot of compressors leaving "Zip file generated by MySuperZipper™" then I imagine a…
- story
-
comment
Comment #47860762
True, but I wanted this to be something anyone could do with equipment they might already have lying around and also get a feel for what gravity is actually doing. Switching on a m…
-
comment
Comment #47860516
I had a similar reaction when learning 8086 assembly and finding the correct way to do `if x==y` was a CMP instruction which performed a subtraction and set only the flags. (The bo…
- story
- story
- story
- story
-
comment
Comment #47426233
It's a cookbook!