Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. An Empirical Study of Harness Design for Coding Agents(arxiv.org ↗)
    15comments
  2. I Vibed a Proof of Conway's Conjecture(overreacted.io ↗)
    28comments
  3. AI Protest in Montreal(montrealgazette.com ↗)
    11comments
  4. Cloudflare Quick Tunnels(cloudflare.com ↗)
    8comments
  5. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    8comments
  6. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    178comments
  7. North Korean nuclear test sets off years of earthquakes – Science – AAAS(science.org ↗)
    3comments
  8. OpenJev(openjev.com ↗)
    185comments
  9. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    5comments
  10. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    38comments
  11. I don't like passkeys(hawksley.dev ↗)
    334comments
  12. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    4comments
  13. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  14. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    114comments
  15. Jemalloc 5.4.0(github.com/jemalloc ↗)
    62comments
  16. BeanShell3 in Development(beanshell.github.io ↗)
    1comments
  17. The scourge of x86 emulation(fex-emu.com ↗)
    57comments
  18. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    495comments
  19. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    170comments
  20. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    discuss
  21. Astra for Law(openai.com ↗)
    645comments
  22. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    50comments
  23. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    12comments
  24. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    276comments
  25. Replacing Pull Requests with Delta(zed.dev ↗)
    52comments
  26. Qwen 3.8 Omni Flash(qwen.ai ↗)
    102comments
  27. When the fractional part of a float fixes your shader(crocidb.com ↗)
    13comments
  28. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    57comments
  29. How to Write with an LLM(sockpuppet.org ↗)
    171comments
  30. NATS Major Incident Preliminary Investigation Report [pdf](nats.aero ↗)
    1comments

Show HN: AdGuard Home – an open source network-wide ad blocker

6 pointsby 8y agoadguard.com
2 comments
8y agoHN ↗

Here is a short FAQ

1. Where is the code?

Here it is: https://github.com/AdguardTeam/AdGuardHome

2. Pi-hole?

Pi-hole is awesome! Actually, before AdGuard Home launch it was the only viable option. Now you have a choice.

Also, we named this version "0.9" for a reason. It is just the beginning, and a lot of new features are going to be implemented in the nearest future.

Notable features/differences of the current version:

* AdGuard Home has the same software under the hood as we use for our public AdGuard DNS servers (which are quite popular) so it is ready for the heavy load.

* Simple UI, configure malware/phishing blocking, blocking adult websites or enforcing safe search, all in a couple of clicks.

* It understands adblock rules syntax, so you don't need 10k lines hosts files to block doubleclick subdomains.

* It shows you some metadata about domains, and it's quite interesting to see who really tracks you.

* AdGuard is built on modern tech and written entirely in golang, which makes the further development easier. It is not a set of different tools (like pi-hole), but a single binary - easy to deploy and manage, and it can be compiled for whatever platform you want.

3. Future plans?

It always annoyed me in pi-hole that setting it up as I wish required time and considerable technical expertise. You cannot get a private VPN+pi-hole in one click.

What I want is a simple and easy-to-configure software (or even hardware) that will cover all the basic needs including easy deploy and configuration and one-click set up of a private VPN to use on your mobile devices.

Ideally, in some not-very-distant future, I want my mom to use AG Home, but I can't tell her "hey mom, get an RPi and read this manual about configuring AG Home." I want to be able to give her a device, and say "plug it in and voila" :)

8y agoHN ↗

Does anyone have a good pro/con comparison between AdGuard and Pi-Hole?