Forgot your password?
typodupeerror

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 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 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: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 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.

Slashdot Top Deals

I do not fear computers. I fear the lack of them. -- Isaac Asimov

Working...