Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HE
Posts
8
Comments
1,842
Joined
4 yr. ago

  • Google the product name and Linux. If nothing turns up, you need to find the name of the SoC / processor and google that. Find out if it's supported by Linux and what other people did to install Linux. You might need additional hardware though, like a serial or JTAG adapter and a soldering iron. Plus the required expertise. And I must warn you, that thing has 1 GB of RAM and 256MB(!) of flash storage. You won't be able to do much with those specs. Like a slow FTP server or one small website or a few other tiny services which don't use a lot of resources.

  • Sure, go ahead. Technically it's not 100% correct. I mean lemm.ee wouldn't be your provider, it'd be the people operating the server who provide the service to you... But I think it's close enough. Only issue I can see is the term "provider" usually being used with commercial services. Like a cellphone provider or ISP. So I'm not sure if people start to think this costs $10 a month or something and is run by for-profit businesses... But we also use the word "provider" for free things, so I'm not entirely sure about that. But generally speaking I think we use different terminology because we don't think of the Fediverse as a product.

  • I often recommend Mistral-Nemo-Instruct. I think that one strikes a good balance. But be careful with it, it's not censored. So given the right prompt, it might yell at people, talk about reproductive organs etc. All in all it's a job that takes some effort. You need a good model, come up with a good prompt. Maybe also give it a persona. And the entire framework to feed in the content, make decisions what to respond to. And if you want to do it right, and additional framework for safety and monitoring. I think that's the usual things for an AI bot.

    If you manage to do it, maybe write some blog post about the details and what you did. I think other people might be interested.

  • I halfway agree, but the issue with that is, that's not what happens in reality. In reality these things don't run on renewable energy. And not utilizing datacenters at capacity is just a waste of resources. And they could find people who donate their voices, which would be fair... But they're not doing that. So I think half the arguments still apply. It is innovation though, we shouldn't be opposed just for the sake of it. It needs some proper argumentation.

  • It is like I said. People on platforms like Reddit complain a lot about bots. This platform on the other hand is kind of supposed to be the better version of that. Hence not about the same negative dynamics. And I can still tell ChatGPT's uniquie style and a human apart. And once you go into detail, you'll notice the quirks or the intelligence of your conversational partner. So yeah, some people use ChatGPT without disclosing it. You'll stumble across that when reading AI generated article summaries and so on. You're definitely not the first person with that idea.

  • I really don't think this place is about bot warfare. Usually our system works well. I've met one person who used ChatGPT as a form of experiment on us, and I talked a bit to them. Most people come here to talk or share the daily news or argue politics. With the regular Linux question in between. It's mostly genuine. Occasionally I have to remind someone to tick the correct boxes, mostly for nsfw, because the bot owners generally behave and set this correctly, on their own. And I mean for people who like bot content, we already have X, Reddit and Facebook... I think that would be a good place for this, since they already have a goot amount of synthetic content.

  • I think there is quite some overlap with Lemmy. You can do images and threads here. And they even show up in a tree-like structure. I'm not sure about ephermal, I don't think Lemmy is as advanced. But other Fedi software have ephemeral posts.

    So, given your requirements, I'd say this is that place. Communities would be your topic boards, and posts would be the threads. And user accounts and moderation would be the improvements to make it less toxic.

  • Lemmy and Fediverse software have a box to tick in the profile settings. That shows an account is a bot. And other people can then choose to filter them out or read the stuff. Usually we try to cooperate. Open warfare between bots and counter-bots isn't really a thing. We do this for spam and ban-evasion, though.

  • SATA is more reliable than USB. And SSDs are faster, but more expensive than a harddrive. In the end all of this is possible. You need to see how much space you need and what you can afford. Unless you need it to be quiet/silent or super fast, a regular harddrive might do.

  • And with machine code, you got to keep track of what's in the stack, CPU registers, ... to make a sense of what the code and the next branch command does. It's completely unalike processing human language. LLMs aren't really set up to do it.

  • Nice that you were able to fix it. I think writing systemd unit files is a super useful skill. And systemd is a powerful tool. With the dozens of different things it can do and monitor for you.

    I usually give each separate service its own user account. So teamspeak would get a teamspeak user and group and I'd write a system unit file to start it as User=teamspeak and Group=teamspeak. That's also what you'll find in most tutorials. But you can do it your way (as a user service), too. Whichever makes it easier to maintain and administer the stuff. I guess with the user sessions, you'd have to log in with that user(?) and the way I do it, everything runs completely unattended at system start and I never log in with those user accounts.

    You don't need to write any Before= or After= directives, unless you want to set up or tear down some environment for these services. Maybe have a look at an example for a service file for teamspeak, the arch wiki says there is some example out there. I don't use it myself, as it's not Free Software, but good luck convincing your friends to switch to Mumble😅

  • I think as written, I'd say these words are more FUD (fear, uncertainty and doubt)

    And I've been running servers for quite some time as well. SearXNG seems rock solid. And it's tested. And when I had security issues in general, it was because we didn't do timely updates. I haven't really ever been affected by zero days in my hobby linux endeavours. Okay, we had a few nasty things in some more fundamental building blocks and sometimes people using slower distributions had been fine... But I don't think it applies here. With these kinds of things, the latest stable release is your best bet. Not a previous version with bugs in it, which have been fixed since. And especially not an unmaintained project.

  • They're likely referring to the sentences outlining the differences between searx and SearXNG in searX README (archived Github repo). I think it was about some feature to report bugs to the project. And NG having a faster pace of development.

  • Hmmh, always the same thing. On release, it's just an announcement with a promise to open "key components" sometime. I'll add this to the list of bookmarks to revisit at a later date. I wish they'd just get it ready and only then publish things.