Viewing profile — gcmeplz
gcmeplz
HN member- Joined
- Fri, Oct 05, 2018, 3:02 AM UTC
- HN karma
- 325
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About gcmeplz
Recent public activity
-
comment
Comment #49039506
Agreed that it (used to be) less common. AP style (like the article mentioned) uses spaced em dashes, and I think that style of spaced em dashes are more common in writing today be…
-
comment
Comment #48095882
yeah, I immediately came to the comment section to look for inlay hints, and your comment is the only one that mentions them. I guess many people might not be aware that they're a …
-
comment
Comment #48001923
Nice! It's great to confirm that it can in fact do it, and it's interesting that even with the clear guidance from an expert it took a few tries. https://genai-showdown.specr.net/ …
-
comment
Comment #47992168
Your example doesn’t quite work btw! It removes two legs rather than just one. It’s possible for sure, but it really doesn’t match most people’s intuitions for what these models sh…
-
comment
Comment #47544509
Non-consumer printers are also pretty good! I used to teach 120 students, so printing out materials for all of them for a week would sometimes be 1,000+ pages. 500 pages? I can't p…
- story
-
comment
Comment #44081900
The types look great on remeda, but one thing that looks intriguing about SuperUtilsPlus is the focus on being tree-shakeable. Lodash's lack of tree-shake-ability is a drawback to …
- story
-
comment
Comment #43916725
State-based ACT scores are also highly influenced by who takes the ACT. If more students choose to take the ACT, the scores might go down even it's because your education system is…
-
comment
Comment #43717632
I write a lot of JS/TS for my day job, so zx ( https://github.com/google/zx ) has been a nice tool for bash scripts that start getting a little too complex.
- story
-
comment
Comment #43483693
Should probably say "most engineers I've worked with," but I think that's mostly a testament to the git workflows where I've worked (lots of small commits and short-lived branches)…
-
comment
Comment #43483654
> Nowadays I instead just clone a repo to a ramdisk, purge the .git folder and then rsync it to my hoarded stash of git repos. You're probably already doing this, but if you do a s…
- story
-
comment
Comment #43413657
locate is nice, but I think that on most distros its index is only updated once/day (unless you adjust the cron job that updates it more often). Most of the times I'm trying to fin…
-
comment
Comment #42358342
I love the look of `just` and have been meaning to try it out, but this feels like one of those examples where Make's dependency management shines—it lets you specify that many of …
- story
-
comment
Comment #36114719
I think sometimes "clever" is just a term for bad code that you don't like. The clever-code react example doesn't seem like a good example of clever code to me—it just seems awful!…
-
comment
Comment #34156832
Could you link to some examples of your cards? Your usage sounds cool, but I have a hard time picturing what cards I'd actually want to make.
- story
-
comment
Comment #33849636
Absolutely bonkers. It can even ^C its way out of loops. > while true; sleep 1; echo "yay"; done > yay > yay > yay > yay > yay > ^C
-
comment
Comment #33849517
I feel like that also describes 99% of the thinking that I do.
- story
- story
- story