Verspielt verspult 🧑‍💻

  • 0 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2024

help-circle


  • There are no phones with working encryption (a must imho and a lot of others) except the ones I listed in my initial comment. iPhones are no option because they are not unlockable. Samsung recently announced they will remove the option to unlock the bootloader as well. They also have a very broad and everchanging lineup of phones.

    Google Pixel has been more of a hardware and software reference to developers than a Phone people would usually buy up until the redesign with the Pixel 6. There are so many hardware and software features that make it the perfect device to develop against (up until the recent events lol).

    I’d recommend you to read their own documentation on this topic.




  • I always point people here: https://youtu.be/uPYjJYQEFSg

    Hard to give you hints when we don’t know what your background is, so here is some basics:

    For starting selfhosting I’d recommend getting comfortable with the linux command line at first (this may help: https://www.linuxcommand.org/). Set up a VM in Virt-manager / VirtualBox / VMWare / whatever hypervisor you want, install a Linux image (I’d recommend plain Debian without desktop environment). Now you have a sandbox where you can toy around. If you’re on windows you can use WSL2. If you’re already on a linux desktop, toy around there.

    If you already got some hardware like a raspberry pi or old Laptop, get that up and running with a distro of your choice, plug it into your network and SSH into it, then you have got your playground there. Get the basic commands in like ls, pwd, cat, tail, touch, mkdir, rm, … And some things you can do with them. Check out their respective man-pages.

    After that, install some packages, change configs (I’d recommend nano over vim for starters). From now on, there are no boundaries of what to do. Set up your first basic webserver with apache / nginx / caddy, install docker / podman and containerize / get some images, set up pihole, nextcloud, jellyfin, do whatever you like… Congratulations, you are now “self hosting”.

    Maybe some day switch that Raspberry pi out for a thin client as seen in the picture from OP and install a hypervisor like Proxmox on it. If you got all that, which may take a while, you can consider networking and firewalls IMHO (you could get a cheap router that supports OpenWRT to learn about these things). Don’t open ports to the internet as long as you’re not 100% sure what you are doing. You can set up a VPN with DynDNS on most modems / routers connected to your ISP though, opening up your self hosted services only to you / anyone with access. Or use something like Tailscale / Twingate.

    I could go on, but like I said, self hosting and home labbing is kind of use case / requirement specific.





  • Probably because you should care about the fuckton of TVs being sold and in circulation with software that is just some of the worst privacy violations bundled together in a case behind a big LCD/OLED panel. There is no option to avoid it and probably no option to install something else on the hardware you bought and therefor should be yours to do whatever you want to with it. I even read that some connect to open wifi access points without passwords to reach the internet.




  • Seems like you forgot the Bild Zeitung, the worst piece of media out there (comparable to the Sun I’ve heard):

    It is the best-selling European newspaper and has the sixteenth-largest circulation worldwide. Bild has been described as “notorious for its mix of gossip, inflammatory language, and sensationalism” and as having a huge influence on German politicians.

    They also bought a lot of other services, see this list, seems like it’s not maintained anymore but still.

    Let’s also not forget the time that Mathias Döpfner stole the German election in 2021 so that the FDP could screw over the coalition, see here:

    Zwei Tage vor der Bundestagswahl soll er Reichelt gedrängt haben: “Please Stärke die FDP. Wenn die sehr stark sind, können sie in Ampel so autoritär auftreten, dass die platzt und dann Jamaika funktioniert.”






  • A lot of younger folks in IT, like myself, have been on the brink of exhaustion since 2022.

    Sure, there was the “obsoletion” of PHP, Java, plain JS, etc. before, e.g. in favor of one of the JS frameworks that get released every other day.

    But this one feels different. They are trying to sell you the idea of everything related to sw development and programming will get “outsourced” to a computer. The problem is, LLMs can’t do the necessary thinking to build resilient systems as they can’t “think”, neither effective nor efficient. They can be great tools when used the right way, but that’s about it.

    This blog post summarizes this, admittedly subjective experience, way better than I could.