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/)CM
Posts
8
Comments
129
Joined
2 yr. ago

Markdown tests

Jump
  • So I know that will make it look correct in sync, but I guess what I'm getting at is that the comment is an example that looks right in other clients but NOT in sync.

    Sync should show the list correctly like other clients do.

  • This was my experience as well, though I did notice that many games did not properly isolate game saves from separate steam accounts.

    Tip to any devs that might read this: organize saves based on the steam account logged in, not the user of the PC (always "deck" for the steam deck) and definitely not just a single location among the game's data.

  • IIRC Alaska Airlines knew the plane had issues and decided to keep flying it anyway.

    So yes, it's Boeing's fault the plane's door blew off, but Alaska Airlines also deserves blame for continuing to fly a plane that was reporting issues with the door hatch.

  • To add on to this answer (which is correct):

    Your "of" can also just be a regular file if that's easier to work with vs needing to create a new partition for the copy.

    I'll also say you might want to use the block size parameter "bs=" on "dd" to speed things up, especially if you are using fast storage. Using "dd" with "bs=1G" will speed things up tremendously if you have at least >1GB of RAM.

  • I dunno man, I think that the fact she teaches high school kids specifically, who by now all know about it, means that she has no hope of being an effective teacher at this point. It's a massive distraction, as unfair as that is.

    She had to have known this was a possibility when she decided to start an onlyfans - there's almost nowhere in the country where you won't get fired as a teacher for that, progressive or conservative states alike. Society just isn't there yet.

  • I ran into this exact situation at work - though for me it was more the case that getting approvals for new software / installing new dependencies in our system is a massive pain.

    So I went with Python since it's already installed on basically any Linux system. It was fine - I mean Python is a good language and can certainly handle string processing and data manipulation with relative ease.

    I still think the Python docs are pretty bad, and I wasn't thrilled with the options for calling a subprocess in Python - they all felt kinda clunky, though I was barred from using the newest versions since I had to run an older version of Python.

    But I ultimately got something that worked and it was certainly better executed / shorter than the bash equivalent it was replacing.

  • Look, I'd love for that to be true, but it just isn't. Biden will win by being a boring centrist, because that's who he is and that's who will win a general election (generally speaking).

    With the GOP going completely off the rails the easiest path to victory is to simply go middle of the road and pick up all those independents/centrists and conservatives with brains. Progressives will vote Biden regardless because Trump (or any Trump wannabe) is too terrifying of a reality.

    This country has never shown it has some giant progressive silent majority - Bernie would know, he bet and lost on that materializing in his own presidential runs.

    I don't see Democrats running hard on progressive policies until either the GOP starts running moderates again (forcing Democrats to pickup votes elsewhere) or young people prove they can be a force at the ballot box.

    All this is not to shit on what Biden has achieved, because he has done things for progressives, but I don't see him suddenly switching to anything resembling a "strong progressive agenda" because it will just give his GOP opponent ammo to claim "see he's radical too". Biden will be the most boring, normal politician he can, while highlighting how bad things will get if his extreme opponent gets into office, and that's probably the smartest thing to do.

  • You offered a lot of suggestions, and I'm sure people will disagree over the specifics, but I think your overall point is excellent and not talked about enough. I wonder if anyone has ever even attempted a survey on the ages of maintainers/contributors? I bet it's skewing older fast.

    Nothing wrong with that of course, especially given the project's age, complexity, and being written in C - but you're right, at some point you have to attract new talent - people can't maintain forever.

    I'm a 29 year old developer - I didn't even know you could do git patches via email until recently. And while it's super cool, it also sounds kinda terrible, especially at the volume they must be receiving? Their own docs are saying the mailing lists receive some 500 emails per day and I can't imagine the merge process is fun.

    So many doc pages are dedicated to how to submit a patch - which is great that it's documented, and I'm sure it will always be somewhat complicated for a large project - but it also feels like things that are all automatically handled by newer tools / bots which can automatically enforce style checks, etc.

    I guess they could argue that the complicated process acts as a filter to people submitting PRs who don't know what they are doing, but I'd argue it also shuts out talented engineers who don't have 40 hours to learn how to submit a patch to a project on top of also learning the kernel and also fixing the bug in question.

    From what little I read of their git process, does anyone know if there's anything preventing the maintainer of a subsystem from setting up a more modern method for receiving patches? As long as the upstream artifact to the kernel has the expected format?

  • Oh man, I actually like the language, but you made me think of my own hot take:

    Python has inexcusably poor docs.

    Just a smattering of examples, which aren't even that good, while failing to report key information like all the parameters a function can take, or all the exceptions it can throw. Any other popular language I can think of has this locked down and it makes things so much easier.

  • Absolutely this. There are issues with deletes not federating properly too, right?

    That's a big part of the issue here too since even when .world cleans up the content it's already been pushed out to every other instance and will now remain there until all THOSE admins also purge it.