hendrik
@hendrik@palaver.p3x.de
- Comment on What is SSH ? 2 days ago:
Well, calling it nonsense was the first thing that came to my mind, so guess we’re all “right” here?!
- Comment on What is SSH ? 2 days ago:
That’s nonsense. There is no ‘H’ in SSD. The ‘hard’ as in hard disk drive comes from the spinning disks inside being hard. In contrast to the floppy ones inside of a floppy disk… A solid state drive has no spinning disks at all. It’s just computer chips if you open it. So we cross out any ‘H’ and ‘F’s. And you’re left with the ‘D’.
- Comment on Where is the love for conduit? Everybody is preferring continuwuity or tuwunel? 4 days ago:
I think it’s basically that. There’s new commits in the conduit repo. But it’s like one minor thing each other month. While other projects have a lot if activity and added a ton of features and MSCs. At the same time they’re equally as stable and possibly easier to use. So… Why not use one of them? You’ll get more features, quicker fixes for annoyances in Matrix. And I always wondered why Matrix doesn’t come with threaded conversations by default. And clients which can do multiple accounts.
- Comment on as a noob, should I connect jellyfin with tailscale using OIDC? 5 days ago:
Take care. Yeah, some things are really easy. But then at some point it always gets nasty, there’s a million details to learn and you can keep digging down pretty much forever 😆 If you’re at some time in the position to do it as a hobby, there’s ways to make it a bit less time consuming. We have some turnkey solutions. I sometimes recommend https://yunohost.org for people who just want to set up a server without dealing with all the low level stuff… But still, it’s an entire hobby.
- Comment on What's your contingency plan for the apocalypse? 6 days ago:
Screw electronics. I’ll finally get time to play my 100 board games, pen and paper roleplay games and all the stuff I currently don’t do, because I’m doomscrolling all day. And I might have to ask the neighbour to bring their accordion and sing some Lady Gaga for me until Spotify comes back online. I think I’d be fine.
Just a word of caution, It’ll be dark in the supermarket at that time. The electronic cash terminals cease to work and half the food is going to spoil within a few hours. So get some cash, rice, noodles, oil, ketchup and canned food. And you’ll need some sort of water supply.
- Comment on as a noob, should I connect jellyfin with tailscale using OIDC? 6 days ago:
Sure, sorry, you’re in the selfhosted community, so I sent some self hosted options 😆 If you own one of the internet/wifi routers with Wireguard built in (FritzBox, MikroTik, etc…) that might be an option as well. Other than that, I never tried any of the more commercial options, so I don’t know much about it.
- Comment on Laptop as server, how to best manage battery? 6 days ago:
Google and/or the Arch Wiki should have you covered. For my Dell laptop I just clicked on Settings->Battery and set it to “Preserver Battery Health”. Done.
- Comment on Laptop as server, how to best manage battery? 6 days ago:
I’ll go ahead and remove the battery. At least check on it regularly. I’ve had the spicy pillow syndrome in some of my laptops and phones. So better not have that plugged in and trickle charged for half a year.
- Comment on as a noob, should I connect jellyfin with tailscale using OIDC? 6 days ago:
If Tailscale doesn’t suit you, maybe try one of the alternatives. There’s Pangolin or plain old Wireguard tunnels.
- Comment on A server and a web server are different things ? 1 week ago:
What do you mean by that? Centralization of the internet? And an uptake in capitalism, to a degree that it’s now a handful of companies and providers who do the lion’s share of everything? Sure, that’s been happening since 2010 or so, plus minus a few years.
It’s not one huge server, though. They’ll have datacenters all across the globe. - Comment on A server and a web server are different things ? 1 week ago:
Yeah, I skipped the more ambiguous ones. Netflix, Amazon, Youtube etc will distribute their content via the web. So they’re kinda webservers. Though the infrastructure which feeds in cable TV aren’t. It’s complicated.
- Comment on A server and a web server are different things ? 1 week ago:
Server is a general term. Webservers are a subset. We have video camera surveillance servers, telephone servers, internal document servers, web servers. They’re all servers. And webservers are one variant of it.
- Comment on Which are the support/help groups existing in lemmy/piefed ? 1 week ago:
I don’t think we have any support community for WSL. You could try one of the Windows ones. https://lemmyverse.net/communities?query=Windows
Or !techsupport@lemmy.world but seems you already found that one.
Googling specific error messages might also help.
- Comment on What are your self–hosted alternatives for inter device communication? 1 week ago:
I was talking about “Yundera”.
- Comment on What are your self–hosted alternatives for inter device communication? 1 week ago:
Is this a casaOS fork you need to sign up for, to get it installed? …Why?
- Comment on Can you suggest an interesting project on git for an absolute beginner ? 1 week ago:
I mean you probably want to use Git to solve some kind of problem in your life. The usual use-case is to manage software projects. It’s also good at managing text files of any kind. Whatever you like. A HTML file is text, too. It’s a bit less good with images and other binary formats. But you can use it to manage them as well.
- Comment on Can you suggest an interesting project on git for an absolute beginner ? 1 week ago:
As a beginner, I’d start with small things. And not in a real code repository. Copy a few text files into a directory, and then commit them into version control. Modify them. See how the workflow is. Check if you can go back 2 versions and find out what changed. Do a branch and edit stuff there, then get it into the main branch. See if you can cause a merge conflict and handle it.
If you can do all of that on random placeholder textfiles, you can move on. But we’d need to know which programming languages and software you like to give recommendations.
- Comment on Cubieboard users abandoned? Trying to find support docs & software. 3 weeks ago:
Yeah, use Armbian. And Debian mainline and Arch Linux (ARM variant) run on the Cubietruck as well. Most of the stuff has been mainlined. I just can’t get graphics acceleration working. Other than that you could just install any regular Linux distribution. If you’re willing to put in the extra effort to deal with u-boot or whatever we use these days and the other effort involved to put Linux on an ARM computer. There’s info on their Wikis. And https://linux-sunxi.org has some information as well. Most of the times general instructions for A20 boards apply.
- Comment on (UPDATE: I think I found the solution?) Unable to print larger 3D models? 3 weeks ago:
Maybe try a different bed temperature? And I got some improvement after cleaning the bed with alcohol.
- Comment on Sniffing WS2812 (Neopixel) bus? 1 month ago:
Not sure how easy it is to sample a digital signal that fast. The specs say it’s 350ns - 800ns. So my calculator says that’s about 3MHz. I don’t think noise etc will be an issue. And an opendrain input should be fine and not mess with the bus. You’ll likely have to find a good approach to read at that speed. Or find a suitable peripheral.
The correct tool might be an oscilloscope / logic analyzer.
But maybe have a look at some projects like “micro logic analyzer for RP2040”, seems it’s possible to sample digital signals up to 100MHz. There’s several projects like that out there. But I think the correct search term is “RP2040 logic analyzer”.
I don’t think a lot of people “sniff” some WS2812 bus. You can have a look at other project’s code to generate all sorts of effects.
- Comment on How to clean laptop? 2 months ago:
Yes. Thx, I forgot about that. Especially the insides. You probably want to have a look inside, if the outside already looks that dirty. And the case / outside is probably fine with some light zapping. It went through ESD testing and certification. And should be able to deal with electrostatic discharge in some way. But the (individual) components on the inside are way more delicate and not made to withstand it.
- Comment on How to clean laptop? 2 months ago:
Air blower, Q-Tip, Toothpick? And Isopropanol is the cleaning fluid of choice for electronics. I’ve also used my vacuum on Thinkpads before. But beware the vacuum. If anything is just tucked in, it’ll dislodge it and suck it in. And you get to spend the next 20min trying to find some tiny part in a pile of dust and hairballs.
- Comment on Buying a domain - WHOIS/PTR privacy? 2 months ago:
Latest changes in the EU are part of the NIS-2 directive. My private German domains don’t show a lot of detail and it’s been like that for many years.
- Comment on ONYX: self-hosted messenger with LAN mode and E2EE — an indie project story 2 months ago:
Not sure if you broke out of the Matrix here. OP’s reply contained an em-dash, started with an affirmation. Follows the rule of three. I’d say there’s still a high likelihood it’s an AI which “claims” the code went through review.
- Comment on Hosting Dockerized website on VPS with Apache 2 months ago:
Yeah, You’ll have to do a lot more troubleshooting than this. Did Docker successfully bind to port 8000? Can you
curlit from the VPS itself? Does the container and the things in it run properly? Are there any error messages? - Comment on I built a local AI movie recommender for Radarr using Ollama 2 months ago:
Did you build it, though, or did Claude code it?
- Comment on I built a local AI movie recommender for Radarr using Ollama 2 months ago:
Yes. I think determinism a misunderstood concept. In computing, it means exact same input leads to always the same output. Could be 100% wrong, though. As long as it stays the same. There’s some benefit in introducing randomness to AI. But it can be run in an entirely deterministic way as well. Just depends on the settings. (It’s called “temperature”.)
- Comment on What us the best way to add remote access to my servers? 3 months ago:
Hmmh. I’m not entirely satisfied with any of them. Crowdsec is a bit too complex and involved for my taste. And oftentimes there’s no good application config floating around on the internet. Whereas fail2ban is old and eats up way too much resources for what it’s doing. And all of it is a bit too error-prone(?) As far as I remember I had several instances when I thought I had set it up correctly, but it didn’t match anything. Or it was looking for some logfile per default but my program wrote to the SystemD journal. So nowadays, I’ll double-check everything.
- Comment on What us the best way to add remote access to my servers? 3 months ago:
I just enable SSH, configure it to run on some non-standard port and enable Fail2ban… Make sure if use a certificate or secure password and also check if fail2ban is actually doing its job. Never had any issues with that setup.
- Comment on MPV: The Ultimate Self-Hosted Media Solution You're Probably Sleeping On 7 months ago:
Btw, the proper place to mount filesystems is either
/mediaor/mnt. I wouldn’t create a directory called/Volumesin Linux. And pay attention, these are case-sensitive and most (not all) system directories have agreed on using lower-case letters only.