WorldGen – Text to Immersive 3D Worlds

https://scontent-sof1-2.xx.fbcdn.net/v/t39.2365-6/565114292_1451116292854920_7677051932607210248_n.webp?stp=dst-webp_s550x1000&_nc_cat=107&ccb=1-7&_nc_sid=14c92b&_nc_ohc=BCdygY6nONYQ7kNvwH4TVDV&_nc_oc=AdlYB3akuePKxZLQZI7HefMH3pcmamwpSMp6CIAEEiPZMC5ac7A8gTMA4ch2cFsCF_5bJR0ExP9EbUxjl44n2NuL&_nc_zt=14&_nc_ht=scontent-sof1-2.xx&_nc_gid=GzlOutbrfKWbOH_M_Va0ag&oh=00_AfiyyQdeO7__SX66MqXemGVCRquVF4imxz0kTC1MlJsezQ&oe=6927F446
Researchers introduce WorldGen, a system generating interactive 3D worlds from text prompts. WorldGen produces visually rich, navigable worlds with consistent geometry and textures, compatible with standard game engines.

The privacy nightmare of browser fingerprinting

https://kevinboone.me/img/degoogle.png
People concerned about privacy use de-Googling to prevent their web browsing behavior from being tracked. However, browser fingerprinting, a method of tracking users through unique browser characteristics, is a significant challenge to overcome.

The Mozilla Cycle, Part III: Mozilla Dies in Ignominy

https://taggart-tech.com/rip-mozilla.png
Mozilla's new strategic plan focuses on developing and supporting open source AI implementations, but its core audience is overwhelmingly negative about the direction, citing concerns about user experience and privacy. The plan's goals seem disconnected from reality, and Mozilla's pivot to AI is likely a bet on the longevity of the AI bubble and a desperate attempt to diversify revenue away ...

We Induced Smells With Ultrasound

https://writetobrain.com/images/image6.png
Researchers used focused ultrasound to stimulate the olfactory bulb in the brain, inducing sensations of smells. They found that different focal spots corresponded to different smells and were able to replicate this on two people with a makeshift headset.

Show HN: Forty.News – Daily news, but on a 40-year delay

https://forty.news/unfurl.png
FBI agents killed Robert Mathews, founder of white supremacist group The Order, in a shootout on December 8, 1984. The incident occurred after a four-year crime campaign including murders, robberies, and counterfeiting.

Show HN: Build the habit of writing meaningful commit messages

https://opengraph.githubassets.com/4191975820666521caaf251b26834b7291b33248c978cb582c1507446ad16e95/arpxspace/smartcommit
smartcommit is a CLI tool that generates structured commit messages using AI. It asks questions to understand the code's intent and provides a reviewable message for editing or confirmation.

TIL: `satisfies` is my favorite TypeScript keyword

https://sjer.red/blog/2024-12-21/index.png
User is learning TypeScript's type system, which can be confusing due to its advanced nature and steep learning curve. They're looking for ways to ensure precise types, such as using type annotations or the satisfies keyword for type-safe casting.

$1900 Bug Bounty to Fix the Lenovo Legion Pro 7 16IAX10H's Speakers on Linux

https://opengraph.githubassets.com/b14b5edadebbb88605ee20bcbfe8e439eaf0dd910b914205701ba6f1d9ac7edd/nadimkobeissi/16iax10h-linux-sound-saga
To get audio working on Lenovo Legion Pro 7i Gen 10, follow steps to patch Linux kernel and install NVidia DKMS drivers. Run commands to reset and reload audio, then calibrate speakers for proper function.

Windows ARM64 Internals: Deconstructing Pointer Authentication

https://cdn.prod.website-files.com/686bd4d91556b08defea7eb6/68efda1cfea9a36ebc6f546e_1.png
Pointer Authentication Code, or PAC, is an anti-exploit/memory-corruption feature that signs pointers so their use (as code or data) can be validated at runtime. PAC is available on Armv8.3-A and Armv9.0-A (and later) ARM architectures and leverages virtual addressing in order to store a small cryptographic signature alongside the pointer value. On a typical 64-bit processor a pointer is ...

China reaches energy milestone by "breeding" uranium from thorium

https://cdn.i-scmp.com/sites/default/files/styles/1020x680/public/d8/images/canvas/2025/11/03/e6f58584-3d26-4487-b592-716507849278_ca11ac23.jpg?itok=0-5jVYw5&v=1762186523
Chinese researchers at the Shanghai Institute of Applied Physics successfully converted thorium to uranium in a 2 megawatt reactor, paving the way for clean nuclear energy. This achievement marks a major leap forward in thorium-based molten salt reactor technology.

Tektronix equipment has been used in many movies and shows

I'm unable to summarize the input as it appears to be a jumbled collection of characters and does not form a coherent text.

The realities of being a pop star

https://substackcdn.com/image/fetch/$s_!yFnS!,w_1200,h_600,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F70c048b3-dcb0-4256-b6d1-225dcba8b6c1_842x470.png
Being a pop star has its pros and cons, including fun experiences like attending parties and wearing luxurious clothes, but also drawbacks like feeling embarrassed and being scrutinized by the public. It also comes with a level of expectation to be truthful all the time, which can be challenging for artists who want to maintain a persona or fantasy.

A Reverse Engineer's Anatomy of the macOS Boot Chain and Security Architecture

https://static.ghost.org/v5.0.0/images/publication-cover.jpg
The Apple Silicon boot process begins with an immutable Boot ROM that initializes the hardware and establishes a Chain of Trust, using a Group ID Key (GID Key) to decrypt the Low-Level Bootloader (LLB) and enforcing strict code signing to prevent malicious firmware execution. The Secure Enclave Processor (SEP) is a fully independent computer-on-a-chip that runs its own kernel, manages its own ...

Agent design is still hard

https://lucumr.pocoo.org/social/2025-11-21-agents-are-hard-social.png
Building agents is complex and messy, with SDK abstractions breaking down when used in real-world scenarios. The user shares their experience with building an agent using the Vercel AI SDK and Anthropic SDK, highlighting the importance of explicit cache management and reinforcement learning.

Personal blogs are back, should niche blogs be next?

https://disassociated.com/images/index/dis_fruit_salad_logo_default.gif
The article discusses the evolution of blogging, particularly niche blogging, and its potential revival. It argues that well-written, topic-focused resources are disappearing from the web, leaving behind misinformation and AI-generated content.

Anukari on the CPU (part 2: CPU optimization)

https://anukari.com/static/images/logo-audio-units.jpg
In part 1 of this series of posts, I mentioned that I was surprised to find that naively running my GPU code on the CPU was only 5x slower, when I thought it would be 100x slower. In this post I will explain how I ended up making the CPU implementation much faster than on the GPU. As mentioned in part 1, I got the original GPU code compiled for the CPU, and then wrote a simple driver to call ...

Depot (YC W23) Is Hiring a Staff Infrastructure Engineer

https://bookface-images.s3.amazonaws.com/small_logos/4bc0c4958bdeddfb5cee7883f042a17f65e1bd00.png
Depot is hiring a Staff Infrastructure Engineer to build a scalable platform for software collaboration and developer acceleration. The ideal candidate has robust systems engineering skills and experience with AWS, Terraform, and distributed systems.

Kids who own smartphones before age 13 have worse mental health outcomes: Study

https://i.abcnewsfe.com/a/f1e45285-f09f-4233-92f2-f0342884be71/smartphone-gty-er-250722_1753197967984_hpMain_16x9.jpg?w=992
A new study suggests that children who own smartphones before 13 may have worse mental health outcomes, especially girls who report lower self-image and emotional resilience. Early smartphone ownership is linked to increased exposure to negative impacts on children's psychological development.

Helping Valve to power up Steam devices

https://www.igalia.com/assets/i/news/valve-monster_hunter_world_misrendering.jpg
Valve unveiled three new gaming devices: Steam Frame, a wireless VR headset; Steam Machine, a gaming console; and Steam Controller, a handheld game controller. Igalia is contributing to these devices, particularly the Frame, which runs on an ARM-based CPU using a translation layer called FEX.

Samsung's 60% DRAM price hike signals a new phase of global memory tightening

https://www.buysellram.com/wp-content/uploads/2025/11/samsung-ads-01-300x136.jpg
Samsung's memory price surged by 60% since September due to AI data center demand straining global supply chains. The price increase is expected to persist through 2026 unless global DRAM output increases significantly.

Pixel Art Tips for Programmers

https://substackcdn.com/image/fetch/$s_!iTWI!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F82344f0c-7d73-433e-99ba-f60e4881ee20_1920x1080.png
By subscribing, I agree to Substack's Terms of Use, and acknowledge its Information Collection Notice and Privacy Policy. Programmers are known to not have a strong suit for art related disciplines, pixel art is no exception. In this post, I’ll share 5 tips for making good pixel art from the point of view of a programmer. This is to help other solo devs coming from a programming ...

Digital echoes: open bus behavior on the compact Macintosh

https://thomasw.dev/assets/posts/mac-openbus/NetworkTopologies.svg
The author of Snow, a vintage Macintosh emulator, implemented accurate open bus behavior emulation, which resolved issues with The Print Shop 1.0 and Animation Toolkit 1.0.

Markdown Is Holding You Back

https://assets.buttondown.email/images/13893aef-0747-4d6d-a3b4-cfb1be8542d6.png
The author discusses the limitations of Markdown for technical content, citing its lack of semantic structure and machine-readability. They suggest alternative formats like reStructuredText, AsciiDoc, DocBook, and DITA for more complex documentation projects.

Gwern's "Stem Humor" Directory

https://gwern.net/doc/math/humor/1991-11-25-billwatterson-calvinandhobbes-giventhepaceoftechnologyiproposeweleavemathtothemachinesandgoplayoutside.jpg
The math/humor directory has 3 related tags, 178 annotations, and 66 links. It is part of the math directory.

How to see the dead

https://substackcdn.com/image/fetch/$s_!clPn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa8cea214-0016-486e-bce1-3f2b942c1e03_2000x1260.jpeg
A scientist builds a retinal implant to help April see her deceased loved ones, but the system struggles to distinguish between grief and other emotions. With the help of friends and family, they refine the AI to stabilize memories and create a more accurate representation of April's loved ones.

TiDAR: Think in Diffusion, Talk in Autoregression

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
TiDAR is a hybrid architecture that balances parallel generation and quality by drafting tokens in diffusion and sampling outputs auto-regressively. It outperforms existing methods in throughput and quality, closing the gap with AR models while delivering 4.71x to 5.91x more tokens per second.

Show HN: Wealthfolio 2.0- Open source investment tracker. Now Mobile and Docker

https://wealthfolio.app/cdn-cgi/image/width=1024,quality=90,format=auto/https://assets.wealthfolio.app/images/landing/hero-light.png
This application securely tracks investments and savings in one place, providing clear charts and insights into portfolio performance. It helps users set savings targets, monitor progress, and stay on top of tax-advantaged account contribution limits.

The Go-Between

https://theamericanscholar.org/wp-content/uploads/2025/08/KroegerFULL-714x1024.jpg
Late in August 1939, just before Germany invaded Poland, the Chicago Daily News broke an ironclad policy to make the American reporter Helen Paull Kirkpatrick its first and only woman correspondent abroad. She was nearly 30 and had been living in London since 1937 after two years in Geneva, circulating with patrician ease among the native and expat upper classes. With two English colleagues, ...

Show HN: I built a wizard to turn ideas into AI coding agent-ready specs

A friendly 4-step wizard that helps you define, design, and plan your next app idea. AI-powered chat generates comprehensive technical specs, dev plans, and agent guidance.

The Connectivity Standards Alliance Announces Zigbee 4.0 and Suzi

The Connectivity Standards Alliance released Zigbee 4.0 and Suzi, a new brand for Zigbee's Sub-GHz feature, advancing IoT connectivity with greater range, reliability, and security. These innovations simplify certification, enhance information exchange, and support long-range, low-power mesh networking for secure, intelligent connectivity.