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/)DI
DiagnosedADHD @kbin.social
Posts 0
Comments 6
GOP Senator Admits Biden Bribery Tapes Might Not Exist After All
  • It's almost like these politicians made a lot of noise because the person who is polling the strongest got indicted. I would honestly be relieved if both Biden and Trump went to jail. I'm really not looking forward to a 2024 election between Trump and Biden.

  • What free apps and games are good to put on an android phone?
  • I like osmand. I usually have my state and surrounding states downloaded just in case. It also can show more information than Google maps, especially for hiking and mountain biking, you can also customize the map display as well. The navigation is obviously not as good as maps but it's reliable af.

  • Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?
  • I'm not convinced using rust is all that useful for web development. There are already plenty of other mature well optimized solutions for backend web development that includes a lot of security, qol features ootb like mature orm's with optimized database access which regardless of how fast your code is can bottleneck your site much faster if you don't have smart database access.

    Yeah, theoretically rust can be faster than ruby/python/node, but it's harder to optimize it enough to get to that point and you will have a much harder time finding devs to work on such a project because the amount of backend devs that have enough rust experience is so small, they're like on the opposite sides of the ven diagram of languages for web developers.

    On top of all that, languages which are heavily used for web development often get low level optimizations baked into the frameworks/languages so you can get pretty amazing performance uplifts over time to bring it to the level of lower level languages.