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/)
Posts
0
Comments
87
Joined
2 yr. ago

  • I don't know a single ui person or artist that gives a single f about open source.

    I think as a dev you naturally grow to respect the open source space because of how much you take from it.

    I would love to be proven wrong though

  • Unsupported hardware is a really big issue when you encounter it. I used a WiFi driver for a broadcom USB Wi-Fi card and it was one of the worst experiences I've had. Constant disconnections. Sometimes it wouldn't even connect. Learned a lot about systemd, network manager, services but really was painful because I used that computer for work.

  • You need to if your device isn't officially supported. This is pretty common for USB wifi cards.

    There's a DB of officially supported cards , and if your card isn't there then you have to look up for a driver.

    Usually they're fairly easy to find with just googling.

  • Functionally speaking, PS is a really good shell language. Its minor things about it that I dont enjoy. As you said, it feels like the language design has some poor decisions.

  • If you use vscode, try out the merge editor. It's a lot clearer to me when the merge diffs are huge.

    I would also say to check out the latest branch for each file you commit. If your file is file.tsx checkout file.tsx in the main branch to make sure you know what you're changing.

  • I think you're confusing virus and malware. Windows is malware by definition. I think according to gnu philosophy any proprietary software is malware because features are designed to make profits and not to service the end user.