

Yeah, his founder Pether Thiel has some very weird takes on religion as well.
A software developer and Linux nerd, living in Germany. I’m usually a chill dude but my online persona doesn’t always reflect my true personality. Take what I say with a grain of salt, I usually try to be nice and give good advice, though.
I’m into Free Software, selfhosting, microcontrollers and electronics, freedom, privacy and the usual stuff. And a few select other random things as well.


Yeah, his founder Pether Thiel has some very weird takes on religion as well.


All I can say start with small batches. The random variants I tried over the years weren’t great. None of them. But that was mostly warm stuff with beer in it and cream added or things like that. And warm beer on it’s own is quite an unwelcome explosion on my taste buds. I think I’ll stick to (cold) malt beer if I want something sweet. Or stout if I want something creamy.


Geary is very polished and shiny. I ended up not using it because I have a lot of folders, automatic rules to sort things, different signatures and addresses and some of the advanced email stuff isn’t in there. But definitely worth a look for someone with a simpler private email inbox. And so much more intuitive to use than for example Thunderbird.


That’s your motivation to buy a new TV with the most expensive OLED out there, high contrast and a smarthome with nice automatic blinds for the windows.
But seriously, I thought that was mainly over by now? I had a lot of those shows 5-10 years ago. But seems they still do it.


There’s always a possibility of someone posting arbitrary content when a platform allows user content or combines content from many sources. I mean we do have moderation here and illegal content is supposed to be removed or flagged. However as the operator of some internet service, you are ultimately responsible for what’s on your instance. So you definitely do need to make an effort to stay in control. Btw, there are possible compromises, such as using an allow-list of instances you federate with, so you don’t pull content from sources you don’t trust and didn’t approve.


You mean as in copyleft versus permissive licenses, or because it has Massachusetts in the name, or some specifics? 😉


I think the entire origin story of Amazon and why they outcompeted other bookstores, online- and mail-order companies was automation and their more streamlined processes. Afaik they’ve made sure to implement it as an entire chain from end to end, and that’s been their huge advantage from early on.


Uh good question. Seems people recommend Tipp10 and it’s in the repositories. Looks like for way older people, though. I remember playing Tux Typing that’s more colorful with words falling down. Idk. I hated these programs as a kid. 10 finger typing is a boring and tedious task. But I’m not sure about the didactics of it. My knowledge on when you should learn proper typing is a bit outdated. Maybe not yet at that age. Just give them some motivation to type something (anything)? So they start trying and understand how the keyboard is useful?
With the mouse… Well I just picked that up on my own. We played PuttPutt and Monkey Island 2. And obviously playing point and click adventures is going to give you the needed skills fast. Though you really need to be able to read for that and that might take 2 years of school? Most of the computer isn’t accessible without being able to read. You can draw, though. Or play games with speech output. (And non-educational games like racing games or whatever works without language)
And by the way, I had another look at it and some people curate educational games for Linux:


I think kids find ways to play and tinker with stuff. I’d give them an office suite to practice writing letters or advertisements or whatever they come up with, something to draw… maybe not Gimp because that’s not easy to use… I’ve seen people give their kids an instant messenger which connects to their dad/mom so they’re incentivised to type something. And then of course we have games. From Supertux, PlanetPenguin Racer, Tuxkart to commercial games. There are some kids games in the repos. Kartoffelknülch, drawing programs. Programming languages to learn coding with puzzle pieces and blocks or animate Turtles. There are educational games, at least my local library has some and I played some as a kid. But maybe at least try to balance the gaming. There’s so much more interesting stuff in computers. And then of course you could put some content into some directories, I think unrestricted internet access isn’t great at 6yo and the computer will be empty without, so idk. Maybe put some templates there, ideas what to draw, music or audiobooks or whatever fits the purpose…
Good question. I was planning to start fresh as well. At least at some point. I think I’m going to first add the devices and do a better job documenting what I have, what firmware I modified how and pay attention to naming things in a coordinated manner, set the areas… And then think about what automations I need, what blueprints are available and newer methods to achieve the same thing. And throw overboard all the testing relics, HACS integrations and ESPhome configs and automations I don’t need anymore and for some reason keep around for reference. And then I’m bad at UI. I think I’d have to watch some Youtube tutorials to see how other people structure it in a sane way. I heard the bubble cards are popular these days.


Wtf? I thought this wasn’t possible with the silicon in older ESPs. Is this a proprietary piece of software? I’d need access to the ESPhome component to use it in my house. (Edit: Ah I see, they use massive amounts of microcontrollers, so probably something basic like signal strength, not anything fancy like the modern Wifi-Sensing.)
I think they should be roughly in a similar range for selfhosting?! They’re both power-efficient. And probably have enough speed for the average task. There might be a few perks with the ThinkCentre Tiny. I haven’t looked it up but I think you should be able to fit an SSD and a harddrive and maybe swap the RAM if you need more. And they’re sometimes on sale somewhere and should be cheaper than a RasPI 5 plus required extras.


I’m a bit below 20W. But I custom-built the computer a long time ago with an energy-efficient mainboard and a PicoPSU. I think other options for people who don’t need a lot of harddisks or a graphics card include old laptops or Mini-PCs. Those should idle at somewhat like 10-15W. It stretches the definition of “desktop pc” a bit, but I guess you could place them on a desk as well 😉
Wouldn’t you or any other addon manager get hit by the same rate-limiting by Github that caused HACS to implement the API key thing?


https://github.com/OHF-voice/speech-to-phrase
This is what I use, and I believe a successor to one of the Rhasspy projects. That addon builds a database of sentences it needs and then does speech recognition on those only. It’s faster and doesn’t have the downsides you mentioned. And I tend to get that a lot in German language, Whisper always struggles with the composite words… speech-to-phrase It has other downsides, though. It doesn’t understand phrases it wasn’t configured for. So you need to pre-define what items you want it to add to the todo list. And you have to say the correct phrases, a sentence with the same meaning but a different grammer won’t be recognized.
Linux Antivirus is a very specific niche. It’s mostly there to scan for Windows viruses and malware. So your Linux mailserver for example (or storage system) filters those out before they appear on your employee’s computers.
What you’d instead do in Linux is harden your webserver and services, keep the webservices you host up to date and have some monitoring so you detect known rootkits or if your DNS server gets abused for a DDoS attack. And keep an eye on supply chain attacks if you’re a developer. Because that’s how attacks against Linux work. I’ve been scolded for saying this on Lemmy, but to this date, desktop computer malware isn’t really a thing with Linux. Attacks almost exclusively target webservers and Internet of Things devices, routers and so on.
So an Antivirus on a desktop computer isn’t going to do much, due to the lack of malware which works that way. And you’d still be vulnerable if someone hands you a malicious bash script to delete your home directory. It could however do something if you run Proton or Wine and run Windows programs in Linux.
If you want to do something for security, learn not to copy-paste stuff into the command line. Don’t run executables from random places of the internet. Try to rely on your distribution’s package repository. Do automatic updates, and generally do timely updates, especially with the webbrowser and stuff that’s reachable from outside. Set strong passwords. And don’t neglect your backups. Your harddisk is bound to fail anyway, eventually. I think that’s going to get you 99% of the way. Installing an antivirus is only the next 0.2%.


[…] said the company has now been able to mitigate the serious mental health risks and […]
Wow. So they don’t just ignore all the warnings about detected suicidal thoughts any longer? As far as I remember from the news stories, that specific teenager got flagged hundreds of times by their systems for spiralling towards suicide. It’s just that OpenAI didn’t do anything…
There’s another community for this: !localllama@sh.itjust.works
Though we mostly discuss the news and specific questions there, beginner questions are a bit more rare.
I think you already got a lot of good answers here, LMStudio, OpenWebUI, LocalAI…
I’d like to add KoboldCpp that’s kind of made for gaming/dialogue, but it can do everything. And from my experience it’s very easy to set up and bundles everything into one program.


I think they want you to add something like
guest ok = yes
Isn’t there some example config installed along with samba, which you can modify or copy-paste? I think that’s more likely to be laid out correctly than a random internet tutorial which might be outdated or for another distro or another use-case…
I got a nice Dell Latitude 7390 for like 250€ a year ago. I usually just have an eye on the sales page of my local laptop refurbisher and go for the best Dell or Lenovo laptop in my price range. Since that’s mostly devices returned from leasing by businesses, they’re the more serviceable models than regular consumer models. But serviceability is somewhat limited these days. You’d have to check individually how many RAM slots are available (if any) and whether the BIOS accepts random wifi cards.