Absolutely incredible: https://app.suno.ai/song/62ebaa5c-1651-430a-a034-ae2c75e61c2...
HN user
cjones26
So where do you work now?
Agreed. The article also does not seem to explain it. From what I understood the SAM only stores encrypted password hashes, nothing that could be readily exploited for local privilege escalation.
National Geographic has been driving me crazy with this email popup. I won't be giving them my email, so sadly I will not be reading any National Geographic articles.
I have also seen something similar at Surfside Beach, SC. I was in a hot tub, star gazing, and watched what I thought to be a satellite actually intersect another object and make a sharp 90 degree turn before disappearing. Still no idea what it was to this day!
I was thinking SNES or GameBoy!
I'm not going to argue with you as you seem to have a completely fixed viewpoint, which I am assume no amount of evidence will shake. You can do the research yourself if you are so inclined. You reference the dismissed court cases, as if courts solely prove or disprove the validity of information--regardless, I'll leave you with this:
"Republicans argue that since their observers couldn’t watch the vote count, they can’t provide that evidence and have asked for discovery. Still, while the courts have agreed that irregularities have occurred, they weren’t willing to grant discovery unless Republicans first present enough evidence of fraud to overturn the election. Republicans thus faced a kind of Catch 22."
Source: https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3756988
I read somewhere recently that CRISPR was actually causing far more accidental mutations than anticipated. Apologies I do not have the source handy, though Google should turn up some information.
It's impossible to mock functions when testing class-based components if you utilize ES6 arrow functions.
"Jest can only mock the structure of objects that are present at require time. It does it by reflection (not by analysis), which means that properties that get added by the constructor cannot be mocked. It's important to understand though that a fat-arrow assignment in a class in JS is not a class method; it's a class property holding a reference to a function.
My suggestion to that would be that you change the fat arrow assignments to standard methods and bind them in the constructor. That way they will be Jest aware. Otherwise I'm afraid there's not much we can do here."
This is incredibly cool!
It's missing "Pickle Wars"!
That really depends on the distro. It sounds like you're also talking about how Linux was 10 years ago. I've run Mint for the past decade and I personally consider it a fully featured OS which does everything I need it to do. I admit there is some inconsistency in GUIs depending of the software which you use, though that is simply the nature of the beast. The reason Mac is so consistent is simply due to the fact that you're in a walled garden which Apple fully controls.
I wonder how this will affect other projects, such as ReactOS and Wine. Exciting.
I think everyone should watch this as it really is reflected in what's occurring today.
I was wondering the same thing.
Not anymore since many got sued a few years ago for being inaccurate or simply costing too much to maintain. Your bank should provide coin sleeves for free, though rolling them manually can be a hassle.
See here for more info: https://www.mybanktracker.com/news/coin-counting-machines-ba...
What's a good alternative?
When someone disagrees with you
Though I recommend to my team to avoid mutation if at all possible, there are times which I have found immer absolutely invaluable. Try spreading out an object 15 levels deep to replace a single property value and you'll catch my drift.
Make bloodletting trendy again!
Now how about The Diamond Age!
some hazing interview process
I'm sorry, but this made me laugh quite a bit
I will no longer give Lime any business after I hopped on a scooter with 30% battery and it died within less than 5 minutes. I was late for work, and my only option was to unlock another Lime scooter after the first died, costing me extra $ for the unlock. I communicated this to their support team and they refused to give me a refund, telling me that I should check the battery life before getting on a scooter (shouldn't 30% enough to go 1.5 miles?)...I expressed my frustration to the survey following up the support and still no refund for the unlock fee. It may seem silly, but that was the straw that broke the camel's back and I uninstalled the app.
Well I don't think that could technically be considered a race condition, as it's clearly a design problem in the code causing what would appear to be a "pseudo" race condition.
What? JavaScript is a single threaded language...
When are we going to see unlimited command line buffers :)?
Which is a massive security issue in itself--Electron documentation even warns you about this.