Same here and it’s worked well. I migrated my arr stack from another machine where it was in docker and just couldn’t see a reason to spend a bunch of time rebuilding it with LXCs.
- 0 posts
- 9 comments
- 10 months
PGE serves Northern California. They keep raising rates like 10-15% each year to cover their losses after all the wildfires a couple years ago and because of the greed.
They’re charging for solar because PGE is a greedy fuck.
The article they share in the issue to explain why Christmas is so offensive is absolutely wild. To quote:
Imagine that between 1933-45, the Nazi regime celebrated Adolf Hitler’s birthday – April 20 – as a holiday. Imagine that they named the day, “Hitlerday,” and observed the day with feasting, drunkenness, gift-giving, and various pagan practices.
- Imacat@lemmy.dbzer0.comtoSelfhosted@lemmy.world•Have you tried LocalGPT PrivateGPT or other similar alternatives to ChatGPT?English2 years
There’s a local llama subreddit with a lot of good information and 4chan’s /g/ board will usually have a good thread with a ton of helpful links in the first post. Don’t think there’s anything on lemmy yet. You can run some good models on a decent home pc but training and fine tuning will likely require renting out some cloud gpus.
I’m absolutely biased as a data engineer who loves SQL, but there are some good reasons why SQL has been the de facto standard for interacting with databases since the 80s.
One of its draws is that it’s easy to understand. I can show a stakeholder that I’m selecting “sum(sale_amount) from transactions where date=yesterday” and they understand it. Many analysts are even able to write complicated queries when they don’t know anything else about programming.
Since it’s declarative, you rarely have to think about all the underlying fuckery that lets you query something like terabytes of data in redshift in minutes.
Debugging is often pretty nice too. I can take some query that didn’t do what it was supposed to and run it over and over in a console until the output is right.
- Imacat@lemmy.dbzer0.comtoSync for Lemmy@lemmy.world•Comment chain becomes unreadable with depthEnglish3 years
But still possible.
- Imacat@lemmy.dbzer0.comtoProgramming@programming.dev•You don't hate JIRA, you hate your manager - Derek Jarvis' Blog3 years
Having used some alternatives, I hate Jira.
Least it’s an improvement over no/low code. You can dig in and unfuck some ai code easily enough but god help you if your no code platform has a bug that only their support team can fix. Not to mention the vendor lock in and licensing costs that come with it.