frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

How an NYC Suburb Is Managing to Bring Rents Down

https://www.wsj.com/real-estate/nyc-new-rochelle-lower-rent-e7695ded
1•geox•49s ago•0 comments

AI Plays Risk – Lessons from a silly benchmark

https://andreasthinks.me/posts/ai-at-play/
1•crimsoneer•1m ago•0 comments

Show HN: TypeScript YAML Plugin – Typed .yaml imports with autocomplete

https://github.com/cabralpinto/typescript-yaml-plugin
2•secularchapel•2m ago•0 comments

Show HN: I developed the logging, notification back end for your app

https://www.notifylog.com/
2•ata11ata•3m ago•0 comments

Heart Rate Pulse Monitor

https://play.google.com/store/apps/details?id=com.fdimm.app&hl=en_US
2•socketnet•3m ago•0 comments

Mobile industry charts course to smartphone satellite broadband

https://www.theregister.com/2025/08/06/mobile_satellite_broadband_roadmap/
2•rntn•3m ago•0 comments

A tool to easily configure the best UI spring animations

https://www.animatewithspring.com
2•1jayeshpoduval•5m ago•0 comments

Version control: how I combat the rise of generative AI in the classroom

https://www.nature.com/articles/d41586-025-01814-5
1•sohkamyung•7m ago•0 comments

Constitution.congress.gov/constitution 6/8/25 –> 8/4/25 Diff

https://web.archive.org/web/diff/20250601021212/20250806023110/https://constitution.congress.gov/constitution/
1•ortusdux•7m ago•0 comments

Show HN: Principles of Building AI Agents book [pdf]

https://github.com/mastra-ai/mastra/blob/main/book/principles-of-building-ai-agents.pdf
1•calcsam•7m ago•0 comments

Digital Hygiene: Notifications

https://herman.bearblog.dev/notifications/
2•HermanMartinus•8m ago•0 comments

The Cost of a Call: From Voice Phishing to Data Extortion

https://cloud.google.com/blog/topics/threat-intelligence/voice-phishing-data-extortion
2•gnabgib•10m ago•0 comments

'Facial recognition tech mistook me for wanted man'

https://www.bbc.com/news/articles/cqxg8v74d8jo
1•pseudolus•10m ago•0 comments

Thinking in Hoses and Wires, Not Bolted Gears (Protocol-Driven Development)

https://github.com/MickDuprez/Protocol-Driven-Development
2•mickduprez•11m ago•1 comments

The Militarization of Silicon Valley

https://www.nytimes.com/2025/08/04/technology/google-meta-openai-military-war.html
2•cadertots•12m ago•0 comments

Providing ChatGPT to the entire U.S. federal workforce

https://openai.com/index/providing-chatgpt-to-the-entire-us-federal-workforce/
1•gmays•13m ago•0 comments

Disaster Informatics after the Covid-19 Pandemic

https://arxiv.org/abs/2507.16820
1•PaulHoule•15m ago•0 comments

Ask HN: Stuck in a slow moving company

3•bookworm123•15m ago•1 comments

Buy now, pay later is taking over the world. Good

https://www.economist.com/finance-and-economics/2025/08/04/buy-now-pay-later-is-taking-over-the-world-good
2•speckx•15m ago•0 comments

After the Bomb

https://worldhistory.substack.com/p/after-the-bomb
1•crescit_eundo•16m ago•0 comments

The Headaches of LLM Inference for App Developers

https://tower.dev/blog/the-hidden-headaches-of-llm-inference-for-app-developers
1•bradhe•16m ago•0 comments

A Cold Wind (poem about being donor conceived)

https://tyler.boyd.cloud/?p=554
1•tboyd47•17m ago•0 comments

AlmaLinux Introduces Native Nvidia Support Using Open-Source Kernel Driver

https://www.phoronix.com/news/AlmaLinux-Native-NVIDIA-Support
3•mikece•18m ago•0 comments

Ask HN: What's your AI flow for development?

2•cauliflower99•18m ago•0 comments

Open Conference of AI Agents for Science 2025

https://agents4science.stanford.edu/
1•jruohonen•19m ago•1 comments

Google suffers data breach in ongoing Salesforce data theft attacks

https://www.bleepingcomputer.com/news/security/google-suffers-data-breach-in-ongoing-salesforce-data-theft-attacks/
11•mikece•21m ago•0 comments

Show HN: Bridge Days Calculator SPA

https://bridgedays.github.io/
1•FeepingCreature•22m ago•0 comments

The Semiconductor Industry and Regulatory Compliance

https://www.schneier.com/blog/archives/2025/08/its-time-for-the-semiconductor-industry-to-step-up.html
2•speckx•22m ago•0 comments

3 TSMC engineers detained in Taiwan for leaking 2nm process trade secrets

https://www.taiwannews.com.tw/news/6172580
3•ilamont•23m ago•1 comments

The Canadian drone industry is spinning up – with lessons from Ukraine

https://www.cbc.ca/news/politics/canadian-forces-drone-warfare-1.7600299
2•jszymborski•23m ago•0 comments
Open in hackernews

Show HN: Header-only ASCII font renderer for embedded/SDL/terminal

2•Den1996•2h ago
I built a minimal, header-only ASCII font renderer for embedded systems and microcontrollers. It requires zero dependencies, supports monochrome and RGB565 displays, and uses an 8×8 pixel ASCII font (chars 32–126).

Useful for low-power devices, debug UIs, console demos, or any resource-constrained environments.

Single header (embedded_ascii.h)

Callback-based & buffer-based rendering

No heap allocation, <800B font footprint

Includes basic text measurement & demo mode

GitHub: https://github.com/Ferki-git-creator/ascii-render

Comments

Den1996•2h ago
How are you?