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/)R
Posts
0
Comments
176
Joined
3 yr. ago

  • Yeah there would almost certainly be a bunch of comments asking about what show it is and a bunch more espousing how great it is.

  • Having worked at a Target like this, I can assure you there is still a lack of inventory on top of these stores being extremely short staffed. Target in particular completely eliminated their storeroom staff a few years ago and just doubled the work load of the floor staff. Both the floor and the storeroom were absolute nightmares to navigate because there were not enough people to actually organize and stock.

  • They always view those to the left as extremists who can’t be negotiated with, while those to the right are seen as useful idiots who can be exploited for political gain. See the conservative parties in Nazi Germany for how that “useful idiot” thing tends to work out.

  • Those are a big part of it, it’s also that our brain chemistry interacts with stimulants differently.

    One of the major effects of stimulants is the increase in availability of dopamine. The under-stimulated feeling comes from a lack of dopamine due to the reward system not functioning properly in ADHD. When the stimulant forces a release of dopamine it’s not as “stimulating” to an ADHD brain that didn’t have much dopamine to begin with, whereas a neurotypical person experiences a huge abundance of dopamine and feels incredibly stimulated and energized.

  • Oxygen

    Jump
  • It’s not that free radicals are good (they are necessary, but excess free radicals are definitely bad), but more so that there is no solid research to suggest that dietary antioxidants have any effect whatsoever. All the studies that show any beneficial effect have been shown to have major flaws or have not been able to be reproduced consistently.

  • Oxygen

    Jump
  • It’s more complicated than good or bad. High levels/sustained stress are definitely bad, but there’s some research to suggest that short-term oxidative stress is an important trigger for various responses in cells.

  • It opens the run dialog, which I’m sure the vast majority of Windows users have never heard of. This would trick a lot of people who just trust whatever their computer asks them to do.

  • I also have ADHD (and know a lot of people with it) and totally agree. We may be hard to understand at times, but we have a clear line of tangents that can be explained. Trump on the other hand has no coherence or traceable train of thought. He just jumps between half-finished, completely unrelated thoughts.

  • It's hard to run any Unity/Unreal game in 4k on my 1070

    Both of these engines are capable of making very optimized games, it’s just that most of the developers using them either don’t have the expertise or don’t care to put in the effort.

  • That’s fair, I honestly haven’t used it in a while and forgot the real usage of unsafe code. As I said to another comment, it is a really rough language for game dev as it necessitates very different patterns from other languages. Definitely better to learn game dev itself pretty well first in something like C++, then to learn Rust separately before trying game dev in Rust.

  • Those are fair points. I haven’t used it for a little while and forgot the exact usage of unsafe code. I love Rust, but I totally agree that it’s a rough language for game dev. Especially if you’re trying to migrate an existing project to it since it requires a complete redesign of most systems rather than a straight translation.

  • The biggest reason is that it's much harder to write prototype code to test out an idea to see if it's feasible and feels/looks good enough. I don't want to be forced to fully plan out my code and deal with borrowing issues before I even have an idea of if this is a good path or not.

    There are options for this with Rust. If you wanted to use pure Rust you could always use unsafe to do prototyping and then come back and refactor if you like it. Alternatively you could write bindings for C/C++ and do prototyping that way.

    Though, I will say that this process gets easier as you gain more experience with Rust memory management.

  • The victim “pressing charges” is just a fancy way of saying reporting the crime. It’s not something that needs to happen for the prosecutor to file a criminal complaint. Though, in a case like this they would probably rely on the victim’s testimony, so there may not be a case if she doesn’t want to cooperate.

  • Demand avoidance is a very common symptom of ADHD. If someone tells me I need to do something it instantly becomes very difficult to accomplish, no matter how much I myself want it done as well.

  • Probably millions of dead. The American Civil War only lasted four years and the death toll is somewhere between 650,000 and 1.5 million. A modern war would either be extremely quick or a long running insurgency that ends up with potentially millions dead.

  • It definitely should be illegal as a term for using a product or service. At the absolute minimum we should ban non-mutual arbitration clauses and these bullshit “for any dispute” clauses.

  • For me, if I’m only a little high while on my meds then I am able to read way faster. It’s like the calming effects of weed + focus from my meds lets me just fly through books. If I get actually high, then my meds don’t seem to have any affect anymore, and I just stare at one paragraph forever.

  • Which, again, is an incredibly unlikely attack vector unless you have some government secrets on your computer. And chances are that any attack through the IME or PSP is trying to do an implant into the UEFI/BIOS and not the processor itself.

  • CPU firmware exploits are incredibly rare, if there even are any that exist beyond proof-of-concept. The chances of getting an infected CPU from this is so unlikely it’s practically impossible.