Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KA
KaninchenSpeed @sh.itjust.works
Posts 0
Comments 23
static website generator
  • I'm currently using Astro for that. You can write the pages in markdown, html or one of the many js frameworks. It also allows you to mix them.

    By default it generates static websites with out any js, but it allows you to add js where needed. Optional server side features are wip, if you decide to need them later on.

    They also have pre made themes on their website if you don't feel like writing css.

  • ich_iel
  • Ich denke, dass das nicht mal möglich währe, da Geräte mit Li-Ion Akkus meistens einen eigenen Chip haben, der nicht über Datenverbindungen mit dem Rest der Elektronik verbunden ist, um den Akku vor Überladen, Unterladen, Kurtzschluss usw. zu schützen.

    Kann natürlich sein, dass gespart wurde, aber für warscheinlich halte ich das nicht.

  • sport watch supported by Linux/FOSS software
  • I heard of the heart rate issues in a lot of reviews, but it just works on my (and my dads) skin. Its bad that it doesnt work for everyone though. I found a stupid workaround for background heart rate monitoring, you just start the manual monitoring and then close the app on the watch, which doesnt stop the monitoring.

    We only had sync issues only on my dads phone, my phone (Fairphone 5 w. CalyxOS) works just fine. The issues on his phone were fixed by an Android update a few weeks ago.

    Im happy with the battery, it lasts longer than a fitbit we have.

    I dont think its a perfect watch, but for <50Eur with shipping its not bad

  • sport watch supported by Linux/FOSS software
  • He ordered it from the global store a few month ago, it took ~2-3 weeks to ship to germany.

    Thats the only issues he told me. I also tried it for a day and didnt notice anything else it cant do, which i need. He and I only need it to show notifications/calls, track steps/heart rate, have a working alarm and show the time. I also didnt have the disconnect and notification issues, that he had.

  • sport watch supported by Linux/FOSS software
  • My dad got one shipped (imported) to germany for less than 50Eur. The 3 issues he had was that the notifications didn't work on his phone (an android update fixed that), random disconnects on some phone models and that the current alarm app only supports one alarm.

  • docker compose reverse port map without using Host network driver (--net=host)
  • My solution is to create a docker network with the macvlan driver connected to a bridge interface on the host. Then you make the database listen on the bridge or just leave it on all interfaces. Don't forget to configure the ips.

    I can share my config later.

  • [SOLVED] First time installing linux (Debian). Got this error. Please help
  • I dont know how you flashed the usb, but it seems like the installer is damaged. Try redownloading the iso, check the file hash, flash the usb drive with balena etcher and reinstall.

    Did you change the partition layout in the installer?

  • ich_iel
  • Natürlich ist es nicht unmöglich, aber um eine Firewall zu "umgehen" (also Pakete durch zu schleusen, die blockiert werden sollten) braucht es aber auch eine Sicherheitslücke in dieser oder eine unsichere Konfiguration, was ja ein anderes Thema ist. Und um diese Sicherheitslücke aus zu nutzen braucht man meist so wie so keine infizierte Netzwerkkarte. Ich sage ja nur, dass eine infizierte Netzwerkkarte im Vergleich nicht so schlimm ist wie ein infiziertes Firewall OS, da diese die Pakete immer noch durch die Firewall Software leiten muss.

    Eine eigenes (vor allem quelloffenes) Firewall OS sorgt zudem zumindest dafür, dass das beabsichtigte und unbemerkte erstellen dieser Sicherheitslücke durch z.B. Geheimdienste wesentlich schwerer ist als einfach eine Firma dazu zu zwingen.

    Selbst wenn das Ziel nur ist bestimmte Pakete vom LAN zu extrahieren, muss das ja die Netzwerkkarte der LAN Seite machen, und die an irgendeinen Server schicken. Natürlich kann der getarnt sein, trotzdem fällt das irgendwann auf, zumindest wenn man immer mal wieder in seine Firewall Protokolle schaut.

  • ich_iel
  • Ne Hintertür im Netzwerkadapter ist nicht so gefährlich wie eine im Router OS, da diese Hintertür trotzdem die Firewall nicht umgehen kann (vorausgesetzt die Treiber sind Quelloffen, was die meisten unter Linux/FreeBSD sind).

  • In need of a paid Aternos server alternative (Exaroton excluded)
  • If you are ok with learing something, then I suggest renting a VPS, its your own part of a computer in a data center. I had one from a local provider that cost 7€/month for 6 cores, 18gb ram and 256gb ssd storage, way cheaper than any mc server provider Ive seen. The thing is you have to do a lot yourself, but there are great tutorals on how to run mc servers on linux. You can run something like Lodestone and have a webui for your servers, but you dont have to.

  • FOSS Media Playback Device
  • I'm currently building a similar device, which uses miraclecast for screen sharing from a phone or laptop and jellyfin in firefox kiosk mode controlled via the jellyfin app as a idle screen. Also sending media links via kde connect is possible. I still want to implement hypnotix for tv and some kind of intigration with the streaming services of the german public brodcasters. I haven't thought about dlna but I like the idea.

    I'm also using Debian as a base but I'm using LXQT with Wayland insted if Plasma. I tested everythin on a rasberry pi 4b but it's struggeling. I want to move everything to a rock 5c.