Live data from Hacker News

Viewing profile — wjholden

wjholden

HN member
Joined
Sat, Jan 18, 2020, 7:21 AM UTC
HN karma
279
Public activity
131 items

About wjholden

No profile information was provided.

Recent public activity

  1. comment
    Comment #48915395

    I did a small research project years ago (like 16 years ago) where I tried to detect hosts in promiscuous mode. The entire effort wasn't super relevant even in 2010 because switche…

  2. comment
    Comment #48831184

    I'm going to hazard a speculative answer with poor evidence: love. The ants love one another, as shown by their child-rearing, grooming, playing, the "antennating" mentioned in the…

  3. comment
    Comment #48736825

    Super nostalgic for me just to see the name. My computing teacher gave me a Knoppix LiveCD when I was about 18 and I immediately fell in love with Linux. Within weeks I was (repeat…

  4. comment
    Comment #48655978

    A converter would be fantastic, too. I experimented with having a few LLMs try to translate TikZ to Cetz and none of them were great. The best thing I have found so far is tylax ( …

  5. comment
    Comment #48649004

    Oh man, good on you identifying a product that needs to exist. I've used a few TikZ editors (both online and desktop) and none of them are just amazing. But, I've taken my papers t…

  6. comment
    Comment #48308244

    Not OP, but I can comment on my anecdotal experience switching. Typst is great. I had been using Markdown with Pandoc to write a book. I frequently needed to use raw LaTeX commands…

  7. comment
    Comment #48233379

    Moreover, I'll appeal to authority and point out that Ratatui's motto is "Cook up delicious terminal user interfaces" ( https://ratatui.rs ).

  8. comment
    Comment #48045951

    Not OP, but thank you for your sharing this. If you don't mind a follow-on question, I always hear people talk about the "runtime" in languages like Go and libraries like Tokio. Wh…

  9. comment
    Comment #47976951

    I think Python might be the first language to adopt a named sentinel value type. Has anyone seen a design like this in any other programming language?

  10. story
  11. comment
    Comment #47685555

    The header of an IPv4 packet has the source and destination addresses, both as 32-bit values. These fields are adjacent, and there's other stuff next to them. If you appended more …

  12. comment
    Comment #47456855

    For what it's worth — my last workplace did not allow cell phones in the building and I learned to love it. When people attended meetings, we all made eye contact and talked about …

  13. comment
    Comment #46867455

    That is an insightful response, I may quote you on this.

  14. comment
    Comment #46854032

    I remember a colleague jumping through hoops trying to get Python installed on an enterprise computer. We never did get to a yes and resorted to using PowerShell instead. The polic…

  15. comment
    Comment #46799681

    Cool! I just recently began learning the Raspberry Pi Pico. Could anyone recommend a specific display that I could use with the Pico 2/2W and Mousefood?

  16. comment
    Comment #46695617

    This 1951 film shows a chemist who invents a fabric that threatens to upend all aspects of the textile economy.

  17. story
  18. comment
    Comment #46675702

    Similarly: "The indication for machine-generated text isn't symbolic. It's structural." I always liked this writing device, but I've seen people label it artificial.

  19. comment
    Comment #46643973

    YouTube is actually one of my very first places to go for new concepts. For example, one of the recent Advent of Code puzzles was solvable with "coordinate compression," a techniqu…

  20. comment
    Comment #46637496

    Sports. CrossFit and similar social sports have been healthy for me and for many others, and I think the community is at least equal to the exercise in improving people's lives. No…

  21. comment
    Comment #46637387

    Love it, I always enjoy good examples of hard problems solvable with a constraint solver.

  22. comment
    Comment #45929379

    It also has mixed square brackets and curved parentheses. I stopped reading the article when I saw this.

  23. comment
    Comment #45897745

    This is not the first article I've seen where developers say they're getting overwhelmed by AI-generated bug reports. Maybe this is a new way people can volunteer to help open sour…

  24. comment
    Comment #45868073

    Hadn't thought of it from this perspective. An untraceable signal coming from the moon would also be useful for military communications. Electronic warfare and signals intelligence…

  25. comment
    Comment #45791063

    Year ago I wrote a very simple SAT solver in Java. I initially used List but later primitive arrays to represent my formulas and clauses. The change made a modest and measurable di…