Goodbye Reddit, Hello Lemmy

  • 0 Posts
  • 9 Comments
Joined 6 months ago
cake
Cake day: January 6th, 2024

help-circle
  • We Germans had this a few years ago. Sky Ticket was more expensive than Sky Q and offered less. I went with an IPTV Sky Box in year 2, because Sky Ticket was cheaper in the first year. The IPTV Box does kinda suck though. I get Free TV in HD for free but no ability to record and no 4K and HDR option, though it even got announced a while back.

    To be fair, Sky has some exclusive series or at least exclusive for a year or so, so its not a total waste. And you still get ads (I don’t speak about the sponsors on track). At least not during a race but right after the race during the inlap.


  • Wehrpflicht ist halt so Rückständig. Zu irgendwas gezwungen werden, ist einfach nicht mehr Zeitgemäß. Wenn man Volljährig ist, ist man die zwänge los. Gut die Berufsschulpflicht endet nicht zum 18., sondern erst zum Ende des Schuljahres, wenn ich noch richtig informiert bin. Erst wenn ich was will, muss ich auch was geben. Will ich kein Geld vom Amt, muss ich mir auch keine Arbeit suchen usw. Das Militär ist halt auch echt nicht gerade populär. So auf Krieg hat nicht jeder Bock und auch mit dem Unterordnen nicht. Und dann als Ersatz irgendwelche Arbeiten verrichten, auf die man kein Bock hat?

    Wenn man wieder Leute braucht, sollte man einfach ein attraktiveres Angebot machen. In den USA wird ja einem durchaus die Schulbildung bezahlt. Man könnte hier auch was ähnliches machen. Wohnung, Führerschein, irgendwas lässt sich bestimmt finden, was die jungen Leute hinterm Ofen her holt.


  • Docker is amazing but not needed. You can compare it to a simpler VM. You can take a docker and run it on any machine. You have an environment that is separate from your host and you and the container can only access it via defined points (volumes and ports).

    Imagine you need to run a 2nd Mumble Server. I never set on up but its often that a 2nd instance is not that easy. With docker its easy. The only difference is that you need to use different ports, when you have only one network access or you use a reverse proxy. You can create a 2nd instance to test stuff, without interrupting your productive system. Its a security benefit, because its isolated to some degree and you can remove one easily.

    I started using it with MSSQL Server, because I hated how invasive it is on a windows machine, especially I just needed it temporarily to do stuff with it. I’m not a microsoft admin and I know that Servers from Microsoft are a different level. Docker allowed me to start and stop it and remove it very easily. After that I started using it for a lot of and brought my NAS on the next level.

    Also one thing worth mentioning are Linux Containerx (LXC). They are in Proxmox but I have less knowledge. It feels more like a full VM than docker but uses less resources. This is the reason why containers in general are more popular. They are less resource hungry than a full VM but have some benefits than running everything on one machine. LXC feels more like a full system, than docker. With docker you rarely get into the system. You may execute some commands, like a create user command or a one time job but don’t access it via a shell from the inside (its possible). LXC on the other hand, you use the shell.


  • Then use a dummy public repo. You don’t get the nice integration. We used Mantis Bugtracker at work for quite some time but switched to Gitea (a selfhosted Github clone) and are trying to get our testers to use it more.

    Also you should keep one thing in mind: needing an additional account, might stop people to use it. With Github I contribute for even smaller ideas. When I need to make an account first, I wont do it. Or when they want to use Discord. I do have Discord but come on…


  • Except no. First issue it’s messured wrong. You messure a full package and then an empty one in the factory. Losses during shipping and so on is the problem of the customer. Especially meat looses a lot of water. People don’t weigh the water in the cloth.

    Also the little e (estimated sign, 76/211/EEC) besides the package does specially allow variations. Only the entire batch must be correct on average. But there is a limit on how much variations is allowed. And big companies are closely watched.


  • I program like I learned it? I use my German QWERTZ layout. A lot of keys are different, yes, but I grew up with this layout and I’m used to it. Imagine giving me a US QWERTY layout and I would misstype every time. I even hate it when Windows swtiches my keyboard layout, even though I removed the shortcuts to it and I misstype constantly. Heck even Visual Studio switched my shortcuts and it sucked.

    After some time I realized that (Game) Devs suck, because they forget that other layouts exist. Its not a big deal, but at some point I realized that the Chats on T, Y, U makes much more sense on a QWERTY Layout. Also Markdown with ` kinda sucks. For a codeblock, I need to hold shift and press the key that is left of backspace 3 times and then one space, because when I press it once, nothing happens but pressing it a second time, 2 appear. Pressing space let it appear directly. Or I type 4 and remove one.

    But this it what I’m used to. And if I ever would work outside Germany, I will bring my own QWERTZ keyboard and require them to install the German Keyboard. I don’t need a German UI. I have all programming related software in English, because its easier to google stuff.


  • So far so good. The URL is correct, because its the external address. You also don’t need to publish both http and https ports. I only map external https to internal http but you can do https to https. No serious modern browser tries http first and because I always force https anyways, it doesn’t need to be public. Only the reverse proxy may need it, for Let’s Encrypt.

    Both UDP aren’t needed for public access. I only have mapped 8096 to my reverse proxy and it works.



  • Audible + OpenAudible. OpenAudible does “stuff” and you end up with audio files, that you can listen on most devices. Don’t know and care how they do this. Its not free but so is Audible.

    When you have an active Audible subscription, you also have access to free Audiobooks. You can download and convert them too. But be aware, that Audible is rate limited. Had downloaded a ton of free audiobooks and after a short limit (maybe 1 hour), I got a long limit for around 24 hours. But I still use Audible. I just have it as a backup and this way I can give my family access to the books I have. But so far my mother only listen to the ones I got for free. I like Science Fiction a lot but my mother not.

    A college who I recommended Audiobookshelf, has a subscription from a German only site (Thalia), where apparently the Audiobooks can be downloaded as MP3s. So far I prefer Audible, even with DRM, just because the availability. Not all books I listen to, are available on that site or much later.