

They installed some sort of sound isolating suspended/floating (?) ceiling in my apartment. I absolutely love it. In my neighbors apartment I could constantly hear people above, but in mine it’s almost always silent.
They installed some sort of sound isolating suspended/floating (?) ceiling in my apartment. I absolutely love it. In my neighbors apartment I could constantly hear people above, but in mine it’s almost always silent.
Earlier today, a publish-access account was compromised for @solana/web3.js, a JavaScript library that is commonly used by Solana dapps. This allowed an attacker to publish unauthorized and malicious packages that were modified, allowing them to steal private key material and drain funds from dapps, like bots, that handle private keys directly. This issue should not affect non-custodial wallets, as they generally do not expose private keys during transactions. This is not an issue with the Solana protocol itself, but with a specific JavaScript client library and only appears to affect projects that directly handle private keys and that updated within the window of 3:20pm UTC and 8:25pm UTC on Tuesday, December 2, 2024.
These two unauthorized versions (1.95.6 and 1.95.7) were caught within hours and have since been unpublished.
We are asking all Solana app developers to upgrade to version 1.95.8. Developers pinned to latest should also upgrade to 1.95.8.
Developers that suspect they might be compromised should rotate any suspect authority keys, including multisigs, program authorities, server keypairs, and so on.
https://github.com/solana-labs/solana-web3.js/releases/tag/v1.95.8
The US started using mailboxes 14 years after the UK
In 1849, the Royal Mail first encouraged people to install letterboxes to facilitate the delivery of mail. Before then, letterboxes of a similar design had been installed in the doors and walls of post offices for people to drop off outgoing mail.
In 1863, with the creation of Free City Delivery, the US Post Office Department began delivering mail to home addresses.
And in reality: https://chatgpt.com/share/66f519a6-1348-8002-96eb-bb61fb25287b
Do you even know what regex is? Your neural network needs more training.
The 5GB free space of my OneDrive is filled with game saves in the documents folder. You can’t exclude directories there from being backed up. Good job.
What if they write a GUI interface in Visual Basic to track your IP address?
Your understanding is that in one of the countries with the least difference between rich and poor only the rich can afford cars?
I pasted 1k line C++ file into Gemini, along with a screenshot and a trace log and asked it to find the bug. It reasoned for about 5 minutes. Extract of the solution:
It correctly identified that
sqrt(_v[0]*_v[0] + _v[1]*_v[1] + _v[2]*_v[2]);
had too low precision and usingstd::hypot(_v[0], _v[1], _v[2])
would likely solve it.If this is just autocomplete, then I agree that it’s a pretty fancy one.