A $20k American-made electric pickup with no paint, no stereo, no screen

https://platform.theverge.com/wp-content/uploads/sites/2/2025/04/Blank-Slate-Front-3_4_web.jpg?quality=90&strip=all&crop=16.666666666667%2C0%2C66.666666666667%2C100&w=2400
Slate Auto is launching a sub-$20,000 electric truck with a minimalist design and DIY focus. The truck has a simple shape and can be customized with vinyl wraps and upgrade kits.

FBI arrests judge accused of helping man evade immigration authorities

Wikipedia’s nonprofit status questioned by D.C. U.S. attorney

Writing "/etc/hosts" breaks the Substack editor

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%2F6a70f77c-0a93-4254-94f4-71e02d54d879_1194x372.png
A DevOps engineer encountered a "Network Error" in Substack's editor when typing system paths like /etc/h*sts, which was likely due to a Web Application Firewall (WAF) blocking potential path traversal attacks. The engineer found workarounds and suggests that security measures can have unintended consequences for legitimate use cases, highlighting the balance between protection and usability ...

Lossless LLM compression for efficient GPU inference via dynamic-length float

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers introduced DFloat11, a lossless compression framework for Large Language Models, reducing size by 30% while preserving outputs. DFloat11 achieves faster inference and longer context lengths compared to uncompressed models.

Avoiding skill atrophy in the age of AI

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%2F54666fde-e566-4571-999c-4cf7ffaaf00b_1890x1890.png
Addy Osmani's newsletter discusses the paradox of AI assistants in coding, which increases productivity but risks losing skills due to atrophy. To avoid this, developers should use AI as a collaborator, not a crutch, by practicing mindful engagement and regularly coding without AI.

Eurorack Knob Idea

https://mitxela.com/img/uploads/sillysynth/euroknob/as5600-0.jpg
The user designed a magnetic knob that combines a patch cable and a knob for Eurorack modules. The prototype uses a 3.5mm jack with a magnetic encoder chip and a small magnet to detect the presence of the knob.

Notation as a Tool of Thought (1979)

Show HN: I used OpenAI's new image API for a personalized coloring book service

https://clevercoloringbook.com/_app/immutable/assets/logo.D0SLjx35.webp
Upload memories to create a personalized coloring book for $23.99 + shipping, following OpenAI's usage policy. We convert memories into a high-quality physical book using OpenAI's Sora model.

The Policy Puppetry Attack: Novel bypass for major LLMs

https://hiddenlayer.com/wp-content/uploads/UniversalBypass_FeaturedImage-scaled.jpg
Researchers at HiddenLayer developed a universal and transferable prompt injection technique that bypasses safety guardrails in major AI models, allowing harmful content generation. This technique, called Policy Puppetry, exploits a systemic weakness in LLM training and is difficult to patch.

DeepMind releases Lyria 2 music generation model

https://lh3.googleusercontent.com/XFT_zIfIE9A9pNk0hylwxSrXa2z3AncSXWjkjl9064wCTmFqGcQ7dz2NMUOgcZWL3myEyX0qjeBdugClyEvfAwPsFj6xONo7saU52TXLSo6xcAPTdsk=w1072-h603-n-nu
Google is introducing new features to Music AI Sandbox, a set of experimental tools that help artists create new music. The tools include Lyria 2, a music generation model that can generate high-fidelity music and professional-grade audio outputs.

GCC 15.1

GCC 15 is a major release with new features and improvements over 14.x, supporting multiple languages. The GCC developers thank contributors and volunteers for making GCC successful.

Reproducibility project fails to validate dozens of biomedical studies

https://media.nature.com/lw767/magazine-assets/d41586-025-01266-x/d41586-025-01266-x_50902208.jpg
Brazilian researchers replicated less than half of biomedical studies, with 21% meeting all criteria. Published results tend to overestimate effects, with an average 60% larger impact in original papers.

World Emulation via Neural Network

https://madebyoll.in/posts/world_emulation_via_dnn/inference_diagram.jpg
The user created a playable neural world of a forest trail near their apartment by training a neural network on gameplay videos of the actual world, using a customized camera app to record videos and motion. The neural world is a unique and exciting property that can be constructed from any video file, and the user believes it has the potential to become a new creative medium, similar to ...

What If We Could Rebuild Kafka from Scratch?

https://www.morling.dev/images/gunnar_morling.jpg
The user outlines a wishlist for a hypothetical Kafka.next system, including traits like key-centric access, topic hierarchies, concurrency control, and extensibility. These features aim to improve scalability, reduce costs, and provide better user ergonomics, making Kafka.next suitable for cloud-native event log applications.

Parallel ./configure

User wants to utilize 24 CPU cores for ./configure, but it only uses 69% of one core. They created a new build system using make to parallelize configuration tasks.

Show HN: Formalizing Principia Mathematica using Lean

https://raw.githubusercontent.com/ndrwnaguib/principia/main/images/principia-mathematica-book-cover.png
This project formalizes the first volume of Prof. Bertrand Russell's Principia Mathematica using Lean theorem prover, aiming for accuracy and clarity. The formalization rigorously follows Prof. Russell's proof, with added statements only for formalization purposes.

Show HN: Magnitude – open-source, AI-native test framework for web apps

https://raw.githubusercontent.com/magnitudedev/magnitude/main/assets/demo.gif
Magnitude is an end-to-end testing framework that uses visual AI agents to adapt to interface changes. It supports natural language testing with steps, checks, and data.

Curry: A functional logic programming language

https://curry-lang.org/assets/img/curry-social-wide.png
Curry is a declarative multi-paradigm language combining features of functional and logic programming with non-deterministic pattern matching and lazy evaluation. It supports strong typing, immutable bindings, and automatic type inference for a flexible and expressive programming style.

Hegseth had an unsecured internet line set up in his office to connect to Signal

WASHINGTON (AP) — Defense Secretary Pete Hegseth had an internet connection that bypassed the Pentagon’s security protocols set up in his office to use the Signal messaging app on a personal computer, two people familiar with the line told The Associated Press. The existence of the unsecured internet connection is the latest revelation about Hegseth’s use of the unclassified app and raises ...

A Visual Journey Through Async Rust

https://raw.githubusercontent.com/alexpusch/rust-magic-patterns/master/visual-journey-through-async-rust/resources/cpu_intensive.png
The user created a visual representation of Tokio's async execution using a sine wave plot to demonstrate the difference between concurrency and parallelism, and how CPU-intensive code can affect other concurrently running futures. By spawning new tasks and using Tokio's multithreaded runtime, the user was able to take advantage of multiple CPU cores and improve parallelism, but with a hard ...

Street address errors in Google Maps

https://randomascii.wordpress.com/wp-content/uploads/2025/04/image_thumb.png?w=650&h=375
The user found multiple errors in Google Maps, including incorrect addresses in Vernon and Vancouver, BC. These errors suggest Google Maps lacks a concept of how street addresses work.

Tumor-derived erythropoietin acts as immunosuppressive switch in cancer immunity

Eletters are not edited, proofread, or indexed, but they are screened. if a figure or equation is essential, please include link to public repository with versioning, such as zenodo. authors: "eliotta, sastre-perona and neoadjuvants for the treatment of hepatocellular carcinomas" authors include j. galon

Programming in D: Tutorial and Reference

https://ddili.org/ders/d.en/cover_thumb.png
in paper or Kindle form(That is an Amazon associate link benefiting the The D Language Foundation, which always appreciates donations.), Integers and Arithmetic Operations ++ -- + - * / % ^^ += -= *= /= %= ^^=

Large language models, small labor market effects [pdf]

A new study finds that employers are more likely to encourage their workers to use chatbots. the results suggest that productivity–wage pass-through rates are within the range of standard estimates in the literature. authors: employers should be aware of the potential negative effects of ai on productivity if they do not encourage it proactively - and act accordingly. they say that the data ...

Some __nonstring__ Turbulence

Linus Torvalds made last-minute changes to the kernel to fix warnings caused by a new compiler release, but his changes broke the build on older compilers and created inconvenience for developers. The incident highlights the need for better automated testing and review processes in the kernel development community to prevent such issues.

Paper2Code: Automating Code Generation from Scientific Papers

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
PaperCoder is a multi-agent LLM framework that transforms machine learning papers into functional code repositories. It effectively generates high-quality, faithful code implementations from papers, surpassing strong baselines in the PaperBench benchmark.

Observability 2.0 and the Database for It

https://greptime.com/blogs/2025-04-25-greptimedb-observability2-new-database/greptimedbobservability2.png
Observability 2.0 focuses on wide events, breaking down silos between metrics, logs, and traces. It emphasizes a single source of truth paradigm for observability data.

Show HN: BugStalker - a modern Rust debugger

https://raw.githubusercontent.com/godzie44/BugStalker/master/website/static/img/biglogo.png
Advanced runtime inspection: Deep Rust type system integration (collections, smart pointers, thread locals, etc.), not only for printing but also for interaction Feel free to suggest changes, ask a question or implement a new feature. Any contributions are very welcome.

Show HN: GS-Calc – A modern spreadsheet with Python integration

https://citadel5.com/images/gsc20.9_scr1_s.png
GS-Calc handles large data sets with up to 32 million rows and 16,384 columns, and supports unlimited worksheets and subfolders. It offers fast performance, optimized for large files, and supports various file formats and functions.

Exercise before bed is linked with disrupted sleep

https://scx1.b-cdn.net/csz/news/800a/2025/exercise-before-bed-is.jpg
New research found that exercising four hours or less before bedtime is linked to disrupted sleep, delayed sleep onset, and lower sleep quality. The study suggests concluding exercise at least four hours before bedtime to improve sleep health.

I designed my LED matrix PCB with code

https://docs.tscircuit.com/assets/images/matrix-system-requirements-db266ef7e2f69520f89dec615e6f370c.png
This tutorial explains how to build a 3x5 LED matrix controlled by a Raspberry Pi Pico using tscircuit for data visualization and interactive notifications. The matrix is connected to the Pico via a data chain and can be controlled through a simple web interface with API integration and Pico W connection.

Show HN: Faasta – A self-hosted Serverless platform for WASM-wasi-HTTP in Rust

https://opengraph.githubassets.com/23d455cb7b969e3ca3b437b589dbfbb23a1d64da9b5682c91aacf8bd7f1f8448/fourlexboehm/faasta
Faasta is a fast FaaS platform using WebAssembly for exceptional performance and flexibility. It's experimental with potential breaking changes and can be self-hosted on custom infrastructure.

California overtakes Japan to become the world's fourth largest economy

https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-1953957466-20250425042502377.jpg?c=16x9&q=h_833,w_1480,c_fill
California's economy surpassed Japan's to become the world's fourth-largest, with a $4.1 trillion GDP in 2024. Gov. Gavin Newsom warned that President Trump's tariffs threaten California's growth, prompting a lawsuit against the federal administration.

Petition to the Open Source Initiative: Publish the Full 2025 Election Results

https://codeberg.org/OSI-Concerns/election-results-2025/-/summary-card
We, the undersigned, call for transparency in OSI's 2025 Board of Directors elections after votes for three candidates were removed without explanation. We demand OSI recommit to integrity and transparency to repair lost trust.

Swift Container Plugin

https://opengraph.githubassets.com/b1bf44df07cd0efe46d3359c159023d33200968319c8422ca0a544a432dfdee5/apple/swift-container-plugin
Swift Container Plugin packages Swift server code into container images for cloud deployment. It simplifies building and publishing container images using Swift Package Manager.

A Scaled Down Look at Spending, Revenue, and What's Being Cut

https://www.debtinperspective.com/images/debt_logo.png
The national debt is scaled down to $186,417 to make sense of its magnitude. Cuts to government grants and contracts have minimal impact on the deficit, equivalent to just 15 cents in the scaled federal budget.

Differential Coverage for Debugging

https://research.swtch.com/diffcover2.png
The user is discussing a debugging technique that uses differential coverage to identify code blocks involved in a failing test. This technique compares the code coverage of successful tests with the failing test to pinpoint the relevant code.

A $20k electric truck with manual windows and no screens? Meet Slate Auto

https://cdn.arstechnica.net/wp-content/uploads/2025/04/Blank-Slate-Headlight-Detail.jpg
Slate Auto unveiled its first EV, the Slate Truck, with a claimed 150 miles range and a starting price under $20,000. The truck features a flat-pack accessory kit and will be manufactured in the US, but faces challenges with tariffs and safety standards.

RFK Jr. Set to Launch Disease Registry Tracking Autistic People

https://images.newrepublic.com/cc1412307c75229e6c0908b3c14c1707bc9293c5.jpeg?auto=format&fit=crop&crop=faces&q=65&w=768&ar=3%3A2&ixlib=react-9.10.0
Robert F. Kennedy Jr. is using private medical records to create a registry of people with autism in the US, raising privacy concerns, while his vaccination stance has led to a haphazard effort to combat a growing measles outbreak. The Trump administration is facing criticism for its handling of various issues, including the proposed cuts to Medicaid, the elimination of the Bureau of Conflict ...

Finding Things the Government Might Know About You

https://static01.nyt.com/images/2020/08/14/reader-center/author-sarah-bahr/author-sarah-bahr-thumbLarge.png
The US government collects intimate data on Americans including bank account numbers and divorce dates. The Trump administration's plan to link these systems raises major privacy and security concerns.

ACM's flagship magazine seeks submissions by/for practitioners

https://cacm.acm.org/wp-content/uploads/2025/04/042425.BLOG_.Reversing-the-F-G.jpg
Communications of the ACM (CACM) is seeking articles for its new Practice section, focusing on computing practitioners' understanding and job performance. Articles should offer lasting insights into ideas, tools, and techniques to stay current in the rapidly evolving profession.

I made a college punching bag for rejected highschoolers

https://storage.skillseed.org/OG%20Image%20(10).png
The user created a viral project called College Punch where users could log punches against their rejected colleges, leading to a huge spike in traffic and several mistakes, including misconfiguration and botting issues. The project taught the user about databases and scaling, but ultimately had to be taken offline due to server costs, and may be revived in the future with funding.

"Poetry City": Iowa City, Iowa

https://www.publicbooks.org/wp-content/uploads/2025/04/Black_angel_iowa_city2-810x608.jpg
Iowa City is a literary town with a countercultural side, home to the Iowa Writers' Workshop and a UNESCO City of Literature. It has a history of avant-garde art and activism, but also faces challenges in preserving its unique identity.

Write an Interpreter in Ruby

https://files.speakerdeck.com/presentations/8cc39f81a4f0467086f0088135c5841e/slide_0.jpg?31131632
The user discusses various programming languages and interpreters, including Monkey Language, Ruby, Lua, and Crystal, and compares their performance using benchmarking tools. The user also mentions a new approach to interpretation, a production-ready VM with JIT capabilities, and a transpiled version of the code that achieves a significant performance boost.

How I set up new MacBooks

https://catalins.tech/content/images/2024/11/CleanShot-2024-11-15-at-10.53.19@2x.png
User wants to automate MacBook setup by creating bash scripts to install apps in bulk. They learned about Brewfile and macOS defaults for automating app installations and settings.

Mary MacLane, the Wild Woman from Butte

https://the-public-domain-review.imgix.net/essays/i-am-making-the-world-my-confessor/01-mary-maclane-1903-edit.jpg?fit=max&w=1200&h=850&auto=format,compress
A woman named mary maclane from butte, montana, became an international sensation. in 1902, she published her first book, which was criticized for its abominable passages, in hbo. john sutter: this deeply-researched, artfully-written biography lifts her powerful voice to tell the story - and to inspire readers to write their own. she is surrounded by dozens of rare

Prepper Disk

https://www.prepperdisk.com/cdn/shop/files/ShopifyHeroWithBestSellerBadge_1.png?v=1744144116&width=533
An offline computer that gives your devices access to maps, Wikipedia, how-to guides, and hundreds of survival resources for any emergency.

Fifteen new giant radio galaxies discovered with ASKAP

https://scx1.b-cdn.net/csz/news/800a/2025/fifteen-new-giant-radi.jpg
Astronomers used ASKAP to discover 15 new giant radio galaxies with sizes exceeding 3 million light years. The galaxies display various morphologies and are rare objects found in low-density environments.

Next-Gen GPU Programming: Hands-On with Mojo and Max Modular HQ

AboutPressCopyrightContact usCreatorsAdvertiseDevelopersTermsPrivacyPolicy & SafetyHow YouTube worksTest new featuresNFL Sunday Ticket © 2025 Google LLC

A year of hate: what I learned when I went undercover with the far right

https://i.guim.co.uk/img/media/1ee0852fdac4c0aa0ee2d35ad998ae4dfd8ac65b/0_0_5057_3371/master/5057.jpg?width=445&dpr=1&s=none&crop=none
Cnn's richard quest was an infiltrator for anti-fascist organisation hope not hate. hunt met a group that would change the course of the undercover project. he was able to endear himself to new groups by being friendly and smiley. quest met the pioneer fund, once worth millions of dollars, which was believed to be dormant. search found that the group had been tasked with

Dolphins Communicate with 'Fountains of Pee'

https://static.scientificamerican.com/dam/m/75bac7f6b37dc5fa/original/sa0525Adva10.jpg?m=1743442008.813&w=600
Scientists have discovered that animals use urine to communicate various information such as sex, dominance, and species. Examples include dolphins using aerial urination to convey social status and primates using urine to attract mates.

xPrize in Carbon Removal Goes to Enhanced Rock Weathering

https://spectrum.ieee.org/media-library/three-adults-wearing-hard-hats-and-reflective-vests-while-looking-at-tall-piles-of-crushed-basalt.jpg?id=59995670&width=1200&height=749
The XPrize Foundation awarded $50 million to Mati Carbon for its enhanced rock weathering technique that removes CO2 from the air. The company uses crushed basalt to improve soil quality and store carbon, with plans to expand to more small-farm owners globally.

New C++ features in GCC 15

https://developers.redhat.com/sites/default/files/2023-10/RHEL-2.png
GCC 15 is expected to be released in April or May 2025 with new features and improvements. It includes C++26 features like pack indexing, structured binding attributes, and more.

UIT – performant, modular, low-memory file processing at scale, in the Cloud

https://raw.githubusercontent.com/janwilmake/uit/main/process-formdata.drawio.png
UIT is a library for file processing at scale in the Cloud, offering a 4-step process with streaming and parallelization for low-memory usage. It's modular, extensible, and allows combining multiple modules for powerful file processing pipelines.

Done in by Time

https://thelampmagazine.com/images/the-lamp-logo-mark.png
The novel's subject matter has expanded in the 20th century, but its depth has not. The genre is struggling to find readers.

DOGE Just Ended Nuclear in America [video]

DOGE is building a master database for immigration enforcement, sources say

https://media.cnn.com/api/v1/images/stellar/prod/c-gettyimages-2195569491.jpg?c=16x9&q=h_833,w_1480,c_fill
Elon Musk's Department of Government Efficiency is building a master database to speed up immigration enforcement and deportations by combining sensitive data from across the federal government. The database, built with Palantir's help, aims to identify people with civil immigration violations and create targeting lists for Immigration and Customs Enforcement.

Commit signing in 2023 is kinda wack

https://lobi.to/static/pic/posts/wacksigning/wack-300-5b56edcca.png
The user discusses the limitations of traditional commit signing methods like GPG and SSH, citing impracticalities and security concerns, and explores alternative solutions like Sigstore's Gitsign and OpenPubkey that use short-lived cryptographic identities and transparency logs. The user concludes that while these solutions show promise, they are not yet widely adopted and require further ...

New analysis casts doubt on 'biosignatures' found on planet K2-18B

https://media.npr.org/assets/img/2022/09/23/short-wave_tile_npr-network-01_sq-517382b4b8fd0ab48ea9c781253f9992eab733dc.jpg?s=1100&c=85&f=jpeg
Astronomers reanalyzed data from the James Webb Space Telescope on K2-18b, a distant planet, and found too much noise to draw conclusions about life-associated gases. The results suggest more observations are needed to determine the planet's atmosphere.

Century-old genetics mystery of Mendel's peas solved

https://media.nature.com/lw767/magazine-assets/d41586-025-01269-8/d41586-025-01269-8_50892572.jpg
Scientists have identified the genes controlling three traits in peas that were previously unknown, including pea-pod color, pod shape, and flower branching. The breakthrough was made possible by a team of researchers using advanced sequencing and computational tools to analyze nearly 700 pea genomes.

Show HN: MoneyOnFIRE

https://2cfff8f50d1a7566a1f21de7c6e6c68f.cdn.bubble.io/cdn-cgi/image/w=768,h=643,f=auto,dpr=1,fit=contain/f1744983764608x837701576249067600/Account%20breakdown%20on%20FIRE%20Date.png
Managing finances for FIRE can be complex and overwhelming, but MoneyOnFIRE provides a personalized plan to achieve financial independence. It offers a clear target, timeline, and checklist to help users make smart tradeoffs and reach their FIRE date.

Writing a Linux Debugger (2017)

A debugger tutorial series has been expanded into a book, "Building a Debugger". The series covers creating a debugger for Linux programs in 10 parts, focusing on C and C++.

Simons Foundation Launches Collaboration on Ecological Neuroscience

https://simonsfoundation.imgix.net/wp-content/uploads/2025/04/22161757/Lede_SCENE_1180x660-2.jpg?auto=format&w=1020&q=90
Scientists from neuroscience and machine learning unite in the Simons Collaboration on Ecological Neuroscience to study how the brain integrates sensory and motor information. The $8M annual collaboration will explore how the brain encodes and uses information for action, bridging gaps in cognition understanding.

Rockets, robots and supercars made in Greece

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%2F5e66fe6e-21ef-472c-82ae-a5baa77e67b0_932x604.png
Greek students are making waves globally in aerospace, robotics, and automotive engineering, competing in international competitions and developing innovative products. A new generation of young Greek innovators is pushing boundaries and proving homegrown talent can make a global impact.

I used simple rules to make DFAs that kinda match accepted physics models

https://keweizhou1996-df477.web.app/1.jpg
The user created a Deterministic Finite Automaton (DFA) that resonates with our most accepted models of physics, using 5 major steps and a set of binary strings of length 6, with 4 creative pairs representing creation of matter from different contexts of emptiness. The DFA has two major variations, one with blackholes and whiteholes, and another with only blackholes, and it combines computer ...

Don't fear getting fired if you have ADHD

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%2F04eb0cdb-7eb9-4dff-b688-34ad62cef029_1024x1024.jpeg
People with ADHD often struggle in traditional workplaces due to mismatched expectations. Job loss isn't a personal failing, but rather a sign of incompatibility that can lead to valuable lessons and a path forward.

Tales of the Yucca Man (2018)

https://i0.wp.com/longreads.com/wp-content/uploads/2022/08/members-logo.png?resize=320%2C320&ssl=1
Reports of a mysterious creature, Yucca Man, have been documented in Southern California since the 1960s, with sightings of a hairy, red-eyed humanoid in various locations. The creature's existence is disputed, but it has been a part of local folklore and legend for generations, with some reports dating back to the Spanish colonial era.

Privacy folks – what's your take on using LLMs at work?

User is building Privacy AI and wants to learn about data privacy concerns when using AI tools at work, especially in finance, healthcare, and other sensitive industries. They're looking for real experiences from professionals in privacy, infosec, and compliance.