Live data from Hacker News

Viewing profile — willquack

willquack

HN member
Joined
Thu, May 11, 2023, 5:10 PM UTC
HN karma
106
Public activity
40 items

About willquack

willpringle.ca

Recent public activity

  1. comment
    Comment #49068614

    This is very similar to what I imagine whenever I get into a deep focus state debugging a program in gdb... I would love to experience debugging a program in VR with graphics like …

  2. comment
    Comment #48981832

    > If a tool marks 40% of new papers as machine-written but also marks 20% of papers written before ChatGPT existed, the real story is the 20% nobody mentioned. When 65% of the pape…

  3. comment
    Comment #47800463

    I used to work at Distributive (formerly "Kings Distributed Systems") on its DCP compute platform" which is entirely what you're describing. You can deploy a JS/WASM based workload…

  4. comment
    Comment #47417906

    Awesome project! Dumb question: could you run this in frontend js using the browser's js engine and wasm environment similar to WebContainers? Maybe `fs` is just in-memory, and som…

  5. comment
    Comment #47156465

    I worked with Jason (creator of Om) at my last job. He's awesome!

  6. comment
    Comment #47087563

    Thanks for responding!! I think it's still the same issue where data modified after the VDiff point in time isn't validated before SwitchTraffic. I'm mostly curious how vitess user…

  7. comment
    Comment #47078149

    > you can run an initial VDiff, and then resume that one as you get closer to the cutover point. VDiff (v2) only compares the source and destination at a specific point in time wit…

  8. comment
    Comment #47035431

    Why is there an expectation for social media services to have such high uptime? It's not an ISP or cloud provider, why does it matter if it goes down occasionally?

  9. comment
    Comment #46697730

    There's nothing more fun than making a DSL, the only annoying part if finding an excuse to make one

  10. comment
    Comment #46670613

    It would be cool to encode the chess board state and turn into the URL so you could hurl urls back and forth over slack to play chess just by clicking on it but there's something c…

  11. comment
    Comment #46622271

    https://willpringle.ca/ (;

  12. comment
    Comment #46594570

    > `seapie.breakpoint()` opens a working `>>>` REPL at the current execution state. Any changes to variables or function definitions persist. Debugger state is exposed via built-ins…

  13. comment
    Comment #45532832

    Code examples can be executed as unit tests to prevent documentation regressions / bitrot in ways human language can't

  14. comment
    Comment #45046601

    I keep this handy note in my pocket and read it before writing or engaging in any conversation (: """ You are a human. Never use words commonly used in AI vocabulary such as "delve…

  15. comment
    Comment #44787231

    I learned the other day my office building has hidden speakers dispersed throughout each floor which blast synthetic white noise. It's quite loud, I had assumed it was an improperl…

  16. comment
    Comment #44739860

    My friend loves to use em dashes, not hyphens "-" but em dashes "—". He can no longer use them since people would suspect his writing was AI generated otherwise...

  17. comment
    Comment #44704046

    I had a good time being involved with a couple JavaScript runtimes which didn't make this list, most notably PythonMonkey [1] which embeds SpiderMonkey into Python and uses Python'…

  18. comment
    Comment #44685564

    Am I crazy or did my 2006 iMac come with a home media server for serving movies / tv shows / music photos from your filesystem. I think it even came with a slick looking remote! Yo…

  19. comment
    Comment #44271788

    > You’re never going to want your browser, editor, or Slack window to be translucent. r/unixporn disagrees

  20. comment
    Comment #43985887

    > That brightness abuse by content I predict HDR content on the web will eventually be disabled or mitigated on popular browsers similarly to how auto-playing audio content is no l…

  21. comment
    Comment #43743545

    I completed a take-home project for a company I was interviewing with, and the interviewer remarked at how it was obvious my README.md was AI generated. It wasn't. Everyone's gotte…

  22. comment
    Comment #43379888

    > can you get a JS interpreter that lives in Python The PythonMonkey library is a full JS interpreter running in the same Python process. It allows for JS functions to be called fr…

  23. comment
    Comment #43378542

    Check out PythonMonkey [1], it's an actively maintained project which embeds the SpiderMonkey JS engine inside a Python library. It reuses the same memory buffers whenever possible…

  24. comment
    Comment #42628361

    Get a boring LaTeX template like "Jake's Resume" I've spoken with two technical recruiters who say they prefer reading templates instead of hand-crafted Resumes on top of them also…

  25. comment