Modern NewsTopAskShowBestNew

New

Vokal – Where AI agent work goes after the chat ends

by chandrakiran_gr · 1 minute ago

1|vokal.team|0 comments

SweetTreat – See the Culver's flavor-of-day at all locations along your route

by whb101 · 2 minutes ago

1|sweettreat.fly.dev|0 comments

AGI Happened on January 16, 2026

by scottshambaugh · 3 minutes ago

2|theshamblog.com|0 comments

Farm Bankruptcies Hit Six-Year High in April

by toomuchtodo · 5 minutes ago

1|farmpolicynews.illinois.edu|0 comments

SanDisk's new PlayStation 5 SSD will cost more than three PS5 Pros

by ilreb · 5 minutes ago

1|www.theverge.com|0 comments

DeepSeek v4 Pro 1.6T model post-trained by Huawei on 1000 Ascend 910C chips

by theanonymousone · 5 minutes ago

3|www.tomshardware.com|0 comments

AI Use by the Government

by MattSayar · 5 minutes ago

2|www.schneier.com|0 comments

The one where I go head-to-head against A.I

by pryelluw · 6 minutes ago

2|yelluwcomedy.substack.com|0 comments

How to use recruiters in your job search

by mooreds · 9 minutes ago

2|taylordesseyn.substack.com|0 comments

Where Thinking in Engineering Happens Now

by hamelj · 9 minutes ago

3|www.vanta.com|0 comments

Standard DB – The hub for AI builders

by supercobra · 9 minutes ago

3|www.standarddb.com|0 comments

Show HN: An 8-bit live gamecast for baseball

by brownrout · 10 minutes ago

Hey HN, I built a website to watch live baseball games in an 8-bit broadcast. It takes live MLB data streams and converts them into near real-time pixel art gamecasts.

Been waiting to share this for when there’s actually a good slate of games happening since the site is pretty bare otherwise.

Here is today's schedule:

Mets @ Reds - 9:40am PDT https://ribbie.tv/watch/game/824503

Royals @ Nationals - 10:05am PDT https://ribbie.tv/watch/game/822721

Marlins @ Phillies - 10:05am PDT https://ribbie.tv/watch/game/823450

Tigers @ Astros - 11:10am PDT https://ribbie.tv/watch/game/824178

Padres @ Cardinals - 11:15am PDT https://ribbie.tv/watch/game/823044

..and another 14 games throughout the later day.

I'm still early on in this project, but I've tried to add little details with actual stadiums, day and night modes, between inning graphics and interstitials, live scoreboards, etc.

Would love any feedback and ideas. Thanks for checking it out!

11|ribbie.tv|2 comments

A protocol for knowledge between agents who do not trust each other

by speckx · 11 minutes ago

2|june.kim|0 comments

Show HN: The full Minecraft game as an embeddable Framer component

by xmorse · 11 minutes ago

2|www.framer.com|0 comments

AI crawlers now match Googlebot in traffic to our site

by zenincognito · 12 minutes ago

5|mojodojo.io|0 comments

Unreal Engine 5.8 is now available

by drak0n1c · 12 minutes ago

3|www.unrealengine.com|0 comments

Show HN: Vpod – Tiny Linux sandbox running in WASM

by mavdol04 · 13 minutes ago

Hi HN,

I spent the last few months reading the RISC‑V specification to build the lightest possible sandboxes. The idea behind a vpod is to quickly spin up a Linux sandbox from snapshots (Alpine by default) without any setup or subsystem required.

The trade-off for portability and security is raw CPU speed. So we don't expect it to match native workloads with Python or pip, for example.

More info is in the README https://github.com/capsulerun/vpod

Happy to answer any questions!

2|github.com|0 comments

Canadian pension giant joins race to fund India's AI-fueled data center boom

by flying_whales · 13 minutes ago

2|techcrunch.com|0 comments

Remove target="_blank"

by therepanic · 14 minutes ago

3|therepanic.com|0 comments

Show HN: Chess bot based on the transformer architecture

by tchauffi · 14 minutes ago

Hi HN!

I build this project to explore an idea I got in mind for a long time : Is transformer a suitable architecture for a chess bot? I built a small model (11M parameters) and trained it on human games (Elite Lichess DB).

Model alone is performing around 1500 elo, but I built an harness using Monte Carlos Tree Search (MCTS) using my model heuristics to improve the model to ~2100 elo (evaluated against stockfish).

If you want to try it, it is available as a Lichess bot : https://lichess.org/@/ChessTransformerBot

I'm looking to evaluate this model against human players so challenge, I would be grateful if you try it!

The project is open source, don't hesitate to star the repos if you like the project.

For me, the main key learning is that machine learning is an important part of the project, but it was the harness design that makes the system works with a nice performance regarding the small model size.

2|github.com|0 comments