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.

  • 10 Posts
  • 2.34K Comments
Joined 4 years ago
cake
Cake day: August 21st, 2021

help-circle

  • Well said. And I believe those diverse experiences will be what makes you less likely to endulge in blind consumerism… I mean if you just eat the standard stuff, buy the standard things, live the standard life… That’s likely gonna be what society will push down on you. And we live in a consumerist society… So the one way out of it is to explore things beyond… Find out what you want, and not what people want to sell to you… And many of the really good experiences come for free, anyway. Having friends, enjoying a day… That’s not necessarily about money. And you’re also allowed to once and again not have french fries like any other day.


  • Not sure what kind of conclusion to draw from this deep philosophy… Do not eat? Happiness and starvation are just an illusion? Or force food into oneself, it’s for feeding purposes and not supposed to taste good?

    But I guess we all have these arguments with our 4yo kids… I don’t like broccoli… And how do you know you don’t like it? You haven’t even tasted any?.. I don’t want stupid broccoli…

    (Edit: But on a more serious note: If you’re constantly having issues enjoying food as an adult, maybe try to seek medical advice. Could be normal, could also be a telltale sign for a medical condition. And furthermore, you should be eating a varied palate, that’s healthy. But also listen to your body. Oftentimes it knows what’s good for you. Within reason, of course.)


  • There’s copyright infringement on one click hosters… And a loy of them offer slow, but free downloads. Some newcomers ask a friend to copy a movie from their harddisk or DVD collection… I mean piracy in general is a bit tricky for newcomers. There’s some good resources linked in the sidebar… But a lot of piracy isn’t exactly legal to do. And it’s not really ethical to advise someone to do something that might get them in trouble… And openly recommending things is illegal in some jurisdictions. But yes. Don’t do random torrents unless you know what you’re doing.


  • Well, I guess if they’re still online and do silly stuff, like not use a VPN, not have a Firewall installed on their computer… Or they re-use the VPS which also has their personal blog on it… There would be ways to do something. But that’s all very unlikely.

    I mean the whois is a good idea. Admins will usually want to know what they’re dealing with, and where it’s coming from. But the rest of the steps really depend on how bored an admin is. The best course of action regularly is to block it and move on. There’s so much bad stuff hammering the average webserver anyway. Launching a counterattack is a bit illegal, so that might not be an option. And if some admin has a few hours to pass until it’s 5pm and time to head home, or do it as a hobby and have time to spare they might investigate. I’ve found some hacked servers that way, wrote a few emails. But in practice, 99% of the time there isn’t anything to accomplish.


  • HA isn’t the only option. I think there’s two other open source smarthome solutions out there(?) And you could probably do with just an MQTT broker and a Python script, or something like that…

    But HA isn’t a bad choice. They’re doing a phenomenal job. And related projects like ESPHome make it really easy to integrate microcontrollers. And if you want to do more smarthome stuff, it has a plethora of features, integrations, an app…

    Extra hardware isn’t absolutely necessary. I have one server at home which does NAS, and I use 4GB of it’s RAM to run a virtual machine with Home Assistant. That’s enough for it, including a bunch of Addons.



  • Yes, that will be an issue. I guess not a technical one, Linux is perfectly able to fetch a token and connect to network shares etc. Not sure how that works with Email and the modern cloud office stuff. But likely, the IT department will have to enforce that policy as well. That’s why I asked if OP has to use software on Windows (11)… Otherwise, if it worked 4 years without issues… maybe there is no issue with Active Directory…



  • hendrik@palaver.p3x.detoSelfhosted@lemmy.worldCertificates...ugh
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    12 days ago

    You could try to debug the permission issue… Like take a note of the current permissions, chmod the certificates to 666 and the parent directories to 777 and see if that works. Then progressively cut them down again and see when it fails. And/or give caddy all the group permissions ssl, acme, certwarden… and then check which one makes it fail or work.


  • Kind of the reason why I quit Netflix. For once it got more expensive each year. And at some point there was less and less of my favorite shows on there, so I’d need to subscribe to a second service for Star Trek… then a third one for all the good stuff that’s Disney… And I don’t even watch that much TV. So instead, I just quit. Maybe one day I’m gonna read a book on a Friday evening 😆 Or the stuff the government forces me to pay for.



  • Hehe. I don’t think there’s many alternatives… Every hype will flood public discourse. That’s the nature of it (and the reason why we call something a hype, in the first place). You can mitigate a bit for this with subscribing and unsubscribing to communities. But trends will reach even the remote corners of the internet. And unsubscribing from daily news does a bit of that as well. The less social-media aspects a platform has and the more focused it is, the less random hypes we’ll get… But I’m afraid this place is modeled more with social media in mind. And the userbase reflects what’s going on in society. So we’ll get these things in most mainstream communities.



  • Sure. I’m not entirely sure how PCIE works these days. But in it good old days we had methods to read pretty much arbitrary memory regions via PCIE or early Thunderbolt(?).

    I just figured it’d be massively complicated to wait for the user to pull something on the screen, do computationally expensive OCR, some AI image detection to puzzle documents back together, and then you’d only get a fraction of what’s really stored on the computer and you’d still need a way to send that information home… When you could just pick a plethora of easy options like read all the files from the harddisk and send just them somewhere. I think it’s far more likely they do some easy and straightforward solution. And it’d be more effective as well.