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/)AG
AggressivelyPassive @feddit.de
Posts 28
Comments 2.7K
Thanks, Amy.
  • Yes. Usually you have a brightness and sometimes also a proximity sensor. Proximity is usually used for phones so they can deactivate the screen if you hold the phone like an actual phone against your ear.

  • Trying to understand JSON…
  • Again, did you actually read the comments?

    Is SQL an API contract using JSON? I hardly think so.

    Java does not distinguish between null and non-existence within an API contract. Neither does Python. JS is the weird one here for having two different identifiers.

    Why are you so hellbent on proving something universal that doesn't apply for the case specified above? Seriously, you're the "well, ackshually" meme in person. You are unable or unwilling to distinguish between abstract and concrete. And that makes you pretty bad engineers.

  • Arbeitszeitdebatte in Deutschland: Die unerträgliche Faulheit der anderen -- (Kommentar)
  • Was man auch erwähnen muss: das ist Hyperpolitik. Es geht nicht darum, irgendeine Debatte anzustoßen oder eine Veränderung in irgendeiner Form zu erreichen. Es geht lediglich darum, einen Vibe in die Öffentlichkeit zu tragen. Mehr nicht.

    Lindner weiß genau, dass diese Forderung nicht funktionieren wird. Allein schon, weil die Gewerkschaften das Land sonst lahmlegen. Er weiß genau, dass niemand das auch nur erwägen wird. Aber weil die Medien fleißig abtippen, was der große Nagus von sich gibt, hat er erfolgreich seinen Vibe in die Öffentlichkeit getragen.

  • Gas verschwindet in Deutschland: Experten warnen vor „Versechzehnfachung“ der Kosten
  • Hast du meinen Kommentar gelesen und verstanden?

    Du brauchst keine Fußbodenheizung. Und dämmen musst du auch nicht zwingend. Wenn die Dämmung neu gemacht werden muss, ist dein Haus über Jahrzehnte auf Verschleiß gefahren worden und das ist schlicht eigenes Versagen. Wer so handelt ist offensichtlich nicht in der Lage, sein eigenes Haus zu erhalten. Auch ohne Wärmepumpe ist das eine Katastrophe mit Ansage.

  • Die Reicheltsche Kokainpsychose scheint neue Ausmaße anzunehmen
  • Ihr lacht, aber der Typ hat leider durchaus Publikum. In zwei drei Wochen werden euren schwierigen Onkel und Tanten genau das erzählen und fleißig AfD wählen, weil die Grünen ja schließlich die neue SA sind.

  • Fuck up a book for me please
  • Exactly. Simple language is a thing. And for some people it's actually important.

    If you're learning a language or have some form of learning disability, you simply can't understand "real" books.

    Hell, there are books in my native language that I can barely read (Kant is about as nice as the name implies).

    The real question is: how good is it? If 80% of nuance and details are lost, it may not be of use.

  • Gas verschwindet in Deutschland: Experten warnen vor „Versechzehnfachung“ der Kosten
  • Und die "6 stelligen Kosten" sind auch nur ein Produkt von Springerpropaganda. Wärmepumpen kosten nicht so sehr viel mehr als herkömmliche Heizungen und können in aller Regel auch in den Bestand gebaut werden. Wenn du nicht gerade einen vollkommen unsanierten Altbau hast, reicht ein einfacher Heizungstausch aus.

  • Am I the only one who missed the Owncloud rewrite in Go?
  • I find it really weird that something as simple as the basic functionality of nextcloud seemingly can't be implemented in a stable and lightweight manner.

    Nextcloud always seems one update away from self destruction and it prepares for that by hoarding all the resources it can get. It never feels fast or responsive. I just want a way to share files between my machines.

    There are other solutions, I know, but they're all terrible in their own way.

  • Germans and pizza
  • The German feddit (and reddit) space has bursts of memes. A while ago it was stupid puns using sturgeons or eels. Currently it's pizza.

    These intense meme storms (Stahlmemegewitter) last for a few days and then blow over.

  • Trying to understand JSON…
  • That's exactly not the thing, because nobody broke the contract, they simply interpret it differently in details.

    Having a null reference is perfectly valid json, as long as it's not explicitly prohibited. Null just says "nothing in here" and that's exactly what an omission also communicates.

    The difference is just whether you treat implicit and explicit non-existence differently. And neither interpretation is wrong per contract.

  • Cheap, but reliable SSDs?

    I want to upgrade some of my older machines with some new, high(er) capacity SSDs (SATA and nvme). I don't need super high speeds, just something in the TB range in terms of storage.

    Problem is, there's so much garbage out there, I can't really tell, which SSD is inexpensive and reliable and which is just utter garbage.

    I thought about buying new, but last gen Samsung/WD SSDs.

    Intenso and Fanxiang both seem to have been around for a few years, but reviews seem to be mixed.

    57

    Nixos compiles Firefox out of nowhere?

    Basically the title. I have Nixos running on a server that runs completely headless and while playing around today, I noticed that the rebuild takes longer than expected and apparently that's because firefox gets compiled.

    Now, I don't have any GUI installed, and even if I had, I don't see a reason to compile FF from source.

    My packages are just Jellyfin, Samba, Gitea, Nextcloud, virt-manager. None of these should depend on FF.

    5

    QEMU VM hangs at "booting from disk" at 100% CPU usage

    I have a QCOW2 image (Homeassistant VM), that I ran for several months without problems.

    A few days ago, I reinstalled the VM host,so I copied the image to a backup drive and now wanted to start a VM from this image.

    However, it always end up hanging at "booting from hard disk" and takes up 100% load on one core.

    On the VM host, I imported the image like this: ```

    copied from HAOS wiki

    sudo virt-install --name hass --description "Home Assistant OS" --os-variant=generic --ram=2048 --vcpus=2 --disk /var/vm/hass.qcow2,bus=sata --import --graphics none ```

    To ensure that my host wasn't broken, I tried the same image on another machine, that I know can run VMs (virtual machine manager, using the GUI), but same result. One core at 100% and no change at all.

    I even let it run over night, but it was still at this point.

    One machine runs NixOS, the other Debian 12.

    What could cause this? There are no errors in journalctl or /var/log/qemu.

    6

    Tips/Resources/Guidance for becoming an okayish lead?

    I'm currently a senior developer, but relatively new in the role of a "lead". In my current project, I'm having a kind of co-lead and we have two devs working in our team. So a rather small enterprise.

    Now my boss told me, that going forward, I will probably be leading larger and more complex projects (possible rather soon).

    Since I'm constantly doubting myself, I would really like to learn more about how to be an effective/likeable lead. I've had too many "leads" who were just dogshit, professionally and as a person. I don't want to be that (at least the professional part).

    So, I guess my question is: what helped you? Books, articles, just random hints or strategies? I'll take everything.

    14

    Wie informiert ihr euch über lokale Ereignisse?

    Ich lebe in einer größeren Stadt, in der es aber de facto nur zwei Lokalzeitungen gibt, die beide auf mehreren Ebenen verwerflich sind und dann auch noch journalistisch ausgesprochen fragwürdig.

    Leider sind genauso diese beiden aber auch die einzige Quelle für "echte" lokale Nachrichten. Gefühlt bekomme ich kaum etwas von meiner eigenen Stadt mit - und das ist eigentlich ziemlich schade.

    Deswegen mal die Frage an euch: beißt ihr in den sauren Apfel und kauft die Zeitung? Ist die Lage bei euch besser?

    10

    Are there any localized Fediverse Apps?

    In Germany there's an app called "Jodel", which is essentially like a localized reddit/lemmy. That means, you only see posts from people near you (the default is something like 10km, I think).

    This is of course awesome for localized events, Craigslist style posts, or just discussions about local stuff.

    I wondered, despite creating local communities on Lemmy or tags for your city, is there anything like it on the fediverse?

    9

    How to set NIC for WoL?

    I have an HAOS-VM running on a machine attached to my router via cable, and another (wifi attached) machine that I want to WoL from HA.

    Apparently, my router does not forward WoL packets from wired ethernet to wifi, so I just plugged in a usb-wifi dongle and connected HAOS via the dongle - wifi works, no problem.

    WoL in general also works, I can wake the machine up from my MacBook without a problem. I can also use the very same dongle on a Debian desktop to send WoL packets.

    However, doing it from HA fails. My configuration.yaml looks like this:

    ``` wake_on_lan: switch:

    • platform: wake_on_lan name: wake_<machine> mac: <mac>

    ```

    I tried deactivating the KVM brigde, so that the VM really only connects via wifi, but no changes here either.

    There are no errors in any logs, so it doesn't look like it's failing per se.

    To me it looks almost like the packet is send to nirvana, but there's no way to configure the network interface in the WoL platform either.

    Update

    I kind of got everything to work, albeit in a rather weird way.

    There already is a built-in WoL Service, accessible via the GUI, however, I have to use the Advanced Mode to access it, otherwise it simply doesn't show up. Using that service and the proper broadcast address, I'm now able to wake the target machine via a button. What's a bit concerning to me is that the "advanced mode" toggle seems to be lost after a reboot. I get a warning, that the WoL service couldn't be found, that only resolves after setting the advanced mode off and on again - that's rather stupid.

    10

    3D printer for someone who rarely prints

    I'm thinking about buying a small 3D printer for the odd project once in a while.

    Problem is, I will not use it very often and I don't have much desk space for it to sit around.

    Ideally (and I know this is utopia), I would like a device that I can pull out of a closet, fasten four screws, plug it in and be ready to go.

    Is there something even remotely like that available? Every review I've seen just seems to assume that printers are basically static.

    23

    Wie kann ich eine andere Instanz via Feddit.de durchsuchen?

    Eigentlich eine ganz einfache Frage: Wie kann ich über die normale Lemmy-Site eine andere Instanz angucken (lokaler Feed von dort)?

    Hintergrund bei mir ist, dass es auf zB programming.dev einen Haufen Communities gibt, die ich hier nicht sehen kann. Wenn ich aber direkt auf programming.dev gehe, kann ich die Communities nicht direkt abonnieren - wahrscheinlich kann ich den Namen einfach kopieren und dann via feddit.de/c/@ darauf zugreifen, aber bequem ist das nicht.

    5

    Dell Optiplex turning into turbine after load

    I have a Dell Optiplex 3060 here, that I used as a backup desktop with Linux, but now I'm trying to use it essentially as a streaming host for games (Fallout, GTA...), unfortunately that means Windows.

    And even less fortunate: Windows seems to think, fan speeds only know one direction: up.

    Essentially, the machine starts nice and reasonably quite, but after some load (e.g. a game), the fans never spin down again. Even if the temps are fine (all cores at &lt;30°C, GPU at 48°C), it keeps running in turbine mode.

    The only "fix" is a sleep or power cycle.

    Since this machine is supposed to run relatively long hours and sit in my room, this is quite annoying and I'm kind of out of ideas.

    Newest BIOS and all the Dell Magic™ are installed.

    21

    [hardware] Used SAS drives?

    I just browsed eBay a bit and saw that older, used SAS drives can be had pretty cheap - 30€ for 4TB, but of course rather old drives, sometimes 10 years old.

    Now, I wouldn't expect ultra reliable, ultra fast, super cheap drives here. But this offer seems compelling, even buying a spare drive for higher redundancy would still be pretty cheap.

    Question is: am I too optimistic here? Are these drives bound to fail within 3 months?

    11

    A service of some sort to cluster news?

    I'm using Feedly (google reader clone) to keep track of my news. However, there are tons of duplicates (same event/topic different sources).

    I was just thinking about using text summaries + similarity analysis (possible AI driven) to cluster groups of articles. Are there already solutions for that? I could build it myself, but I'm not exactly the best web dev.

    9

    RPi Pico "disconnects" after a few minutes to days

    I'm trying to use an RPi Pico W as a temp/humidity sensor using a DHT20.

    It kind of works - at least sometimes, but I keep "losing" sensors more or less randomly.

    I connected everything up like here (using MicroPython): https://github.com/flrrth/pico-dht20 There are currently 4 sensor-boards, 3 soldered, one on a breadboard.

    The error modes I could observe are:

    1. DHT20 fails to init - sometimes after the first read, sometimes after days. Resetting the machine works sometimes, if not, power cycling usually does the trick

    2. The board just "stops" after about 5min - the serial console just says "device disconnected". Power cycling is the only option.

    My measurement work by having a timer fire every minute, connect to wifi, read from the sensor, and then send an mqtt message (either the values or an error message) and shutdown wifi again.

    My current ideas why it could fail (but I'm not an electronics guy at all):

    • There is some kind of "rogue current" messing with some IC.
    • Some component is broken
    • Maybe the power draw is too low or issuing sleep() messes with the USB-power connection somehow?

    For me the problem is, I don't really know where to look for errors. The software works in principle, the soldering seems to be good enough to sometimes work for days, and looking too deep into the whole electronics side is beyond my capabilities.

    7

    Samba share writable to everyone, even if someone else created the files?

    I have a public SMB share mainly as a media dump. Everyone can read and write, without any auth - as intended. However, if I copy files via SSH (as a regular user, not the samba user), these files are of course owned by that user and thus not writable for the samba user - so I can't touch these files via SMB.

    My config looks like this

    [public] path = /path/to/samba/public guest ok = yes writeable = yes browseable = yes create mask = 0664 directory mask = 0775 force user = sambapub force group = users

    I can fix the permissions by simply chown/chmod all files, but that's not really a solution.

    11

    [ubuntu 22.04] Firefox keeps forgetting logins

    As the title says, FF seems to selectively forget cookies and thus requires me to constantly re-login.

    I've had the exact same issue on two separate machines both running Ubuntu. My best guess is, that snap is at fault here, but I have no idea, why.

    To reproduce the issue, I just have to perform the arcane ritual of "closing the app" and whoosh, cookies are gone. Plugins and settings persist, no "delete on close" option whatsoever is active. Vanilla Ubuntu shows exactly this behavior.

    12

    Are there any pitfalls to avoid in buying PCIe/m.2 adapters?

    I'm planning on giving an older machine a small upgrade with an SSD, but since that machine does not have an m.2 port, I was thinking about buying the cheapest PCIe adapter I could find. Besides the obvious stuff like ports, PCIe gen and lane count, is there anything I should look out for? Specifically regarding Linux?

    18

    What is this e-paper connector?

    I got my hands on an old e-ink price tag and want to repurpose this display.

    Unfortunately, I can't really figure out, what this type of connector/bus is called. To me it looks like a standard issue ribbon cable.

    There are some "universal" e-paper drivers (for example this one: https://www.ebay.de/itm/353141399922), but I have absolutely no idea, how to find out, if that's the right connector.

    The device is made by Imagotag, if that helps.

    Edit: I added a picture of the panel: https://feddit.de/pictrs/image/42ee4f60-231a-4c42-9a66-6c369134c49c.jpeg

    None of the "markings" returned any results and the QR code couldn't be decoded by my phone.

    6

    What "mindless" games do you play?

    I'm often in longer telephone conferences and like to play relatively uncomplicated, mindless games like 2048 or threes. Both of these are getting pretty boring these days, so I'm looking for new games.

    41

    Wo kauft ihr eure Hörbücher?

    Ich hatte mir vor Jahren mal ein gutes Polster von Audible-Guthaben angehäuft, was jetzt langsam leer wird und da ich Amazon ungern weiter unterstützen möchte, suche ich einen neuen Anbieter.

    Thalia scheint ein vergleichbares Angebot zu haben, aber zumindest bei oberflächlicher Suche war das Angebot eher mau (Foundation von Asimov existiert zB gar nicht).

    Bookbeat fand ich eigentlich auch interessant (10€ für 25h Material finde ich fair), aber dass die Minuten am Ende des Monats verfallen, finde ich frech.

    26

    Are those Pico PSUs worth it?

    I have an HP g3 mini and a Dell Optiplex flying around, both similarly specced. The HP has an i5 6500t and 16gb DDR4 RAM, the Dell has 8gb DDR3l, so nothing too different.

    However, the Dell draws around 15W while idle, the HP one 5W.

    The only difference I could think of (and that is in my power to change) is the PSU. The Dell has one of those SFF PSU for up to 180W while the HP has an external 65W power brick with a barrel jack.

    So my question is: Does anyone have experience with one of those Pico PSUs? I guess they should be more efficient? I'm not planning to put anything power hungry into the optiplex.

    34