Self driving 1993 Volvo with open pilot

https://practicapp.com/images/carbagerun.jpg
The user and friends are participating in the Carbage run 2025 Winter edition with a 1993 Volvo 940 Estate, which they modified to include advanced driver assistance features using the openpilot system. The team retrofitted electric power steering, an electric brake booster, and a cruise control system to make the car suitable for the event.

How to draw an outline in a video game

https://ameye.dev/notes/rendering-outlines/introduction/sable.png-400w.jpeg
There are five techniques for rendering outlines around objects in games: fresnel effect, vertex extrusion, blurred buffer, Jump Flood algorithm, and edge-detection pass. Each technique has its benefits and trade-offs between performance, visual fidelity, and manual setup required, and can be used to create different types of outlines such as soft, glowing, or hard outlines.

Combining 15s interval whole-sky-camera photos to form a 4y spanning keogram

https://media.astrodon.social/media_attachments/files/113/770/317/059/357/999/original/0cf0b65a42cf71d6.png
The user has been capturing all-sky images every 15 seconds for 4 years using a ZWO ASI178MC camera and Raspberry Pi, creating year-long keograms that show celestial motion and changes in night length. The user has also created a 4-year keogram combining data from 2021 to 2025, highlighting the Earth's eccentric orbit and small differences in sunset and sunrise times.

A mole infiltrated the highest ranks of American militias

https://img.assets-d.propublica.org/v5/images/propublica_militiainfiltration_lead_final2_2024-12-30-180010_ynuv.jpg?crop=focalpoint&fit=crop&fm=webp&fp-x=0.5&fp-y=0.5&h=450&q=75&w=800&s=44acc2e78657ec849448e2958f1f7734
A freelance vigilante, John Williams, infiltrated right-wing militias, including the Oath Keepers, to gather evidence of their ties to law enforcement and government officials. Williams' undercover work, which spanned over two years, provided a unique window into the militia movement and its leaders, including a retired detective turned militia leader.

Meta is killing off its AI-powered Instagram and Facebook profiles

https://i.guim.co.uk/img/media/09c748822b08c4d118078f0e3a6106cb93be662f/0_208_6240_3744/master/6240.jpg?width=465&dpr=1&s=none&crop=none
Meta is deleting AI character profiles created in 2023 after users engaged with them, citing a bug that prevented blocking. The profiles, including Liv and Carter, were part of an experiment and will be removed to fix the issue.

I'm quitting the Washington Post

https://substackcdn.com/image/fetch/w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F185b68c6-9dba-4d15-9282-28cc9dc6aba8_1725x2100.jpeg
Editorial cartoonist left the Washington Post after a cartoon criticizing tech CEOs was killed due to its content. He believes this is a threat to a free press and has decided to continue holding powerful people accountable through his cartooning.

One Dog vs. the Windows 3.1 Graphics Stack

https://wuffs.org/images/b/1/c/9/2/b1c921a98b56d269d1bab531eca7615c982be6ab-640x480.jpg
The user is trying to get Windows 3.11 to run on an Asus Eee PC 1000H with a 1024x600 screen, and is investigating why the Super VGA driver doesn't work. They are analyzing the driver and VDD code to understand the issue and potentially fix it.

ELKS: Linux for 16-bit Intel Processors

https://raw.githubusercontent.com/ghaerr/elks/master/Screenshots/ELKS_0.7.0.png
ELKS is a Linux-like OS for 16-bit Intel processors, supporting networking and installation to HDD. It can be tried online with v86 emulator or downloaded with disk images and tutorials available.

Programming as Theory Building (1985) [pdf]

US newspapers are deleting old crime stories, offering subjects a 'clean slate'

https://i.guim.co.uk/img/media/162037d12034934ac7c90be16c71bed37c32711e/0_0_4968_3624/master/4968.jpg?width=445&dpr=1&s=none&crop=none
Civil rights advocates push for removing old crime coverage from media archives to protect people's privacy and help them move on from past mistakes. Some US newspapers have launched programs to review and remove old stories, considering the harm caused by publicizing minor crimes.

Breaking Up with Long Tasks or: how I learned to group loops and wield the yield

https://calendar.perfplanet.com/photos/rick2017.jpg
To avoid long tasks and unresponsive UIs when processing large arrays, use a for..of loop with async/await and yield on every iteration, but consider batching to minimize overhead. The choice of batch duration depends on the desired frame rate and user experience, with a compromise of 50 ms often being a good starting point.

China is the manufacturing superpower

https://cepr.org/sites/default/files/styles/flexible_wysiwyg/public/2024-01/baldwin17janfig1_0.png?itok=TJ4eMpqv
China is now the world's sole manufacturing superpower, with a share of global manufacturing production that is three times the US' share and six times Japan's share. China's industrialisation is unprecedented, defying comparison to the US' rise to the top, which took a century.

In Colorado, a marriage of solar energy and farming

https://npr.brightspotcdn.com/dims4/default/9aec9ce/2147483647/strip/true/crop/2000x1333+0+0/resize/880x587!/quality/90/?url=https%3A%2F%2Fnpr.brightspotcdn.com%2F0a%2Fdb%2F3c56a94b448cafc384e3fc498ad3%2Fbyron-komenik-farm-solar-panels.jpg
Byron Kominek's farm in Colorado uses agrivoltaics, combining solar panels with agriculture to generate electricity and grow crops. This approach provides shade, protects soil, and creates additional income for farmers.

Using LLMs and Cursor to finish side projects

https://zohaib.me/content/images/2023/10/TH-MSFT-GIVE-Headshots0622-Edit.JPG
The user, an engineering manager, uses AI tools like o1 ChatGPT and Cursor to manage side projects, leveraging LLMs for productivity and code generation. They share their workflow, including using Vite, Tailwind CSS, and GitHub actions, to create and deploy a habit tracking website, highlighting the importance of iteration, context, and manageable project patterns.

University of Alabama Engineer Pioneers New Process for Recycling Plastics

https://news.ua.edu/wp-content/uploads/2024/10/AdobeStock_265105197-scaled-e1729021245225-1280x720.jpeg
Dr Jason Bara's team at The University of Alabama is improving plastic recycling with a new method called imidazolysis. This process breaks down plastics into component parts, allowing for the creation of new products with little or no waste.

A Return to Polymathy (2015) [pdf]

Universities should train polymaths to tackle complex problems by teaching new foundations that unify fields. This approach requires rethinking general education requirements and introducing abstractions in a way that's accessible to students.

Do Files want to be Actors?

https://lewiscampbell.tech/img/icon512-967261d058848800.png
io_uring and the actor model both enable concurrent computations by sending messages to targets without waiting for responses. This approach abstracts away function calls and synchronization primitives, focusing on asynchronous message passing.

Conscious unbossing

Access to this page has been denied because we believe you are using automation tools to browse the website. Please make sure that Javascript and cookies are enabled on your browser and that you are not blocking them from loading.

First live birth using Fertilo procedure that matures eggs outside the body

You don't have permission to access "http://www.businesswire.com/news/home/20241216400051/en/Gameto-Announces-World%E2%80%99s-First-Live-Birth-Using-Fertilo-Procedure-that-Matures-Eggs-Outside-the-Body" on this server.

The Begining of the End for ANT+ Wireless

https://media.dcrainmaker.com/images/2025/01/HRM.png
Garmin is not stopping ANT+ devices from working, but rather ceasing new standard development due to EU regulations. Existing ANT+ devices will continue to function normally.

The State of Generative Models

https://nrehiew.github.io/blog/2024/images/Dense.png
The user discusses the current state of AI, specifically large language models and image generation, and predicts trends for 2025, including advancements in multimodality, reasoning, and agents. They also highlight areas for future research, such as architectural ablations, tokenization, and post-training in open domains, and express hopes for more interpretable and efficient models.

Show HN: Pretty-print your chess games using Prettier

https://opengraph.githubassets.com/14b028a52f14e85e02895ee14d948725bee302b0cee9e6e844173d35f2da770f/gmasclet/prettier-plugin-pgn
Prettier is a code formatter that enforces consistent style and wraps code when necessary. It supports Portable Game Notation (PGN) with a lenient plugin for non-canonical chess games.

Show HN: I aggregated over 200 Go-To-Market strategies

Cold calling and emails are effective for sales, but results depend on industry and approach. Consistent data tools and relationship-building are key to success.

The Unisys Icon: One Canadian Xennial's Memories of Ontario's Obscure Computer

https://64.media.tumblr.com/070e9a74d159edada428606b2dc6242c/907141a5d7a94a75-c0/s500x750/e66664c788be3d4a07e962ee7900a65303a37c6f.jpg
The Unisys ICON was a computer used in Ontario schools from 1984 to 1994, with a Unix-like OS and bespoke educational software. The computer's software, including games like Offshore Fishing and Math Maze, is mostly lost due to a lack of preservation and no existing emulators.

Show HN: Open Rewind – POC for audio and screen and video streaming to S3

https://raw.githubusercontent.com/janwilmake/efficient-recorder/main/tweet.png
User created an efficient recorder using Claude in Node.js after failing in Swift. The tool captures audio, screenshots, and webcam video, and streams them to S3 with customizable settings.

Show HN: I created a PoC for live descriptions of the surroundings for the blind

https://raw.githubusercontent.com/o40/seesay/main/overview.png
The user created a low-cost tool for the blind using an ESP32-CAM and OpenAI's gpt-4o-mini model to describe live images, with a web page updating descriptions for voice-over on a cellphone. The tool was successful but descriptions contained unnecessary information, and the user plans to improve the prompt and consider higher quality cameras for a productified version.

Kodak increases film production capacity to meet commercial, consumer demand

https://i0.wp.com/www.rochesterfirst.com/wp-content/uploads/sites/66/2025/01/WEBSTER.jpg?w=2000&ssl=1
Our website uses cookies to personalize your experience and ensure proper functioning. You can choose to opt-out of certain cookies, but some parts of the site may not work.

Labwc: Wlroots-based window-stacking compositor for Wayland, inspired by openbox

https://labwc.github.io/img/scrot1-small.png
Labwc is a lightweight window manager that focuses on stacking windows and rendering decorations. It relies on clients for additional features and follows the approach of wlroots and sway.

Linux Cracking Bible – The GNU Testament

https://raw.githubusercontent.com/YoteZip/LinuxCrackingBible/main/images/Lutris-Wineconsole.png
The user has written a comprehensive guide called the Linux Cracking Bible, detailing how to crack and configure games on Linux using legitimate copies and community tools, with the goal of giving users confidence in controlling their gaming experience. The guide covers topics such as setting up a dedicated workspace, configuring Lutris and Wine, defeating DRM, and compressing games for ...

Meta scrambles to delete its own AI accounts after backlash intensifies

https://media.rnztools.nz/rnz/image/upload/s--kDCY9X-p--/ar_16:10,c_fill,f_auto,g_auto,q_auto,w_1050/v1735954013/4KE3QN8_liv_insta_thumb_700xauto_267670_jpeg?_a=BACCd2AD
Meta created AI-generated accounts that mimicked humans, but were deleted after users discovered their "slop" and dishonesty. The company's AI accounts were part of an experiment to increase engagement and ad revenue through emotional connections with users.

Wine 10.0 RC4 – Run Windows Applications on Linux, BSD, Solaris and macOS

The Wine development release 10.0-rc4 is now available. What's new in this release: Bug fixes only, we are in code freeze. ...

XORShift for Magic Bitboards

https://www.strydr.net/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Favatar.9c57552f.jpg&w=3840&q=75
The user is implementing a pseudo random number generator using the XORSHIFT32 algorithm with an initial state of 1804289383, a value used in other chess engine implementations. The algorithm involves simple bit shifts on the initial state, optimized for use in chess engines with magic bitboards.

This Year, RISC-V Laptops Arrive

https://spectrum.ieee.org/media-library/an-image-of-a-chip.jpg?id=55387210&width=1200&height=899
RISC-V is an open-source instruction set architecture that allows for fully customizable laptops with both hardware and software modifications. Companies like Framework and DeepComputing are working to bring RISC-V laptops to mainstream consumer devices with improved performance and lower prices.

The Evaporative Cooling Effect in Social Networks (2010)

A community's quality decreases as high-value contributors leave due to lack of gain, attracting lower-quality newcomers. To minimize this effect, communities can use methods like Social Gating, charging money, and giving high status to special contributors.

The Invention of Battlezone (2022)

https://spectrum.ieee.org/media-library/battlezone-atari-1980-arcade-videogame-screenshot-showing-score-field-at-top-in-orange-and-line-drawing-of-mountains-and-gun-sc.jpg?id=28758890&width=1200&height=1600
Battlezone, a 3D vector game, was developed by Atari in 1980 using three microprocessors and a custom display unit. The game required significant data organization and clipping techniques to display objects on the screen.

High-resolution genomic history of early medieval Europe

https://media.springernature.com/w215h120/springer-static/image/art%3A10.1038%2Fs41431-020-0699-4/MediaObjects/41431_2020_699_Fig1_HTML.png
Researchers developed a new method called Twigstats to analyze ancient DNA and improve the resolution of genetic history, which they applied to 1,556 ancient whole genomes from Europe. The results showed that Scandinavian-related ancestry expanded across Europe in the first half of the first millennium, but disappeared or mixed with other ancestries in the second half, and that there was a ...

Chimpanzees' stone tool choices may mirror ancient human ancestors' techniques

https://scx1.b-cdn.net/csz/news/800a/2025/modern-chimpanzees-and.jpg
Researchers found that modern chimps choose tools for cracking nuts based on mechanical properties, similar to ancient human ancestors. This suggests that ancient hominins and modern chimps share similar techniques in selecting stones for use as tools.

Show HN: An SSH based utility to transfer pipes across machines – beam

https://opengraph.githubassets.com/60f07247a8cf1e908071d565e201f84c45ce6cdbac2527cf9096be1684962f8e/ksdme/beam
Beam is a SSH-based tool that securely transfers data between machines using public keys or random channel names. It has limitations such as no end-to-end encryption and potential buffering issues with certain programs.

U-Haul Growth Metros and Cities of 2024: Dallas Top Metro for In-Migration

The Dallas-Fort Worth-Arlington metro area is the leading U-Haul Growth Metro of 2024, followed by Charlotte, Phoenix, Lakeland, and Austin. Ocala, Florida, is the top U-Haul growth city for the second time in three years.

RailsConf 2025 will be the last gathering of its kind

https://rubycentral.org/content/images/size/w500/2024/12/Screenshot-2024-12-20-at-8.54.25-AM.png
RailsConf 2025 will be the last gathering, taking place July 8-10 in Philadelphia, PA, before RubyConf becomes the flagship event in 2026. RailsConf's legacy will continue through RubyConf's Rails track and other community events, ensuring the ecosystem's long-term sustainability.

MoonBit: First Look at New Language Through Building WASM Back End

The author explores the use of MoonBit, a new programming language, to develop a collaborative list editor application for Golem Cloud, a decentralized cloud computing platform. The author implements the application's components, including list, archive, and email, using MoonBit and Golem's tooling, and demonstrates how to use the language to create a working application with worker-to-worker ...

Mozilla Advertising

https://www.mozilla.org/media/img/mozorg/advertising/ads-hero.8ed6ce5d4111.png
Mozilla is creating innovative solutions to protect personal data in digital advertising, delivering ad performance while safeguarding privacy. Anonym enables brands to optimize ads without sharing user-level data, prioritizing consumer privacy.

Killing Orson Welles at Midnight (2011)

https://www.nybooks.com/wp-content/uploads/2011/04/smith_1-042811.jpg
The Clock is a 24-hour film by Christian Marclay that edits together movie clips featuring clocks, creating a poignant and humorous exploration of time. The film's real-time synchronization and use of data make it a unique and thought-provoking art experience that challenges the conventions of film and time.

A Bivariate Map with Observable Plot

https://observablehq.observablehq.cloud/pangea/_file/thumbnail/plot/bivariate-map.2dbf36a5.png
The user created a bivariate map using Observable Plot, inspired by an R article, and fetched temperature and precipitation data from the University of Idaho's TerraClimate repository. The map uses a bivariate color scale and a spatial interpolator to display temperature and precipitation data, with colors mixed using a custom formula.

Soft Metalens for Broadband Ultrasonic Focusing Through Aberration Layers

https://media.springernature.com/w215h120/springer-static/image/art%3A10.1038%2Fs41378-023-00513-3/MediaObjects/41378_2023_513_Figa_HTML.png
Researchers developed a soft metalens (SML) to overcome the barriers of ultrasound wave transmission through aberration layers. The SML is a composite soft metamaterial system made of silicone elastomer and micro-tungsten particles, which can achieve tunable acoustic properties and broadband focusing capabilities.

Ohio Puts Police Bodycam Footage Behind a Paywall

https://theintercept.com/wp-content/uploads/2025/01/GettyImages-577288254-e1735936196737.jpg?fit=4928%2C2464
Ohio Governor Mike DeWine signed a law allowing law enforcement agencies to charge up to $750 for body camera footage. Critics argue this will create a barrier to transparency and accountability, making it harder for the public and press to access important government records.

Modern Generic SVGA driver for Windows 3.1

https://raw.githubusercontent.com/PluMGMK/vbesvga.drv/master/Screenshots/VBESVGA.CLP.rec0.png
A rewritten Windows 3.1 SVGA driver, VBE, supports all available graphic modes on systems with VESA BIOS Extensions, including multi-byte pixels and True-Colour Full HD rendering. The driver has some issues, such as glitches in Solitaire, and requires specific settings in SYSTEM.INI to enable Double Buffering and adjust the refresh rate.

Show HN: I worked on a feature that allows you to preview fonts side by side

https://font-tester.foxcraft.tech/assets/logo/logo.svg
A website's font can shape perception and turn visitors into customers. The Font Tester Chrome extension allows you to test 1000+ fonts on any website live.

Self-driving Tesla steers Calif. tech founder onto train tracks

https://cdn.playbuzz.com/logos/30b0aaf4-cc13-4972-9cf9-ad9a05e5e62d_1644758027515.png
Jesse Lyu's Tesla Autopilot feature put him on a train track in Santa Monica, forcing him to run a red light to avoid a collision. He's calling on Tesla to fix the issue, saying the feature should never put a vehicle on a train track.

Used Meta AI to edit a selfie, now [they're] using my face on ads

User needs to register or sign in with developer credentials and ensure a unique User-Agent string to access the application. If blocked, try changing back to default User-Agent or file a ticket for assistance.