Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    145comments
  2. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    13comments
  3. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    90comments
  4. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    31comments
  5. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    35comments
  6. OpenJev(openjev.com ↗)
    217comments
  7. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    1comments
  8. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    122comments
  9. Grok Voice Transcribe 2.0(x.ai ↗)
    3comments
  10. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    124comments
  11. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    184comments
  12. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    6comments
  13. I don't like passkeys(hawksley.dev ↗)
    581comments
  14. Jemalloc 5.4.0(github.com/jemalloc ↗)
    76comments
  15. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    24comments
  16. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    5comments
  17. The scourge of x86 emulation(fex-emu.com ↗)
    71comments
  18. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  19. Systemd is a suite of basic building blocks(systemd.io ↗)
    8comments
  20. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    12comments
  21. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    4comments
  22. BeanShell3 in Development(beanshell.github.io ↗)
    15comments
  23. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    167comments
  24. Replacing Pull Requests with Delta(zed.dev ↗)
    75comments
  25. AI chatbots are becoming experts at changing people's minds(science.org ↗)
    83comments
  26. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    4comments
  27. An empirical study of harness design for coding agents(arxiv.org ↗)
    43comments
  28. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    2comments
  29. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    62comments
  30. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    672comments

Ask HN: How can I get a company to stop using invalid email addresses?

1 pointsby 11y ago
1 comments
I've been using Blur from Abine.com for a while. One of their services, migrated from a previous product called MaskMe, generates masked emails that look like this: "c1f9e2c0@opayq.com", and any email sent to that address gets forwarded to your address. Recently (around a month or so), they started using very long email addresses to forward (e.g. 737rfylmhfbayacam6aatijgei5fcahya5qddjaf2ac6achaamqemicmemmtacxaawuaaiaaea======@opayq.com). This has caused problems with gmail, which will sometimes display certain prompts (e.g. "display images") that cover buttons, forcing me to reload the page to click them.

Now, https://tools.ietf.org/html/rfc5321#section-4.5.3.1.1 states that

The maximum total length of a user name or other local-part is 64 octets.

which the addresses violate. I wouldn't really care, except that it's causing me issues.

Anyway, I don't pay for the service, so I understand I can't demand anything of them as complex as actually complying with RFCs. But I reached out to their support, letting them know the problem I had with screenshots, and also linking to the RFC. I went back and forth a few times, but got nothing more than

"... there are restrictions that keep us from shortening the forwarding address, and reducing the length would take away some of the core functions of masked emails."

Is there anything else I can do to convince them? Or should I drop the issue?

11y agoHN ↗

Get a browser plugin (like Styler for Chrome) that lets you add custom CSS/JS to a page. Then write a line or two of JS to fix the problem yourself.