Viewing profile — andrewf
andrewf
HN member- Joined
- Wed, Aug 01, 2007, 7:31 PM UTC
- HN karma
- 2,284
- Public activity
- 798 items
- HN profile
- View on Hacker News ↗
About andrewf
Recent public activity
-
comment
Comment #48986670
It strikes me as like setting up an IDE. People have preferences, switching is possible, but there are advantages to saying "we are a Visual Studio + Resharper shop" or "everyone u…
-
comment
Comment #48740446
It's a brand gTLD, like .microsoft and .google. https://en.wikipedia.org/wiki/Generic_top-level_domain#Brand...
-
comment
Comment #48649447
https://nand2mario.github.io/posts/2026/z386/#testing gets into this sort of thing a bit more.
-
comment
Comment #48537151
The Quark core lives on as a control processor inside Intel CPUs - https://pbx.sh/intelme_talk.pdf
-
comment
Comment #48228346
Browser behavior like mixed content warnings (and a clear slide towards discouraging all non-HTTPS traffic) was the impetus for us at Twitch to TLS all our video in the mid-2010s. …
-
comment
Comment #48228261
The author's answer as of 2021: https://news.ycombinator.com/item?id=28586767 EDIT: I recall reading that the Netflix client can continuously select between multiple content caches…
-
comment
Comment #48102129
I wonder if anyone ever tried to make the Clipper 5 pre-processor spit out Delphi..
-
comment
Comment #48100902
> Bizarrely, to protect dBase, there was no compatible Turbo C++ objects integration in dBase (you could import OBJ files from Microsoft C++). There was no way to natively use dBas…
-
comment
Comment #48068750
I find the constant use of punchy style tiring. Sometimes a "punch in the face" is useful. Makes you re-evaluate things. Being punched in the face all day, every day, is just tirin…
-
comment
Comment #48027494
OS/2 1.0 and the first edition of the CUA were both released in December 1987 according to Wikipedia; Raymond's story isn't dated but could've happened before this. (If I had to ma…
-
comment
Comment #47955673
I don't think hardware page size has to match database page size. It would if Postgres was mmap'ing it. https://www.postgresql.org/docs/current/runtime-config-prese... says the dat…
-
comment
Comment #47904328
Some keyboard enthusiasts obtain lighter keypresses by adding weight to the underside of the keys.
-
comment
Comment #47832509
Then you'll love https://onlinelibrary.wiley.com/doi/full/10.1111/jpc.14309 "Six paediatric health-care professionals were recruited to swallow a Lego head."
-
comment
Comment #47800314
1. Potential donors get upset that they can't make directed donations to specifically support Firefox or Thunderbird rather than the whole kit-and-kaboodle 2. Separate entity spun …
-
comment
Comment #47619857
AIX is still ppc64be. That and s390x are the only big-endian CPUs I can think of which aren't end-of-life, which I think is going to be an increasing maintenance burden over time f…
-
comment
Comment #47509533
They may not be confident in its reliability over the fall gamut of cheap consumer drives.
-
comment
Comment #47370191
Did he write down everything he learned? That way the next person only needs to cover the intervening time period. Conceivably LLMs might be good at answering questions from an uno…
-
comment
Comment #47333563
https://github.com/arobenko/embxx_on_rpi/blob/master/src/asm... Their stuff isn't running on top of Linux on the Pi.
-
comment
Comment #47174461
I worked for a company that published a PalmOS app. Palmgear.com was a very important distribution channel, but so was our own website, I forget the exact ratios.
-
comment
Comment #46638444
You could do "network shares" as in mount the filesystem from Linux and export over Samba/NFS/etc; it would probably also be possible to export the drive as an iSCSI device and mou…
-
comment
Comment #46627244
> I assume we are using a lot more energy What I've learned from visiting my own parents is, you can alleviate the energy concern, if you (1) get solar panels and (2) ban your spou…
-
comment
Comment #46498336
https://devblogs.microsoft.com/oldnewthing/20130108-00/?p=56... Sounds like this is about making .OBJs that fit in the conventions set by Win32 and the Microsoft linker. If you wer…
-
comment
Comment #46451364
Swap the parameters around for C++ and similar langs where `assert(a, b)` evaluates the same as `(void) a; assert(b)`.
-
comment
Comment #46444447
True
- comment