Forgot your password?
typodupeerror

Comment Re: 3 separate machines in one box, (Score 1) 25

Doing it in software means you can move CPUs from one machine to another based on the time of day. Your CI infrastructure can lose some resources from its UI at night and make another server for nightly builds when most of your users are away, without either having a VM layer in between or needing the builds to happen on a kernel configured with the features needed by the UI.

Comment Lines of code (Score 3, Insightful) 69

There have been times in the past where goofing around on my own projects or experiments, I've cranked out many hundreds of lines of code in a day. It's possible that I've exceeded 1000 lines in one day. It usually computed the task at hand at least once, but it wasn't commented, documented, code reviewed, fitted with unit tests, run through any kind of QA process, etc.

On the other hand, I would estimate that when working for a salary and writing code that ran on mission-critical systems, over the course of a project I probably averaged about 10 lines per day. Time spent actually writing the code was dwarfed by time spent negotiating architecture tradeoffs in meetings before even starting, testing the code, documenting it, writing test procedures, debugging issues generated by the test engineers, going through the revision and deployment workflow, reviewing other peoples' code, etc.

Which kind of code is being cranked out from a couple of chatbot prompts? My bet is that it is mostly like the first case I described, and it also probably works at least once.

Comment Re:The ending of Covenant was exploitatively stupi (Score 1) 23

Someone said that Ridley can create movies if the script is great but it not...

That one was yet another case of Ridley having a script, deciding it was good enough to start building sets and working on effects, and then constantly changing the script all the way up through editing. Whole subplots got dropped, characters who appeared in promo material just never showed up in the movie, character motivations stopped making sense, plot points were retroactively changed, etc. Prometheus suffered from the same problem, if not to an even greater degree. It's like those movies where everybody cries "studio interference!" ... only in Ridley's case, he's the one who interferes constantly with his own movies.

Comment Re:It's a good idea in theory (Score 1) 13

It's probably just encrypted, that provides the security-focused part of write protection, at least while it's not been unlocked for boot.

Computers used to have stuff in ROM, stuff used to be a lot smaller, you used to be able to burn your own ROMs and put them on your own boards and have it be meaningful. But none of that is true today of course any more than that you could put a useful amount of storage on a floppy.

Read/write protection on flash is mostly done in firmware and therefore could theoretically be bypassed, I wonder if there were floppy drives before LS120 where that was also true.

Comment Re:LOL! (Score 1) 13

It seems like a better solution would be to virtualize the Windows installation in the first place, and then you can do whatever you want with it later if it's compromised. While IT is checking it over to determine whether it's time to revert it to a snapshot or actually try to gather data from it, you can be using an alternate system of whatever kind. The user ought to ideally be basically unaware that anything has happened (why would you boot into Linux when a user is used to Windows?) except that they don't have access to some files.

Comment Re:Huh? (Score 1) 50

From TFS:

The suit alleges that Mann used BitTorrent to download over five million pirated books, and that employees downloaded at least two million more from Pirate Library Mirror. It also claims that Anthropic scraped lyrics from sites like MusixMatch and LyricFind, which paid to license content from the labels.

Comment Re:They should have used the GCC decision (Score 1) 37

the amount of original Debian code is very small compared to the amount of code they ship

Debian is four things besides contributors: Governance/COC, license, code, and a network of repos. Debian's code is a tiny amount compared to the overall distribution, but code is not a trivial percentage of Debian.

I'd like to see them be resistant to AI contributions to the code that makes up Debian, I don't care as much if AI is used to do packaging. That's probably a place it could succeed, especially since Debian uses systemd and there will already be unit files which just need paths corrected in predictable ways... and which I will read before bashing init scripts out of other init scripts in five minutes or so.

Slashdot Top Deals

Mirrors should reflect a little before throwing back images. -- Jean Cocteau

Working...