What was the point of these approaching criticality experiments anyways?
What was the point of these approaching criticality experiments anyways?
It is that simple but it isn’t easy. It’s like finding enlightenment from Buddhist parables. They don’t all click the same for everyone. Once they click, it can seem obvious, but before that, they can seem meaningless, trite, or misleading.
From my pov, the image is accurate but not the clearest. It can only get you part of the way and only if it resonates with you. It doesn’t surprise me that it generates cynicism similar to the “gee thanks, I’m cured” responses to mental health advice.
My interpretation of the message in the meme isn’t so much a “present vs future thinking” as it is a “you don’t need to search for happiness because your brain determines your mood, not outside factors.” I’m not saying you should just ignore your issues (which would make things more difficult over time), but that you can be happy despite them. Happiness isn’t a goal, it’s a state of mind.
As for the millionaire example, that they wouldn’t be living paycheck to paycheck is the whole point. It was intended to frame happiness/unhappiness in a different context that was easy to understand (he lost money he had spent a lot of time getting) but was still left in a position that most would be happy to find themselves in, but instead he’s probably miserable about it.
My line of thought for this is that stressing about whether you’ll have enough money to cover rent won’t make it any easier to cover rent. Happiness is more about mindset than circumstances. It is easier said than done, for sure, but if one needed to have 0 problems to be happy, there wouldn’t be many happy people.
Consider a millionaire who checks the markets one day only to realize their portfolio has dropped by 30% wiping out all of their gains for the past two years and leaving them with only 3 million. They’d probably not be very happy with that, despite still being in a position that many would trade everything to be in.
I’d even go so far as saying that fraud is pretty rampant in all levels of society.
Monkey’s paw curls. Now abortions are legal and forced.
It’s generally not as heavy because the layer is just reinterpreting API calls while the user code still runs natively. On a browser running JavaScript, it’s using an interpreter for every line of code. Depending on the specifics, it could be doing string processing for each operation, though it probably only does the string processing once and converts the code into something it can work with faster.
Like if you want to add two variables, a compiled program would do it in about 4 cpu instructions, assuming it needed to be loaded from memory and saved back to memory. Or maybe 7 if everything had a layer of indirection (eg pointers).
A scripting language needs to parse the statement (which alone will take on the order of dozens of cpu instructions, if not hundreds), then look up the variables in a map, which can be fast but not as fast as a memory load or two, then do the add, and store the result with another map lookup. Not to mention all of the type stuff being handled at run time, like figuring out what the variables are and what an add of those types even means, plus any necessary conversions. I understand that JavaScript can be compiled and that TypeScript is a thing, but the compiled code still needs to reproduce all of the same behaviour the scripting language does, so generic functions can still be more complex to handle calling and return conventions and making sure they work on all possible types that can be provided. And if they are using eval statements (or whatever it is to process dynamically generated code), then it’s back to string processing.
Plus the UI itself is all html and css, and the JavaScript interacts with it as such, limiting optimizations that would convert it into another format for faster processing. The GPU doesn’t render HTML and CSS directly; it all needs to be processed for each update.
For D3D to Vulkan, the GPU handles the repetitive work while any data that needs to be converted only needs to happen once per pass through the API (eg at load time).
That browser render stuff can all be done pretty quickly on today’s hardware, so it’s generally usable, but native stuff is still orders of magnitude faster and the way proton works is much closer to native than a browser.
Proton proves that you don’t need to run on a web browser for cross platform compatibility. Turing-complete platforms are equivalent in their capabilities, it’s just a matter of adding a translation layer that doesn’t need to be as heavy as a browser DOM (at least for going between windows and Linux on x64).
I’m never buying another Logitech device again because that problem that happened with my G7 back in the 00s still happened with my G900 in the 20s.
With my G7, I’d open it up when it started happening, and open up the switch to re-bend the metal piece to give it some spring back. Kept doing this until one day the plastic button that presses down on that metal part fell on carpet and was gone forever.
With my G900, I said fuck it and just bought some better mouse button switches and replaced the left mouse button. Was actually kinda glad I needed to because the battery had become a danger pillow so I replaced that, too.
But with the button issue existing for so long and being fixed by a part that cost a trivial amount compared to what I paid in the first place, you can’t convince me that Logitech isn’t deliberately using switches that fail quickly to drive up demand for mice.
I did some research about it and it sounds like what I need is a dongle that isolates the charger and audio grounds from each other. Though a ferrite bead might help with the charge whine I get on one of my indoor chargers.
My dongle that supports charging and analog audio for my car has a whine that changes pitch with the motor speed (guessing it’s very sensitive to the voltage or frequency of the alternator or something). Though at least it’s low enough that it’s almost unnoticeable when actual audio is playing.
It also requires the phone be unlocked to start sending audio through the USB interface. And maybe about 10% of the time whe I get it all set up and music/podcast playing, the motion of hitting the lock button on my phone to turn the screen off also bumps the usb port enough for it to briefly disconnect, which stops my audio and forces me to unlock my phone again to get it playing through the cable.
The phone needs to have a DAC anyways if it wants to drive its speakers. I could live with a smaller analog jack, but hate having to use a separate device with its own DAC that is probably way cheaper than the one already in my phone plus they probably don’t even isolate the audio signal from the charging signal because the main selling point is just the ability to play audio and charge at the same time.
One… glances to the side hundred… more furtive glances billion… number two giving thumbs up and nodding dollars!
If universes were merging, how would snopes know anything about it?
What if snopes is under the control of big universe and is trying to hide the smaller universes that get merged into it??
To take this in a different direction, legal or not (considering the “higher power” generally gets to define what is and isn’t legal and might do so for its own benefit rather than in the best interest of everyone, if there even is such a thing), how can it be determined if a subset of a power structure breaking away from that power structure is a good thing or bad thing? What arguments other than “we’ll use force” are there to support a region needing to remain under the thumb of a power they no longer wish to serve?
When did you first start noticing these?
I can’t understand how anyone looked at JavaScript, worked with it for a bit, then decided they wanted to use it to build full applications.
Grim Dawn has a similar approach. You just have a health and energy potion that goes on cooldown. No need to worry about potions for inventory management or remembering to buy them in town or checking if you need to pick some up, plus less loot clutter because of it. The potions return a % of hp/energy, so they scale with your character. And it helps with balance because now those players who do farm tons of potions so they can spam them don’t need to be considered.
Lemmy is only better than reddit in that it was designed to work around the fact that humans can be shitty, even if they were previously not shitty, so a platform that can spread authority around rather than consolidate it in the hands of a few will offer alternative options even if an admin or team of admins becomes shitty.
It means that Lemmy has the potential to be more extreme in any direction as much as it has the potential to be less extreme in any direction. No one can dictate what all of Lemmy is but anyone can dictate what small pieces of it are.
No, that’s an organ. You’re thinking of a musical instrument that uses piano-like keys to control airflow through pipes.
Yeah, the showing off is what I was getting at. The first experiment seemed more like an experiment and an accident but the demonstrations with the screwdriver seemed more like someone doing pull-ups over a fatal drop just to show how badass they are and accidentally landing on other people on the bottom when he slipped.
Thanks for the in depth response though, this gives more context to this than I’ve had before.
And just guessing on the other two attitudes before looking anything up (haha maybe wanting to challenge my intuition like this instead of just looking it up is one), one is probably related to laziness (eg assuming something is fine and doesn’t need to be checked when going through the pre flight checklist). And maybe the other is being too trusting or not assertive enough (eg colleague says something is OK, you don’t fully believe them but don’t challenge them on it). Am I close?