Live data from Hacker News

Viewing profile — pjungwir

pjungwir

HN member
Joined
Fri, Mar 18, 2011, 8:57 PM UTC
HN karma
4,169
Public activity
1,278 items

About pjungwir

https://illuminatedcomputing.com/

pj@illuminatedcomputing.com

[ my public key: https://keybase.io/pjungwir; my proof: https://keybase.io/pjungwir/sigs/18RLNIH6b2Dlda44UTBZU_M50U7MmWCTjBKoF813ZOA ]

Recent public activity

  1. story
  2. comment
    Comment #48995162

    When I was still much more skeptical of AI, I asked ChatGPT to write me a proof of the Goldbach Conjecture. Of course it didn't, but it gave me a several-screens-long research prog…

  3. comment
    Comment #48517712

    I think yes. You're saying that the invoice is generated from other data in separate tables, and it should be immutable even if that data changes. So today you are copying everythi…

  4. comment
    Comment #48510897

    In the Postgres version, you can use a rangetype or multirangetype over any base type (integers, inets, frammishes, etc). This is a generalization of SQL:2011, where PERIODs have t…

  5. comment
    Comment #48509304

    For application time, everything lives in one table (although you could partition it). The biggest performance hit, I suspect, will come from GiST indexes instead of B-Trees. Some …

  6. comment
    Comment #48508750

    Hey I worked on this! Thank you to everyone here saying they are excited about it. I often hear doubts that anyone wants this. Perhaps that's why vendors have been so slow to add i…

  7. story
  8. comment
    Comment #48504674

    Yes, I su to the user. Typically I have it run a tmux session for each "project". That makes it easy to get more windows without su'ing over and over. Also its tmux sessions all ge…

  9. comment
    Comment #48500852

    I know there are VM solutions, but I've been happy with a separate OS user (named `claude`). He has similar dotfiles to mine, but no secrets. My own home directory is 0700. He has …

  10. story
  11. comment
    Comment #44150370

    Does this scheme give a way to progressively load slices of an array? What I want is something like this: ["foo", "bar", "$1"] And then we can consume this by resolving the Promise…

  12. comment
    Comment #42219207

    I've seen this a lot when someone wants to add "workflow automation" or "scripting" to their app. The most success I'd had is embedding either Lua or Javascript (preferably Lua) wi…

  13. story
  14. comment
    Comment #41856633

    I've used [mmdc]( https://github.com/mermaid-js/mermaid-cli ) to generate mermaid images from a Makefile. It looks like it is implemented with puppeteer, so perhaps it doesn't quit…

  15. comment
    Comment #41144820

    SEEKING WORK - Portland, OR or Remote I'm a full-stack developer with 20+ years experience. My specialties are deep Postgres consulting, web development in Rails/Django, and devops…

  16. comment
    Comment #41119184

    Nero isn't from the the late Roman Empire either.

  17. comment
    Comment #41050544

    Great article! I'm looking forward to reading the rest of the series. I noticed a couple details that seem wrong: - You are passing `context` to `log_then_get` and `get`, but you n…

  18. story
  19. comment
    Comment #40954408

    How did JFrog know this github token was so powerful, compared to all the other ones I'm sure their scanner detects? What caused a human to get involved?

  20. comment
    Comment #40907031

    If you add contact info to your profile, I will reach out. Or feel free to send me a note.

  21. comment
    Comment #40903551

    Calagator has been dead for years, and I don't understand why. Way before the pandemic: agreed. Most of what I see there now is business networking or people selling something. But…

  22. comment
    Comment #40857147

    Indeed, if you read The Goal or The Phoenix Project , they call this "slack". There is a whole theory about why slack matters.

  23. comment
    Comment #40857089

    Oh this is very helpful! When I read Turing's paper some years ago, this really confused me. The best sense I could make was that "circle-free" means "halts". But in popular explan…

  24. comment
    Comment #40823346

    > Entire C++ servers with hundreds of lines of code can be built from scratch in a minute or two tops. Hundreds, huh? Is this a typo? It makes me wonder if the whole comment is fac…

  25. comment
    Comment #39900948

    I just finished reading Kernighan & Pike's The Unix Programming Environment this weekend, and it has a lot of awk. I read it more as a history book (it was published 40 years ago!)…