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

 



Forgot your password?
typodupeerror

Comment Re:Disagree and commit (Score 4, Insightful) 347

Were it not for the pandemic, you might have a point. But there are real risks associated with being physically around other people right now, particularly if the offices happen to be poorly ventilated open offices. Amazon's offices spaces are notoriously (in the Seattle area, where I lived and worked until recently) not exactly fantastic in that regard. I can see the reluctance to RTO based on that alone.

Comment netcraft confirms it (Score 4, Informative) 26

openbsd rules.

to make something approaching real content here though, I gave openbsd 7.0 a spin recently for something and the upgrade to 7.1 was incredibly polished compared to the last time I used openbsd (circa 3.0), on par with something like an Ubuntu dist-upgrade, and package management vastly improved. big thumbs up to the team for the usability work that went in on those areas!

Submission + - OpenBSD 7.1 released (openbsd.org)

ArchieBunker writes: Everyone's favorite security focused operating system, OpenBSD 7.1 has been released for a number of architectures including Apple M1 chips.

Comment Re:Finally (Score 5, Insightful) 1175

If it was just a matter of the business owners saying "no, go away" that'd be one thing. When they organized mass harassment against the plaintiffs, that's a different matter altogether, and that part seems to be missing from much of the media coverage of the case (particularly on right-biased media sources).

Comment Re:or sqlite (Score 4, Informative) 241

The default configs for postgres are set for a fairly small memory usage profile (*), which is fine if that's what you need (e.g. tiny vm or something that makes it a huge production to raise things like max shm size), but if you have sufficient ram, you can crank a hell of a lot more performance out of the engine by making the configs less conservative. This page is a good start: http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server

Not that it's a priori *wrong* to run with the defaults, it'll still work just fine, but once you start having significant traffic or complicated queries you'll be happier if it more fully uses the system resources available.

(*) It's been a good while since I last had to take a pg instance from stock and tune it, but I very vaguely recall the default settings were on the order of a eight megabytes of ram usage.

Submission + - Linode hacked, CCs and passwords leaked 6

An anonymous reader writes: On Friday Linode announced a precautionary password reset due to an attack despite claiming that they were not compromised. The attacker has claimed otherwise, claiming to have obtained card numbers and password hashes. Password hashes, source code fragments and directory listings have been released as proof. Linode has yet to comment on or deny these claims.

Comment Re:Well this sounds totally scalable (Score 1) 62

(assuming it really is a great school, which I have serious doubts)

For what it's worth, Cornell is currently ranked something like fifth in the US(*) in terms of their computer science department, and the Technion is hardly a degree mill either. I don't know what their hybrid programs are going to be like, but at least the source departments seem solid. Admittedly, rankings are largely bullshit and the student guarantees far more of outcome than the institution, but I don't think it's a stretch to say that the "Stanford/MIT/CMU/UCB/Cornell" group is good-to-great.

(*) source: http://grad-schools.usnews.rankingsandreviews.com/best-graduate-schools/top-science-schools/computer-science-rankings

Comment Re:No Windows OS (Score 1) 591

There's a big difference between information about the programming interface of a device, and "blue prints" that would allow a competitor to easily implement a copy. It might make it easier to produce hardware that works with the same drivers, but probably not easier than just writing new drivers for totally unrelated hardware (unlike in the DOS days where drivers were embedded in application code, and hardware compatibility was the only reliable approach).

There is lots of hardware with open source drivers -- how often does that result in the hardware being cloned?

Of course, some devices are relatively simple things with all the intelligence in the driver software. In that case, you'd have more of a point (though you could still document the interface to the hardware itself), but that's more about selling software than preventing a clone of the simple hardware. It doesn't justify a general statement that Linux driver development is "pure hell".

Slashdot Top Deals

Real Programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. FORTRAN is for wimp engineers who wear white socks.

Working...