HN user

moktonar

51 karma
Posts2
Comments127
View on HN

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

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)

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.

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

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

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

Hacking Moltbook 6 months ago

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)

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..

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