

Oh god, this brings back memories of setting up a big query project and running into issues with JSON strict parsing and all our fixed decimal money types.
Oh god, this brings back memories of setting up a big query project and running into issues with JSON strict parsing and all our fixed decimal money types.
People need to stop pointing things like this out. Let them be confused as fuck about how and why people know everything they’re doing.
Like the kid who was using his public personal GitHub repo for official DOGE work.
Can I have your house? You can still live there, I’ll just own it.
Oh, by the way, you’re not going to be able to vote or contribute to democracy in any meaningful way anymore.
People can insult Trudeau all they want. They can make fun of us, there’s a lot to work with all they want.
But threatening Canada is a hard line that I cannot and will not ever accept.
So what happens to the situation of having to pay ad-word rent on your own brand name?
Do we still get that with AI search, or is Google going to give up their golden goose of ad revenue. I’m guessing the adwords feed into the background RAG that influences what the model says.
TimyRSS looks interesting, noticed they have extension support (freshRSS seems to too) so marine that’s the best route to what I want
It looks like there are already some extensions that do a bit of what I’m looking for
https://github.com/FreshRSS/Extensions
I’ll have to look at the API to see if I can add tagging or something.
Yeah that’s what I’m thinking of.
What I’m envisioning is articles group by topic (international, tech, etc.) and something that groups articles on say Ukraine like Google News does.
A lot of RSS is like an email inbox and I want a news feed.
That looks great
The list of related software they use is also very handy
I think what I want is RSS plus categorization, like a Google News type app.
RSS alone can be kind of overwhelming.
But maybe I can build this on RSS with ollamma.
It’s super fucking annoying in Python when you forget a comma between strings and they get concatenated.
The program usually runs just fine after that too.
This is why you never trust Jen with the internet.
I have big regrets buying a WD MyCloud device.
It sucks. Massively sucks. I have it robot nightly or else it stops working.
Wish I’d started with a Synology.
Only if you use it for systems programming
Oof, I guess I’m a nerd
He’s getting 10,000 more next week
Can’t you fix the default format to this?
This is “jif” levels of upsetting me
Aider is an LLM agent type app that has a programming assistant and an architect assistant.
You tell the architect what you want and it scans the structure of your code base to generate the boilerplate. Then the coder fills it in. It has command prompt access to then compile and run etc.
I haven’t really figured it out yet.
Yeah, the problem wasn’t that there were json numbers, it was that they were being parsed and deserialized wrong. And boy, were they being parsed and deserialized wrong in a lot of places.
It’s just one extra arg in the parsing method to fix it, just a pain in the ass rebuilding half a data warehouse to fix the existing data.