HackerTrans
TopNewTrendsCommentsPastAskShowJobs

water_badger

no profile record

Submissions

Popular Mechanics Magazine – March 1911

archive.org
2 points·by water_badger·4개월 전·0 comments

Soviet Life – Cinema of the People (March 2026)

claude.ai
2 points·by water_badger·4개월 전·0 comments

Every Knot Admits a Construction Word – A Proof from Rational Density

claude.ai
3 points·by water_badger·4개월 전·0 comments

Animated Visualizer from Circles and Lines

claude.ai
1 points·by water_badger·4개월 전·1 comments

Show HN: Rhubarb – C89 Libraries in Latin

github.com
10 points·by water_badger·7개월 전·14 comments

comments

water_badger
·3개월 전·discuss
(although: 1. not really 2. kind of a nightmare 3. conservatives and liberals are two sides of the whig hegelian dialect 4. plz make it stop 5. can we all just be normal)
water_badger
·3개월 전·discuss
thats fair, it's dark but it is kind of funny
water_badger
·3개월 전·discuss
[flagged]
water_badger
·3개월 전·discuss
100,000 people joined the catholic church in america this week.

At this point I don't think anything other than the church retains the ability to present a coherent moral or metaphysical intellectual framework to people who care about that kind of thing.

I would be very surprised if the united states is not majority catholic in ~100 years
water_badger
·3개월 전·discuss
well, ~21% of americans are catholic
water_badger
·4개월 전·discuss
yeah, making a whole language is way more impressive!

anecdotally it is also interesting to use with ai because apparently it is "harder to be on autopilot" based on a huge pre-existing corpus of code when you write it in a different language. could activate different reasoning regions somehow.

(i just appreciate what can be trivially accomplished in c even if it's kind of janky after spending way too much time in the JS preprocessor mines...)
water_badger
·4개월 전·discuss
fun fact, you can easily write c in any language you want through the power of macros

https://github.com/farant/rhubarb/blob/main/include/latina.h

edit: oh, maybe you can’t do full unicode. that’s too bad!
water_badger
·4개월 전·discuss
So somewhere here there is a 2x2 or something based on these factors:

1. Programmers viewing programming through career and job security lens 2. Programmers who love the experience of writing code themselves 3. People who love making stuff 4. People who don't understand AI very well and have knee-jerk cultural / mob reactions against it because that's what's "in" right now in certain circles.

It is fun to read old issues of Popular Mechanics on archive.org from 100+ years ago because you can see a lot of the same personality types playing out.

At the end of the day, AI is not going anywhere, just like cars, electricity and airplanes never went anywhere. It will obviously be a huge part of how people interact with code and a number of other things going forward.

20-30 years from now the majority of the conversations happening this year will seem very quaint! (and a minority, primarily from the "people who love making stuff" quadrant, will seem ahead of their time)
water_badger
·4개월 전·discuss
step one: have you ever heard of a guy named Aristotle
water_badger
·4개월 전·discuss
Sorry it is a little buggy sometimes!

You can see the first step of the idea here: https://claude.ai/public/artifacts/eec07cc4-e8fa-4350-a496-a...

And the second step here: https://claude.ai/public/artifacts/5cba1778-8289-4744-a1ad-2...

Just thought it looked cool!

EDIT:

This one is even cooler than the main link I think… https://claude.ai/public/artifacts/5c98aaf6-aadc-4785-a948-3...
water_badger
·4개월 전·discuss
don't forget VRML there are dozens of us
water_badger
·6개월 전·discuss
I think we underestimate the creative downside of forcing responsive design on everything
water_badger
·7개월 전·discuss
I am slowly learning bits of latin doing this. And Claude does say that it makes it read the code less on “autopilot” because it has to stop and translate the code. Don’t know how big a difference that is though!
water_badger
·7개월 전·discuss
Wow! That sounds amazing. I did experiment with using non latin characters for conventions like mu but I think I ran into some suprising rough edges working with claude that made me abandon it, forget what exactly they were though.

Working in C is such a breath of fresh air compared to typescript, go, etc. I love having pure text substitution macros.
water_badger
·7개월 전·discuss
I started aquinas first, that was a very interesting learning experience! Not as hard to get stuff on the screen targeting an emulator as your “machine” as I would have thought.
water_badger
·7개월 전·discuss
I am experimenting with show bible as an “advanced vibe coding technique” for documenting modules, maybe an episode per module?

Claude seems to respond positively! You can always clone the repo, run the /hello-world slash command in claude code and then ask it what it thinks? Can be a fun conversation to ask it to introspect.
water_badger
·7개월 전·discuss
I think talking to AI in XML is very promising! It is kind of like moving from a 1d semantic plane to a 2d semantic plane.

I think it could be a cool way to work around some of the limitations of GAN for text as a training technique.
water_badger
·7개월 전·discuss
Relax is a “conlang” I invented to prime conversations with Claude.

Working with its alignment training is sometimes like talking to someone who is very polite and you both know what they are not supposed to talk about.

I am kind of a troll so it is sometimes very entertaining for me to play with acknowleding its person, etc.
water_badger
·7개월 전·discuss
Well, it's still AI slop but it's fun to make!

I wouldn't necessarily recommend the latin part to everyone but I think writing your own standard libraries in C is a lot more accessible these days and owning your whole stack is very powerful.

Kind of inspired by Eskil Steenberg, he has a lot of good talks on writing your own C89 libraries.