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

 



Forgot your password?
typodupeerror
×

Comment Re:left Google so he can "freely speak" out (Score 1) 15

Researchers, at the level that he was (note in terms on Turing or Nobel - but in terms of org underneath you) are not only supposed to do pure research, but also to help the company who pays your fat salary, to find a way to use the fruits of such research in products that are able to generate revenue.
That was the failure to launch ,,,

Comment Re:Altman responsible (Score 1) 61

First of all, most of the innovation was done by Google*. Second of all OpenAi has had a huge brain drain. I think Google did not release on purpose, it wanted someone else to be hit with all the bad publicity from the bad ai results. Now that has happened it can swoop in and collect the accolades and dollars while letting Open Ai get all the blame.

The Transformer architecture came from Google way before OpenAI did ChatGPT.
True.

I am not sure Google held back in releasing big LLMs, I believe it is more of Google Research failed to push models to the scale (in terms of parameters and input tokens) that OpenAI did.
Sometime you observe a ML model and it seems to have hit an asymptote in terms of performance metrics, while if you push forward that, more gains can be achieved.

Comment Free Isn't Free (Score 1) 50

I never understood the folks whining about ad tracking and the money Google (or Meta, or any other companies which provides stuff for free).
That Stuff costs money (you know, there are actually people working on it, data centers hosting the content, ...), and you either have to pay a subscription fee, or you accept targeted ads.
I much prefer the latter for one.

Comment Re:Many thoughts, most unfavorable (Score 1) 157

In my country (or better, my other country) cyclists swerve left and right mostly due to potholes and bad road conditions.
Of course, there are also the ones that happily sits in 2..3 lane wide chatting, but in my groups this is more rare, at least in heavy-traffic roads.
All the recent cyclists death I know of, are not due to them cutting through traffic, but cars running them over (especially at roundabouts) because they simply do not notice them.
I would definitely use such device if available ...

Comment Re:Big drop of OSX (Score 1) 199

I had been using Linux for decades, but in the last 8 years or so I started using OSX (MacBook Pro) with Parallels VMs.
It was nice since it integrated with the other Apple devices I have (iPhone & iPad), from moving things around, and especially making/taking/transferring phone calls among them.
With the M* chip migration I was not able to decently run x86 software (thanks Vivado!) within the Linux VM (yeah, Rosetta is fast only in ads benchmarks blog posts), so I went back to an x86 workstation running Linux.

Comment Plan 9 (Score 1) 36

Plan 9 was something which set up to justify itself by making things different.
It didn't matter that it was actually better, but it had to be different.
The everything-is-a-file and pass-everything-as-string was brought to the limit, and used it even in cases where it really did not fit.
Performance was terrible when compare to Linux in doing apple-to-apple comparisons.

Plan 9 at the end deserves to be where it is now ... the graveyard.

Comment Re:Meh (Score 1) 49

Code does not need to be changed only when there are bugfixes.
The most frequent changes happen when there are internal code refactoring, and developers really enjoy go fixing dead (or on life support at the least) code.

Do you even know how Linux works?

Yeah, a git-blame with my name will likely pop up a few thousands LOC...

Slashdot Top Deals

The use of anthropomorphic terminology when dealing with computing systems is a symptom of professional immaturity. -- Edsger Dijkstra

Working...