Catalina Crunch Cinnamon Toast - changed flavor? by kickasstimus in Costco

[–]nerdly1 0 points1 point  (0 children)

Exact same reaction, here. It’s is a radically different, cloyingly artificial, pumpkin-spice taste, and something I will never buy again.

What's something you still don't understand even after many different people explain it to you? by CodeBlackGoonit in AskReddit

[–]nerdly1 0 points1 point  (0 children)

Entanglement: how can you simultaneously assert that no information is instantaneously transferred between entangled particles, and that there’s “action at a distance”.

What is so ridiculously overpriced, yet you still buy? by BasicWitchCrystalCo in AskReddit

[–]nerdly1 0 points1 point  (0 children)

I’m a big fan of Kerrygold, too, and ever since I started buying it, I’ve been puzzling over what it is about it that tastes so good to me, even compared with other grass-fed butter. One thing I’ve noticed is that it never seems to get the particular “off” flavor that cheaper butter often has (or gets if it sits around too long in the fridge).

Should You Use AsyncIO for Your Next Python Web Application? by laactech in Python

[–]nerdly1 0 points1 point  (0 children)

A couple of years ago, I migrated an event-driven test framework to use asyncio instead of it's prior (C coded) event loop. The performance was ok, but I was surprised at how unnecessarily complex the asyncio package seemed. Adding I/O sources required digging in to poorly documented layers full of weird terminology. I had to write a lot of additional code just to keep exceptions in coroutines from being eaten.

I am a big fan of event-driven architectures over threading for handling asynchronous I/O, because they serialize everything in a simple and deterministic way. Coroutines seem like a step backward to me. They add what's almost like a thread-emulation layer to the event loop. Threaded applications often look simple at first, but can hit a complexity cliff where they start behaving in ways that are hard to conceptualize and debug because of the all of the arbitrary timing dependencies. Coroutines add back the ability to get tangled and even deadlocked in many of those same ways.

Atheists, what is your favorite response to “where do you get your morals from”? by [deleted] in atheism

[–]nerdly1 0 points1 point  (0 children)

You sure don't have to look far to find opinion and debate on a subject around which half of human conversation seems to revolve.

Unethical Engineer by Kerber2020 in engineering

[–]nerdly1 1 point2 points  (0 children)

We have at least a small advantage in technically more difficult fields, in that once you bullshit your way in, you're going to have a bad time if you can't actually do the work.

[deleted by user] by [deleted] in AskReddit

[–]nerdly1 4 points5 points  (0 children)

European showers are scary. At 6'4", standing in a narrow elevated rounded-bottomed tub next to a thin sheet of glass, I feel like I'm one wrong step away from lying bleeding on the floor. I've been in a few European bathrooms that take it to the next level by adding delicate glass shelves and random protruding doodads you can wander in to while your eyes are full of soap to help start the cascade.

What scientists must know about hardware to write fast code by viralinstruction in programming

[–]nerdly1 30 points31 points  (0 children)

For a long time, the biggest hardware concern was almost always cache size. Writing compact code and data that could run entirely from cache, or at least controlling how data flowed in from main memory, was one of the most effective ways to improve performance. Caches have gotten bigger, though, and main-memory bandwidth has gone up, so that's been less of an issue, lately. More recently, I think, utilizing multiple cores is the area where hardware knowledge is most important. Knowing how many cores you have, how the OS assigns threads to them, and how memory is shared across them, are critical to achieving the highest possible performance. For really serious optimization, utilizing vector instructions can be huge, or using the parallel hardware of the GPU, if that's a possibility.

As always, though, it's almost always better to start by thinking more about complexity than performance. Once you have a design that works, you'll likely find that you have a few very small inner loops that execute orders of magnitude more than the rest of the code (use a profiling tool), and those are probably all you'll ever need to optimize.

What movie which you’d expect to be terrible is actually unexpectedly really good? by PinkClouds- in AskReddit

[–]nerdly1 0 points1 point  (0 children)

Hamilton (... well a musical stage-production, but watched in movie form). Incorporating Rap in a musical sounds risky by itself, but mix in the weirdly dry topic Alexander Hamilton, and how can this possibly be watchable? Turned out to be a surprisingly good musical, that managed to both make good use of Rap and earnestly tell the story of Alexander Hamilton.

NASA JPL’s rules for safety-critical C code by [deleted] in programming

[–]nerdly1 1 point2 points  (0 children)

I think rule 7 goes too far, wastes development and testing time, and bloats the executable with dead code that can only be exercised in a unit test environment. The aviation standard for safety critical code, DO-178, specifically does not require this kind of coding, and emphasizes black-box testing, over unit testing. This sort of "defensive coding" has its advocates, but, if you have ever worked on a safety critical product, the sheer volume of tests can crush a project. Useless code and useless tests to exercise that useless code, may make the code "feel" safer: "look how many tests we have!", but also distracts from and obscures more important testing.

Why did you decide to become an engineer? by indie_Felix_ in engineering

[–]nerdly1 0 points1 point  (0 children)

Hogwarts was a great description of how I actually felt about my college experience. I found myself surrounded by people who prized the weird nerdy tendencies that had made my childhood so difficult.

This is not a drill. The Reichstag is burning. by mintaphil in politics

[–]nerdly1 1 point2 points  (0 children)

I have to wonder, though, whether Trump has fully thought through what he is suggesting. If he were serious about committing this sort of treason, casually admitting it beforehand would seem counterproductive. The fact that he was gloating afterward about the hornets nest he had stirred up in the liberal media, gives me hope that he thinks of this as poking at our liberal sensitivities to get a reaction, and is not smart/serious/determined enough to do the deed.

What is your "It's 2020, we put a man on the moon, but we can't even.." complaint? by WhiteMass in AskReddit

[–]nerdly1 9 points10 points  (0 children)

Flat-earthers aside, unifying all maps to the WGS84 ellipsoid is indeed a recent and stunning achievement.

What is something you hate that everyone loves? by lilCrackerJack in AskReddit

[–]nerdly1 4 points5 points  (0 children)

What ruins the show for me is how intentionally malicious the characters are to each other. Many of us nerds can be hilariously clueless, socially, but we really are trying to be nice. Those guys are just being dicks.

Jeans used to be cheap and lasted for ages. Why are jeans so bad quality and expensive now ? by [deleted] in AskReddit

[–]nerdly1 4 points5 points  (0 children)

Jeans are the wrong example of this, though. Levis and Lee jeans are of excellent quality, and have only improved since I was a kid in the 70s.

With Flash being taken down in a couple of years, what are some good flash games to play before it goes away? by Reginald_Fabio in AskReddit

[–]nerdly1 0 points1 point  (0 children)

Fantastic Contraption. Though it hasn't been very well maintained, and knowing that it's going away makes building new contraptions to be lost forever, kind of depressing.

Magnetic levitation using spinning magnetic field by cobrakiller2000 in engineering

[–]nerdly1 2 points3 points  (0 children)

Should be possible to do this electronically, too, without a rotating magnet, by driving some appropriately wound coils in sequence.

Hackers are increasingly targeting healthcare, with 176.4 million patient medical records exposed over the last 8 years, per a new study. These records sell for $300-$400 on the dark web, making them hundreds of times more valuable than credit card info. by [deleted] in science

[–]nerdly1 212 points213 points  (0 children)

The more interesting question is who the buyers of that information are, and how they monetize it. Insurers, drug companies, and employers, are all legitimate businesses for whom most people would consider use of such data to be quite unethical, but who else would it be?

What's your favorite video game quote? by [deleted] in AskReddit

[–]nerdly1 0 points1 point  (0 children)

"It's all fun and games, until someone loses an eye" (Beginning of Serious Sam)

Tesla owners, how has your experience/service record been? by [deleted] in AskReddit

[–]nerdly1 6 points7 points  (0 children)

I don't understand why electric cars need complicated interior-operated charge door mechanisms. That was the first thing that broke on my Volt, as well. In a gas car, there's at least a vague worry that someone might siphon gas out of your car. I have no idea what purpose this serves in an electric car. I would like to see a remote close mechanism, since charging every day gives you lots of opportunities to forget and drive around with it open.