Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment \o/ (Score 1) 21

The article says later that Suno "is currently in the middle of a blockbuster lawsuit with the Big Three major labels over allegations that their profits will dwindle to zero in the short term leading to the conclusion that new laws must be obtained to secure their revenue stream.

Comment Re:Thank Tariffs Trump! (Score 1) 44

I too bought memory in April to avoid tariffs. I had to run a stupid python program to generate a dataset that required 96GB of RAM for a delayed project so I figured I might as well bite the bullet. DDR4 was still a good value at that point (it's a problem that can run overnight, performance wasn't too important).

But how are the tariffs limiting the manufacturing supply capacity of RAM factories in East Asia?

Do you have a mechanism to propose?

Do you think they're making enough to meet demand but then blaming tariffs to justify jacking up prices? All of them? It would be an interesting conspiracy but is there any evidence to support that theory?

Comment Re:If only a certain OS didn't end support (Score 1) 44

> How much is this problem is down to AI and how much to beautiful tariffs?

What mechanism are you thinking of where tariffs could limit supply of VRAM from East Asia?

Simple price increases, sure, definitely, but this is described by manufacturers as a supply & demand problem.

Do you have a different angle we should consider?

Comment Well, that answers my question... (Score 4, Insightful) 29

So the 'hyperloop' people have a cool website; while the 'train' people are just plain getting on with building stuff; whether conventional or the now-quarter-century-ish old maglev option.

Looks like someone signed up for another round of 'faff with apps vs. offshoring our entire high tech supply chain' and hoped it would work better this time.

And some dumbass 'managing director' is telling us that a gigantic safety-critical vacuum system is 'not effected by strikes'; more or less because he has no idea what the maintenance and operations would involve? Truly a joke telling itself.

Comment \o/ (Score 1) 29

Meta-comment: It's most considerate to put a link to a non-paywalled source - thanks :-)

Why not save time and fruitless clicks by simply omitting the paywalled source?

What proportion of people are expected to be able to read an arbitrary source of private news?

--
Click our link to read news
*click*
Sorry, you can't read *our* news without paying.
*Closes tab*

Comment Re: \o/ (Score 1) 66

And even if I *could* tell the difference easily (I am maybe a bit too sure of my ability to detect the bland vapidness of GenAI-generated content...

You've got to give super-props to the way the music industry has been pumping-out bland vapidness for over twenty years. It's almost as if they had foreknowledge of the arrival of AI and that this strategy would enable them to seamlessly segue to AI-generated content.
Super *jumps in air* props!

Comment Re: \o/ (Score 1) 66

I think he was probably correct when he asserted "AI will be a part of the way all games are made".

IIRC, he was using that idea (which is speculation) as a starting-point from-which to develop the more general idea 'it does not make sense' - logic fail FTW.

I'm more concerned with the bizarre attempt to cover-up the use of AI than I am with the use of AI. What do they know which we might want to?

Comment Re:Spreadsheets and databases (Score 1) 86

They do. Some people don't use them; and (if disciplined) use one or more worksheets to store data and refer to it purely internally and (otherwise) just sort of ad-hoc mix data and formulas.

In some cases a database connection is where the data comes from; but the number of cells grows because it's conceptually easier(and in practice often less opaque, given the ugliness of displaying very large cell contents) to munge on the data step by step rather than trying to ram everything into one transformation.

Coming from the IT side; and having to field questions from the perpetrators of some absolutely hideous excel sheets from time to time(no, I didn't even know that there was a way of creating a type of embedded image that actually quietly triggers the print spooler subsystem to do something that generates a new image based on the contents of another region of the spreadsheet, still don't know how they did that; but it's objectively depraved) I understand the hate; but I do have to admit that spreadsheets are pretty good for napkin-math thinking-it-through type processes.

Like when you work it out on paper; you've got your input, then you have a cell with the contents of the first transformation you wanted to make, then the second, then the third, and so on, and at each step you can think "does this value make sense?"

It rapidly gets out of hand in quantity; but as a rapid sketchpad for thinking something through you could do a whole lot worse. It's also tempting(again, tempting down the path of darkness in quantity) for dealing with jobs that need both a bit of string munging and a pretty-printed output.

You send the intern down to storage with a barcode scanner and have them start snagging SNs and MACs and stuff from the shipment of new gear. Turns out various vendors use different prefixes on different barcode values to inform their own ERP/inventory system/warehouse people which of the 5 closely spaced barcodes their scanner hit. And each vendor uses a different set of conventions, and while obvious enough they aren't documented. Ok, no problem; intern comes back with raw list; all the Lenovo SNs get a 'last x characters' substring; all the Cisco MACs get another transform, whatever.

Obviously if it were your inventory/warehouse system you wouldn't be treating the barcode scanner as a raw HID device and doing ad-hoc transformations, there would be a program that automatically uses the prefixes to populate the correct parts of the form; but you want to stick your head into ERP project hell rather than come up with maybe a dozen lightweight string manipulations? Obviously, you could also do it in your choice of scripting language and iterate through one CSV to create another; but that mostly just conceals what you did from anyone who doesn't use that scripting language; while you can walk basically anyone employable through the logic of the spreadsheet prettifying.

Slashdot Top Deals

Quantity is no substitute for quality, but its the only one we've got.

Working...