I tried to buy new SD cards for my camera. The cards I used to buy at $28 are now $80-120... if you can find them. Another cheaper card I used to buy for $19 is now $46. It's just absolutely insane at this point.
I really don't understand why people are complaining about the AI features. These all mostly seem like solid quality of life enhancements and CGI-like tweaks.
I feel like we've been working in parallel here :) We are using PyAirbyte (hi
aaronsteers) for our users to connect their data sources to our agents. We originally wanted to use the airbyte white-label platform, but the team said that it was being deprecated. I think this really drives home just how crucial it is to have a clear model for accessing your data, and Airbyte has been great at that for quite a while.
Generally speaking, raw-milk cheeses are much safer to consume than fresh raw dairy milk. However, the dairy in question is a garbage company that has been responsible for numerous outbreaks in the past.
I got through this entire article before I realized it was written by someone I worked with back in my agency days. Beth is an awesome designer with a great eye. Nice to see her on the front page here. Now, to the content: I often wonder how much we have lost with our endless quest for minimalism. We can't even make buttons look like buttons anymore. Affordances have become anemic at times. Designers who think and care deeply about functional color theory and usable design should be cherished.
Jack Dorsey has a habit of explosively increasing headcount. Twitter was so overweight that 80% were eliminated when Musk took over. Block's headcount grew from 3,900 to 12,500 in three years during Covid. Block's stock price has also tumbled from ~$275 to ~$54 since 2022. I think that the severance package is incredibly generous, and the willingness to communicate with those affected is admirable. But I also think that Dorsey is spinning a story to cover up for ZIRP-era mismanagement. AI provides the justification, with the hope that dumping 2x the work on the survivors won't crush them because AI tools will help. The bet may pay off, I'm just skeptical of the justification.
I get a flood of these every single day. Because we use SendGrid as a critical part of our product, I have to look for any emails from them pretty closely. It’s gotten impossible to do with all of these phishing attempts. I gotta hand it to them, though, the attempts are excellent.
I’ve been doing some of this through a term on my phone, but it honestly sucks. Other interfaces (telegram, web ui, email) are gonna be much better experiences on your phone.
Hah, I set up basically the same thing on Saturday during a long car ride. Couple of differences: I’m an opencode user and I used a different VPS provider (though I use vultr for other things). It was my first time actually sitting down and using tailscale, which was quite easy to get going. Did everything from my phone, didn’t even have my laptop with me.
The problem is that people just really do not comprehend what the "public" schema means in supabase. My guess is that that they think it means "default" or something along those lines. If you read the supabase documentation, you can clearly see that it says "your database's auto-generated Data API exposes the public schema by default", but to truly understand that, you need to understand what the data api is and how it relies on rls. For people first coming to supabase, they are probably either new devs, or they think of the db as a backend service that has application-layer authentication in front of it.
We are a happy user of DBOS. I’ve been building out a lightweight TUI for managing our DBOS application internally, since we have workflows with tens of thousands of steps. I know the team is working on improving conductor for this use-case, but our internal TUI handles it pretty well for now. Hoping to open source it, but the code is a wreck atm. Anyways, I say all this to say, DBOS has a good client that can communicate with the instance easily, so building out a UI that fits your specific needs should be fairly simple.
For repeating objects of the same structure, yaml will still require each key on each object, whereas this is a hybrid with csv, so it defines the keys once.