Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vilos1611
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
vilos1611
26d ago
I've explicitly included instructions in my home CLAUDE.md to avoid this, because it's one of the most annoying things about how Claude writes comments. I've also written my own package for deterministically formatting commen
2.
▲
by
vilos1611
2mo ago
I'm currently building a game ( https://nebulaser.io ) that runs in the browser, and wanted to add some icons to the game that accurately resemble the 3D model I am using for the player's ship. I wanted something that co
3.
▲
Show HN: Convert GLB, OBJ, and STL Models to SVG In-Browser
(greglinscheid.com)
3 points
by
vilos1611
2mo ago
|
2 comments
4.
▲
by
vilos1611
2mo ago
It's pretty easy to generalize this, but it doesn't match my perception. People who are using llms to do things they could have already done, but faster, probably have atrophying skill sets. People who are using these tools to acc
5.
▲
by
vilos1611
9mo ago
In a single-level loop, i is just an offset. I agree that depending on the context (maybe even for the vast majority of for loops like you're suggesting) it's probably fine. But once you nest three deep (as in the example that kic
6.
▲
by
vilos1611
9mo ago
I respectfully disagree. The issue isn't the names themselves, it's the locality of information. In a 3-deep nested loop, i, j, k forces the reader to maintain a mental stack trace of the entire block. If I have to scroll up to th
7.
▲
Google Pixel Watch: Help by Google, Health by Fitbit
(blog.google)
2 points
by
vilos1611
4y ago
|
0 comments
8.
▲
by
vilos1611
4y ago
It seems like Twitter made a tool to specifically do this, not just an altruistic individual.
9.
▲
by
vilos1611
4y ago
I've been using twin.macro on a side-project of mine, and have really enjoyed it: https://github.com/ben-rogerson/twin.macro I especially like how easy it is to fall back onto ordinary Styled Components if I'
10.
▲
by
vilos1611
5y ago
https://grueplan.com/ - I recently finished an initial version of a social event planning app. Idea is to have an alternative from Facebook events to quickly: - Create - Share - Collaborate On group plans. I eventually want
11.
▲
by
vilos1611
7y ago
If anyone would like a docker image, I created one today: https://hub.docker.com/r/greglinscheid/polynote https://github.com/Vilos92/polynote