ErilElidor

u/ErilElidor@feddit.de
2 posts · 58 comments

Recent posts

Recent comments

on *Permanently Deleted* · c/degoogle · 16 pts · 2y

Have some browser extension play the video in the background with ads and notify me once it's done. In the meantime show some message like "bringing out the trash". Can do better things with my time than watching ads Or something to that effect.. 🤷

Hab jetzt doch mal in das Grundsatzprogramm geschaut um zu prüfen was sie da konkret zu sagen und das hier gefunden:

Der für Deutschland beschlossene Ausstieg aus der Nutzung der Kernenergie (Atomausstieg) hat wie geplant zu erfolgen. Volts gegenwärtiger Fokus liegt voll und ganz auf dem Ausbau von erneuerbaren Energien, um die Klimaziele zu erreichen. Sub-Kritische Kerntechnik, die nicht das Problem der End- lagerung besitzt und auch nicht dem Risiko einer unkontrollierten Kontamination im Falle äußerer Ereignisse unterliegt, steht Volt dennoch offen und ideologiefrei gegenüber. Wir unterstützen die Forschung in diesem Bereich, allerdings dürfen die Fördermittel zur Erforschung entsprechender Tech- nologien die Technologieentwicklung im Bereich der erneuerbaren Energien nicht hemmen.

Das klingt für mich erstmal nach einem vernünftigen Standpunkt, oder übersehe ich etwas?

Von hier genommen: https://voltdeutschland.org/storage/assets-de/pdf/politische_programme_de/grundsatzprogramm_volt_deutschland_2023_01_28.pdf

Hmm, guter Punkt! Wenn man das weiterdenkt, könnte man auch mehrere Autos zusammenhängen und es braucht überhaupt nur noch einen Fahrer ganz vorne! Wir sind hier etwas auf der Spur!

It's hard to give tips without knowing your situation better, but here are a few general ones that probably already set you apart from the vast majority of other small companies:

  • Keep your stuff updated, especially when there are security fixes available
  • don't take convenience shortcuts that compromise on security (e.g. relying on "security through obscurity")
  • block incoming traffic by default (you only need some people from your country to access the network? Maybe even block ip ranges from the other side of the world)
  • log access to your network and also analyse the logs often (probably with the help of some software)

I'm just some Software Engineer with a few years of experience, not some security expert though😅

I guess the idea is (make of that what you want):

  • Usenet is not illegal by itself (but well, same goes for torrenting)
  • As long as law enforcement doesn't get its hands on the server it can't tell what you download, as long as you use TLS (no VPN required, but doesn't hurt either)
  • But even if: Usenet providers (hopefully) don't keep logs of what you downloaded, so for all we know you just paid the provider to download actual news/Linux ISOs?
  • But even if they do: You are not uploading anything -> you are probably less interesting to law enforcement and they might just ignore you (especially if you use some payment method that might require going through some extra steps to link it to you as a person)

I use ChatGPT sometimes to give me a pointer in what directions I could go/research more for a given problem. But if I ever take the code provided by it, I need to review it line by line and half the time it doesn't even compile anyway. At this point it's just a helper to suggest to me what to google for and then I do the rest😅