HackerTrans
トップ新着トレンドコメント過去質問紹介求人

maxrmk

no profile record

投稿

Seldom: An Anonymity Network with Selective Deanonymization

dl.acm.org
2 ポイント·投稿者 maxrmk·4 か月前·1 コメント

コメント

maxrmk
·12 日前·議論
Right! Everything from word to the calculator app uses .NET these days. Even many games!
maxrmk
·2 か月前·議論
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
·3 か月前·議論
It’s easy to opt out of being indexed by Google.
maxrmk
·4 か月前·議論
I don't think this is a correct explanation of how things work these days. RL has really changed things.
maxrmk
·4 か月前·議論
Fair enough. It reads as extremely AI generated to me. But that isn’t completely reliable.
maxrmk
·4 か月前·議論
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
·4 か月前·議論
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
·4 か月前·議論
Those exist! People choose to use gmail because of the scale, stability, and feature set paid for by targeted advertising.
maxrmk
·4 か月前·議論
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
·4 か月前·議論
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
·6 か月前·議論
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
·6 か月前·議論
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
·7 か月前·議論
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
·8 か月前·議論
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
·8 か月前·議論
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
·9 か月前·議論
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
·11 か月前·議論
Do you work in devdiv at Microsoft? I can see the org chart in this comment haha
maxrmk
·昨年·議論
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
·昨年·議論
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.