Viewing profile — turboponyy
turboponyy
HN member- Joined
- Tue, Oct 05, 2021, 12:55 PM UTC
- HN karma
- 427
- Public activity
- 191 items
- HN profile
- View on Hacker News ↗
About turboponyy
No profile information was provided.
Recent public activity
-
comment
Comment #48719648
Not really. If I'm using a linter, I go and configure the strictest possible ruleset, and only disable rules when justified on a need-by-need basis. It's just a matter of disciplin…
-
comment
Comment #46897561
I guess the Gnome-specific part is that Gnome comes with the Nautilus file browser, and the instructions add a script for Nautilus. But yea, this will work as long as you have imag…
-
comment
Comment #46821632
I'm currently using niri (was previously using Hyprland). Having used dwm-like tiling window managers for most of the time, I don't really care for the scrolling or dynamic workspa…
-
comment
Comment #46617361
Exactly. "GitHub actions bad" is a valid take - you should reduce your use to a minimum. "My build failed because of GitHub actions couldn't install a dependency of my build" is a …
-
comment
Comment #46599840
Samesies - need a Majjit before I can consider trying it out.
-
comment
Comment #46314184
> If Vizo never licensed the software to you under the GPL [...] That may be true. > [...] you can't say they violated the GPL. That does not necessarily follow. If they used GPL-l…
-
comment
Comment #46271325
No, you really don't have to. Partially complete software can have a lot of value too. Anyone can fork it and quickly add the i18n (or just translate into a different language) for…
-
comment
Comment #46233197
I have the same disagreement. TypeScript with its structural and pseudo-dependent typing, somewhat-functionally disposed language primitives (e.g. first-class functions as values, …
-
comment
Comment #46191316
It is unique and looks cool. When it comes to providing an enjoyable blog post reading experience, it really does creep into the "fuck off" territory for me, though.
-
comment
Comment #46191262
Even better is "" since it's not really adding anything
-
comment
Comment #45968989
`for` loops are a superfluous language feature if your collections have `map` for transformations and `forEach` for producing side effects
-
comment
Comment #45640966
It's quite nice for the following reasons: - Image previews (for file management with dired/dirvish) - PDF viewing - In-buffer images (e.g. profile pictures in git log with Magit) …
-
comment
Comment #45357147
You only need that much protein if you're trying to build muscle. The amount needed for a generally healthy diet is much lower.
-
comment
Comment #45329719
If that's something you care about, then don't define your CI build in terms of GitHub Actions steps. Instead, call your build that takes care of using whichever version of Node yo…
-
comment
Comment #45052301
I actually completely agree with both the article and your point that your code should directly communicate your intent. The angle I'd approach it from is this: recording whether a…
-
comment
Comment #44896789
I have Emacs set up like VSCode. I feel it surpasses VSCode, even because it's Emacs.
- story
- story
-
comment
Comment #44644979
Can you edit commits by adding on only parts of your "staging" area? Because that's my workflow. I produce a few focused and semantically coherent commits that I'd like to apply to…
-
comment
Comment #44580469
> While I can jump through hoops to compile JavaScript into a binary, such wouldn't feel "solid". And the very point of writing a native program in the first place is to make it fe…
-
comment
Comment #44580149
Or, in a browser that's presumably displaying the website: btoa("Hello World")
-
comment
Comment #44568332
"Look what they need to mimic a fraction of our power" - some Emacs user, probably
-
comment
Comment #44488982
> It turns out that there’s a way to test this experimentally. Do a double blind experiment, just like in science. If you can tell which monitor is 240hz more than randomly, then i…
-
comment
Comment #44488950
Yes, because the visual feedback on your client matters as well (faster reaction times). Also, it means each frame is more recent. Also, higher refesh rates reduce the mean varianc…
-
comment
Comment #44444588
Yea, the examples are wrong, and I'd interpret them the same way. The principle is something I agree with and try to abide by, though.