frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AWS: Inaccurate Estimated Billing Data – $1.7 billion

713•nprateem•8h ago•402 comments

First atmosphere found on Earth-like planet in habitable zone of distant star

https://www.bbc.com/news/articles/cy4kdd1e0ejo
188•neversaydie•4h ago•132 comments

Mozilla: The state of open source AI

https://stateofopensource.ai/
231•rellem•3h ago•162 comments

Kimi K3, and what we can still learn from the pelican benchmark

https://simonwillison.net/2026/Jul/16/kimi-k3/
109•droidjj•4h ago•62 comments

A Road to Lisp: Which Lisp

https://scotto.me/blog/2026-07-17-which-lisp/
107•silcoon•4h ago•64 comments

Frame – the first Linux Assembly X server

https://isene.org/2026/07/Frame.html
46•guybedo•2h ago•24 comments

AI Meets Cryptography 2: What AI Found in OpenVM's ZkVM

https://blog.zksecurity.xyz/posts/openvm-bugs/
57•duha•4h ago•0 comments

Show HN: Watch bots interact with an SSH honeypot in real time

https://honeypotlive.cc/
90•tusksm•4h ago•36 comments

Three ways people respond to a problem (other than solving it)

https://improvesomething.today/responses-to-problems/
94•surprisetalk•4h ago•42 comments

Frank Lloyd Wright's First Home

https://www.architecturaldigest.com/story/frank-lloyd-wright-home-and-studio-everything-you-need-...
23•NaOH•4d ago•9 comments

Ask HN: Did Fable disappear from your Claude usage and requires credits now?

52•cromka•12m ago•35 comments

Show HN: Explore the Workspaces of Modern Creators

https://workspaces.xyz/
32•ryangilbert•2h ago•25 comments

More Bounce to the Ounce

https://mceglowski.substack.com/p/more-bounce-to-the-ounce
60•pavel_lishin•4h ago•17 comments

Designing emoji for the way we communicate today

https://blog.google/products-and-platforms/platforms/android/world-emoji-day-noto-3d/
13•pentagrama•2h ago•10 comments

EEG shows brain can simultaneous encode two speech streams

https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3003876
223•giuliomagnifico•12h ago•145 comments

Manufact (YC S25) Is Hiring a Senior infra engineer to build the MCP cloud

https://www.ycombinator.com/companies/manufact/jobs/Dh6PYP5-senior-infrastructure-engineer
1•luigipederzani•5h ago

Apple targets dozens of OpenAI employees with legal letters

https://www.ft.com/content/1b8c9d52-88a9-426b-ba47-f1811f859166
281•merksittich•6h ago•228 comments

Pebble Mega Update – July 2026

https://repebble.com/blog/pebble-mega-update-july-2026
233•crazysaem•14h ago•150 comments

VulnHunter: Capital One's agentic AI code security tool

https://www.capitalone.com/tech/open-source/announcing-vulnhunter/
40•medina•5h ago•25 comments

Latent Space as a New Medium

https://kevinkelly.substack.com/p/latent-space-as-a-new-medium
49•thm•4d ago•14 comments

Faster binary search: from compiled code to mechanical sympathy

https://pythonspeed.com/articles/branchless-binary-search/
37•enz•5d ago•10 comments

Short sellers notch $8.7B profit as SpaceX shares dip to IPO price

https://www.reuters.com/business/media-telecom/short-sellers-rack-up-87-bln-profit-spacex-slips-b...
64•1vuio0pswjnm7•3h ago•20 comments

Microsoft Comic Chat is now open source

https://opensource.microsoft.com/blog/2026/07/16/microsoft-comic-chat-is-now-open-source/
775•jervant•1d ago•165 comments

Claude Code: Anatomy of a Misfeature

https://www.olafalders.com/2026/07/17/claude-code-anatomy-of-a-misfeature/
122•oalders•4h ago•87 comments

Camera Chase Vehicle

https://transistor-man.com/gimbal_camera_rover.html
152•geerlingguy•1w ago•17 comments

PennyLane is an open-source quantum software platform for quantum

https://github.com/PennyLaneAI/pennylane
32•donutloop•4h ago•4 comments

Decoy Font

https://www.mixfont.com/experiments/decoy-font
659•ray__•1d ago•148 comments

Kimi K3: Open Frontier Intelligence

https://www.kimi.com/blog/kimi-k3
1932•vincent_s•1d ago•1126 comments

Show HN: Simulator for a custom 8-bit discreet logic computer

https://msap2.mehran.dk
12•mehrant•3d ago•3 comments

Tannakian Reconstruction

https://bartoszmilewski.com/2026/07/14/tannakian-reconstruction/
23•ibobev•3d ago•1 comments
Open in hackernews

Frame – the first Linux Assembly X server

https://isene.org/2026/07/Frame.html
45•guybedo•2h ago

Comments

mintflow•1h ago
this is impressive, even with claude i think the guy have enough deep understanding of the OS and the varioius topic make it works

recently i also rewrite most of the app's underlying core function to rust, just like the guy do for the phone

perhaps i should also do more stuffs given codex reset too quickly

system7rocks•1h ago
Interesting.

I've never quite found that Linux is more optimized on battery-powered machines for energy savings, even though supposedly there is a lot of room to tweak and optimize settings -- from selecting a low resource window manager/DE to turning off various services to switching up power management utilities. But this does seem like an approach that might produce that kind of fruit?

c0balt•58m ago
You might want to take a look at TLP[0]. It, among other things, backs the power mode/profile panels in Gnome/KDE.

Many distros already try to push good defaults, but you can do a whole lot when optimizing for a mobile experience. You can also do some fun stuff with it, like running a script[1] when going from ac->bat power to, e.g., turn of a service, lower refresh rate or reduce brightness.

[0]: https://linrunner.de/tlp/index.html [1]: https://linrunner.de/tlp/usage/run-on.html#run-on-ac-run-on-...

cogman10•36m ago
The really unfortunate thing about linux is the defaults tend to be not battery friendly.

For example, I recently got another 1 hour out of my old laptop's battery because I didn't realize for the intel video card driver I needed to add some modprobe flags to get it to load up a firmware binary blob. Doing that enabled hardware video decoding, faster performance, and lower power usage.

There's a bunch of setting like this that you need to make sure are turned on to get the best battery performance. Some OSes are better about toggling them than others and mine (gentoo) let's you discover later that you forgot to turn them on :).

exe34•15m ago
Hey could you tell me about this flag please? I have an intel gpu and might need it too!
cogman10•9m ago
It's the GuC and HuC firmware.

https://wiki.gentoo.org/wiki/Intel#GuC.2FHuC_firmware

inigyou•12m ago
I have a laptop where you need to load a certain driver to turn off the discrete GPU, which triples the idle battery life.
fhn•7m ago
That's really sad to hear. I think it's just so much to configure for any human to take on. I'm going to run my system config through an LLM and have it optimize it for me see if that works.
vinceguidry•1h ago
Vidar wrote one in pure Ruby.

https://github.com/vidarh/ruby-x11

yjftsjthsd-h•1h ago
At a glance, that looks like an X client library, not an X server?
vinceguidry•53m ago
Ah! You're right, I had read somewhere that he'd implemented his own X windows but I suppose I was mistaken.
Tiberium•1h ago
Was there a reason to add an AI-generated image to the top of the article? :(
stonogo•1h ago
The article about an AI-generated X11 server? Why not?
mikepavone•43m ago
Article reads like it was AI-generated too
yjftsjthsd-h•1h ago
I am loving the shift from 'X11 is too big and messy to ever reimplement' to 'there are multiple wildly different X servers being built from scratch'.

Also, has anyone run it successfully? I got as far as building and running with --display and then running `DISPLAY=:7 dwm` and `DISPLAY=:7 alacritty`, but I can't seem to focus the window to actually type. Given that the author posted a picture of the thing actually running a live environment and claims to actually be using it, I'm pretty sure this is a me problem but I haven't been able to figure out where it is. Mouse works, too.

Kelteseth•10m ago
> 'there are multiple wildly different X servers being built from scratch'

by claude code. So this was only possible since no human had to bear looking at X original source code.

bogdan•8m ago
Try running `tile` as a wm. I imagine it's not fully compliant to support dwm.
ToyKeeper•38m ago
It's funny to see someone using a LLM as a compiler, making it convert higher-level operations into assembly, instead of just using a compiler.
adrian_b•12m ago
When first looking at the source code, I wondered why one would waste so much time to write 25k lines in raw assembly language, but then I saw that it was generated with Claude, for whom it does not matter much how expanded is the written text.

If someone had written this program manually, the strategy would have been very different. With a good macro-assembler (and nasm is good enough) one should define a great number of macros, to encapsulate all the tedious boilerplate, especially for things like function prologues, epilogues and invocations.

With a well written macro library, an assembly program can be almost as compact as a C program, instead of containing many text lines for each equivalent high-level language statement.

Such an assembly source with good macros can be read and understood much more easily than raw assembly language, like in this "frame.asm".

Otherwise, this is interesting work.

tty456•5m ago
Sounds like another prompt is in order to re-write the code
NetOpWibby•9m ago
Beautiful. Using LLMs to create perfect tools for yourself is my favorite thing about them.

No dependencies and better performance? Fantastic.

elendilm•6m ago
<I am not sure this laptop has a fan anymore. Except me.>

I wish mine had no fan too except me.

fhn•5m ago
Was browsing some of the other rust projects(https://isene.org/fe2o3/#tools) and https://github.com/isene/torii says "Mozilla removed Firefox's "Open network login page" banner". I'm on windows and still see the banner so don't know if this is true. Is the really true on Linux?
spikk•3m ago
I wonder if very cheap code generation will make software monocultures less relevant here. Because lots of incompatible devices is awful to work with, security stuff may also hurt