Live data from Hacker News

Viewing profile — westurner

westurner

HN member
Joined
Sat, May 04, 2013, 10:00 PM UTC
HN karma
4,695
Public activity
5,913 items

About westurner

WebDev, DevOps, Data

https://westurner.org/

These comments are publicly archivable and logged: https://westurner.github.io/hnlog/

[ my public key: https://keybase.io/westurner; my proof: https://keybase.io/westurner/sigs/3t_WnYf465hEbUSdwjMXGIeLieAd_81SDYQUdDUMsI4 ]

Recent public activity

  1. comment
    Comment #49264683

    Perhaps a similar observation; https://news.ycombinator.com/item?id=48703636 : > Compression, Predictive modeling, or Complexity? Perhaps a bad example: https://news.ycombinator.co…

  2. comment
    Comment #49264632

    RustPython?

  3. comment
    Comment #49264587

    A strict tests-must-be-written-ahead-of-time TDD advocate might say that writing the tests last is an error like p-hacking (choosing the threshold of statistical significance after…

  4. comment
    Comment #49262806

    I don't know why you would run an agent loop without TDD? Should you write code without test coverage? So something must run the tests to be sufficient anyway? > TLDR; Based on Opu…

  5. comment
    Comment #49262597

    Here's weather in embedded C++ (for an ESP32-S3 with an ePaper screen and InkHUD and other devices supported by Meshtastic), from 3 weeks ago: meshtastic/firmware//src/modules/weat…

  6. comment
    Comment #49262210

    Rust SIMD in pgrust, on the GPU? "Pgrust v0.2: Now faster than Postgres" (2026-06) https://news.ycombinator.com/item?id=49111925

  7. comment
    Comment #49262057

    How to prevent wasteful AI loops without a human in the loop to intercede in death spirals that burn token budgets? Not unique to this loop pattern. There was this from DeepMind a …

  8. comment
    Comment #49261847

    (2 weeks ago) "Guantlet Loop" by Matt Shumer https://somethingbig.ai/gauntlet-loop .. https://news.ycombinator.com/item?id=49080957

  9. comment
    Comment #49261668

    TIL the "Gauntlet loop" prompt engineering method came from development of the "Claude of Duty" three.js game; R3F (ReactThreeFiber), Drei, and NextJS (with OpenNext) save time on …

  10. story
  11. comment
    Comment #49244620

    Due to ocean disposal, there are a number of locations to capture training data from.

  12. comment
    Comment #49244553

    Surprisingly to me, my recent cursory research into fracture of the quantum superfluid (which might help us read one bit of information from a black hole), indicates that there is …

  13. comment
    Comment #49244282

    > yoloAI copies your worktree instead of mounting it Cloudflare/artifact-fs does lazy shallow git clones with a FUSE filesystem. https://github.com/cloudflare/artifact-fs Would tha…

  14. comment
    Comment #49157317

    Then we should work to increase the maximum range of neutron detection. How to detect neutrons from space?

  15. comment
    Comment #49116313

    TigerBeetle has static allocation for their known workload. SIMD is more useful for heavy parallel analytical workloads. There are probably returns from SIMD even for index updates…

  16. comment
    Comment #49112449

    Would there be an advantage to reusing SIMD-optimized libraries for this? Polars Rust is built on Arrow and packed_simd. pola-rs/polars: https://github.com/pola-rs/polars polars - …

  17. comment
    Comment #49112088

    How to implement signed URLs with W3C DID keys and W3C Verifiable Credentials?

  18. comment
    Comment #49105162

    Is this fuzzed or ASAN'd? "Setting up a new project" w/ OSS-Fuzz (which wraps multiple fuzzers and sanitizers) https://google.github.io/oss-fuzz/getting-started/new-projec... cargo…

  19. story
  20. comment
    Comment #49104659

    TIL about git add -N / --intent-to-add : git add --intent-to-add . git diff git add -p . ## To then reset and keep changes ## these are equivalent: # git reset . # git reset --mixe…

  21. comment
    Comment #49104314

    Does the Miyawaki method also work in the Southwest; planting a whole grove of things that co-respirate and share roots? > Akira Miyawaki and the Miyawaki method of forest cultivat…

  22. comment
    Comment #49104273

    Would semi-circular bunds help fight desertification in Arizona and along the Colorado River and in the Southwestern US, as they do on the Sahel? From https://news.ycombinator.com/…

  23. comment
    Comment #49104136

    Kaggle Learn has courses in ML, Deep Learning, ML Explainability, Python, Pandas,: https://Kaggle.com/learn This is the Dockerfile that they install Python packages with on Kaggle …

  24. comment
    Comment #49101638

    google-deepmind/alphafold3: AlphaFold 3 inference pipeline https://github.com/google-deepmind/alphafold3 And then host then database. AlphaFold did not yet solve the Folding@home p…

  25. comment
    Comment #49097315

    I thought this was ironic because there's no good way to actually restrict which commands the AI runs save for sandboxing; and here it was expressing concern about OS command injec…