Live data from Hacker News

Viewing profile — physicles

physicles

HN member
Joined
Sun, Feb 03, 2019, 11:18 AM UTC
HN karma
1,778
Public activity
626 items

About physicles

No profile information was provided.

Recent public activity

  1. comment
    Comment #48987883

    Jellyfin does all these things too, and it’s free.

  2. comment
    Comment #48754273

    Congrats on the traction you’ve got with this project. We used Gin back in 2016 for a while. I honestly don’t understand those Go devs who claim that the standard library is suffic…

  3. comment
    Comment #48586534

    I don’t know about the company’s ethics*, but the app is fine and it’s genuinely useful. For one thing, it has a map with the most popular running routes around you. And if you wan…

  4. comment
    Comment #48575757

    Have you tried https://github.com/simulot/immich-go for dealing with the some of the complexity of google takeout? Not sure how much it actually handles, and whether it can be used…

  5. comment
    Comment #48364340

    It’s not about ease of use and freemium, it’s the strong network economies at play, just like credit cards or social networks. It’s impossible for a competing product to get tracti…

  6. comment
    Comment #48364173

    This is the real issue. We’re currently migrating from GitLab+Jira to GitHub. I did most of the migration, including our CI/CD with a self-hosted runner, and it was… fine. The stra…

  7. comment
    Comment #48290960

    Nope, it was in the Midwest.

  8. comment
    Comment #48289319

    We did this on a train! Also StarCraft, also a coding competition, also felt like the coolest kids in the world.

  9. comment
    Comment #48075622

    I love that Naur paper! Also love this essay that extends it: https://hiringengineersbook.com/post/autonomy/ I literally maintain a conceptual-model.md that describes the “things” …

  10. comment
    Comment #47998656

    Were you concerned about the overhead of shelling out to journalctl?

  11. comment
    Comment #47998631

    As someone who’s an experienced coder but sorta new to LLMs, I’ve learned that my intuition about what is and isn’t machine-readable for an LLM isn’t well-tuned. Better to do the b…

  12. comment
    Comment #47998497

    From the perspective of the “physics” of code (for lack of a better term), this feels right. We all know that if you have a generated asset, you basically mark that asset as read-o…

  13. comment
    Comment #47998319

    It’s almost as if we need to write some unit tests. For our profession.

  14. comment
    Comment #47993000

    Every now and then someone shares a small web link here (Kagi is one aggregator). It’s like survivors picking up the shards of civilization after the apocalypse. Of course such a p…

  15. comment
    Comment #47926665

    I switched to Linux in 2018, and I hear you on the quirks. But now, an LLM can fix basically any quirk you hit. I’ve been surprised multiple times. I’m also on Pop OS, which feels …

  16. comment
    Comment #47926611

    I’d guess that’s what GP was referring to. I’ll also be a day 1 preorder.

  17. comment
    Comment #47926548

    There are differences across vendors, but there’s a way to build with k8s where the benefit far outweighs the cost. We run a bunch of services in two very different cloud vendors (…

  18. comment
    Comment #47878795

    That part was really surprising to me because for the kind of compute lake he’s talking about building, k8s seems like a pretty good fit for the layer that sits just above it. We r…

  19. comment
    Comment #47870316

    Was just listening to the Lenny’s Podcast interview with Simon Willison, who mentioned another such incantation: red/green TDD. The model knows what this means and it just does it,…

  20. comment
    Comment #47870197

    I have a Supernote and was looking at different models for handwriting recognition, and I agree that gemma4-26B is the best I’ve tried so far (better than a qwen3-vl-8B and GLM-OCR…

  21. comment
    Comment #47852040

    This is in fact what happened with SpaceX. Musk had the vision to make first stage reusability a thing with the Falcon 9, and Gwynne Shotwell is the operational genius behind the j…

  22. comment
    Comment #47851971

    The idea lingered for longer than that. China under Hu Jintao wasn’t exactly friendly to the west, but it was Xi who really set China on its present course to build a multi-polar w…

  23. comment
    Comment #47851618

    For sure. I feel I need all of my experience to discern the difference between “slightly different, and should be combined” and “slightly different, and you’ll regret it if you com…

  24. comment
    Comment #47851494

    I’m one of those that have thrown out Postel’s law entirely. Maybe the issue is that it never defines “strict”, “liberal”, and “accept”. But at least for public APIs, it never made…

  25. comment
    Comment #47801937

    Vantage looks great! I’ll try it out this weekend. To do the job that swarf does, I found that the bwrap sandbox I’d been using is the perfect place to mount a folder to catch mark…