He is writing about LLM mainly, and that is absolutely AI, it’s just not strong AI or general AI (AGI).
You can’t invent your own meaning for existing established terms.
He is writing about LLM mainly, and that is absolutely AI, it’s just not strong AI or general AI (AGI).
You can’t invent your own meaning for existing established terms.
To have to navigate a screen to find a control is a traffic hazard. Also if it’s just to play music.
Physical buttons are always ready to be pushed.
Seems to me a lot of people are getting an intolerance to light, so don’t expect too much.
That’s it!! Now I will NEVER use an iPhone as a server. 😋
Ah yes, every year every grade gets a little bit easier, because everybody can just take what’s been done all the previous years.
I listened to this crap about “stealing knowledge” when Japan rose like a rocket among international economies, the song is always the same, and it’s completely ignorant of the fact that ALL rising economies did it on the knowledge of others. But probably none more than USA.
There is nothing wrong with that, and now USA has advanced far beyond the technologies they originally inherited from Europe.
And China is doing the same now, just like Japan did half a century ago.
Yes they are even stealing more advanced technologies from us than we have, I don’t know how they do it, it’s quite amazing. /s
I don’t see how China can be prevented in becoming a global leader in many or even most industries and technologies. The more important they are, the greater the likelihood that China will take the lead, because they will make greater effort.
As I see it, China has the economy, educational system, people and leadership to achieve it.
USA has better economy, but lacks in leadership, and can’t even maintain their infrastructure properly.
India has similar population, but is behind on economy and education.
Europe lacks in population and leadership, and is somewhat hampered by language barriers.
The only way to prevent Chinese dominance in the future, would be for USA, EU and allies to pull together. But there is zero political commitment in that direction, and with the election of Trump, I don’t see that changing for at least the next 4 years. And without it, China will soon become undisputed economic industrial and technological leader of the world, because they have ALL the necessary ressources, and make the necessary political decisions followed up with economic incentives.
China is doing this in every key area, while USA is trying politically only in ONE SINGLE AREA!! (chips)
There is no doubt who has the political leadership for the future.
PS:
I am absolutely not a fan of China and their 1 party system, or their foreign policies ATM, they have become more aggressive in international politics and against their neighbors.
I am warning against letting China get too far ahead, just like we were many that warned about Trump. And probably with the same result.
For a terrorist state, this is a mild incident. But maybe it will help to show that Israel is not a lawful state. Making it easier to understand that they are not acting lawfully in many other areas.
Yes this too is really a turnaround compared to “old times”. Intel used to be the safe choice, that’s definitely not the case anymore.
calculating every SHA256 of all MACs
Yes but because I don’t have the folder it reads myself, I can’t see what actually encoded. Are you sure /etc/machine-id is ONLY the MAC address?
because it’s possible to connect to natural persons.
That’s debatable, and is only based on the claim that it’s just a 24bit decoding that can be brute forced. I don’t know for a fact that it’s true that it can be boiled down to 24bit.
I checked my own /etc/machine-id, and the folder doesn’t even exist, so what exactly is supposed to be in it IDK. And yes I use Manjaro.
Absolutely, if Intel hadn’t been sleeping on their laurels for 5 years on desktop performance, and had made 6 and 8 core CPUs themselves before Ryzen arrived. Ryzen would not have been nearly as successful. This was followed by the catastrophic Intel 10nm fab failures, allowing AMD to stay ahead even longer.
So absolutely, AMD has been helped a lot by Intel failing to react in time, and then failing in execution when they did react.
Still I think congratulation is in order, because Ryzen was such a huge improvement on the desktop and server, that they absolutely deserve their success. Threadripper was icing on the cake, and completely trashed Intel in the workstation segment.
And AMD exposed Intel’s weakness in face of real competition. Arm and Nvidia had already done that in their respective areas, but AMD did it on Intel’s core business.
I predicted in 2017 stock price over $100 when that happened.
Took about 3-4 years longer than expected, but still congratulations to AMD, on their successful fight back from the brink of bankruptcy.
You could just assign a random number on install or whatever.
Funny, I thought the exact same thing.
this would have is some sort of tracking.
It’s right at the top of the announcement, that it’s mainly for more accurate stats on unique users.
It’s not that I think this is a good idea, because I don’t, but some people are blowing it out of proportions. Especially since this isn’t at all decided. Which I seriously doubt it will.
And he is, one review at a time.
You can see the code of what is send.
I’m not aware that Google claims they collect data anonymously, on everything where you are logged in.
So that’s a false equivalence.
The MAC address is anonymized with sha256, and IP adresses aren’t stored.
So this seems to me to be perfectly anonymous.
This may be illegal in EU if they don’t use opt in. Even then it may be illegal for under 18 year olds to collect MAC addresses and disk serial numbers, as those can potentially be used for identification.
The data is anonymized, and the IP is NOT stored. So I’m not sure this violates GDPR?
From the code we can see the machine ID is anonymized, sending only a SHA256 checksum.
def get_hashed_device_id():
# Read the machine ID
with open("/etc/machine-id", "r") as f:
machine_id = f.read().strip()
# Hash the machine ID using SHA-256 to anonymize it
hashed_id = hashlib.sha256(machine_id.encode()).digest()
# Convert the first 16 bytes of the hash to a UUID (version 5 UUID format)
return str(uuid.UUID(bytes=hashed_id[:16], version=5))
This makes it somewhat a nothingburger IMO.
Seems to me the rationale is flawed. Even if it isn’t strong or general AI, LLM based AI has found a lot of uses. I also don’t recognize the claimed ignorance among people working with it, about the limitations of current AI models.