Viewing profile — gempir
gempir
HN member- Joined
- Thu, Jul 28, 2016, 4:29 PM UTC
- HN karma
- 938
- Public activity
- 252 items
- HN profile
- View on Hacker News ↗
About gempir
No profile information was provided.
Recent public activity
- story
- story
-
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…
-
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...
-
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.…
-
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
-
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 …
-
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…
-
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…
-
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 …
-
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…
-
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.…
-
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 …
- story
- story
-
comment
Comment #48828254
[flagged]
-
comment
Comment #48817502
Adyen is a big payment processor from the Netherlands which many EU retailers already use. Even with some worldwide customers.
-
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…
-
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.…
-
comment
Comment #48730894
Ironic, using the domain of the British Indian Ocean Territory instead of a .eu domain
-
comment
Comment #48671119
It's only legal if you are a billion dollar AI company
-
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…
-
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 …
-
comment
Comment #48475834
Hmm, that sounds very vague. how DID you solve it? Do you now run Vite dev servers in containers?
-
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…