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/)A
Posts
1
Comments
19
Joined
3 yr. ago

  • It's not a Git frontend per se, it just uses Git as a storage layer (Google's internal backend doesn't use Git and behaves more like a commit cloud)

  • It's only a third of the age of C amirite 🙄

  • Deleted

    Permanently Deleted

    Jump
  • Good meme

  • Software engineers hate MBAs. It's like they live in a fantasy world where everything works perfectly and can be done in 3 days and can read your mind.

  • Crayon 💀

  • Mullvad time

  • memes @lemmy.world

    Ono

  • bugs

    Jump
  • Technically modern insects are descended from shrimp and lobster, so this is bugs good vs dry bugs bad

  • The AbstractionBubbleFactory popped

  • That's unfair against Tailwind lol

  • 3 coffees no lunch

  • We should all be in the fight to own the neolibs

  • Not quite a clone, but Crash Tag Team Racing was a staple of my childhood

  • Jujutsu time 😁

  • Think about why you're wanting to do this. Is there a material benefit you'll get from splitting your codebase like so? Enough to overcome the fact that you've split your codebase into two very different languages?

    When you're going between languages like this, you either need some kind of communication protocol (e.g. JRPC, TCP, or maybe something home cooked) or you need a stable ABI to allow the programs to talk to each other directly.

    My point is, you probably don't want to do what you're trying to do. Unless you have a really good reason, pick one language and stick with it.

  • Is there a reason you're not just doing "cargo run"?

  • Curious, how is SpaceX being wasteful? Aren't they operating significantly more efficiently than NASA has in the last like half century? Even if you're counting material waste, they're hardly the worst offenders; have you seen the plastics industry? Let alone consumer packaging

  • Indeed. The only time I've found ChatGPT useful is as a backboard for debugging obscure build and linker errors

  • Removed

    Error message

    Jump
  • I had a linker error in Rust for the first time today and I started crying til I saw someone say to just delete the build cache lol