Live data from Hacker News

Viewing profile — SurceBeats

SurceBeats

HN member
Joined
Wed, Jun 25, 2025, 1:45 PM UTC
HN karma
152
Public activity
37 items

About SurceBeats

My code seems to work better than my ability to read between lines when talking to people

Recent public activity

  1. story
  2. story
  3. comment
    Comment #47250052

    Hey HN! We've been building HomeDock OS, a platform to self-host Docker apps with a full desktop-like UI running entirely in the browser. Version 2.0 introduced exactly that, Prism…

  4. story
  5. comment
    Comment #47176739

    You're more than welcome!

  6. comment
    Comment #47174533

    Sure! No formal writeup but here's the gist, base model was Qwen2.5-3B-Instruct, fast, reliable, low ram specs and most of the times fine on cpu. Dataset: ~620 Claude-crafted examp…

  7. comment
    Comment #47170009

    The workflow is quite simple, you type a question, the planchette moves across the Ouija board spelling the answer letter by letter. The board shakes, glows or flickers depending o…

  8. story
  9. story
  10. comment
    Comment #46912154

    In January someone hit us with ~2K malicious backlinks from AWS instances across 15+ regions, cheap TLD spam domains, and even Blogspot. We built a Python script to automate the di…

  11. story
  12. comment
    Comment #45874407

    I'm atm working on a couple of things, first the biz, a self-hosted home server OS that simplifies Docker management and provides a unified dashboard for running services at home. …

  13. comment
    Comment #45857727

    Benchmarks optimize for fundraising, not users. The gap between "state of the art" and "previous gen" keeps shrinking in real-world use, but investors still write checks based on d…

  14. comment
    Comment #45856675

    Nice! We considered this exact approach but never shipped it in the end. The geolocation permission is probably unnecessary friction and probably an overkill imho... Timezone + rou…

  15. comment
    Comment #45855950

    Suffered that back in the day with an Electron desktop app. Not to mention that the notarization and signing integration itself is completely broken. The first time you submit a bi…

  16. comment
    Comment #45855925

    Google used to proudly say "Don't be evil"... But they just forgot to add "let us take that part". When tech giants start deciding what technical knowledge is too "dangerous" for u…

  17. comment
    Comment #45809271

    Yeah, somehow it went from don't micro optimize loops to 500MB Electron apps are just fine actually hahaha

  18. comment
    Comment #45809221

    The article is kind of right about legitimate bloat, but "premature optimization is evil" has become an excuse to stop thinking about efficiency entirely. When we choose Electron f…

  19. comment
    Comment #45798281

    About time... I guess

  20. comment
    Comment #45789502

    This really resonates. Sometimes the best reason to switch tech is just to feel that spark of learning again. I build self-hosting platforms and have spent years trying to make it …

  21. comment
    Comment #45789473

    Fascinating deep dive into OverlayFS CoW behavior. The 11GB btmp file getting copied 271 times is a perfect storm scenario. Did they consider mounting /var/log outside the image la…

  22. comment
    Comment #45767787

    About time! Nothing kills productivity like waiting 30s for the compiler to tell you it can't infer a type on line 27437 (who needs to refactor?). The diagnostic improvements alone…

  23. comment
    Comment #45767762

    The ICEBlock removal is absurd when you consider Waze has been warning drivers about police locations for... Years? The only difference is which government agency is being monitore…

  24. comment
    Comment #45755021

    The sophistication here (SVG > CHM > fileless execution > dual payload) suggests access to commercial malware toolkits rather than bespoke APT development.

  25. comment
    Comment #45755003

    /etc/hosts works until you need to change an IP across 10,000 servers in under a minute. Then you understand why DNS exists. DNS isn't just name resolution, I'd say it's kind of lo…