• 3 Posts
  • 136 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • I somewhat agree on your comment about documentation and UI (altough once you get used to it, it’s manageable) but just to add with my experience on these things: for me they’ve been rock solid. I’ve used them both at home and professionally (mostly on small-ish networks) for at least 10 years and they just seem to run just fine.

    Currently my home router is RB4011iGS+ and there’s been absolutely no problems with it in the 4-5 years it’s been on my network. I’m not saying all their models are as reliable and there’s not that many models I’ve had my hands on, but my experience with them has so far been pretty good.


  • You’ll get used to it eventually

    I’ve been earning my living mostly with connecting to remote systems via ssh (and other means) for quite a few years and I still occasionally mess up and enter commands on a wrong terminal. Less now than I used to, but it still happens. The trick is to learn youself to pause for a second and confirm the target for any potentially destructive or otherwise harmful command, no matter if it’s locally or to some server other side of the world.


  • Are all the distros having the same GNU/Linux kernel

    Yes. Different distros have different versions, patches and so on, but the underlying kernel is the same.

    if I replace all the Arch userland files into Debian’s, the system will become Debian?

    If by “userland” you mean files which your normal non-root user can touch, then no. There’s differences on how distributions build directory trees, file locations, binaries, versions and so on. You can of course replace all the files on the system and change distribution that way, a convenient way to do that is to use distros installer but technically speaking you can also replace them manually by hand (which I don’t recommend).



  • Do they really care enough to check your info manually if you don’t use your domain name for malicious purposes?

    Depends on TLD how strict the checks are, but generally you’re at least violating TOS by doing it and can lose your domain should someone actually check the info. A lot of registrars provide at least whois-security, so they’ll know your real details but won’t share them openly to anyone who asks. I assume if you get into something illegal and court orders to release the data then they’ll happily comply instead of hurting their own business.

    But if you just want to keep your real name and address out of the internet, that would be enough at least for me.


  • a) that doesn’t really sound like the fault of EVs or the charging stations themselves. Any sort of very moderate air current would cause the same problem.

    Excactly. The stations themselves don’t create particles but magnetic fields from the high voltage DC lines and cooling fans just pick them up from the ground and back to air. It’s quite misleading to claim this is “Fine particulate matter emissions from electric vehicle fast charging stations” as the stations just redistribute existing emissions.

    Obviously this is not a good thing, but the underlying cause is something else than these stations, I’d bet considerable amount of it comes from combustion engines. And as you said, simple filters should fix the problem and clean up the pollution from environment as well.




  • I did self-host bitwarden and it’s not that bad to keep updated and running after initial setup (including backups obviously) but it still requires some time and effort to keep it running. And as I was the only user for the service it just wasn’t worth the time spent for me (YMMV) so I switched to their EU servers and I’ve been a happy user ever since.

    What I should do is to improve local backps on that, currently I just export my data every now and then manually to a secured storage, but doing it manually means that there’s often too long time between exports.







  • Official author don’t recommend it due to different semantics. But honestly for my own personal use case its fine for me.

    I don’t recommend that either. If you get used to that ‘rm’ doesn’t actually remove files and then your alias is missing for whatever reason it’ll bite you in the rear at some point. And obviously the same hazard goes with a ton of other commands too.



  • Is there a safe and private way to verify that I am in fact a real human on the internet?

    In Finland we have this thing called ‘mobile verification’ which I use almost daily. It’s a service where my phone number is verified to my identity in a secure manner (via multifactor bank account on my case but there’s multiple ways to achieve that verification) and it works as an “middleman” where I can just click an icon on a website, feed in my phone number to the identification service, check MFA on my cellphone and then I’m shown a web page where the identity provider shows what information is delivered to an original website. Most of the cases, at least on my usage, it sends out my social security number, so that I can access my invoices, sign legal documents, check my tax forms or whatever I’m doing but the underlying system can provide pretty much whatever data they have stored. There’s no technical reason why it couldn’t be used to verify that I’m an actual human being too.

    Say, if that was used in Lemmy (unlikely as the service costs something per each verification), identity provider would just send to my instance that I’m an actual human being but nothing else. The instance could then store that data and show a pretty blue checkmark next to my username without any personal data from me.