Live data from Hacker News

Viewing profile — alexjm

alexjm

HN member
Joined
Fri, Sep 21, 2018, 9:59 PM UTC
HN karma
128
Public activity
59 items

About alexjm

Hello!

Recent public activity

  1. comment
    Comment #47681948

    Are you thinking of "The Codeless Code" poem about this? https://www.thecodelesscode.com/case/234

  2. comment
    Comment #47126207

    I read it as a to-do or calendar event: at such-and-such time, we will put the icing on some cookies.

  3. comment
    Comment #46920306

    I have a kitchen slide rule that I use to scale recipes and do simple conversions. I used it last week when inflating a ball that had a target diameter in centimeters, but measurin…

  4. comment
    Comment #46879681

    We don't even need the term "identity theft". We already have a perfectly good word for than: "fraud".

  5. comment
    Comment #45737225

    From the article... Passkeys: - are generated securely and so can’t be guessed - can’t be phished - are unique for each website you use, so if one website is compromised it doesn’t…

  6. comment
    Comment #45079303

    Watch out for Occam's Hacksaw: Any complex problem can be made to look simple by hacking away enough parts of it as "not essential", saying you'll handle them in version two.

  7. comment
    Comment #43787831

    Many filing cabinets in the US are also sized so you can put letter sized folders in one way, or rotate the folders 90 degrees and legal sized folders will fit correctly.

  8. comment
    Comment #43648184

    You might want to add the --http0.9 flag to curl, to tell it that getting a response of just "ok" (HTTP 0.9 style, body only without headers) isn't an error.

  9. comment
    Comment #43004246

    Grep is from an ed editor command: global (g) to apply a command to all lines that match a regular expression, a regex surrounded by slashes (/), and print (p) to display those lin…

  10. comment
    Comment #42952186

    The minor difference is that :q! quits without saving but returns zero as the exit code, but :cq quits with a nonzero exit code. Git interprets the nonzero exit code as "editing fa…

  11. comment
    Comment #42891183

    That was how I learned to tense my ear muscles -- because I could see they made my glasses shift on my face.

  12. comment
    Comment #42815920

    I have a kitchen slide that I use for ratios in recipes. It's an old plastic one from Think Geek. For example, I usually put 15 grams of coffee with 8 oz of water (please excuse th…

  13. comment
    Comment #42731164

    Shellac isn't made of bugs - it's made by bugs. Specifically, it's the resin secreted by a female lac beetle onto the branch of the trees that they live and feed on.

  14. comment
    Comment #42452601

    Some of the letter shapes look like Latin/Roman cursive, but even then I'm not sure I recognize any words either. https://en.wikipedia.org/wiki/Roman_cursive

  15. comment
    Comment #42152837

    It's most likely legacy from pre-computer unit record equipment. These machines could only handle numbers and printed zeros without a slash because there was nothing to confuse the…

  16. comment
    Comment #41978647

    I saw one city park where they took this one step farther. They had a small wooden structure (I think the cover to a water valve, from years ago when they used to set up an ice ska…

  17. comment
    Comment #41384154

    To your original question, yes. The phrase "formerly known as" comes before the old name.

  18. comment
    Comment #38686814

    BBS, Gopher, Usenet, and friends are all still there - no need to invent a new protocol.

  19. comment
    Comment #38547343

    A push notification is generally what creates the "you have a new message on " red bubble.

  20. comment
    Comment #37992553

    It's not real - but imagine if it were!

  21. comment
    Comment #37910686

    LLMs generate content that's statistically plausible, not factually accurate. We don't need more content about USB that might be mostly right.

  22. comment
    Comment #37754871

    Yes, you're looking for US patent 4,549,302: > Thus, even if the file being transmitted [...] includes occurrences of the escape command string of bits, it is extremely unlikely th…

  23. comment
    Comment #37181890

    I've heard that the "do you not have" phrasing was used in polite Soviet-era Russian, leading to a joke about a customer who walks into a shop and sees all the shelves are empty: -…

  24. comment
    Comment #36867444

    It's a poorly worded message, but the idea is that you press F1 after plugging in (or otherwise fixing) the keyboard.

  25. comment
    Comment #35965045

    In the Apple documentation for MVC, "controller" refers to a class that sits between the model and view. When data changes in the model, it updates the view; and when the user inte…