frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Basketball Bingo: Daily NBA Trivia Grid Game–Made for Fans

https://www.bballbingo.com
1•teotran•8m ago•1 comments

What the speed of light looks like [video]

https://www.youtube.com/watch?v=o4TdHrMi6do
2•mrtksn•10m ago•0 comments

Nix: Connecting to the Sandbox

https://bmcgee.ie/posts/2025/10/nix-connecting-to-the-sandbox/
1•birdculture•13m ago•0 comments

EVs are depreciating much faster than gas-powered cars

https://restofworld.org/2025/ev-depreciation-blusmart-collapse/
1•belter•14m ago•0 comments

Perligata: Write Perl in Latin

https://metacpan.org/dist/Lingua-Romana-Perligata/view/lib/Lingua/Romana/Perligata.pm
2•gmac•15m ago•0 comments

How does one build large front end apps without using a framework like React?

9•thepianodan•19m ago•4 comments

A newsletter that mines the internet's complaints for product ideas

https://nvwa.dev
1•weilueluo•26m ago•0 comments

Deep learning framework built from the ground up in pure Go

https://github.com/Abinesh-Mathivanan/go-torch
1•pbd•26m ago•0 comments

Hydrolix – The growing threat of residential criminal proxies (June 2025)

https://hydrolix.io/blog/residential-criminal-proxies/
1•demetris•27m ago•0 comments

Literal crossed wires sent cops after innocent neighbors in child abuse case

https://www.theregister.com/2025/10/17/crossed_wires_iioc_case/
1•jjgreen•29m ago•0 comments

China has found US pain point – rare earths

https://www.bbc.com/news/articles/ckg1jr18z4ko
2•belter•30m ago•0 comments

Spyware accidentally invented October 16, 1995

https://dfarq.homeip.net/spyware-invented-october-16-1995/
1•giuliomagnifico•31m ago•0 comments

Understanding Gradients

https://jakub.kr/work/gradients
1•hnhsh•32m ago•0 comments

Show HN: Erlang/Elixir library to work with Supabase

https://github.com/ditas/esupa
1•ditax•34m ago•0 comments

Haiku 4.5 Playing Text Adventures

https://entropicthoughts.com/haiku-4-5-playing-text-adventures
1•kqr•35m ago•0 comments

Salesforce told ICE it could help speed up hiring of immigration officers

https://www.sfchronicle.com/sf/article/salesforce-told-ice-help-speed-hiring-officers-21105202.php
2•saubeidl•35m ago•0 comments

Ungoogled Chromium: Google Chromium, Sans Integration with Google

https://github.com/ungoogled-software/ungoogled-chromium
1•selvan•35m ago•0 comments

RealiWrite – Turn AI drafts into professional, human-quality writing (free)

https://www.realiwrite.com/
1•drbacem•37m ago•1 comments

Building an LLM agent on your GDrive data with Vertex AI

https://unnecessarythoughts.substack.com/p/llm-development-playbook-building
2•uandsp•37m ago•1 comments

Show HN: Open-source Veo/Imagen social app (Flutter FastAPI mock mode)

https://github.com/FractalQuandry/veo-social-app
1•Hyperway•43m ago•1 comments

GPULlama3 Java: Beyond CPU Inference with Modern Java [video]

https://www.youtube.com/watch?v=PO6wOtzUb3w
1•mooreds•43m ago•0 comments

We Will Not Trust Autonomous AI Agents Anytime Soon

https://brodzinski.com/2025/10/no-trust-autonomous-ai-agents.html
2•codeclimber•44m ago•0 comments

MotionAware: Transform Your Hue Lights into Motion Sensors

https://www.philips-hue.com/en-us/support/article/motionawaretm--transform-your-hue-lights-into-m...
1•xattt•44m ago•0 comments

Java Strings Internals

https://tanis.codes/posts/java-strings-internals/
1•mooreds•45m ago•0 comments

Firefox Interop Feature Ranking

https://interop-rank.jakearchibald.com/
1•mooreds•45m ago•0 comments

Open Deduction – a new probabilistic pricing engine for marketplaces

1•mertbirlik•48m ago•0 comments

Volcano SDK, a TypeScript SDK for Multi-Provider AI Agents

https://github.com/Kong/volcano-sdk
1•jinqueeny•51m ago•0 comments

No AI calendar needed. LLM CLIs and ics are all you need

https://danielfalbo.substack.com/p/no-ai-calendar-needed
1•danielfalbo•51m ago•0 comments

Write Gherkin, run headless puppeteer

https://github.com/janwirth/b2b
1•janwirth•51m ago•0 comments

My experience trying high-resolution music

https://danielfalbo.substack.com/p/have-you-ever-experienced-high-resolution
1•danielfalbo•52m ago•2 comments
Open in hackernews

Show HN: SlideGauge – Static analyzer for Marp Markdown decks

https://github.com/nibzard/slidegauge
1•nkko•2h ago
I’ve been using Marp for slides since ChatGPT came out. It’s great for writing decks in Markdown, but the quality varies: too much text, inconsistent formatting, missing alt text, unreadable colors.

So I built SlideGauge.

What: A single-file, zero-dependency Python tool that scores Marp Markdown slides and reports concrete issues (length, bullets, lines, color/contrast, a11y, code blocks). Outputs JSON, text, or SARIF. Designed for AI agents and CI; useful for humans.

Why: Marp decks (especially AI-generated) often exceed readable limits or miss a11y basics. This lints them deterministically with actionable messages.

Try: uvx --from git+https://github.com/nibzard/slidegauge slidegauge example.md --text

Looking for feedback on rule defaults and additional formats.