HackerLangs
TopNewTrendsCommentsPastAskShowJobs

chamomeal

995 karmajoined 2 года назад

comments

chamomeal
·15 часов назад·discuss
> I’ve had people tell me how “fun” it was to build a macro to handle some one-off text-refactoring problem. But when I looked at what they were doing and how long it took, my honest reaction was: I could have done that in Sublime in a minute with multiple cursors, or just written a quick script

I totally agree with the larger point, but there are things you can do with vim macros that are just an absolute PITA to do with the built-in tools in vscode. Or maybe there is a specific tool that can compete (or beat) a specific use case of a vim macro, but macros are a single tool that covers a zillion use cases. So for this specific example I think there’s a tangible difference in capabilities.

Also 99.9% of the time-saving macros that people write on a day to day basis are not being shared with a single other person. It’s just a tool that becomes invisible to people who are comfortable with it. I’d argue that modal editors are particularly good at getting out of your way! Particularly ones with little or no config, like helix (or even vim mode in an IDE)
chamomeal
·вчера·discuss
CL may not but other lisps do. Clojure’s concurrency is just so hawt
chamomeal
·позавчера·discuss
I am also pretty stoked about the doom performance improvements lol
chamomeal
·4 дня назад·discuss
Yeah that was the only really surprising part to me. So every time copilot breaks my source code to “fix” its crappy unit tests, does it know what it’s doing?
chamomeal
·4 дня назад·discuss
The whole redfall thing was tragic. It was crazy watching Arkane become a laughing stock. Some of the most talented game devs ever. Prey, dishonored
chamomeal
·16 дней назад·discuss
That is so wicked cool, I’m going to try this later today!!
chamomeal
·16 дней назад·discuss
Sounds like a super cool project. Gonna post the design anywhere?
chamomeal
·18 дней назад·discuss
That happened to me to! A similar moment of weakness: I got tired of being locked out of like half of small business profiles. A local brewery (very small brewery, but top tier beers) posts on instagram if they’ll even be open that day.

Caved, tried to sign up, asked for my face, then rejected me forever.
chamomeal
·19 дней назад·discuss
I mean it’s still worth doing, even if AI can do it. But I definitely empathize with that bit of AI ennui.
chamomeal
·21 день назад·discuss
Greenville, South Carolina is also totally covered in trees. I think they have a bunch of laws that new developments have to plant trees, cutting a tree down requires planting multiple others nearby. The whole city is just covered in trees. Even in the suburbs nearby. It’s awesome.

MD has some replace-felled-trees law, but it’s kinda crappy cause trees can be planted somewhere else entirely. So a big development can be treeless.
chamomeal
·24 дня назад·discuss
I just check the git diff after claude code writes stuff. Stage things before letting it run wild so I can undo whatevs.
chamomeal
·26 дней назад·discuss
So many of the top comments look like parodies of HN comments
chamomeal
·29 дней назад·discuss
Yeah I’ve been thinking that LLM unit tests are basically snapshot tests. Just sorta ossify things in place. If they break, you just ¯\_(ツ)_/¯ and have the LLM fix them. It’s like they were never there!

So it’s just like the olden days of everybody ignoring tests, but we give anthropic a ton of cash
chamomeal
·29 дней назад·discuss
Anecdotally, coworkers are writing a LOT more unit tests. By which I mean NOBODY is writing unit tests, but Claude is generating a ton of em. We’re talkin 300 lines of unit tests for 20 line changes that are already covered by other, better kinds of tests. Huge JSON objects of test data that we already have generators for, etc
chamomeal
·в прошлом месяце·discuss
Not sure if OP is actually in here, but anybody interested in this topic should absolutely watch this talk by Matt Might:

https://www.janestreet.com/tech-talks/algorithm-for-precisio...

It’s a fascinating story similar to this one, but using “old” AI. The dude spent years learning genetics, and built a program called “medikanren” with Will Byrd. It’s p much a huge graph database of facts they extracted from academic papers, and query using logic programming. It’s a great story
chamomeal
·в прошлом месяце·discuss
Super cool but I did get this error while scrolling the timeline on safari/iOS

Application error: a client-side exception has occurred while loading jivx.com (see the browser console for more information).
chamomeal
·в прошлом месяце·discuss
That is an absolutely crazy story, I hope you have it written down somewhere besides HN comments lol
chamomeal
·в прошлом месяце·discuss
I think the hack bypassed 2FA. If you can call “asking for account access” a hack lmao
chamomeal
·в прошлом месяце·discuss
Ok dang. Well. I guess I have no reason not to dive fully into the elixir now.

I’ve toyed around with it a handful of times and I really like it. I like the clojure-ey immutability and threading operators and such. And of course I’ve heard so much about the magic of the BEAM and the phoenix framework. But between typescript and clojure I’ve never felt like I needed anything else.

But if the type system is pretty good, that’s a huge plus over clojure in my book.
chamomeal
·в прошлом месяце·discuss
That’s a good point! And I suppose you don’t have willy-nilly reassignment of properties like you do in ruby/php/js.