Comment "Now there are n+1 standards" (Score 1) 43
Do we really have to reinvent the wheel every damn time?! It used to be that you just got Voight-Kampff tested, and the administrator of the test would sign your PGP key. WTF was wrong with that?!
Comment Does this end them sooner, or is it irrelevant? (Score 1) 38
My first reaction is that if one company is selling at half the price, that company will go bankrupt at twice the speed since every transaction was already a money-loser. Customers are absolutely the worst thing for these "businesses."
But is revenue really significant? I can see how neither reducing the price to $0 or increasing their price to 10x what it was, might not really have much of a different impact on the bottom line, compared to all the debt.
Comment Party like it's 1961 (Score 1) 90
Make IBM Great Again: go back to
Comment $23k toilet is outdated (Score 1) 93
Nobody remembers or cares that a B-2's toilet cost $23k, so the Pentagon is updating to a newer, better form of government waste that kids today will better understand.
Comment On it's own? (Score 2) 159
Did it grow legs, plug in an Ethernet cable, proceed to leave the building and push the nearest senior citizen in front of a bus? These things don't do things on their own. It's just a bunch of static floating-point numbers memory-mapped into VRAM. What they do is take an input (ver much NOT on their own) and derive instruction context from that input. That input may say to "keep trying" until "something" happens. If no ground rules are provided, the calling harness will loop-and-loop-and-loop looking for a way to make that "something" happen. So to be clear, nothing happened on its own and it certainly didn't set its own goal. Someone prompted it to do “something," and the path it derived to achieve that "something" happened to go through a combination of known exploit vectors that targeted HF. So much nonsense and fearmongering. Know what the ultimate defenses against a harness and model are? Unplug the machine and yank out the network cable. The level of ignorance on the news about how these things are pure black magic is just off the charts.
Comment Re:Et tu, Woz? (Score 1) 75
Comment Re: good self awareness (Score 1) 62
Why MCA?
Saving money on ROM
Will not help you for long...
Comment I don't see the allure of Rust for C programmers (Score 1) 133
I stopped using Rust because the compiler is an unmitigated pain in the ass. I'm not a 5-year-old. I know damn well when something is safe. If I have to tag everything unsafe to access memory in an optimal way, then what is Rust bringing to the table other than frustration? I moved over to Zig, which is much C-like, produces faster, smaller, and arguably just as safe binaries, and also happens to support C-FFI and cross-compilation out of the box. There is literally no advantage Rust has over Zig for C programmers.
Comment Re:It is not the LG monitor (Score 2) 122
Malware is any software that runs on your computer but is intended to serve the interests of someone else.
Calling it malware isn't so much inaccurate as it's unspecific. Not all malware is adware, but 100% of adware is malware.
Comment Re:cool story (Score 1) 53
17 more years? I can't wait to see people in their 70's through 90's adventuring through the universe. Are stargates handicap-accessible?
Seriously though dude this is actually interesting science news vastly more important than some cheesy show.
Comment intellectual property (Score 2) 51
I don't think Google should be required to provide anonymized search data to rivals. Firstly, that's effectively their intellectual property.
Oh, I wouldn't worry about that. I'm sure the others will do something transformative with the data.
Comment Re:Oh well (Score 1) 251
I could argue that there's a shortage of houses because nobody will build me one for $5K. I wouldn't be wrong, but the trick to not being wrong is the $5K caveat, and that's the issue with all these labor shortage proclamations. Labor shortage always means there's "nobody willing to do this job for what I want to pay", not a blank "nobody is willing to do this job". I guarantee you, without a shadow of a doubt, if cleaning restrooms paid $750K a year, there would be an endless pool of labor for restroom cleaners.
Comment Re:oh for fuck's sake. not this again. (Score 1) 251
"The notion that there is a shortage of physicians is preposterous - the residency programs will continue to be filled every single year."
How on earth are those two things contradictory? The problem is there are too few residencies for how many physicians we need.
Comment Cost (Score 3, Insightful) 73
Right now, we have AI models that are good enough, what we need is for someone to focus on making them affordable, because even the Enterprise level for Github Copilot doesn't let you do anything remotely resembling the level of usage I was at before they changed their business model. I used to talk to Copilot all day long and I didn't really do anything manually anymore, with excellent results. It coded a lot better than I ever did and since it freed me from mundane work I could focus on making an excellent OOP architecture with great performance and security. Including refactoring legacy code to bring it up to the level of quality you can get in minutes. Now instead of minutes everything takes me entire weeks. Ah the joys of old-fashioned artisanal coding. After 3 years I barely know how to code anymore.