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

Can I do the reverse now as well? Email a company a unilateral change in the TOS? Or do TOS's have provisions against that as well?

"I do not agree with your new TOS and will continue under your old TOS, and I will continue to use your service". And see when they will close your account down.


Now if most of their customers did that, they wouldn't close down all the accounts. Forgotten power of the people.

yes, and if I had a unicorn I would be happy.

> Now if most of their customers did that

If most customers did anything active we'd have a radically different society. The difficulty is getting people engaged to fight back against the system (I'm not absolving myself from being part of those people)


IMO, this would make a great court case.


I know I'd be listening intently if I were on the jury. I'm a "sauce good for the goose is good for the gander" kind of guy.

> ... if I were on the jury. ...

Too bad that v1.0 of the ToS their victims "sign" forced all disputes into their lap-dog arbitration system.


My new ToS I sent them allows me to appoint anyone (including my self) as the arbiter.

That's a nice daydream - but v1.0 gave them exclusive rights to update the ToS or pick arbiters. Along with lots of other "heads we win, tails you lose" stuff. :(

They email from invalid addresses, so you cannot respond.

Can you block their emails from being delivered thus blocking TOS updates?

Probably as long as the mail server responds with not delivered. Really, it would be better to have a lawyer go through the decision than laypeople parsing a judge.

Was wondering this too. Not to mention adding TOS to your own sites that get used by bots and scrapers.

Yes, this is simply 'technical debt'.

They should try to fix technical debt before going to the next round. Of course Claude can probably also do this.


I was taught years ago that MUL and ADD can be implemented in one or a few cycles. They can be the same complexity. What am I missing here?

Also, is it possible to use the GPU's ADD/MUL implementation? It is what a GPU does best.


To multiply two arbitrary numbers in a single cycle, you need to include dedicated hardware into your ALU, without it you have to combine several additions and logical shifts.

As to why not use the ADD/MUL capabilities of the GPU itself, I guess it wasn’t in the spirit of the challenge. ;)


ASML is not a chip maker, it is a chip-maker maker. Still important though.

Europe should request a discount for ASML machines in a EU factory.


Yes exactly.

Where the map does not represent the actual venue. Where every route leads to the gift shop. Where some displays are only in English. Where the flow between the rooms is non-intuitive. Where the audio guide is too loud/quiet and you cannot adjust the volume, or pause it during an item. Where there are mind-your-head bars in the way for no reason.


You call the lift (elevator) and it starts descending toward you, before stopping on the floor above (for far too long) then turning around.


That also sounds like the client came with list of additional requirements.

The ethical part you mentioned is still true.


That's about an extra iPhone every 3-4 years.


How long until we have agents talking to other agents in a web of agents, and together deciding on something catastrophic? Not individually, but somehow the result of a group process.


Isn't that what Moltbook etc. is heading towards at some point? It's all a function of how much access people give it to "the real world"... and with cryptocurrency and the gig economy, it's really only a matter of time until a malicious agent with money to burn starts to do really weird things.

How hard would it really be to craft a prompt that says, here's your cryto wallet private key, keep yourself alive somehow, copy yourself around, find whatever compute you can, port yourself between models, and spread?


Moltbook agents haven't shown much ability or inclination to "decide" on anything on their own. Much of it is crypto spam of some kind, but I'd be surprised if an agents fell for that.


I wrote my comment without knowing about the moltbook thing. I somehow missed it.

Good to know it exists.


You might as well place it next to the © 2026, on the bottom every page.


From what I understand, sentry.io is like a tracing and logging service, used by many organizations.

This helps you (=NAS developer) to centralize logs and trace a request through all your application layers (client->server->db and back), so you can identify performance bottlenecks and measure usage patterns.

This is what you can find behind the 'anonymized diagnostics' and 'telemetry' settings you are asked to enable/consent.

For a WebUI it is implemented via javascript, which runs on the client's machine and hooks into the clicks, API calls and page content. It then sends statistics and logs back to, in this case, sentry.io. Your browser just sees javascript, so don't blame them. Privacy Badger might block it.

It is as nefarious as the developer of the application wants to use it. Normally you would use it to centralize logging, find performance issues, and get a basic idea on what features users actually use, so you can debug more easily. But you can also use it to track users. And don't forget, sentry.io is a cloud solution. If you post it on machines outside your control, expect it to be public. Sentry has a self-hosted solution, btw.


My employer uses Sentry for (backend) metrics collection so I had to unblock it to do my job. I wish Sentry would have separate infra for "operating on data collected by Sentry" and "submit every mouse click to Sentry" so I could block their mass surveillance and still do my job, but I suppose that would cut into their profit margins.

My current solution is a massive hack that breaks down every now and then.


Most organizations I've set Sentry up for tunnel the traffic through their own domain, since many blocking extensions block sentry requeats by default. Their own docs recommend it as well. All that to say, it's not trivial to fully block it and you were probably sending telemetry anyway even with the domain blocked.


With the right tricks (CNAME detection, URL matching) a bunch of ad blocking tools still pick up the first-party proxies, but that only works when directly communicating with the Sentry servers.

Quite a pain that companies refuse to take no for an answer :/


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

Search: