frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ratty – A terminal emulator with inline 3D graphics

https://ratty-term.org/
373•orhunp_•5h ago•126 comments

Training an LLM in Swift, Part 1: Taking matrix mult from Gflop/s to Tflop/s

https://www.cocoawithlove.com/blog/matrix-multiplications-swift.html
63•zdw•22h ago•3 comments

Killed by Apple

https://killedbyapple.theden.sh/
108•theden•1h ago•87 comments

Hardware Attestation as Monopoly Enabler

https://grapheneos.social/@GrapheneOS/116550899908879585
1902•ChuckMcM•21h ago•633 comments

Gmail registration now requires scanning a QR code and sending a text message

https://discuss.privacyguides.net/t/google-account-registration-now-requires-sending-an-sms-via-p...
214•negura•8h ago•97 comments

Local AI needs to be the norm

https://unix.foo/posts/local-ai-needs-to-be-norm/
1536•cylo•22h ago•593 comments

Amália and the Future of European Portuguese LLMs

https://duarteocarmo.com/blog/amalia-and-the-future-of-european-portuguese-llms
13•johnbarron•2d ago•3 comments

Venom and Hot Peppers Offer a Key to Killing Resistant Bacteria

https://www.wired.com/story/mexican-science-transforms-scorpion-venom-and-habanero-chile-into-ant...
80•littlexsparkee•2d ago•17 comments

Driver accused of DUI tracks missing laptop to Illinois State trooper's house

https://abc7chicago.com/post/top-cop-driver-accused-dui-tracks-missing-laptop-illinois-state-poli...
286•bryan0•2d ago•210 comments

Building a web server in aarch64 assembly to give my life (a lack of) meaning

https://imtomt.github.io/ymawky/
29•theanonymousone•3d ago•5 comments

I'm going back to writing code by hand

https://blog.k10s.dev/im-going-back-to-writing-code-by-hand/
691•dropbox_miner•14h ago•380 comments

Create a 90s GeoCities style website in seconds (Python)

https://pypi.org/project/create-geocities-app/
16•whatsupdog•2h ago•4 comments

Running local models on an M4 with 24GB memory

https://jola.dev/posts/running-local-models-on-m4
452•shintoist•16h ago•134 comments

The greatest shot in television: James Burke had one chance to nail this scene (2024)

https://www.openculture.com/2024/10/the-greatest-shot-in-television.html
262•susam•13h ago•142 comments

The OpenAI Deployment Company

https://openai.com/index/openai-launches-the-deployment-company/
22•j4mie•2h ago•17 comments

Guitar tuner that uses phone accelerometer

https://tautme.github.io/phone-sensors/accel-tuner.html
100•adm4•3d ago•53 comments

An AI coding agent, used to write code, needs to reduce your maintenance costs

https://www.jamesshore.com/v2/blog/2026/you-need-ai-that-reduces-your-maintenance-costs
270•cratermoon•16h ago•82 comments

Obsidian plugin was abused to deploy a remote access trojan

https://cyber.netsecops.io/articles/obsidian-plugin-abused-in-campaign-to-deploy-phantom-pulse-rat/
296•cmbailey•17h ago•169 comments

Incident Report: CVE-2024-YIKES

https://nesbitt.io/2026/02/03/incident-report-cve-2024-yikes.html
640•miniBill•22h ago•154 comments

Classification of Amino Acids

https://www.khanacademy.org/test-prep/mcat/chemical-processes/amino-acids-peptides-proteins-5d/v/...
39•kamaraju•2d ago•0 comments

Mythos Finds a Curl Vulnerability

https://daniel.haxx.se/blog/2026/05/11/mythos-finds-a-curl-vulnerability/
423•TangerineDream•9h ago•187 comments

Software engineering may no longer be a lifetime career

https://www.seangoedecke.com/software-engineering-may-no-longer-be-a-lifetime-career/
54•movis•1h ago•60 comments

European Money Pours into Palantir

https://english.elpais.com/economy-and-business/branded/2026-04-11/european-money-pours-into-pala...
69•robtherobber•4h ago•14 comments

7 lines of code, 3 minutes: Implement a programming language (2010)

https://matt.might.net/articles/implementing-a-programming-language/
84•azhenley•11h ago•30 comments

All Those A.I. Note Takers? They're Making Lawyers Nervous

https://www.nytimes.com/2026/05/09/business/dealbook/ai-notetakers-legal-risk.html
119•JumpCrisscross•5h ago•84 comments

The Adventure Family Tree

https://mipmip.org/advfamily/advfamily.html
35•exvi•7h ago•2 comments

How Fast Does Claude, Acting as a User Space IP Stack, Respond to Pings?

https://dunkels.com/adam/claude-user-space-ip-stack-ping/
137•adunk•16h ago•49 comments

Bliss (Photograph)

https://en.wikipedia.org/wiki/Bliss_(photograph)
62•cainxinth•3d ago•30 comments

First tunnel element of the Fehmarnbelt Tunnel immersed

https://www.arup.com/en-us/news/first-fehmarnbelt-tunnel-element-lowered/
138•robin_reala•4d ago•75 comments

Ask HN: What are you working on? (May 2026)

220•david927•22h ago•829 comments
Open in hackernews

Building a web server in aarch64 assembly to give my life (a lack of) meaning

https://imtomt.github.io/ymawky/
29•theanonymousone•3d ago

Comments

thisislife2•1h ago
This is an interesting project - kudos for executing it. I have to admit that when I was starting out in this field, I too fantasised about, "Would this software be faster, smaller and better in assembly?". Ofcourse, assembly programming made some sense in embedded electronics, which can be very resource constrained and even specialised for one particular application. Thinking from that aspect, perhaps you should consider making this a specialised program that runs on something like a Raspberry Pi - running such a web server directly on it, without an OS (or a very minimal OS), would make for a real cool and interesting project.
senfiaj•9m ago
IMHO, for servers IO (FS/DB, network, etc) is usually a greater bottleneck. Microoptimizations make sense only for CPU bound problems.
jvanderbot•6m ago
I am pained to think of TLS/HTTPS implemented as a hobby project in ASM, but would be impressed to see it.
LegionMammal978•1m ago
I did actually make an attempt at that once for BGGP5 [0]. (That is, making a minimal, horribly insecure 'client' implementing just enough behavior to get a response from a server.) But I got demoralized by how much space the big binary blobs for the crypto algorithms took up.

[0] https://binary.golf/5/

pixelesque•37m ago
Previous comments from two days ago:

https://news.ycombinator.com/item?id=48080587