Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Parametric, low-poly assets for BIM/CAD(3dassetstudio.com)
    discuss
  2. Show HN: Dragonfly – an API client that understands your Express/Next.js routes(usedragonfly.xyz)
    discuss
  3. ADIE – Beyond Prediction. Toward Verifiable Decisions(robertbudai.github.io)
    discuss
  4. An update on how we confirm your age group on Discord(discord.com)
    discuss
  5. Linux at Long Last and GPLv3(obscura.com)
    discuss
  6. Denuvo sues discord user for breaking DRM to games that they didn't make [video](youtube.com)
    discuss
  7. I Changed My Mind About AI Risk(persuasion.community)
    discuss
  8. The Rise and Fall of Tech Worker Power(bostonreview.net)
    discuss
  9. Ask HN: Honey Pots in 'who wants to be hired'?
    discuss
  10. Betel nuts are a top mind-affecting substance. There's evidence of ancient use(npr.org)
    discuss
  11. LiveCrew – a persistent AI exec team that argues back (with receipts)(livecrew.tech)
    discuss
  12. Jev Creator: System One Models for Prod, Not God [video](youtube.com)
    discuss
  13. Show HN: RUUN – Tor Browser with a second, non-Tor mode in the same app(gitlab.com/varad_7)
    discuss
  14. Ask HN: Which is cheaper: ChatGPT tokens or a 2nd Pro 20x subscription?
    discuss
  15. Untangling Lifetimes – Arena Allocators in C(dgtlgrove.com)
    discuss
  16. Nano Banana 2.5: Faster, Better AI Images(nanobanana25ai.net)
    discuss
  17. Fast-CLI: CLI tool written in Zig for testing internet speed(github.com/mikkelam)
    discuss
  18. Sauna Jungle Expansion(saunajungle.com)
    discuss
  19. GPT-6 Sol and Luna(openai.com)
    41comments
  20. Cookie started its life as a plastic bottle(acs.org)
    discuss
  21. GPT-6 Sol(developers.openai.com)
    1comments
  22. Arguing about Arguments(steveklabnik.com)
    discuss
  23. Delaying all JavaScript doesn't make your site faster(michalek.blog)
    1comments
  24. It's Hard to Learn from Machines(carlkolon.com)
    discuss
  25. U.S. Climate Collection(usclimatecollection.org)
    discuss
  26. Prominent art therapist quoted by Vice, Forbes and others is AI-generated(pressgazette.co.uk)
    discuss
  27. Vibe code what prints money(leapd.ai)
    1comments
  28. OpenCode removed usage transparency after a billing bug was reported(github.com/anomalyco)
    discuss
  29. Reviewing Your Blog Post with an LLM(writethatblog.substack.com)
    1comments
  30. My Weird New Hobby: Wandering Around Tokyo on Google Maps(ahmedhossamdev.com)
    discuss

How do you best protect against copycats?

1 pointsby 1h ago
2 comments
Someone's created pixel-perfect copies of my website (prepfully.com).

Whoever it is, is using the same domain name, but different TLDs - .live, .info etc.

Questions to community

1. Why could they be doing this? Only reasons I can think of are (a) phishing (b) adversarial SEO. Latter's definitely worked coz I discovered them through a Claude citation (!!) To protect against (a), I'm planning to just email all our candidates and coaches to make sure they don't accidentally use their login credentials on the copycat.

Are there more dangerous motives I should proactively hedge against?

2. How can I protect myself against this more structurally? They're calling our backend endpoints so we're going to add CORS policies to protect against this.

Anything else I should be doing?

Thanks to everyone who weighs in. Prepfully's been a weekend project for the longest time, I should maybe have prioritized defending against this higher in my todos.

1h agoHN ↗

I've had a little of that happen. Ignore it. The people who do that sort of thing don't care, have no talent, and know that they have no talent. They'll abandon the effort shortly and it will disappear.

19m agoHN ↗

That's the hope!

Just want to make sure I'm not missing something more malicious or dangerous though :)