HackerTrans
TopNewTrendsCommentsPastAskShowJobs

moktonar

51 karmajoined 2 years ago

comments

moktonar
·5 days ago·discuss
The problem is that the more AI eats labor, the more you can hike the costs until you pretty much can match the salary of the workers you replaced, with some margin, enough for the user to accept the cost. That’s what will happen in the next decade IMHO. price = base expense + what user accepts to pay
moktonar
·10 days ago·discuss
Did the Feds desperately need a way of getting the key? is this a bugdoor? Has the commits been traced? Recently I’ve been seeing this pattern a lot and I’m starting to be a little bit suspicious. Maybe it’s because people are more sensible to this and post more on it?
moktonar
·10 days ago·discuss
And so it begun..

Jokes aside does anybody else notice the eerie similarities with gray aliens?
moktonar
·last month·discuss
I think we should start having ai versions like beta ora alpha versions and then consolidate them into human made versions with time, at least one is free to stay safe or on the bleeding edge as one likes and we all get a win-win best-of-all-worlds situation (hopefully)
moktonar
·last month·discuss
Inexistent security, absent security contacts/hard to get in touch with, denial/delay/won’t patch, most functionality to deploy a backdoor is already present, to me equals bugdoor. This is wanted behavior, not an accident, and is a widespread pattern..
moktonar
·2 months ago·discuss
int x[n] and int *x are very different things when it comes to defining memory layout tho. In one case you end up with n int sized slots of memory, in the second with one register sized slot. That makes all the difference when defining structs for example.
moktonar
·3 months ago·discuss
I get what he’s saying, but, doesn’t he compare classical speed up of parallelizing 64 bit key space on 2^16 cpus with parallelizing 128 bits key space on QCs? It’s true that sqrt (2^128/2^16) = 2^56 and that 56 >> 48, but in one case you are attacking a 64 bits key space and in the other a 128! If you parallelize 2^128 on 2^16 CPUs you get 128-16=112 bits of key space per cpu which is much bigger than 56! No?

Edit: I mean, I get the point is to prove that 2^128 on QC is not the same as 2^64 on CC but it’s still a lot less to search. If a paper came out with that big of a key space reduction AES would be considered broken IMO
moktonar
·4 months ago·discuss
Except maybe storing another smaller vector for the difference with the original data an also quantize that maybe recursively
moktonar
·4 months ago·discuss
Aren’t polar coordinates still n-1 + 1 for radius for n-dim vector? If so I understand that angles can be quantized better but when radius r is big the error is large for highly quantized angles right? What am I missing?
moktonar
·4 months ago·discuss
Is it possible to do the inverse, then? (Tranforming weights back to code)
moktonar
·4 months ago·discuss
Thank you for all the work guys, I’ll see how I can help.
moktonar
·5 months ago·discuss
Well fucking done. Anthropic has just gained the “has bollocks” status. Also now we know what the govt is really up to with AI. G fucking g
moktonar
·5 months ago·discuss
The random uuid selection is far superior because of lifespan, you can only have so many functioning devices at the same time, and on the contrary to tree-based uuids once a device is decommissioned the uuid can be reclaimed. Practically though it would probably be a mixed algorithm where positioning would give the id root and the rest is selected randomly
moktonar
·5 months ago·discuss
UB is the definition of Free Will that’s why you can’t control it, and for a programmer something that cannot be controlled is felt as dangerous..
moktonar
·5 months ago·discuss
Bugdoors, bugdoors everywhere..

The fact that they refuse to fix is the sketchiest part, and also they should be held accountable for things like this IMO
moktonar
·5 months ago·discuss
I can already envision a “I’m not human” captcha, for sites like this. Who will be the first to implement it? (Looks at Cloudflare)
moktonar
·5 months ago·discuss
I agree but if you can infer that maybe there are children running around because it’s the time they get out of school etc, then yes, you stop at every double parked car.. I’m not saying it’s easy to do, I’m just saying that’s a limitation of the system, that still already does miracles..
moktonar
·5 months ago·discuss
You are predicting stuff that your sensors don’t see all the time my friend
moktonar
·5 months ago·discuss
> detects foot movement ..

That’s probably how they do it, which is again very clever stuff, chapeau. But they do it like that b/c they can’t really predict the world around them fast enough. It might be possible in the future with AI World Models though
moktonar
·5 months ago·discuss
The Waymo driver tech is impressive. That said an experienced driver might have recognized the pattern where a stopped big vehicle occludes a part of the road leading to such situation, and might have stopped or slowed down almost to a halt before passing. The Waymo driver reacts faster but is not able to predict such scenarios by filling the gaps, simulating the world to inform decisions. Chapeau to Waymo anyways