Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Sold his stock (Score 5, Informative) 98

I gave all my Apple wealth away because wealth and power are not what I live for. I have a lot of fun and happiness. I funded a lot of important museums and arts groups in San Jose, the city of my birth, and they named a street after me for being good. I now speak publicly and have risen to the top. I have no idea how much I have but after speaking for 20 years it might be $10M plus a couple of homes. I never look for any type of tax dodge. I earn money from my labor and pay something like 55% combined tax on it. I am the happiest person ever. Life to me was never about accomplishment, but about Happiness, which is Smiles minus Frowns. I developed these philosophies when I was 18-20 years old and I never sold out.

Comment Coding Basics 101 (Score 1) 151

This is not an AI problem (I mean, it is), it's a user problem.

I use AI to code a lot. Like, a crazy amount. I am by no means a professional software developer, but have been coding for close to 30 years. One thing I never do is work on production code - that is what dev environments are for, I always have backups - I'm too lazy to learn Git or other code repo tools, so I just work off static files and keep my own versions in folders.

I never, ever let AI touch active code or files without having a backup in place. Anyone who has ever used AI for code development knows that AI does stupid shit, it doesn't listen, it rewrites entire files when you asked it to write just one function, and does other random stuff.

The human component of AI coding needs to focus heavily on QA. Treat AI like a junior programmer and scrutinize it's code like your career depends on it.

Comment Re:Are We Still Talking About NFTs? (Score 1) 22

It really shows just how useless and slow our government is. Making rulings on something that haven't been relevant for well over a year. You think at some point the courts would have said "look, guys. no one give 2 shits about NFTs anymore. The entire market crashed 93% since COVID. Maybe we stop wasting our time, and just let this thing die"

Comment Pot, Meet Kettle (Score 4, Insightful) 128

BRICS
  Brazil
  Russia
  India
  China
  South Africa

China is responsible for 35% of all global greenhouse gas emissions
Between these countries, they represent over 55% of total global greenhouse gases

Brazil, China and India are also 3 of the top environmental destruction countries globally.
China, India and Russia and Brazil, as 4 countries have the same GDP as the USA.

Pay for your own mistakes yourself.

Comment LMAO, Data Caps? (Score 1) 80

How is this still a thing in 2025. America is really behind when it comes to land-based internet. I can't remember the last time I heard "Data Cap" when it comes to home internet. I have a data cap on my cell phone, but its like 100Gb a month or something unreasonably large that I'll never hit.

Comment There is a sweet spot to ChatGPT (Score 2) 47

ChatGPT is full of undocumented limits. I've found the other problem - lengthy chats, where you've provided a lot of context and have iterated over dozens or hundred of prompts, at some point also starts "retrograding" and providing answers to previous prompts instead of what you asked.

If you ask it to generate a file, don't expect the file to be there between now and an undetermined amount of time, because it deletes what it generates shortly after.

Comment Yes, and no. (Score 3, Informative) 41

Your prompt questions are based on you.
My ChatGPT and other AI tools are pretty good at answering my questions - because I've trained them to respond in a way that I like.

That said, these AI tools are also full of bugs and undocumented limits. For example, if your chat gets too long, the AI will just start ignoring prompt instructions all together, or will recycle old responses for new questions that are not at all relevant.

The limitations of ChatGPT and other tools is also fluid, and very annoying without any sort of way to know when you will hit a wall. For example, sometimes I can ask ChatGPT to write code for me, and it'll write hundreds of lines of code flawlessly. Other times, it'll write 50 or 100 lines of code before buffering out, and requiring additional prompts to keep it going, or just generates useless garbage.

Sometimes I'll ask it to browse websites for me, and it tells me it doesn't have those capabilities, 5 minutes later it works fine.

Most AI tech is all about how you use it. Your prompts, and its "memories" you trained it on

Comment Like Walmart Self Checkouts (Score 1) 41

No... I don't want a credit card
No... I don't want to provide corporate welfare by giving you free money for you to donate to your charity
No... I don't want to provide you with my zip code/postal code
No... I don't want to provide you with my email address.
Yes... All my shit is in the bagging area.
No... I don't want to split payments.

All I want to do is checkout.

Comment But why? (Score 1) 68

This seems like a pointless project.

When was the last time you saw a BSOD? And what are you actually going to do other than reboot.

"Your system encountered a problem that we cannot recover from and will reboot in 30 seconds" - Done. That's all the vast, vast majority of windows users needs to see.

Does it need to be any more verbose than that?

Comment Making Windows Worse, I See! (Score 2) 93

Windows is already bloated AF on boot. It takes a full 2-3 minutes for all background loading apps to load on boot/login, which causes a constant barrage of popups.

And this is with all non-essential things disabled.
-VPN
-Time Tracker
-Messaging Clients
-VoIP Software
-Security Software
-Required Driver Loaders & Support programs

Its brutal.

Slashdot Top Deals

nohup rm -fr /&

Working...