Comment Re:If only they didn't burn so much fossil fuels (Score 1) 26
> It did happened before, but not on this scale and speed.
Check out Meltwater Pulses 1a and 1b.
> It did happened before, but not on this scale and speed.
Check out Meltwater Pulses 1a and 1b.
Are you saying you didn't see this coming? It is a democratic system, ain't it? So this means politicians just do what is expedient, that's why they are elected. Leaders have stopped being elected long long time ago. Not that I am for any government intervention into any of this at all, I am against it. I believe we must do what we do as a species without any collective action enforced by government, I am against all government intervention. I am totally against anyone trying to architect our survival as a species, I am all for real natural selection.
Asked the thing to tell me:
I have heard that you sometimes give wrong time and sometimes even answer that you cannot tell the time, why does this happen to some people?
ChatGPT said:
You see different behavior because the system reads time from the userâ(TM)s environment. Some users block this data. Some browsers hide it. Some devices send inconsistent region info. This leads to gaps.
You see steady answers because your browser shares stable time data.
Other users trigger fallback behavior. In those cases I answer that I cannot read the time.
is this it?
I don't know how some people get these types of weird answers, I cannot get the damn thing to tell me the wrong time. The only really weird thing is that it is 'searching the web' while 'thinking'.
> It used to be my go-to site for all things computer related.
Me too.
They were slightly cheaper than Amazon for the same product, then I did a big project which got slightly downsized and I wound up with $400 in "restocking fees" for a couple of pieces of factory-hologram-tape sealed network gear, after I paid $100 in return shipping.
Learned my lesson real fast.
a government or anyone may decide they need a reserve of something in case it later becomes unaccessible when needed. When can a government *need* BTC? Needing oil or food or water or weapons or gold is understandable, those are real things and it is possible to run out of these items and be in a position where access is limited.
If one "needs" crypto currency they may either purchase it in the market freely or just start their own, even Trump has done this on multiple occasions.
Note, it says "a reserve", not a speculative asset to gamble on its price.
Them: Why don't you act your age?
Me: Well, I've never been this age before.
Like buying booze, renting a car, purchasing a handgun, buying a lottery ticket, getting a tatoo?
(some of these vary by state)
I don't see how you're too immature to order a Chianti with your steak dinner but you're mature enough to go $200K in debt based on a sales pitch of returns after investment.
These aren't even reasonable equivalents from a neuroscience perspective.
A read is supposed to be fine. At read time the firmware *should* rewrite the cell if the read is weak.
The firmware also *should* go out and patrol the cells when idle and it has power.
you can dd if=/dev/sdX of=/dev/null bs=2M once a year if your firmware behaves.
If your drive is offline you could
dd if=/dev/sdX of=/dev/sdX bs=2M iflag=fullblock conv=sync,noerror status=progress
to be sure, though write endurance is finite.
If you're running zfs you can 'zpool scrub poolname' to force validation of all the written data. This is most helpful when you can't trust the firmware to not be buggy crap. Which only applies to 90% of drive firmware out there.
Well 0-clicks and OTA attacks but yeah, to your point, device compromise lets you use apps on the device.
News at 11!
> I have found that streaming directly to my Plex home server over TLS is generally smoother without going through Wireguard. Not quite sure why.
I recently had to solve this.
Wireguard should work with a regular 1500byte MTU connection at 1440 or 1420 bytes (the default) --- however --- if your ISP is routing your IPv4 using 4-in-6 internally (like my major cable company) everything goes to hell.
Try dropping your wg MTU to 1360, MSS at 1320, and set up a mangle table to clamp MSS to PMTU (e.g. iptables rule).
I got a 10x bump in TLS over wireguard throughput.
Total pain in the ass and lightly documented.
Interesting. But not entirely surprising.
That the main result of giving kids laptops was that it prepared them to be better consumers of Facebook? Lots of people called that early on.
Before AI I replaced my flagship Android phone once every 2 or 3 years. Now I am not sure, how can I replace my phone if I do not want AI functionality in it at all?
Amazon is "pledging" to expand capacity for government contracts? Any reason why we're not using the phrase "going to bill the government to cover the costs of the expansion" instead?
The solution of this problem is trivial and is left as an exercise for the reader.