Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:C'mon, Saudi (Score 5, Informative) 74

Nothing would make it “help get a little closer to making it a reality” if it’s not physically possible, and there’s a very strong argument that that’s the case. If nothing else, the maximum specific tensile strength allowed by covalent bonding - which is fundamental physics that we can’t change - combined with the reality of defects in a 36,000 km cable - is far below what’s needed to build a space elevator in Earth gravity. It might be possible to build a space elevator on the Moon or even (in the far future) on Mars, because their gravity is such that real materials could potentially do the job. But doing that involves bootstrapping an entire offworld industry, which is far beyond anything even the most advanced nations are capable of currently, let alone a technologically stunted oil state.

Comment Re:A question for AI crazy management. (Score 1) 121

This matches how I use it. I’ll add a few other points:

4. Writing the first core version of a service or UI. I’ll typically use close to 100% of those generated lines, and then continue building with LLM assistance where it makes sense. It makes a big difference to development velocity.
5. Finding bugs. If some bug isn’t obvious to me, provide the code to an LLM and describe the problem. Its success rate is high.
6. Working with tech I’m not particularly familiar with (an extension of your #3, i.e. learning)
7. Writing documentation.
8. Reverse engineering existing code, i.e. describe some code to me so I don’t have to dig through it in detail.
9. Writing unit tests.

Comment Re:Cannot wait... (Score 1) 159

This is why code generating LLMs need to make heavy use of external tools.

Are you saying that ChatGPT, Claude, Deepseek etc. “make heavy use of external tools” to write code? Because they all write pretty good code, up to a certain size of program. Certainly far better than the average human, who can’t code at all; or the average software developer, who isn’t really very good.

Comment Re: Twitter pledge is too weak (Score 1) 49

An irrevocable patent pledge is intended to be precisely that; it's a legal document that is written to carry weight regardless of changes of ownership or management. Whether it will stand in court when tested remains to be seen, but that problem applies also to free content and open source licenses and other legal tools for sharing of information and ideas. KA can be expected to at least do one thing, which is to use the best available legal tools to create a broader framework of reuse consistent with its mission. It should reach out to experts, such as Creative Commons, to determine which tools to use, rather than relying on a weak implementation drafted by Twitter.

KA can also reject the idea of patents entirely. It has enough goodwill globally that any patent lawsuit against it, aside perhaps from highly protected areas such as video codecs, would likely to be suicidal for the entity bringing it, and a fundraising boon for KA.

Slashdot Top Deals

No problem is so formidable that you can't just walk away from it. -- C. Schulz

Working...