Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Get a different computer. (Score 1) 302

> Is everyone supposed to buy used Apple laptops from 2015 or earlier?

Yes. It's what I have done.

> not buying MacBooks will make Apple listen?

Yes. Apple has already seen their sales dip, and it is rumored that they will be discontinuing the butterfly keyboard. (https://bgr.com/2019/07/25/macbook-pro-keyboard-scissor-butterfly-design/)

Comment Re: No, just no (Score 1) 169

The mainstream Rust toolchain does not translate to C, it generates LLVM.

(predicting your objection...) Yes, the LLVM tooling is indeed written in C++, but that's not relevant here.

You are confusing the implementation language of a compiler with the data structures and artifacts involved in the compilation process. A compiler takes input and translates it into output. Compilers for any language can be implemented in any other language. See for instance this C compiler implemented in pure Python. https://github.com/ShivamSarod... - Many other examples exist of compilers written in languages other than themselves.

Comment Re:True, was true of Myspace (Score 2) 28

> Myspace was THE social networking site.

Myspace had around 80M users at peak. Even the almost forgotten orkut had 300M users at peak before FB came along and crushed it. Myspace was never contender for the throne.

> One of the the more likely scenarios for something else to beat out Facebook

How is that likely? Because you said so? Is there really any evidence that people have any reason to flock to niche-oriented social networks? I'm not saying FB can't be dethroned somehow. But the idea that nurses will flock to nursenet to talk nurse stuff with nurses *in lieu of* talking to their friends on Facebook... well, it's absurd.

Comment Tech Journalists (Score 3, Insightful) 320

Back in the day, tech journalists were people who knew tech. Many were dabblers in coding. Even the worst of them usually knew enough to understand that a computer isn't a magic box.

Nowadays, tech journalists are usually just writers who like gadgets and who discovered that there's money to be made writing about tech. They have no background in computer science or information theory. They have virtually no understanding about what makes any of it tick, the problem space, or the solution space. So they write about how twitter should get the Nazis off their platform. And how Facebook needs to fix its fake news problem. And how google should filter results better to provide more truthful stories.

Because they don't understand technology, they write incensed articles complaining about these technology problems. The reality is that what we are seeing are social problems. And all of these problems existed before any of these companies existed. Sadly, I see some tech people starting to agree with these misguided assessments claiming technology failures. But I am heartened to see the slashdot community commentary here pretty firmly grounded in reality.

Slashdot Top Deals

Testing can show the presense of bugs, but not their absence. -- Dijkstra

Working...