Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    60comments
  2. OpenJev(openjev.com ↗)
    136comments
  3. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    34comments
  4. I don't like passkeys(hawksley.dev ↗)
    81comments
  5. Jemalloc 5.4.0(github.com/jemalloc ↗)
    56comments
  6. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    7comments
  7. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    311comments
  8. The scourge of x86 emulation(fex-emu.com ↗)
    44comments
  9. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  10. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    55comments
  11. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    154comments
  12. Replacing Pull Requests with Delta(zed.dev ↗)
    26comments
  13. Astra for Law(openai.com ↗)
    622comments
  14. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    discuss
  15. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    247comments
  16. Qwen 3.8 Omni Flash(qwen.ai ↗)
    96comments
  17. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    173comments
  18. Wax motor(wikipedia.org ↗)
    78comments
  19. When the fractional part of a float fixes your shader(crocidb.com ↗)
    10comments
  20. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    238comments
  21. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    51comments
  22. How to Write with an LLM(sockpuppet.org ↗)
    142comments
  23. Dr Julius Neubronner's Miniature Pigeon Camera(publicdomainreview.org ↗)
    discuss
  24. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    165comments
  25. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    19comments
  26. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    28comments
  27. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    30comments
  28. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    72comments
  29. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    48comments
  30. Speeding up gearhash on ARM64(sam.dev ↗)
    discuss

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?