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/)PI
Posts
21
Comments
1,083
Joined
6 yr. ago

  • I have one from 2015 that is literally falling apart, but it still works okay. I'm going to be sad when I have to finally give up on it. Unfortunately, it's not great for repair. I was going to replace the keyboard because some keys are malfunctioning, but it requires basically pulling apart the whole computer including some parts that are taped on.

  • I just heard an interesting fan theory, that the scene with Artax and the swamp represents being unable to help a friend or family member through depression. That for the friend it can be perplexing (move or you'll die!), but it's so hard to do anything for a depressed person in a slump.

  • A simple web app will be okay with some HTML forms, sure. But something like a multi step wizard will lead you down the path of storing a huge amount of state on the server side, which turns into a mess. We have a wizard that uses Django's forms and django-formtools's wizard. You have to put the state and complexity somewhere. We put it in the backend and I can't say I like how it turned out. The code is spaghetti and we get a stream of errors from people not acting how they're expected to act.

  • Not that it isn't still junk food and horrible for you. HFCS might be a worse form of sugar, but in the end they're still refined sugars. It's worth noting that Mexico and the US have similar obesity rates. There are more factors than just beverages involved, but it is one.

  • So much of modern conservatism/Republicanism in the US is pure reactionary, "own the libs" thinking. If Democrats wanted to pass a resolution stating "puppies and kittens are cute," they would be opposed merely on principle.

  • The results aren't going to be that skewed. They operate on a simple principle. There are many features available on a modern web browser with a high degree of variability. Even not having a feature is itself a piece of a fingerprint. The combination of those many, many features is going to produce a high degree of uniqueness for almost any browser.

  • Ugh, it's worse than I thought. The HTML on the front page is awful. It's not even vaguely valid, it uses a made up tag (d), and it runs over HTTP instead of HTTPS. It's just this person discarding any semblance of maintainability to pursue an extremely small wire size.

  • It used to be that the draft age was lower than the voting age in many states. There was a constitutional amendment during the US-Vietnam War to drop the voting age to 18 because if you're old enough to be forced to fight in a war, you're old enough to have a say in the war.