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

  • Why die, though? There are open source and federated alternatives or there.

  • I'm sure people now see that it's all Hezbollah behind the failed coup and Trump is the only one that can fight them! /s

  • Right, and if somebody wants a bigger one, just buy dutch tape. Colors? No problem, just buy crayons. /s

  • Yeah, I guess it's time to take a look at the sources.

  • I guess big "Get it on Google Play" icon might be a tiny bit misleading. :)

    Thanks for the info.

  • Version on Google Play is from 2021 and crashes for me. I wonder whether this project is still active. Have to check sources later.

    Edit: surfers -> sources

  • Yep, that made sense when it was a "mere" microcontroller, but in computerland it's not the best option. Actually it's bad. There are add-ons that can be attached, but I doubt you can stuff them in there.

  • So, the competition (from Google in this case) really works miracles.

  • Indeed. However the root problem were CPU and other hw drivers AFAIK, not Google. Making their own SoC made it possible to bypass those greedy manufacturers and extend support.

  • Please don't give them ideas. They have to fix core issue first - catalogue quality where albums from same named bands are often attributed to wrong ones.

  • I don't think those are the problem, but rather how they are used. And in case of managed languages like C#, it's almost impossible to shoot yourself in the foot when it comes to memory management. You still can, if you really wish, but you have to be very explicit in that. 🤷‍♂️

  • They might work, but then one is bound to be online. Also different computers might have different configurations and that is something to pay attention to as well. Alternative is a synchronisation to source (nextcloud sounds a good fit) but then you might bump to synchronisation conflicts and such. Both ways will produce a lot of traffic unless you redirect creation of build artifacts to a local directory. Which might not be always possible.

  • A remote machine might not be always possible, such as when you develop mobile apps or when you have more than one monitor available. Sadly all options have problems. And (auto) pushing is not an option when you work on a team project where pushing non compilable code is not a welcome option.

  • Indeed awesome. Sadly no words about recycling such a battery, though it sounds like it should be fairly recyclable.

  • Cars are probably covered differently by law, like minimum years producer has to offer replacement parts and such. Probably all boils down to the contract for that exoskeleton. Definitely not an excuse for that petty company trying to suck tens of thousands of dollars instead of a simple repair.

  • Yep, #metoo, though I started with terminal. I still use GUI but mostly only for visualizing history.

  • Ah, ok, I thought you were taking about Windows not being able to run CPU at full speed. But yes, it's certainly a different OS with ups and downs.

  • What is your problem with Windows, though?

  • C# is awesome, however it has one big issue when it comes to games - garbage collection that can start at any moment and you have no control over it. There are ways to workaround but none is 100%. OTOH from similar level languages there is Swift that does reference counting instead and doesn't have this problem, albeit has a reference counting problem (where cyclic reference would create a memory leak, but this problem is solvable).