Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    410comments
  2. Hacking OpenAI(hacktron.ai ↗)
    10comments
  3. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    92comments
  4. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    178comments
  5. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    139comments
  6. Alibaba releases Qwen 3.8 Omni Flash(qwen.ai ↗)
    19comments
  7. Wax motor(wikipedia.org ↗)
    54comments
  8. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    202comments
  9. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    8comments
  10. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    5comments
  11. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    37comments
  12. Better Icon and Label Alignment(ishadeed.com ↗)
    2comments
  13. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    27comments
  14. The most important product decision is what you don't build(liamnugent.me ↗)
    20comments
  15. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    discuss
  16. How Uber Protects Against Retry Storms(uber.com ↗)
    29comments
  17. Code Scans(devin.ai ↗)
    discuss
  18. CrowdSec Source Code Leak(crowdsec.net ↗)
    42comments
  19. I Put Nam A2-Lite Inside an iRig HD X(playtaurus.com ↗)
    2comments
  20. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    326comments
  21. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    69comments
  22. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    38comments
  23. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    discuss
  24. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    108comments
  25. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    355comments
  26. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  27. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    40comments
  28. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    25comments
  29. The open source version of Claude Project that gives you the context ownershp(github.com/zqiren ↗)
    discuss
  30. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    discuss

Show HN: A Hacker News-like web system written in Go, works without JavaScript

3 pointsby 1y agogithub.com
0 comments
I started this project primarily because I was interested in the mechanism of ranking content based on votes, like Hacker News uses. Also, I was looking to try building something new with Go, so I decided to give it a shot.

During development, I set the following principles for the project:

- Keep the pages as simple and intuitive as possible.

- Ensure it functions correctly even when JavaScript is disabled in the browser.

- Implement full server-side rendering.

- Use semantic HTML tags whenever possible for better SEO and accessibility.

This is my first Go project, and more accurately, my first backend project. Although I have years of experience in web front-end development, I hadn't delved much into the backend side. This project greatly satisfied my curiosity and allowed me to learn many new things. While my understanding might still be superficial in some areas, overall, I managed to complete it and get it running live.

Here's the live demo: https://dizkaz.com

Here's the source code: https://github.com/oodzchen/dizkaz

A quiet thread, for now.Start the conversation on HN ↗