Year: 2026

4RH1T3CT0R7/ttf-doom: A 3D raycasting engine running inside a TrueType font’s hinting virtual machine ยท GitHub

4RH1T3CT0R7/ttf-doom: A 3D raycasting engine running inside a TrueType font’s hinting virtual machine ยท GitHub

๐Ÿ’ฅ Read this trending post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: โœ… **What Youโ€™ll Learn**: A DOOM-style raycaster that runs inside a TrueType font's hinting program. TrueType fonts have a built-in virtual machine for grid-fitting glyphs. It's got a stack, storage slots, arithmetic, conditionals, function calls - and it turns out it's Turing-complete. I wanted to see if I could get it to render 3D graphics. The font file contains a DDA raycasting engine written in TrueType bytecode. The glyph "A" has 16 vertical bar contours, and the hinting program raycasts against a 16x16 tile map and repositions those bars…
Read More
Save up to $500 this week at Disrupt 2026

Save up to $500 this week at Disrupt 2026

๐Ÿš€ Check out this must-read post from TechCrunch ๐Ÿ“– ๐Ÿ“‚ **Category**: AI,Apps,Biotech & Health,Climate,Enterprise,Fintech,Fundraising,Gadgets,Hardware,Media & Entertainment,Robotics,Security,Space,Startups,Transportation,Venture,TechCrunch Disrupt 2026 โœ… **What Youโ€™ll Learn**: Starting today, you have 5 days to save nearly $500 on your airfare TechCrunch disabled 2026. This offer will disappear on Friday, April 10 at 11:59 PM PT. There are no accessories. If you're thinking about attending one of the most anticipated tech conferences of the year, this is the week you'll save big. Prices will only rise as the event approaches. Register here to secure your savings. What is disruption? From October 13-15 at Moscone West in…
Read More
solod-dev/solod: A subset of Go that translates to C ยท GitHub

solod-dev/solod: A subset of Go that translates to C ยท GitHub

๐Ÿ”ฅ Explore this must-read post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ’ก **What Youโ€™ll Learn**: Solod (So) is a strict subset of Go that translates to regular C โ€” with zero runtime, manual memory management, and source-level interop. Highlights: Go in, C out. You write regular Go code and get readable C11 as output. Zero runtime. No garbage collection, no reference counting, no hidden allocations. Everything is stack-allocated by default. Heap is opt-in through the standard library. Native C interop. Call C from So and So from C โ€” no CGO, no overhead. Go tooling works out of the box…
Read More
North Korea’s hijacking of one of the most widely used open source projects on the web was likely weeks in the making

North Korea’s hijacking of one of the most widely used open source projects on the web was likely weeks in the making

โœจ Explore this awesome post from TechCrunch ๐Ÿ“– ๐Ÿ“‚ **Category**: Security,cyberattack,cybersecurity,North Korea,open source,social engineering โœ… **What Youโ€™ll Learn**: North Korea's cyberattack last Monday, which briefly hijacked one of the most widely used open source projects on the web, took weeks to execute as part of a long-running campaign to target senior code developers. The March 31 hijacking of Project Axios was successful in part because it relied on well-resourced hackers to build rapport and trust with their intended target over a long period of time to increase the odds of a successful final settlement. This type of hack highlights the…
Read More
Anthropic expands partnership with Google and Broadcom for multiple gigawatts of next-generation compute \ Anthropic

Anthropic expands partnership with Google and Broadcom for multiple gigawatts of next-generation compute \ Anthropic

๐Ÿ’ฅ Check out this awesome post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ’ก **What Youโ€™ll Learn**: We have signed a new agreement with Google and Broadcom for multiple gigawatts of next-generation TPU capacity that we expect to come online starting in 2027. This significant expansion of our compute infrastructure will power our frontier Claude models and help us serve extraordinary demand from customers worldwide.โ€œThis groundbreaking partnership with Google and Broadcom is a continuation of our disciplined approach to scaling infrastructure: we are building the capacity necessary to serve the exponential growth we have seen in our customer base while also…
Read More
Apple is moving to take its App Store lawsuit to the Supreme Court

Apple is moving to take its App Store lawsuit to the Supreme Court

๐Ÿ”ฅ Explore this trending post from TechCrunch ๐Ÿ“– ๐Ÿ“‚ **Category**: Apps,Commerce,app store,Apple,developers,Epic Games,lawsuit ๐Ÿ’ก **What Youโ€™ll Learn**: Apple is preparing to take its App Store battle with Epic Games back to the Supreme Court. In a new filing, the iPhone maker said it plans to ask the US Supreme Court to review another aspect of this long-running case over App Store fees. Meanwhile, Apple sought to halt an appeals court ruling limiting how it charges fees for foreign payments. On Monday, April 6, the court granted Apple's request, and Epic Games immediately appealed it. As a refresher, Apple fought a…
Read More
After 20 Years, I Turned Off Google AdSense for My Websites

After 20 Years, I Turned Off Google AdSense for My Websites

๐Ÿ”ฅ Read this trending post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: ๐Ÿ’ก **What Youโ€™ll Learn**: Soon after I launched this blog in February 2005, I signed up for Google AdSense. My goal was to make a little money and learn about the industry from the inside. In particular, if I was going to cover the nuances of the online advertising industry, being an AdSense publisher would help me understand the issues first-hand. 2005 was a heady and experimental time for online advertising. I remember that some of my first few clicks paid $20/click! However, I never got rich on AdSense.…
Read More
Iran threatens artificial intelligence data centers “Stargate”

Iran threatens artificial intelligence data centers “Stargate”

๐Ÿ’ฅ Explore this trending post from TechCrunch ๐Ÿ“– ๐Ÿ“‚ **Category**: AI,Enterprise,Government & Policy,TC,Cisco,datacenters,In Brief,Iran-US War,OpenAI,oracle,stargate ๐Ÿ’ก **What Youโ€™ll Learn**: Iran has warned of further attacks on data centers across the Middle East in response to ongoing threats and air strikes from the United States. The Iranian military said that if the United States goes ahead with its threats to strike its civilian infrastructure, the country will retaliate with strikes against American energy and technology infrastructure in the region, according to a video released late last week and widely shared on Sunday by Iranian military spokesman Ebrahim Zolfaqari. The video posted…
Read More
kitfunso/hippo-memory: Biologically-inspired memory for AI agents. Decay, retrieval strengthening, consolidation. Zero dependencies. ยท GitHub

kitfunso/hippo-memory: Biologically-inspired memory for AI agents. Decay, retrieval strengthening, consolidation. Zero dependencies. ยท GitHub

๐Ÿ’ฅ Read this must-read post from Hacker News ๐Ÿ“– ๐Ÿ“‚ **Category**: โœ… **What Youโ€™ll Learn**: The secret to good memory isn't remembering more. It's knowing what to forget. Works with: Claude Code, Codex, Cursor, OpenClaw, any CLI agent Imports from: ChatGPT, Claude (CLAUDE.md), Cursor (.cursorrules), any markdown Storage: SQLite backbone + markdown/YAML mirrors. Git-trackable and human-readable. Dependencies: Zero runtime deps. Requires Node.js 22.5+. Optional embeddings via @xenova/transformers. AI agents forget everything between sessions. Existing solutions just save everything and search later. That's a filing cabinet, not a brain. Your memories are also trapped. ChatGPT knows things Claude doesn't. Cursor rules…
Read More
OpenAI alumni have been quietly investing from a new $100 million fund

OpenAI alumni have been quietly investing from a new $100 million fund

๐Ÿ’ฅ Read this trending post from TechCrunch ๐Ÿ“– ๐Ÿ“‚ **Category**: AI,TC,Venture,venture capital,Exclusive,OpenAI,zero shot ๐Ÿ“Œ **What Youโ€™ll Learn**: A new venture capital fund with deep ties to OpenAI has achieved its first close on its $100 million target, the founders tell TechCrunch. The partners have already written some checks. The fund is called Zero Shot (a play on the term AI training) and the co-founder's team includes several OpenAI OGs who found themselves becoming venture capitalists almost by accident. Three of the founding partners hail from OpenAI. Ivan Morikawa, former head of applied engineering during the launch of DALLยทE and ChatGPT…
Read More