HackerLangs
TopNewTrendsCommentsPastAskShowJobs

olejorgenb

848 karmajoined vor 11 Jahren

Submissions

Andy Matuschak: Apps and programming: two accidental tyrannies (MIT Talk) [video]

youtube.com
7 points·by olejorgenb·vor 2 Monaten·0 comments

comments

olejorgenb
·vor 3 Tagen·discuss
Chat control 1.0

"A temporary derogation from the ePrivacy Directive that allowed (but did not require) providers to scan private messages of unsuspected users for potential child sexual abuse material."

Does that imply it's currently not allowed?

EDIT: apparently not enforced at least:

"Chat Control 1.0 expires

The legal ground for voluntary, indiscriminate scanning ends. Google, Meta, Microsoft, and Snap state they will continue scanning private messages regardless. "
olejorgenb
·vor 7 Tagen·discuss
I think the idea is that the images are decrypted by the client. See how Ente does it: https://ente.com/architecture

Of course - this sacrifice quite a bit of functionality since more or less all functions which require looking at the pixels need to be client-side. But to be fair - the client is part of the "app", so it's not "just" encrypted storage.
olejorgenb
·vor 8 Tagen·discuss
They said they only want to control one of the ends
olejorgenb
·vor 10 Tagen·discuss
Even opus refuse to discuss micro biology for more than a around 15 turns in my experience.
olejorgenb
·vor 12 Tagen·discuss
I also see more of these, but I'd say still around half require more click for "reject non-essential"
olejorgenb
·vor 12 Tagen·discuss
That would require a tax hike to fund though, which is not very palatable.
olejorgenb
·vor 12 Tagen·discuss
And either 80% of banners are not respecting the law, or the law managed to omit mandating making it as easy to reject as accept... Rejecting usually require you to enter into settings and sometimes click "reject" for every individual partner(!)
olejorgenb
·vor 13 Tagen·discuss
This wasp seems quite specialized towards ticks: https://en.wikipedia.org/wiki/Ixodiphagus_hookeri
olejorgenb
·vor 19 Tagen·discuss
Isn't this against the ToS though? I don't share my sessions with Anthropic, but I would be happy to share selected sessions to improve an open model.
olejorgenb
·vor 21 Tagen·discuss
Off topic, but the other articles are well made too. I enjoyed this one: https://moultano.wordpress.com/2025/02/24/you-should-make-cr...
olejorgenb
·vor 21 Tagen·discuss
"This is a good time to spare a thought for our red-green colorblind brethren. [...] it is to them that we owe the beautiful color of green traffic lights. The spectral requirements that make the green signals distinguishable from red in their eyes make them beautiful in ours."
olejorgenb
·vor 27 Tagen·discuss
https://archive.ph/rSUKz
olejorgenb
·letzten Monat·discuss
> throwing shitload of money to the big actors of a field

My reply was directed at this part. Based on my memory seeing ironcalc specifically getting funding. Unless they hide it well they are not a big actor. And the project looks interesting and worthy to me. (I see I should have omitted the nextgraph link as I'm not familiar at all with that project)

Few of the projects listed here seems to be big actors: https://nlnet.nl/project/index.html

Some projects funded by NLnet: Organic Maps, KDE Connect, KDE Plasma Wayland, Bottles (Builds on Wine IIRC), Briar, mitmproxy, Nextcloud, Wireguard

Note: NLnet is an independent organization, but it seems to get quite some support from EU. Maybe you would argue NLnet itself is a big actor?

I think funding already established, respected donor organizations is a decent strategy.
olejorgenb
·letzten Monat·discuss
One counter example: https://nextgraph.org/elfa-consortium-encrypted-local-first-... (eg.. https://www.ironcalc.com/)
olejorgenb
·letzten Monat·discuss
The source code is published [1] and there are MIT course videos available [2] (albeit 9 years old...).

The source code appear to be primarily in Matlab(!) though.

[1] https://github.com/Accla

[2] https://ocw.mit.edu/courses/res-ll-005-mathematics-of-big-da...
olejorgenb
·letzten Monat·discuss
Yes. Isn't that "giant PITA" is referring to here?

> your own repo reviewing and merging from upstream as needed. Would be a giant PITA though
olejorgenb
·letzten Monat·discuss
Except most of the attacks so far has not landed actually source code changes to git IIRC. They have targeting the release files directly.
olejorgenb
·letzten Monat·discuss
pnpm also support this
olejorgenb
·vor 2 Monaten·discuss
Their transcription (STT) models are good IMO
olejorgenb
·vor 2 Monaten·discuss
And the gotcha has been known about since 2014:

> This is the class of attack documented by Adnan Khan in 2024. It's not a TanStack-specific bug; it's a known GitHub Actions design issue that requires conscious mitigation.

While it seems the maintainers kinda went-out-of-their way to enable this - GitHub could easily have at least turned of cache-sharing between fork jobs and the main jobs...