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

 



Forgot your password?
typodupeerror

Comment uh, both, dummy ? (Score 1) 51

Obviously, sooner or later we will want to do things that require our physical presence. And be it because the ping time to Mars really, really sucks.

Robots are way easier to engineer for space than humans, even though space is so unforgiving that that's not trivial, either. The same is true for other planets. Building a robot that works well in 0.2g or 5g is an engineering challenge but doable even with today's tech. Humans... not so much.

But let's be honest here: We want to go out there. The same way humans have found their way to the most remote places and most isolated islands on planet Earth, expansion is deeply within our nature.

So, robots for exploration to prepare for more detailed human exploration to prepare for human expansion.

And maybe, along the way we can solve the problem that any spaceship fast and big enough to achieve acceptable interplanetary travel times (let's not even talk about interstellar) with useful payloads is also a weapon of mass destruction on a scale that makes nukes seem like firecrackers.

Has What If? already done a segment on "what happens is SpaceX's Starship slams into Earth at 0.1c" ?

Comment Re: Missing Rust Language Specification (Score 1) 65

> Bruh. Apt already relies on Perl, which has no formal language specification. What nonsense is this?

You are right, which is why I don't think this is a huge deal.

Though perl5 compatibility back to c.2000 is pretty good.

Today's rust code most likely won't run in 2050 on modern compilers.

But perl4 code doesn't run well today either.

Yet nothing in trixie needs to run anything from buzz - so as long as everything works within a version or two it's hard to imagine anybody being negatively affected.

Comment Re:What will make up that lost capacity (Score 1) 85

I have a UPS package shipped Overnight/Saturday Delivery on Friday and it now appears to be on a truck near Chicago. It was originally scheduled to transit from South Dakota to New England.

New delivery date is Tuesday. I hope the sender gets his money back!

(I didn't need it that quickly but the sender was making good on a delivery date guarantee, at a loss of his profits).

Comment Re:Remains to be seen... (Score 2) 39

I have a floppy controller on order that doesn't know how to read disks; it just passes through magnetic field data to software which is supposed to be able to reconstruct the disk image.

Hopefully these tapes will be OK to read as long as somebody can build a magnetic read head of the correct type.

Maybe with ML there will be a reasonable chance of reconstructing faded regions. Old audio tape is still mostly fine, so fingers crossed.

BTW, what a great job these folks have!

Comment Re:And this will go on and on. Until? (Score 2) 116

> No need for all that. Either "Judgement is for the other side" or "Case dismissed." Clears the docket, and slows down these kinds of submissions until they're at least doublechecked.

Interesting. I think you've changed my mind about this.

Economic incentives are probably the way to go.

Comment Re:Rediscovering the wheel... (Score 1) 33

> Hopefully there are more relevant "science objectives" than this dead issue.

It's an exoteric story. Really they want funding to build rockets and this is a technology demonstrator.

But there is a theory that the asteroid belt is the former crust of Mars. More data on that would be interesting.

It's of course "widely discredited" but not with a scientific method or anything. Comparing isotope ratios would be fun someday.

Submission + - Is Google/YouTube ripping off advertisers? 1

Anne Thwacks writes: I have been on YouTube since it started, and I have never clicked on an advert. Not once. I was taught by my grandmother "if they need to pay for advertising, what they are selling must be terrible!" (OK, this was in the 1950's when food, clothing and everything else was rationed — but hunger is hard to forget).

However, If I go on YouTube, I am literally pounded with adverts, even though YouTube know I won't click. I am a pensioner — I can't afford to pay for the stuff, even if I did want it. But advertisers are paying for it — and I know its not cheap — my employers used to buy Google Ads.

Google Ads are pocketing the money — knowing it won't ever sell anything. How is this not theft?

Comment Re:Fire code violation (Score 0) 189

Also (outside of California) wrongful imprisonment is a legal justification for the use of deadly force.

But California is intentionally destroying their former high-trust society as a pretext for totalitarianism, so ... whatever ... get out like everyone else with a brain.

Not too long ago U-Haul was offering free one-way hauls TO California because the escape rate was so lopsided.

Comment no thanks (I'm an author) (Score 1) 30

Won't happen, at least not with my books.

There is a reason writing the last one took two years. Many of its passages have very carefully considered wordings. Intentional ambiguities. Alliterations. Words chosen because the other term for the same thing is too similar to another thing that occurs in the same paragraph. Names picked with intention, by the sound of them (harsher or softer, for example).

I've used AI extensively in many fields. Including translations. It's pretty good for normal texts like newspaper articles or Wikipedia or something. But for a book, where the emotional impact of things matter, where you can't just substitute one words for a synonym and get the same effect - no, I don't think so.

This is one area where even I with a general positive attitude to AI want a human translator with whom I can discuss these things and where I can get a feeling of "did she understand this part of the book and why it's described this way?".

Comment Re:Why does THE STATE have to pay for all this? (Score 1) 232

I think air traffic controllers are already mostly paid by the Airport and Airways Trust Fund, that was renewed in 2024 until 2028, and is funded by taxes on flight-related activities? Meaning the money's already there and approved for paying them through 2028?

Comment Re:If all of AI went away today (Score 1) 149

No. Like any software, AI requires maintenance, and that maintenance costs money, lots of money.

It does not. Models need nothing more than the storage of some gigs of weights, and a GPU capable of running them.

If you mean "the information goes stale", one, that doesn't happen at all with RAG. And two, updating information with a finetune or even LORA is not a resource-intense task. It's making new foundations that is immensely resource intensive.

Can you integrate it into your products and work flow?

Yes, with precisely the difficulty level of any other API.

Can you train it on your own data?

With much less difficulty than trying to do that with a closed model.

Slashdot Top Deals

When all else fails, read the instructions.

Working...