Hacker Newsnew | past | comments | ask | show | jobs | submit | _3u10's commentslogin

one hash is insufficent, they need k-hashes.

i get the joke, but seriously a bloomfilter would be a good idea.


I think what he is saying is they are stateless so you can edit its previous repsonses and it just goes with it.

If you build a small ui that lets you edit the models response too it’s pretty funny to do.

It sees that it “said” it and gets very confused.


I have seen it where you can just report it said it and it will be confused.

So the point of distributed compute is to reduce the compute needed? I’ve generally found that distributed compute requires more compute than vertical scaling while getting clobbered by network bandwidth / latency.

Theoretically with 2 to 10x compute required and in practice 100 to 500x


I think for databases horizontal scaling for writes only makes sense once vertical scaling stops working. It comes with high complexity, annoying limitations, and often higher cost.

Horizontal scaling for reads on the other hand is much easier. If you have multiple replicas for high availability, you might as well put them to work. It can also reduce the risk for read heavy tasks interfering with transaction processing. You can even go a step further and replicate to a database that's optimized for analytical tasks.

Horizontal scaling for stateless applications (e.g. web servers or job processors) is often easier and more robust than vertical scaling, with little to no downsides.


The point of distributed computing is to do computing that you can't do on a vertically scaled system or to increase availability.

If you're doing it for other reasons it's usually a mistake.


The advice I’ve gotten is that you want to move computation to data that is already distributed. The cost of moving large amounts of data usually dwarfs compute costs (usually, not always), and so the performance win comes from distributing the computation and then (depending on the problem) centralizing aggregate results.

Another pretty good reason to do distributed computing is to move the computation closer to where the data is or where the data will be consumed.

I’ve never seen code that is downloaded run itself. Why not be the change you want to see in the world and run sudo or spawn your browser in a jail. Or download as another user.


Welcome to npm post-install scripts... https://docs.npmjs.com/cli/v11/using-npm/scripts



glad pnpm disables those by default!


PSA: if you're using (a newish release of) npm you should have something like this as a default, unless you've got good reasons not to:

min-release-age=7 # days

ignore-scripts=true


I used that same theme back in 2003. Makes me want to reinstall E16


CC kinda sucks compared to opencode & kimi / minimax. It’s slow and annoying and the UI is subpar.


If you bet it all on one event yes, otherwise long tail just loses your bet. Downside risk is limited to your bet.


It’s not you just need to force push or generate a new key…


Perhaps proving the point here. That's not enough to eliminate the secret, the dangling commit will persist. Though this might be a nitpick, it's rather hard to get it from the remote without knowing the SHA.

> generate a new key

Is absolutely the right answer. If you pushed a key, you should treat it as already compromised and rotate it.


You also need to clear the caches of the remote


Yeah it doesn't seem hard to rewrite the commit history


Making the info of public employees public. Don’t want your info public, don’t become a a servant of the public.

Besides US law clearly says their personal information isn’t theirs. We should be celebrating this person allowing public employees to hear the views of the public they serve.


> Don’t want your info public, don’t become a a servant of the public.

This would effectively mean people would only become public servants if they don't want their own and their family's lives endangered by lunatics.


Not at all. Most states have open records laws which would allow someone to request full names, salaries, and job titles of every government employee in the state. One might wonder why those people are not being targeted by "lunatics". Perhaps ICE is doing particularly disagreeable things?


Militias aren’t targeting people at the unemployment office because they believe in unemployment. They don’t believe in border control though. That’s been a Democrat quasi-position since the Biden administration.


Yeah, I’d like to be able to register to vote without doxxing myself. I’d like to have a little privacy protection to myself even when I’m out and about, but these sorts have decided I get neither.

Fuck these parasitic scum. They deserve as much privacy as they offer me.


I can get you residency in a number of countries in about 30 to 60 days. It’s remarkably easy to change countries an American friend of mine has over 15 residencies leading to over 10 passports. No citizenship by investment non sense either.


> 15 residencies leading to over 10 passports

Unlikely, considering most places require you to fulfill the granted residency by actually physically being there.

And are these even places you'd want to live?


only in the global north who want to you to spend half your time slaving for them. in the countries with privacy rights, and where slavery remains outlawed, the residency requirements are pretty minimal.

would i want to live there? yes. most definitely.


Can you name some specific countries?


Paraguay, Uruguay, Brazil, Argentina, Colombia, Kenya, Costa Rica, UAE, Palau, Turkey, etc.

Paraguay requires for example 1 day for tax residency, 1 day every year for temp and 1 day every 3 years for permanent.


Will this really do any good when this kind of legislation magically appears through lobbyists simultaneously across the West? Let's not forget that blocks like the EU also have significant bullying power via trade policy.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: