Live data from Hacker News

Viewing profile — andrewf

andrewf

HN member
Joined
Wed, Aug 01, 2007, 7:31 PM UTC
HN karma
2,284
Public activity
798 items

About andrewf

{firstname}@sullust.net (checked every week or two) github.com/andrewffff

Recent public activity

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

  2. comment
    Comment #48740446

    It's a brand gTLD, like .microsoft and .google. https://en.wikipedia.org/wiki/Generic_top-level_domain#Brand...

  3. comment
    Comment #48649447

    https://nand2mario.github.io/posts/2026/z386/#testing gets into this sort of thing a bit more.

  4. comment
    Comment #48537151

    The Quark core lives on as a control processor inside Intel CPUs - https://pbx.sh/intelme_talk.pdf

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

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

  7. comment
    Comment #48102129

    I wonder if anyone ever tried to make the Clipper 5 pre-processor spit out Delphi..

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

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

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

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

  12. comment
    Comment #47904328

    Some keyboard enthusiasts obtain lighter keypresses by adding weight to the underside of the keys.

  13. 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."

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

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

  16. comment
    Comment #47509533

    They may not be confident in its reliability over the fall gamut of cheap consumer drives.

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

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

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

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

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

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

  23. comment
    Comment #46451364

    Swap the parameters around for C++ and similar langs where `assert(a, b)` evaluates the same as `(void) a; assert(b)`.

  24. comment
  25. comment