Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:So am I a cave man ? (Score 1) 28

Anyone who can't write their own code without ChatGPT or its ilk needs to be either forced to take programming classes or to find another job.

I don't know. I'm torn over this. This could well be the future - not fully coding by AI, but commonly using AI to assist.

I've built an arithmetic logic unit using NAND gates. I've programmed in assembler. I've programmed in-line assembler in C programs. Sure, I have a good appreciation on what happens at a low level, but is that really relevant today? What benefit does someone starting today have if they know this sort of stuff?

Everyone today uses frameworks, huge libraries of pre-built functions, IDE's that refactor and lots of other magic that back in the day, editing C code in vi, I couldn't even dream of. I remember using Borland C for the first time when it was new, and being amazed at what the IDE could do, and how it improved my productivity.

Progress happens, we have to move with the times. If someone can complete the task, and uses some wiz-bang IDE with AI integration - then as long as what they create is fit for purpose, does it really matter that they have never soldered a circuit board?

AI like Anthropic is trained on open-source code at Github, GitLab, etc. If you're an open-source developer using the same framework the AI was trained on vociferously, AI can write good code. Trust me. True, one needs to be discerning as a professional what to ultimately accept, but it can have a programmer's multiplier effect, and the code can still be approved by the team before final repo commitment.

Using GIT and branches, one can be bold! Using AI one can also afford the time to experiment and then ultimately refine. The 'coding as cavemen in December 2024' comparison is apt.

Comment Re: No shit, Sherlock (Score 4, Insightful) 110

Biden's policies were trying to help them become accountable for our tax dollars, something you would think would be important in the age of DOGE.

You misunderstand the purpose of DOGE. DOGE is a bullshit Federal Agency invented out of air and without Congressional oversight to 'disrupt' the Federal government as much as possible before they could be reigned in, in order for the election winning donor class to extract as much profit as possible, one way or the other, period. Private Equity bought the feds. This is the price we're all paying so that 34x convicted, 90x indicted MoFo criminal won't have to die in jail.

Comment Re:Does it matter if you can't tell? (Score 1) 137

Amazon Music has an option to, "play similar music" with every playlist. Given all my options and tests at various services, this works best for me.

You can achieve similar results with Apple Music by creating a playlist, selecting the last song in the list and I can't remember exactly the option to select, I think it is infinity music, it works but with a serious messed up UI/UX.

Comment Re:Gemini 2.5 Pro (Score 1) 12

is there a way to know when the AI is losing the thread of conversation before it drops the ball?
can you monitor the context window?

I find it to be practical to ask the AI to summarize where we are and what have we been trying to do before 'we run out of tokens', so I can copy/paste the result to start a new thread to pick up where we left off.

Comment Re:Data centers in orbit... (Score 1) 76

MachineShedFred said:

I think it would also be an issue that when the a coronal mass ejection comes around at sufficient magnitude that your stupid orbital datacenter is in the path of, it would cook absolutely everything inside of it and your business is now done, and all of your customers are pissed off.

It's not like Cisco manufactures readymade radiation-hardened switches, and Dell doesn't make shielded blade computing chassis to my knowledge. And getting an on-site service call is a real bitch.

There's a reason satellites are so god damn expensive. Off-the-rack hardware isn't used in space applications by-and-large for good reasons.

Han Solo once said, "Hyperspace ain't like dustin' crops, boy!"

Both of which roughly translate to, "And IT support ain't like lightsaber duels - you can't just brute Force your way through a data center meltdown in orbit!"

Comment Re:Marginal News for Nerds (Score 1) 28

...here is someone that used a computer, built a YT channel with all the work that goes into the media creation, then was able to buy a "playground/film area, whatever" and setup a subscription video on demand on his own. That's really quite awesome and something you could only dream of 30 years ago.

TFS title comes from Ars Technica, which is also mentioned at the beginning of the text, but there's no link to TFA. Here's a link to TFA.

Comment Re: I see no reason to go beyond Git. (Score 1) 114

I do have problems with Git: Rebase, squash merge etc. Because the real history is hard to visualise, people rewrite history, destroying the underlying information needed to do merges correctly, removing commits from history completely - commits you might want to keep because it might point to a version, where you code worked well. Why have the git community not added information to make a nice history overview instead of hacking the otherwise well functioning commit graph?

GitLab is a free, open-source GIT server that does what you desire.

Slashdot Top Deals

Documentation is the castor oil of programming. Managers know it must be good because the programmers hate it so much.

Working...