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/)F
Posts
3
Comments
1716
Joined
2 yr. ago

  • Given the quality of your average Python code this sounds like a terrible idea.

  • So perfect that everyone uses TeX, and no successors to it were ever developed.

  • Pretty huge. Going to have to give this another try. I wonder if this will become as successful as Blender.

    Also they need to cut the Apple-style quips for every item ("It's written in bold", "Dock your heart out" etc.). It even says "teamwork makes the dream work" at the end. 100% cringe.

  • crates.io: development update

    Jump
  • Ah that's way more progress than I thought! Last I heard they were still in "you're wrong for wanting this" territory.

  • crates.io: development update

    Jump
  • How are those namespaces getting on?

  • Using a function is strictly worse than figuring out the formatting at compile time (something Zig also does).

    The derives are just shortcuts. You can write everything out long-hand like you would in C++ or Python too if you really want.

    Honestly both of these complaints are essentially "why does Rust use macros to make writing code better/easier?".

  • Honestly this looks like it sits in the useless middle ground between "proper CI that has all the features you expect" and "just write a Python/Deno script or whatever". I can't see what you gain.

    Also you say "no painful YAML pipelines" but it uses YAML??

  • TCL & CMake are fully stringly typed. Both pretty terrible languages (though TCL can at least claim to be a clever hack that was taken far too seriously).

  • It is INT_MIN. Seems like a much more sensible value than 0 IMO.

  • Try interacting with anything that uses u64 and you'll be a lot less happy!

    Anyway JavaScript does have BigInt so technically you are choosing.

    that insanity is how C and Intel handle NaN conversions.

    It's not actually quite as bad as the article says. While it's UB for C, and it can return garbage. The actual x86 conversion instruction will never return garbage. Unfortunately the value it returns is 0x8000... whereas JS apparently wants 0. And it sets a floating point exception flag, so you still need extra instructions to handle it. Probably not many though.

    Also in practice on a modern JS engine it won't actually need to do this operation very often anyway.

  • Yeah. I think the smallest number of number types you can reasonably have is two - f64 and arbitrary precision integers types. One of the few good decisions Python made.

  • That's not a network effect.

  • Maybe slightly, but it's still way on the helping side.

  • They're clearly not going to be able to afford $100m/year in free CI.

  • Relatively minor for source code forges.

    The reasons everyone uses GitHub:

    • Free, even for private repos. No ads.
    • Free CI - this is huge. Nobody else does this because it costs Microsoft around $100m/year to provide.
    • It's quite good.

    If anyone can ever compete with that then I doubt network effects will keep people there.

  • Terrible title. The article is about the risks of everyone using GitHub. That doesn't mean GitHub is destroying the open source ecosystem. In fact it's the complete opposite - GitHub massively helps the open source ecosystem. That's why everyone uses it in the first place!

  • I wouldn't expect the UI/UX to magically improve, in the same way that e.g. Audacity's is, or Blender's did back in the day.

    LibreOffice is ancient and enormous. It would take a decent sized team several years to overhaul its UX.

  • code often contains backticks

    I've never seen code contain three backticks though.

    I guess your heading logic kind of makes sense but tbh I still hate it.

  • Very weird style. Inconsistent heading styles. Four tilde code blocks? That's totally nonstandard. Why?

  • Linux @programming.dev

    Best rootless remote X solution?

  • Programming @programming.dev

    How to see a graph of open/closed issues & PRs on GitHub?

  • Rust @programming.dev

    Dart Macros