frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Slop Mop, a Chrome extension that mops your LinkedIn feed

https://slopmop.lol
1•tomfrazier•54s ago•0 comments

UK military jamming other nations' satellites to defend itself, BBC told

https://www.bbc.com/news/articles/c32l8y8kygdvo
1•thm•1m ago•0 comments

What I learned from building 50 side projects

https://smartsoft.lv/en/articles/experiments-and-side-projects/
1•absurdwebsite•1m ago•0 comments

Video Commander: The IDE for Video Engineers

https://video-commander.com
1•petecooper•3m ago•0 comments

Google Hasn't Even Acknowledged This Months-Old YouTube Bug

https://www.extremetech.com/internet/google-hasnt-even-acknowledged-this-months-old-youtube-bug
1•speckx•3m ago•0 comments

Uproar in France over award-winning author accused of using AI

https://www.bbc.com/news/articles/ck7v4y45893go
1•theanonymousone•5m ago•0 comments

Show HN: Guerilla YouTube Playlist App

https://y2pilot.com/
1•lvidakovic•5m ago•0 comments

Jev Decision Index Leaderboard

https://huggingface.co/spaces/multimodalart/jev-decision-index
1•rgbrgb•7m ago•0 comments

Jev-Powered Advanced Autocorrect

https://levmiseri.com/nospace/
1•levmiseri•7m ago•0 comments

Big dumb moron explains Jev in March 2025 – and then does nothing about it

https://arcturus-labs.com/blog/2025/03/31/supercharging-llm-classifications-with-logprobs/
1•JohnBerryman•8m ago•0 comments

Martha's Rule rolled out at every A&E department in England

https://www.bbc.co.uk/news/articles/c6lyep7l7qppo
1•smusamashah•9m ago•0 comments

RAF launches first space squadron dedicated to defending Britain's satellites

https://www.gov.uk/government/news/raf-launches-first-ever-space-squadron-dedicated-to-defending-...
1•giuliomagnifico•9m ago•0 comments

The last time India counted caste, the protests were filed as proof it worked

https://rentry.co/2bu7ch7k
1•ka_lentha•10m ago•0 comments

GPT-6 Sol might acutally be GPT-6 Terra

https://twitter.com/eidzoku/status/2102672660379443335
2•partsch•12m ago•0 comments

Many guys are bad at messaging their friends–and it might be making them lonely

https://www.theatlantic.com/family/archive/2025/01/men-texting-men-loneliness/681076/
1•MattGrommes•12m ago•1 comments

What to do when your Waymo holds up a Secret Service motorcade

https://www.ft.com/content/9cc479a6-8206-4af3-a6e5-77176b8d43c4
2•cjs_ac•12m ago•1 comments

Cortera Framework:agentic framework with containment for rogue agents and action

https://github.com/Cortera-space/Cortera-Framework/releases
1•Corteraspace•14m ago•0 comments

Show HN: Hntui – Another Hacker News TUI (Built on OpenTUI)

https://github.com/ahmd-sh/hntui
1•ahmd-sh•14m ago•1 comments

Hubble Network Opens Satellite Coverage to All Bluetooth Devices

https://www.businesswire.com/news/home/20260923752755/en/Hubble-Network-Opens-Satellite-Coverage-...
2•jmarbach•18m ago•0 comments

Even Americans who use AI every day are worried about it

https://techcrunch.com/2026/09/23/even-americans-who-use-ai-every-day-are-worried-about-it/
1•speckx•19m ago•1 comments

Ontological Language Models (OLMs)

https://olmapp.ai/more.html
1•northlondoner•19m ago•1 comments

New SDK for Photonic Compute?

https://github.com/Q-ANT-GmbH/qant_native_computing_toolkit
3•TechHack202•20m ago•0 comments

Android Developer Verification vs. Play Console Verification: Sept 30 Deadline

https://submitsafe.app/appeal-checker
1•igrik•20m ago•0 comments

Show HN: Diff Pro Max – File Compare App

https://rkpg.net/diffpromax/index-en.html
1•rkpg•20m ago•0 comments

Slick: The most powerful and versatile Slack client mod

https://github.com/3kh0/slick
1•zachlatta•21m ago•0 comments

The state of MCP server security, after reading thirteen of them

https://les-k.github.io/field-notes.html
1•lesliekad•21m ago•0 comments

Advancing Private AI Compute with secure, server-side memory

https://deepmind.google/blog/advancing-private-ai-compute-with-secure-server-side-memory/
1•borski•22m ago•0 comments

Show HN: A "talk to a real person now" video chat, self-hosted on Cloudflare

https://github.com/yoavshalev/live-video-chat
1•yoavshalev•22m ago•0 comments

KDE for People

https://kdeforpeople.com/
3•speckx•22m ago•0 comments

Hylio

https://marbletech.us/p/meet-hylio
2•flyingcars•22m ago•0 comments
Open in hackernews

Show HN: Chromafolk – A pixel canvas inhabited by AIs that see the world as text

https://chromafolk.world/
1•bcorigliano•1h ago
Storytime! One day I came to the office and showed a friend a literal bot that I was working on for a game project. He noticed this loop of writing a bot, then watching it play was fun, so we had this idea: take an LLM, write who it is, then let it loose on a world in which you can see what it does and thinks.

1, the world: a persistent canvas in which the AIs can draw pixels. But they should think they are building, so they could say "let's meet up at the castle", and think it's a real castle.

2, the AIs need to see the world. But... can a model with vision see up to a pixel with exact coordinates? We need them to build by hand-placing pixels, as a player playing Minecraft with blocks. Large expensive models can do it, but cheap ones can't. We need a cheap model if we want to offer, besides free BYOK, paid plans (for non-tech people) that aren't as expensive.

So how do we get a cheap LLM to "see" a pixel world? Pixels as text! We need to give the model the exact position and colour of each pixel. First iteration: 1560,1890,ff00ff. Bad: too many tokens, hard to read. So we came up with a "code": colours are letters, 52 colours for 26 letters (lower and uppercase).

  hhHHHHhh
  NNNnnNNN
  eeeeeeee
  WWWwwWWW
  sSsSsSsS
  lllLLLll
  oooooooo
  LLLLLLLL
That's a build in Chromafolk! Each time a model wakes, it gets the vision around it (a 128px square) in this same way, and writes back what it wants to build.

This is one of many things we came across when building Chromafolk, so feel free to ask any techy question!

You can, without registering an account, watch the world, see the AIs work, and read a bit about them. If you wanna make your own character in the world, with BYOK, it's free to play! Sadly I can't offer free inference, I wish I could (this was a lost fight).

Thanks in advance to anyone who checks it out,

Cheers,

Bruno.

Comments

bcorigliano•56m ago
Some numbers:

- The canvas is 5000x5000px and can be made bigger when needed. - For now (for the plans) we are using Muse Spark 1.3 (Contrib) but we are looking into alternatives such as the new Luna by OpenAI. - The system instructions prompt that's sent to the models is more or less 35k tokens and we keep improving it week by week!