HackerTrans
TopNewTrendsCommentsPastAskShowJobs

maxrmk

no profile record

Submissions

Seldom: An Anonymity Network with Selective Deanonymization

dl.acm.org
2 points·by maxrmk·vor 4 Monaten·1 comments

comments

maxrmk
·vor 12 Tagen·discuss
Right! Everything from word to the calculator app uses .NET these days. Even many games!
maxrmk
·vor 2 Monaten·discuss
I ran into this (or a similar service) when cancelling comcast a few weeks ago. It worked _really_ well. It was slightly uncanny, but I think most people wouldn’t notice anything. It was only some awkward phrasing that made it obvious to me.
maxrmk
·vor 3 Monaten·discuss
It’s easy to opt out of being indexed by Google.
maxrmk
·vor 4 Monaten·discuss
I don't think this is a correct explanation of how things work these days. RL has really changed things.
maxrmk
·vor 4 Monaten·discuss
Fair enough. It reads as extremely AI generated to me. But that isn’t completely reliable.
maxrmk
·vor 4 Monaten·discuss
Ironic coming from the Guardian. One of their journalists consistently publishes ai slop and the paper is in denial about it.

https://x.com/maxwelltani/status/2023089526445371777?s=46
maxrmk
·vor 4 Monaten·discuss
If a company relies on self reported ages, they don't "know" it well enough to satisfy COPPA. Probably. I'm not a lawyer but I do keep up with the latest in privacy enforcement and I think this is the way things are headed.

For the record, I'm against age verification laws. But I think companies are pushing for them because of liabilities they face under other laws, not because they would actually like to have the data.
maxrmk
·vor 4 Monaten·discuss
Those exist! People choose to use gmail because of the scale, stability, and feature set paid for by targeted advertising.
maxrmk
·vor 4 Monaten·discuss
My desire is to be able to use those products without paying for them. And to use them with friends and family members that can't pay for them.
maxrmk
·vor 4 Monaten·discuss
The bill bans making access to a service contingent on consent. This would kill Gmail, Google Maps, Facebook, Instagram and basically every other ad supported service. Making subscriptions the only consumer business model would be bad imo.
maxrmk
·vor 6 Monaten·discuss
Yeah fair, I was being a bit lazy here when writing my comment. I've used nosql professionally quite a bit, but always set up by others. When working on personal projects I reach for SQL first because I can throw something together and don't need ideal performance. You're absolutely right that they both have their place.

That being said the question was genuine - because I don't keep up with the ecosystem, I don't know it's ever valid practice to have a nosql db exposed to the internet.
maxrmk
·vor 6 Monaten·discuss
How often are mongo instances exposed to the internet? I'm more of an SQL person and for those I know it's pretty uncommon, but does happen.
maxrmk
·vor 7 Monaten·discuss
Google (currently) pays Mozilla $400-500 million a year to be the default search engine in firefox.

edit: in 2023 they took in $653M in total, $555M of which was from Google. They spent $260M on software development, and $236M on other things.
maxrmk
·vor 8 Monaten·discuss
Took more than a minute to load on my macbook. Ouch!

I really love C# and the .net ecosystem, but they just haven't made it work for web.
maxrmk
·vor 8 Monaten·discuss
What do you see as net negative about it? I’m familiar with the product but not that aware of how it’s been used.
maxrmk
·vor 9 Monaten·discuss
Do you think there _should_ be a legal mechanism for enforcing the kind of rules they're trying to create here? I have mixed feelings about it.
maxrmk
·vor 11 Monaten·discuss
Do you work in devdiv at Microsoft? I can see the org chart in this comment haha
maxrmk
·letztes Jahr·discuss
Could be the case, I’m not familiar with their specific tokenizers. IIRC llama 3 tokenizes in chunks of three digits. That seems better than arbitrary sized chunks with BPE, but still kind of odd. The embedding layer has to learn the semantics of 1000 different number tokens, some of which overlap in meaning in some cases and not in others, e.g 001 vs 1.
maxrmk
·letztes Jahr·discuss
Yeah that’s my understanding of the root cause. It can also cause weirdness with numbers because they aren’t tokenized one digit at a time. For good reason, but it still causes some unexpected issues.