Viewing profile — minus7
minus7
HN member- Joined
- Sat, Jan 11, 2014, 11:28 PM UTC
- HN karma
- 277
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About minus7
No profile information was provided.
Recent public activity
-
comment
Comment #48797180
If you don't think about it, it doesn't seem like a bad idea. If you do, you realized how incredibly complex the whole thing is
-
comment
Comment #48100908
It's just using libvte like gnome-terminal and lxterminal, so I doubt it's much different from them.
-
comment
Comment #47692641
>Note that if an "Ephemeral Device" exists for more than 4 hours continuously, it consumes 0 minutes, and is billed as a tagged device. The docs are being upgraded to change the la…
-
comment
Comment #47691931
This is potentiallya bit of a downgrade if you are using the Personal or Standard plans for infrastructure: - Reduction from 100 to 50 tagged devices on Personal (was 100 total dev…
-
comment
Comment #47388741
The `eval` alone should be enough of a red flag
-
comment
Comment #46141225
Issues I observed, mostly using GoLand: - syntax errors displaying persistently even after being fixed (frequently; until restarted; not seen very recently) - files/file tree not d…
-
comment
Comment #46141211
JetBrains should stop building stupid AI shit and fix their IDEs. 2025 versions are bordering on unusable.
-
comment
Comment #46043215
All code is inherently not concurrency-safe unless it says so. The http.Client docs mention concurrent usage is safe, but not modification. The closure compiler flag trick looks in…
-
comment
Comment #45860361
In my experience that's because most users run their monitors on 100% brightness instead of turning that down. I prefer light mode unless it's really dark.
-
comment
Comment #44378750
I was excited that Firefox finally exposed its local translations as API, but it's Chrome-only (still?). Will be nice for userscripts, for example to replace Twitter's translation …
-
comment
Comment #43753447
If you consult with someone over their project, then proceed to fork it behind their back, that's just being a dick, even if it was perfectly legal. We should not accept that kind …
-
comment
Comment #43691858
There's a pinned comment on the video about the cable: For everyone that's interested, the included USB cable is wired like this: GND -------> GND D+ -------> VCC D- -------> VCC V…
-
comment
Comment #43435000
No one's gonna pay just for the sidebar being collapsible. Maybe someone is going to because it was the last straw, but most are just going to be annoyed. Better ask for money only…
-
comment
Comment #42248826
Hey, I found your library a few weeks ago when I was annoyed by nothing like this being built into the standard library. It’s been a breeze to use so far. A neat trick I found to g…
-
comment
Comment #42126496
Used to vendor for a bit, but it's messy in git. If anything disappears, it should still be easy enough to recover it from somewhere.
-
comment
Comment #39182118
Unfortunately that feature of invidious also seems to depend on the upstream RSS URLs and the feeds are just empty at the moment
-
comment
Comment #36886194
The DNS records for that domain are hijacked on two German ISPs' resolvers I tested, yikes. Google and Cloudflare resolvers resolve it just fine however. canna.to. 0 IN CNAME notic…
- comment
-
comment
Comment #36617163
` ` getting parsed as opening tag instead of self closing is a bug (be it in the browser or in the spec) and should be fixed
-
comment
Comment #35486622
IIRC there were issues with IPv6 on the hardware, which will be replaced once services move to Europe, and IPv6 will be available.
-
comment
Comment #35030689
Best thing about it is that it has support for huge files; I was looking for a hex editor that can do that
-
comment
Comment #33402933
You can also use a pre-polished connector instead of splicing e.g.: https://www.fs.com/de-en/products/35165.html (there's instructions if you scroll down)
-
comment
Comment #33396132
I also installed fiber a while ago after being told "this isn't hard" by Michael Stapelberg's post [1]. Luckily I managed to get by with patch cables; a 30m cables really goes a lo…
-
comment
Comment #33396036
Good joke, there are no $35 pis
-
comment
Comment #33251257
>TOTP is almost purpose made to be phished. Well, that's a tad hyperbolic. While TOTP codes have no protection against phishing, an attacker still requires interaction from the acc…