Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Yay Economics (Score 1) 190

You might consider using ChatGPT to improve your grammar:
  • "make us all richer, doesn't terrify" -- a comma should not be used here
  • "This growing group of precariats are more than likely" -- use "is" not "are," because "group" is singular
  • "If capitalist were smart" -- use "capitalists" since your verb is "were"
  • "ensure it's survival" -- use "its" not "it's" since the apostrophe is omitted for possessive of "it"

Comment Re:Laws targeted at a single person or corporation (Score 1) 135

OTOH, if only one company is doing some particular heinous action, then a law against that action is not wrong just because it targets that company. Parts of this law look like they're trying to apply that principle.

No they are not. Not true.

You can read the full text of the ban right here: https://leg.mt.gov/bills/2023/...

The title of the bill is "AN ACT BANNING TIKTOK IN MONTANA".

Opening sentence of Section 1: "Tiktok may not operate within the territorial jurisdiction of Montana"

In this document, nowhere does it acknowledge that many other companies meet this same criteria. Nowhere does it suggest that such penalties might be applied to those other companies. Not even other subsidiaries of ByteDance. It is a law directed at only one specific company, identified by name.

Comment Re:mindset: patronage (Score 4, Interesting) 120

> think of it this way: next time you come up with a great idea, go to your boss and say, "i've got a great idea: i'd like 10% of the company in voting shares, because it will increase company profits by at least 20% year-on-year".

What happens if my idea decreases the company profits by 20%? Will I incur a huge personal debt?

What if my idea produces 0% change in profits, but by pursuing it, the company foregoes great riches that would have otherwise come from adopting my coworker's idea instead?

Weird -- it's almost as if business economics is somehow more complicated than elementary school arithmetic...

Comment Nobody noticed that the story is fake? (Score 1) 330

This "open letter" was published using a throwaway Medium account called "@EmployeesOfMicrosoft." There is zero evidence that any actual Microsoft employees were involved. You don't write an open petition to your CEO, and then forget to include the list of names! Employees at companies like Microsoft and Google regularly question their company's direction without fear of repercussions, or need for anonymity.

Any random troll could have produced this "open letter," and there are reasonable motives why they might do that.

AI

Former Oculus Exec Predicts Telepathy Within 10 Years (cnet.com) 202

Mary Lou Jepsen is a former MIT professor with 100 patents and a former engineering executive at Facebook, Oculus, Intel, and Google[x] (now called X) -- and "she hopes to make communicating telepathically happen relatively soon." An anonymous reader quotes CNET: Last year Jepsen left her job heading up display technology for the Oculus virtual reality arm of Facebook to develop new imaging technologies to help cure diseases. Shortly thereafter she founded Openwater, which is developing a device that puts the capabilities of a huge MRI machine into a lightweight wearable form. According to the startup's website, "Openwater is creating a device that can enable us to see inside our brains or bodies in great detail. With this comes the promise of new abilities to diagnose and treat disease and well beyond -- communicating with thought alone."

This week Jepsen went further and suggested a timeframe for such capabilities becoming reality. "I don't think this is going to take decades," she told CNBC. "I think we're talking about less than a decade, probably eight years until telepathy"... Jepsen, who has also spent time at Google X, MIT and Intel, says the basic idea is to shrink down the huge MRI machines found in medical hospitals into flexible LCDs that can be embedded in a ski hat and use infrared light to see what's going on in your brain. "Literally a thinking cap," Jepsen explains... The idea is that communicating by thought alone could be much faster and even allow us to become more competitive with the artificial intelligence that is supposedly coming for everyone's jobs very soon.

Jepsen tells CNBC, "If I threw [you] into an M.R.I. machine right now... I can tell you what words you're about to say, what images are in your head. I can tell you what music you're thinking of. That's today, and I'm talking about just shrinking that down."
Operating Systems

32TB of Windows 10 Internal Builds, Core Source Code Leak Online (theregister.co.uk) 201

According to an exclusive report via The Register, "a massive trove of Microsoft's internal Windows operating system builds and chunks of its core source code have leaked online." From the report: The data -- some 32TB of installation images and software blueprints that compress down to 8TB -- were uploaded to betaarchive.com, the latest load of files provided just earlier this week. It is believed the data has been exfiltrated from Microsoft's in-house systems since around March. The leaked code is Microsoft's Shared Source Kit: according to people who have seen its contents, it includes the source to the base Windows 10 hardware drivers plus Redmond's PnP code, its USB and Wi-Fi stacks, its storage drivers, and ARM-specific OneCore kernel code. Anyone who has this information can scour it for security vulnerabilities, which could be exploited to hack Windows systems worldwide. The code runs at the heart of the operating system, at some of its most trusted levels. In addition to this, hundreds of top-secret builds of Windows 10 and Windows Server 2016, none of which have been released to the public, have been leaked along with copies of officially released versions.

Comment Correlation != Causation (Score 5, Insightful) 113

It's simpleminded to assume "Thank you" *caused* the result. People who say thank you probably write more politely in general throughout their communications.

Unless the experiment controlled for this (e.g. by asking participants to add/remove "thank you" after having already composed their email), there is no implication that saying "thank you" will give you the same result.

It might be a good idea, but this study doesn't demonstrate that in any scientific way.

Comment Re:Success rate (Score 1) 180

This is a valid question. I skimmed the actual study, but I don't have time right now to dig through the jargon and see how much these results are likely to be due to confirmation bias.

How would that happen exactly? The results are calculated using an SVM classifier algorithm, not a human "interpreting" the results. Basically they train the classifier on 50 sessions, and then test in on maybe 7 sessions. Each session involves asking the person 20 questions.

Here's the actual study. Does someone who knows more about these sorts of measurements want to sort out whether or not there were adequate procedural constraints to prevent confirmation bias?

The most likely bias in this scenario would be sampling bias, not conformation bias. It would include mistakes like this: - Testing a bunch of different subjects, but only counting the favorable ones as your sample set (i.e. "he didn't have ESP") - Doing a bunch of trials, but eliminating the ones with unfavorable outcomes (i.e. "the equipment wasn't working right that time") - Choosing to stop the trials at the point where a favorable result is obtained (i.e. after the random walk went where you wanted) The Discussion session seems to address these concerns:

Four patients in CLIS communicated with frontocentral cortical oxygenation-based BCI with an above-chance-level correct response rate over 70% during a period of several weeks. The performance of the binary SVM classifier across all the patients, except a few training sessions of patient B, was above chance level. None of the sessions were eliminated in the analysis, and only very few sessions had to be interrupted because of life-saving measures such as sucking saliva; thus, no bias for selecting âoesuccessfulâ sessions incriminates the results.

So the main question is really just about the sample size itself. 20 questions x 4 people x around 5 sessions = 400 coin tosses. Is that enough to get excited about 70%? In pure mathematics, yes, but experiments can be corrupted in all sorts of ways. (What if the research assistant simply talked louder when he was saying a "true" question?) It would be great at least to see the results replicated by other groups.

Comment Re: Snap Circuits (Score 3, Informative) 200

Snap circuits are neat - but I'm not a huge fan. They are generally fairly very "high level, complex" building blocks. Even most of the definitions of what the pins (of the modules) do aren't described, nor referenced in any instructional way.

I agree 100%. I had exactly the same disappointment when my son started playing with Snap Circuits. It doesn't really try to teach any concepts, and the manual is is written like a boring lab textbook ("OBJECTIVE: To show how a resistor and LED are wired to emit light") and not at all geared towards creativity or exploration.

Comment Re: Facebook's open source license contains evil t (Score 1) 56

Those terms seem perfectly reasonable to me. If you want to cling to your patents, don't use their code. We could do with a few less patents in the world.

Agreed, but if I understand correctly this is not the actual legal effect of those the terms. When they say "any [...] other action alleging [...] indirect [...] infringement to any patent [...] against any party relating to the software" the trigger is ridiculously broad. Even saying something bad about Facebook because *they* sued *you* could qualify.

Before this was introduced, the ReactJS library originally was licensed under Apache 2.0 which includes a "your license is terminated if you bring a patent lawsuit against us" clause, but the same lawyers are totally fine with Apache 2.0. Facebook is doing something different here.

Comment Facebook's open source license contains evil terms (Score 4, Informative) 56

A friend of mine works at a company where the lawyers reviewed Facebook's "open source" licensing terms (surreptitiously buried in a text file entitled "Additional Grant of Patent Rights") and concluded that it isn't safe. They issued a company-wide order that all projects must immediately remove any Facebook open source with these license terms. The terms basically allow Facebook to unilaterally terminate the open source license if you take "any action" against their patent claims. The exact wording is:

"The license granted hereunder will terminate, automatically and without notice, if you (or any of your subsidiaries, corporate affiliates or agents) initiate directly or indirectly, or take a direct financial interest in, any Patent Assertion: (i) against Facebook or any of its subsidiaries or corporate affiliates, (ii) against any party if such Patent Assertion arises in whole or in part from any software, technology, product or service of Facebook or any of its subsidiaries or corporate affiliates, or (iii) against any party relating to the Software."

...


A "Patent Assertion" is any lawsuit or other action alleging direct, indirect,
or contributory infringement or inducement to infringe any patent, including a
cross-claim or counterclaim.

In this thread, a Google employee says that their lawyers came to the same conclusion:

https://news.ycombinator.com/i...

If so, why would Facebook do this? Why isn't it more widely discussed?

Slashdot Top Deals

Nothing succeeds like success. -- Alexandre Dumas

Working...