frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Firefox's password "security" is mind-numbingly stupid

https://blog.liampwll.com/posts/firefox_password_security/
1•LiamPowell•1m ago•0 comments

Rust Beautifier: Beautiful, Fun and Opinionated Rust, the DHH Way

https://rust-beautifier.vercel.app
1•meerita•4m ago•0 comments

Upcoming election could produce modern Germany's first far-right state governor

https://apnews.com/article/germany-saxony-anhalt-election-far-right-afd-3162fbdd71e6f745eeb239e29...
1•geox•7m ago•0 comments

Rust Function Overloading – Call for Experimentation

https://blog.rust-lang.org/inside-rust/2026/08/19/overloading-experiment/
1•vinhnx•15m ago•0 comments

But where does taste come from?

https://dustycloud.org/blog/but-where-does-taste-come-from/
1•vinhnx•15m ago•0 comments

Cadence – a floating lyrics overlay for Spotify and YouTube Music

https://github.com/MowkE/cadence
1•Eclipzey•16m ago•0 comments

Gregg Shorthand

https://en.wikipedia.org/wiki/Gregg_shorthand
1•jaredwiener•21m ago•0 comments

OpenClaw 2.0

https://docs.openclaw.ai/releases/2026.8.1
1•guyinblackshirt•24m ago•0 comments

AI isn't sentient – the real danger lies in how easily we anthropomorphize it

https://theconversation.com/ai-isnt-close-to-becoming-sentient-the-real-danger-lies-in-how-easily...
1•Osiris30•25m ago•1 comments

Design Considerations for an Anthropophilic Computer (1979)

https://web.stanford.edu/dept/SUL/sites/mac/primary/docs/bom/anthrophilic.html
1•throw310822•33m ago•0 comments

ElephpantDB: A pure PHP SQL database

https://github.com/antonmedv/elephpantdb
1•medv•33m ago•0 comments

Protecting Postgres from everything that isn't Postgres

https://clickhouse.com/blog/protect-postgres-from-supporting-processes
1•saisrirampur•44m ago•0 comments

Anna's Archive Lost Several Domains

https://goodereader.com/blog/ebook-and-audiobook-piracy-news/annas-archive-lost-several-domains
1•kozmonaut•44m ago•0 comments

Building a Flight Controller in Rust

https://www.staszewski.xyz/blog/building-a-flight-controller-in-rust/
1•kamilstaszewski•49m ago•0 comments

The Open Air European Museum

https://www.theprincetontory.com/is-europe-an-open-air-museum/
1•satvikpendem•50m ago•0 comments

We run five Claude Code sessions at once

https://draper.chat/dev/the-ultimate-claude-code-parallelisation-guide-2026
1•tomchill•56m ago•0 comments

Second Wave Solarpunk

https://planetsandmonsters.blogspot.com/2026/08/second-wave-solarpunk.html
1•rdmuser•58m ago•0 comments

Vim Classic debuts with its first release as a Vim fork without AI assistance

https://www.neowin.net/news/vim-classic-debuts-with-its-first-release-as-a-vim-fork-without-ai-as...
1•pir8life4me•59m ago•1 comments

Sivers in Bangalore

https://sive.rs/met/at-15
1•nreece•1h ago•0 comments

Kansas town drops charges against teacher arrested for clapping

https://www.tomshardware.com/tech-industry/data-centers/kansas-town-drops-charges-against-teacher...
3•rdmuser•1h ago•0 comments

Show HN: Tracking spec-driven development in the wild

https://sddobservatory.com/
1•emilesilvis•1h ago•0 comments

PlayStation wants to prove in court that you don't own your digital games

https://www.polygon.com/sony-digital-games-lawsuit-california/
3•Markoff•1h ago•0 comments

I built a multiplayer version of the 4,500-year-old Royal Game of Ur

https://royalgameofur.app
2•potentdream•1h ago•0 comments

Roget's Thesaurus

https://artflsrv04.uchicago.edu/roget-thesaurus/
1•gregsadetsky•1h ago•0 comments

Faster than real-time video generation with #1 quality model

https://fal.ai/tools/minimax-h3-max
1•treesciencebot•1h ago•0 comments

Samsung's SmartThings API Terminates Free Access

https://hackaday.com/2026/07/28/samsungs-smartthings-api-terminates-free-access/
4•ryan_j_naughton•1h ago•0 comments

Any Recommended Alternatives to Google Maps and Apple Maps?

2•derbOac•1h ago•0 comments

Ask HN: How do you feel about AI generated documentation?

3•LelouBil•1h ago•1 comments

Rootless Docker and Its Hidden Security Trade-Offs

https://www.kenmuse.com/blog/rootless-docker-and-its-hidden-security-trade-offs/
2•zdw•1h ago•1 comments

Open Home Foundation

https://www.openhomefoundation.org/
2•LelouBil•1h ago•0 comments
Open in hackernews

Universal Intelligence v1.0 is out AI made simple

https://github.com/blueraai/universal-intelligence
1•bluera•1y ago

Comments

bluera•1y ago
Hey HackerNews, for the past few years I've been exploring machine learning, from modeling all sorts of things, to language and vision models, all the way up to the other "consumer" end of the spectrum: using and crafting agentic apps. The learning curve has been steep, and the field moves fast. It's a lot for anyone to absorb.

I thought, having gone through this, can I use what I learned to make it easier for the person that comes next? That's where I am today.

With that in mind, I've started with open sourcing a project aimed at *simplifying and standardizing the usage of models, tools and agents*, so anyone can start coding and deploying cross-platform AI apps on day 1, without any prior AI experience, without learning engines or frameworks, and *on any hardware* (model, quantization, engine, backend all dynamically set by default, optimized for your device). The interface is later customizable, so it grows with you as you learn, up to production readiness.

This is all you need to get started:

=====================================================

from universal_intelligence import Model

model = Model()

result, logs = model.process("Hello, how are you?")

=====================================================

- Both local and cloud-based models are available, with the same simple interface. Can be instantly swapped.

- Similar APIs are made available for tools and agents —all of which are composable, interoperable, and capable of sharing hardware resources to scale at virtually no cost.

- Available in Python or JS/Typescript, usable anywhere (desktop, mobile, web, cloud).

- Can work with your favorite agent framework and MCP tools if you'd like.

Also, no more managing tokens or fetching “['choices'][0]['message']['content']”.

I'd love to hear about your experience and challenges, to think about where to take this next.