Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    317comments
  2. Science Is Open Software(jepedersen.dk ↗)
    15comments
  3. SDCC – Small Device C Compiler(sourceforge.net ↗)
    4comments
  4. Cloudflare Quick Tunnels(cloudflare.com ↗)
    262comments
  5. Saving another 100TB of RAM(cloudflare.com ↗)
    56comments
  6. How to Write with an LLM(sockpuppet.org ↗)
    291comments
  7. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    9comments
  8. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    24comments
  9. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    75comments
  10. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    65comments
  11. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    77comments
  12. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    61comments
  13. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    79comments
  14. The Farnese letter(simonklee.dk ↗)
    5comments
  15. OpenJev(openjev.com ↗)
    249comments
  16. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  17. Goroutine Leak Profiles(go.dev ↗)
    discuss
  18. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    203comments
  19. Cyclomatic Complexity in C#(ndepend.com ↗)
    15comments
  20. Minimal Phone 2(minimalcompany.com ↗)
    196comments
  21. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    2comments
  22. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    37comments
  23. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    8comments
  24. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    50comments
  25. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    94comments
  26. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    212comments
  27. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    60comments
  28. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    21comments
  29. Size-Specialized Memory Allocation(go.dev ↗)
    3comments
  30. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    17comments

France fines Apple for targeted App Store ads without consent

12 pointsby 3y agobleepingcomputer.com
4 comments
3y agoHN ↗

This is very, very interesting, because as I understand it, it sees the EU "cookie rule" being applied directly to the OS; no (traditional) cookies involved. Microsoft Windows could well be next.

3y agoHN ↗

Equally though, GDPR (and predecessor or adjacent legislation) isn't specifically about cookies - common parlance is to refer to it as the "cookie law", but usually it's the ePrivacy Directive that covers cookie use, and it also covers any other kind of identifier that is being used for a purpose other than merely getting bits and bytes to the end user.

Therefore it isn't a huge surprise from a legal perspective, as the legislation is technology agnostic, but it is nonetheless good to see enforcement being carried out, as it helps to remind everyone that the principles of the legislation aren't limited to cookies, and apply to use of identifiers and the act of tracking.

3y agoHN ↗

It’s an interesting ruling because it’s based purely on the user actively giving consent to targeted ads, and not how the operator obtains that information.

Why that matters is because it means any kind of customisation based upon the user’s actions is in breach the moment it is considered advertising. With many kinds of apps structured by expansions or subscription/service offerings this can become ripe territory for breaches.

This differs from the Google/Facebook fines because those properties serve you ads from data that is gathered from non-Google/non-Facebook properties. i.e Invasive tracking.

That said it’s now moot, since Apple quickly updated the software to include a prompt to the user - that’s also why the fine is 10-20x smaller than what Google and Meta received.

The law doesn’t have a real-world equivalent, since this is like fining a clothing store for approaching a customer with complementary items. “Hey you’re looking at scarves we also have these nice fine leather jackets.” Versus the Google/Meta approach of “Here’s coats, because a little birdy told us you liked photos of a ski chalet.”

The slippery slope here is that all apps will get a click through that is ultimately ignored by the user. A lot like how the web is currently a mess with constant cookie/tracker authorisation prompts. What they need to do is not put the onus on the user, and just identify what they believe is bad behaviour and outlaw that entirely.

3y agoHN ↗

The slippery slope here is that all apps will get a click through that is ultimately ignored by the user.

The key part is that the click-through should give you an option to decline, and the GDPR mandates that you can't use dark patterns or any other methods to sway the choice either way, so it should be as easy to decline than to accept. That seems good.