Live data from Hacker News

Viewing profile — gempir

gempir

HN member
Joined
Thu, Jul 28, 2016, 4:29 PM UTC
HN karma
938
Public activity
252 items

About gempir

No profile information was provided.

Recent public activity

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

    I am also referring to regular 70mm, not IMAX, so is that part of the article. > 70mm film uses DTS audio, which is supplied to the cinema on either CD-ROMs, or (more recently) via…

  4. comment
    Comment #49122706

    Hmm are you sure 5mm is audio? This article claims Audio is added via USB Stick or CD https://www.theppt.org/rewind/articles/where-can-you-watch-t...

  5. comment
    Comment #49121755

    I'm curious about the opinions on 70mm (non-IMAX) vs Digital IMAX. What do you prefer if you have tried both. Because those are the only mostly accessible options around the world.…

  6. comment
    Comment #49060991

    It doesn't have a lot of style guides or linting though. You have to install and configure quite a lot of tooling for that

  7. comment
    Comment #49057309

    I've been using golangci-lint for years, it's okay but it's slow even with a cache, as soon as you have good amount of lints enabled your ci can suddendly take minutes. That's not …

  8. comment
    Comment #49056944

    That sounds amazing! I do hope golangci-lint and the likes pick it up, I'm a big fan of the strict by default approach that Ruff and other linters have taken. Gofmt is great but it…

  9. comment
    Comment #49056909

    Yeah, that's how much Astral changed python. UV and Ruff are amazing tools. Go can get there, but like I said, I think everyone is building some partial tools that solve some probl…

  10. comment
    Comment #49056894

    Go has a good start for that, but It's not enough for me. Gofmt is a great idea but it isn't strict enough for my taste. Go does not have any first party static analyzers, closest …

  11. comment
    Comment #49056886

    golangci-lint is good, but you have to glue together a bunch of linters, and it adds up. You can easily get runtimes of several minutes, there are caches etc but the main problem i…

  12. comment
    Comment #49056880

    I have actually tried. But I'm not very knowledgable in the area, so it's more LLM slop than my good ideas. And I'm not sure I have the energy and passion to maintain it long term.…

  13. comment
    Comment #49056727

    I wish Go had something like Ruff! A lot of languages are getting amazing tool but Go has a very fragmented ecosystem with a lot of tools but none of them feel as high quality has …

  14. story
  15. story
  16. comment
    Comment #48828254

    [flagged]

  17. comment
    Comment #48817502

    Adyen is a big payment processor from the Netherlands which many EU retailers already use. Even with some worldwide customers.

  18. comment
    Comment #48759922

    micro USB cable and a computer required. https://valetudo.cloud/pages/general/supported-robots/#eurek... I did this, it's as easy as it is described. Fully functioning robot vacuum…

  19. comment
    Comment #48759155

    I really didn't enjoy the cheap plastic construction of the Moonlander. I had two of them for home and work. I even modded a mousepad onto the wristrests to make it more comftable.…

  20. comment
    Comment #48730894

    Ironic, using the domain of the British Indian Ocean Territory instead of a .eu domain

  21. comment
    Comment #48671119

    It's only legal if you are a billion dollar AI company

  22. comment
    Comment #48599008

    You can keep "columnar" data in a row based database like postgres, it's just more expensive. But with little data that's fine and reduces infrastructural complexity. When you reac…

  23. comment
    Comment #48476490

    I'll remember it and email you when I try it again. Last time I tried all of orbstack froze and I had to restart my whole mac to fix it. But you also did some recent releases that …

  24. comment
    Comment #48475834

    Hmm, that sounds very vague. how DID you solve it? Do you now run Vite dev servers in containers?

  25. comment
    Comment #48472352

    I just wish bind mounts would be more performant/native. I get that this is probably impossible, and probably also sucks on Linux, haven't tried. But like having containers that ne…