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

  • Yeah I agree. It was rolled out pretty early in its development maturity so it undoubtedly left a bad taste in some people's mouths. Overall it's a net positive though. I don't want to go back to the old way.

  • If you need the python header files, depending on your distro, you may need to install python3-dev, python3-devel, python3, or some other variation on the name. For a novice, this might not always be obvious and they might not know things like apt-file are helpful for figuring it out.

  • Usually the only tricky part of compiling from source is tracking down dependencies. The package manager does that for you normally but you're not using the package manager when compiling from scratch. The actual building (even compiling a kernel) isn't all that complicated.

  • It's completely overkill for pretty much everyone but I have been thinking about building a kubernetes native client for months now.

    Like the torrent should be treated as a normal resource with a Torrent CRD. It should be scheduled onto whichever node has available capacity and rescheduled onto a different node if it goes down. If allowed by the tracker, multiple instances could be run. You could set resource limits programmatically, easily configure block storage, build dashboards, export logs/metrics.. It would be open ended enough that you could have interfaces built as browser extensions, web ui, mobile app, tui, cli and be unopinionated so much that the method for torrent ingestions could be left up to the used. HTTP request, watch directory, rss client, download manager.. You could even do stuff like throw magnet links into a queue.. etc, etc..

    I keep thinking it would be a great project but I just do not have the spare time to dedicate to it.. I imagine it could be used for large scale deployments for something like the Internet archive or whatever.

  • The Yggdrasill from Hyperion.

    The one from The Fountain was kinda similar. It was unique enough to stick with me over the years anyway.

    I don't know if Ringworld really counts as a ship but I loved that too. The Out Of Band 2 from A Fire Upon The Deep seemed like it would be pretty baddass. Or the alien ship from Rendezvous with Rama.

  • Remarkably similar to software engineering.

    I will add that there is a system widely used in the software world that is genuinely life changing and should be adopted everywhere. We call it "blameless post mortems".

    The idea is that, if something goes wrong, it's not the fault of the person who happened to do the thing that caused something to break. It's a problem with the system that allowed that thing to happen in the first place. It gives people the freedom to be wrong without fear of repercussion and for your coworkers to work as a team to solve for this shortcoming together instead of heaping blame on one person.

    A pallet of glass bottles fell over when Tony tried to move them with the forklift. Where they stacked correctly? Maybe less flexible packaging would reduce flex. How were the forks positioned when he started to lift? Could we make color coded indicators for where the forks should be before attempting to lift? If the forklift was moving, how fast? Should we have speed limiters installed/adjusted? etc etc..

  • In the case of small little indie bands, they often aren't on torrent sites at all. Given the choice between Spotify and Bandcamp, I'm going to buy the album on Bandcamp 100% of the time. I can contribute to the artist more and usually end up with a vinyl copy on the process.

    Pirating has always been a solution to poor ease of access to content. If I could pay a legitimate subscription for a site with the catalog of PTP or RED, I would do it in a heartbeat. It will never happen though.

  • I remember reading about COBOL devs being able to earn pretty solid incomes. I thought, "Let's check this out." I found a site that did common things in different languages and compared them. Reverse string in ruby. 1 line. Reverse string in COBOL. 40-50 lines. "Ehh.. Maybe I don't want to learn this after all."

  • I have really enjoyed the small projects I have written in rust but, being in the SRE space, it would be irresponsible and selfish to use anything other than bash, python, or go. It feels like the overwhelming majority of tools I use these days have been written in go.

  • In the development world, Microsoft is actually doing some legitimately good work since the end of the Balmer years. Back then open source was a cancer that needed to be eliminated. Now they have VSCode (maybe the most popular IDE at the moment), develop and release Typescript under an open license, and own github (still a bit of a mixed bag but they're trying).

  • We don't really use things like salt or ansible anymore in devops/sre. It's all about pipelines with stuff like argo and terraform.

    Kubernetes is the way forward too. There development energy being spent on that space now is huge as well so there is always something new and interesting happening.