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

 



Forgot your password?
typodupeerror

Comment Re:The problem with SAS (Score 1) 23

SAS has been dead for 15y; it started with R and then Python absolutely destroyed it. No one teaches SAS in universities any longer, why would they? It's terribly expensive and absolutely fucking dead.

We migrated away from SAS back in 2017 and never looked back. The only verticals still using it are heavily regulated and running long-standing legacy code that they're slowly migrating to Python.

I remember absolutely dying when they tried to renegotiate our contract UP back in 2015. I flat out told them they were dead and we were moving away from them and they told me, "good luck managing your data without us!"

Two companies and 10 years later, we're doing just fine and they are not.

Comment Lock-in from the beginning. (Score 1) 147

Steam was introduced by making it mandatory to be able to buy and play Half-Life 2. Big red flag right there and then, which is why I decided _not_ to use Steam right then and there at the beginning of it all.

Yes, HL2 was an excellent game and dominates the hall of fame of videogames for good reaons. Which is why Steam took off like a rocket. And yes, Steam offers great value and Gabe and his crew manage the service well. But if he changes his mind or valve gets sold to some greed leech investment gang things can go belly up pretty fast. I buy my pure-bits versions of videogames with GOG and archive the packages myself. If GOG would shut down tomorrow, I couldn't care less. Which is the way things should be. I'm too much of a (seasoned) computer and internet expert to be fooled otherwise.

Comment Re:Nothing should be pre installed (Score 1) 40

Nothing? No dialler? No contact list? No Messaging? No Calendar? No function to add NFC cards? And with the messaging what if SMS isn't the default system used in your country? Wouldn't it make sense for WhatsApp to be preinstalled in places like Brazil? Android phones are modular by design, every function is an app. Bonus points if you release a phone without a Store app installed on it, what do you do then? You have no browser right? You said no additional software. So you expect every user to use Android Debug Bridge to setup their phone?

This is childish pedantry.

Comment Re:Nothing should be pre installed (Score 2) 40

I'm not familiar with the iPhone setup, but that is simply not realistic with Android systems. Android devices come with a number of apps providing core functionality, Samsung Android devices come with an additional set of apps providing alternatives to the ones Google supply (and some of them are actually better).

It never used to be like this and it doesn't have to be. There was a core set of default apps part of stock Android until Google stripped everything out and replaced it with malware. You can get a replacement suite of these apps on f-droid search 'fossify'.

I find it annoying that I can't delete apps from either set, apps which I don't need, don't want, and only notice when Play Store updates them every few days. At least crap like Facebook, Instagram and TikTok are not in that list - they were on a previous phone and all I could do was "Force Stop".

Much of this crap actually can be disabled or uninstalled via the adb shell.

pm disable-user --user 0 ...
pm uninstall -k --user 0 ...

Comment Re:Sonfoa... (Score 1) 25

Well, then I'm disappointed in Hynix. I assume Samsung isn't increasing production because they're trying to figure out how to run ads on chips. Maybe replacing m2 heat spreaders with little LCDs?

DRAM modules produced by the chip producers don't have heat spreaders. This is reserved for integrators who scrape the bottom of the bin and package garbage they don't even have the equipment to properly test in snazzy packaging to sell for a premium.

Spreaders are there to manage all of the excess heat produced by overvolting the chips because that is the only way they work at all.

Comment Moore's law is only about unit cost (Score 1, Interesting) 79

It isn't about density of components or any metric other than cost. This is just a feedback loop where people can afford to have more components in a given gadget so they add them driving further cost reductions.

"For simple circuits, the cost per component is nearly inversely proportional to the number of components, the result of the equivalent piece of semiconductor in the equivalent package
containing more components." ...

"Thus there is a minimum cost at any given time in the evolution of the technology. At present, it is reached when 50 components are used per circuit. But the minimum is rising rapidly while the entire cost curve is falling (see graph below). If we look ahead five years, a plot of costs suggests that the minimum cost per component might be expected in circuits with about 1,000 components per circuit (providing such circuit functions can be produced in moderate quantities.) In 1970, the manufacturing cost per component can be expected to be only a tenth of the present cost."

http://cva.stanford.edu/classe...

Slashdot Top Deals

If computers take over (which seems to be their natural tendency), it will serve us right. -- Alistair Cooke

Working...