HackerTrans
TopNewTrendsCommentsPastAskShowJobs

r24y

no profile record

comments

r24y
·2 месяца назад·discuss
My theory is that vibecoded replacements haven't succeeded for the same reason why GitHub's quality has declined: because vibecoding/AI software development isn't as efficient as believed when measuring real-world outcomes.
r24y
·10 месяцев назад·discuss
Great article. I had long thought that the official name for the symbol was "asperand", but it seems like this is a recent invention!
r24y
·11 месяцев назад·discuss
Searching "Fool" gives a lot of OCR errors, some of which are due to occlusions: https://www.alltext.nyc/search?q=fool&p=3

"Surgery of the Fool" is my personal favorite.
r24y
·в прошлом году·discuss
I use a Moonlander keyboard: https://www.zsa.io/moonlander It's very easy to change the layout on these boards since you can do it directly from their website.

One of the left thumb keys "flips" the board so that the left half behaves like the right half. In my experience it's not hard to learn to type like this. Here's my layout: https://configure.zsa.io/moonlander/layouts/oLyWr/latest/0

Bonus of using a Moonlander in this case is that you can unplug the unused right half and put it away if you don't need it.
r24y
·в прошлом году·discuss
That's basically what an LSP is. It's true that it's built on top of the file system, and most IDE users will navigate using the folder hierarchy, but it still stores information about the name, type, and connectedness of the codebase, and allows querying. Your idea about arbitrary tags (feature, environment) would be useful but does not seem to be supported by the spec [^1] yet.

[^1]: https://microsoft.github.io/language-server-protocol/specifi...
r24y
·2 года назад·discuss
> proximity of this federal U.S. District Court to the defendant’s country of citizenship, Australia

This is a little disingenuous, and made me chuckle. It's faster and cheaper to get to Australia from the US mainland than it is from Saipan. Yes, it's physically closer as stated, but does not confer the claimed benefits.
r24y
·2 года назад·discuss
This is an amazing project and I'm glad it exists. My college capstone project was building a 3d scanner, and we were able to use POV-Ray to create a repeatable test environment for our algorithms. Wish I had an excuse to play around with it nowadays.