Doing the Lord’s work in the Devil’s basement

  • 0 Posts
  • 157 Comments
Joined 2 years ago
cake
Cake day: May 8th, 2024

help-circle





  • I don’t think there’s anything wrong with it, but it clashes with my personal strategy. I call it greasing the wheel : exchanging small talk and trivial common experiences with someone is a great way to prepare the channel for high density information exchange. It’s really a small setup investment that more than pays for itself in the long run.

    I would also speculate that your own position is not as clear cut as you think. You probably hate small talk for your own reasons, and then rationalize that as an utilitarian point. People who rely on high-density information exchange are generally pretty good at small talk, and they’ll invest a lot in low-stakes, high-noise low-signal interactions.



  • Yeah nobody did. I’ve heard this kind of talk since the Patriot act went into effect but it wasn’t really a problem as long as the US weren’t overtly hostile to our institutions.

    Right now a lot of people are scrambling to alternatives, at least in certain circles. Personally ive been gearing up a “de-americanization” service I plan to go to market in early 2026. It’s gonna be great cause for the first time in my career I can go all in on communicating my opinions to potential customers \o/











  • Supabase unironically do exactly that. You’ve got your client, you login through OAuth, then use your JWT to connect directly to postgres.

    Your JWT contains your user id, which is used with row level security rules to determine which rows you can and cannot access. It’s pretty amazing what you can do with PG alone. The tooling is not quite there yet but that’s probably where we’re headed.


  • The problem with being a pragmatic LLM user is that you have on one side corporate America shoe-horning the tech in mediocre products none wants, and on the other side a large portion of the internet who loathe it but don’t use it and don’t even know what it does. Those conversations never go anywhere man. You’re talking to someone who thinks accuracy of 57% on SpreadsheetBench means the model gives wrong answers 42% of the time.

    Hate to agree with Microsoft but yeah, Excel is probably a great place to introduce an LLM. It’s in that sweet spot between natural language and light programming, in an environment with math baked in so you don’t really care about the model’s accuracy or exact recall. All the data is here, and the model only has to manipulates cell numbers and writes formulas in this dumbed down language.

    I’m sure you can get away with pretty small models too. It doesn’t need super human knowledge to implement 90% of common Excel use cases, and i suspect in real world scenarios the accuracy must be pretty interesting.