Garfield Minus Garfield

Garfield Minus Garfield is a site dedicated to removing Garfield from the Garfield comic strips in order to reveal the existential angst of a certain young Mr. Jon Arbuckle. It is a journey deep into the mind of an isolated young everyman as he fights a losing battle against loneliness and depression in a quiet American suburb.

Fintech founder charged with fraud; AI app found to be humans in the Philippines

https://techcrunch.com/wp-content/uploads/2020/07/GettyImages-1201941990.jpg?w=1024
Nate, a startup founded in 2018, exaggerated its AI capabilities, claiming 100% automation but actually relying on human contractors in the Philippines. The company ran out of money and sold its assets in 2023, leaving investors with near total losses.

Hacker News Hug of Deaf

https://susam.net/files/blog/beeper.png
User set up a Debian server to accept connections from Hacker News community, triggering 19044 terminal beeps in 24 hours. The experiment was a fun, pointless exploration of quirky ideas in computing.

PEP 750 – Template Strings

https://peps.python.org/_static/og-image.png
This pep introduces a new string prefix, t, to define template strings. the grammar was then formalized in python 701 which also lifted some restrictions. 'template strings' are able to intercept and transform interpolated values, and enable scalability and reusability. they are not intended to be used by template processing code, which may return any type. instead, they can be accessed by code that

Owning my own data, part 1: Integrating a self-hosted calendar solution

https://emilygorcenski.com/photo-gallery/writing/cal-arch.png
The user built their own calendar system to regain control of their data and reduce their dependency on big tech, using CalDAV and CardDAV to create a self-hosted calendaring system. The system allows them to share their calendar with others, automate event entry, and integrate with other data sources, saving them time and money in the process.

The Story Behind “100 Go Mistakes and How to Avoid Them”

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%2F9a9def5e-7c30-417c-b376-a876e5cd81b8_1600x800.png
A year after writing my book, i released 100go.co. the book officially moves from the development stage to production - in 2022 et al. john sutter: don't think about writing your book to become rich if you're new to the industry... he's got some advice for newbies: be patient and learn from others' mistakes, not yourself joel schmidt:

How a $2k 'Made in the USA' Phone Is Manufactured

https://www.404media.co/content/images/2025/04/CleanShot-2025-04-10-at-11.03.11@2x.png
Purism is a vertically integrated manufacturing company based in california. we go from parts in stock all the way to the manufacturing process, says daniel samuelson, ceo of the company. he says that's extremely rare in the united states. "it's going to be multiples of years and... major investment and undertaking," mr. simuales says.

Hunt for Red October 1990 (2016)

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjr0fHNWqXQp5OhrONYtpTuF7WVoKGdGxA9Nvs03MDH8kxd5CdFw0fW-V6MPCmA1IN2vtIlZABS-8dhQRQjjrEsKr4v_LsE9PYoat4WBqzW-MeUgjMMHpQ-aBl-wPTgX0PN3WKA3j1cIyw/s640/kg_red-october_002.jpg
ILM created 50 visual effects shots for the movie, using motion control and smoke environments to capture miniature submarine models. The team built various models, including a 21ft Red October, and used a wire rig and camera crane to achieve realistic underwater movements.

.localhost Domains

You've set up custom domains for local web-apps using launchd and Caddy, allowing easy access via .localhost domains. You'd like to simplify the process with a single command to install or uninstall apps.

Busy Bar

https://busy.bar/img/tild3634-3132-4233-b064-383131323032__mob_pomodoro-timer_5.svg
BUSY Bar is a productivity device with an LED display, Pomodoro timer, and distraction blocking feature. It's fully customizable, open-source, and smart home ready with Matter protocol support.

Big Book of R

https://www.bigbookofr.com/cover1.png
The website offers over 400 free R programming books, and users can search or contribute books via the menu or GitHub.

My Own Private Binary: An Idiosyncratic Introduction to Linux Kernel Modules

https://www.muppetlabs.com/~breadbox/txt/mopb/poster.jpg
Kernel module that implements a flat, metadata-less binary file format for linux. it's relatively straightforward to add support for new binary formats in the kernel - without recompiling your kernel, or rebooting you machine even, says scott mccarthy of breadbox.cpp. "the nice thing about this system is that we never have to worry about actually creating process from scratch," he says. ...

Usability Improvements in GCC 15

https://developers.redhat.com/sites/default/files/2023-10/RHEL-2.png
Improvements have been made to GCC 15, including visual diagnostics, improved SARIF output, and colorized error messages. These changes aim to make GCC easier to use and provide more useful information to developers, with some features already available in the GCC 15 prerelease.

Sleep is essential – researchers are trying to work out why

https://media.nature.com/lw767/magazine-assets/d41586-025-00964-w/d41586-025-00964-w_50793216.jpg
Researchers found that sleep deprivation in animals leads to death within 10 days, with the gut being the most damaged tissue. Sleep is crucial for homeostasis, regulating genes, metabolism, and hormones, and may be necessary for brain function and overall survival.

Colossus for Rapid Storage

https://storage.googleapis.com/gweb-cloudblog-publish/images/Colossus_for_Rapid_Storage.max-2600x2600.jpg
Google Cloud Storage's Rapid Storage offers sub-millisecond latency and appendable writes through a stateful gRPC-based streaming protocol. It unlocks new workloads by combining object storage's scalability with block-like storage's low latency and parallel filesystem's throughput.

Learning to Program with Haiku

https://www.haiku-os.org/files/images/ISBN_978-0-557-53969-7.jpg
The author started a series of lessons on learning to program for Haiku in 2010, aiming to teach basic programming skills to those who never had a teacher. The lessons are distributed under a Creative Commons license and cover topics from basic data types to GUI programming and Haiku API.

Why Tap a Wheel of Cheese?

https://images.squarespace-cdn.com/content/v1/5eb43938f468c330e7d8d665/47068e8c-a296-4cd9-900e-82471d52c105/Renato+Giudici+demonstrates+his+skill+photo+credit+Kristine+Jannuzzi.jpg
Two specialized "battitori" tap Parmigiano Reggiano wheels with a metal hammer to detect defects within 6-7 seconds. They assess each wheel based on sound, categorizing them as perfect, minor defects, or significant flaws.

Demystifying the (Shebang): Kernel Adventures

The Linux kernel uses the shebang (#!) as a fallback mechanism to find the interpreter for a script, but it's actually handled directly by the kernel itself. The kernel checks the execute permission of a script file before executing it, and if it's missing, it returns an EACCES error code.

Elliptical Python Programming

The author discusses Python's built-in zen and its importance in writing clear code. They provide an example of a Python program using ellipses to demonstrate a point about code readability.

Black Mirror's pessimism porn won't lead us to a better future

https://i.guim.co.uk/img/media/799bb8f702b3254d9e322ed235e08d81999373a1/0_0_5156_3500/master/5156.jpg?width=465&dpr=1&s=none&crop=none
Black Mirror's dystopian narratives often ignore the benefits of technology and the future, instead fueling pessimism and fear. This reductive approach clouds our thinking and fails to inspire constructive solutions to the challenges of technological change.

Isaac Asimov describes how AI will liberate humans and their creativity (1992)

https://cdn8.openculture.com/2025/04/07225404/asimovonai-1024x576.jpg
Isaac Asimov described artificial intelligence as devices doing tasks associated with human intelligence, such as alphabetizing cards. He envisioned AI freeing humans from mundane tasks, allowing them to focus on creative pursuits.

2025 AI Index Report

https://hai.stanford.edu/_next/image?url=https%3A%2F%2Fhai-production.s3.amazonaws.com%2Fimages%2F2024-index-cover-screenshot.png&w=1920&q=75
The AI Index report highlights AI's rapid growth and increasing influence on society, with advancements in areas like healthcare, transportation, and business. AI investment and usage are accelerating globally, but concerns about safety and ethics persist.

America Is Backsliding Toward Its Most Polluted Era

https://cdn.theatlantic.com/thumbor/NcA_OV9sdf5oncAAx7R6PQW1tsQ=/0x0:2000x1125/960x540/media/img/mt/2025/04/2035_4_1_Trump_Air_Quality_JA/original.jpg
The Trump administration is rolling back environmental rules, potentially worsening air quality in the US, which can cause health problems such as asthma, heart disease, and cognitive decline. This move could lead to more premature deaths and health issues, particularly for vulnerable populations, including children and low-income communities.

Once lush Sahara was home to a surprisingly unique group of humans

https://www.sciencealert.com/images/2025/03/AncientHumanFromWhenSaharaWasLush-642x260.jpg
Ancient DNA analysis reveals 7,000-year-old Sahara inhabitants kept to themselves, sharing genes with 15,000-year-old Moroccan foragers. The Sahara's past shows early herders and foragers had limited gene exchange, suggesting cultural exchange spread pastoralism across the region.

ICE director envisions Amazon-like mass deportation system

https://azmirror.com/wp-content/uploads/2025/04/2025-border-security-expo-scaled.jpg
The leader of Immigration and Customs Enforcement said that his dream for the agency is squads of trucks rounding up immigrants for deportation the same way that Amazon trucks crisscross American cities delivering packages. “We need to get better at treating this like a business,” Acting ICE Director Todd Lyons said, explaining he wants to see a deportation process “like (Amazon) Prime, but ...

No Pay, No Work; Early Career Lessons

https://danielsada.tech/images/blog/career/firebug.png
You're sharing a story about a job you had at 17 where the company struggled with payments and you eventually resigned due to the lack of pay. You learned a valuable lesson about the importance of being paid for your work.

SDL2 for macOS 9 “rough draft”

openresty

Rebuilding Prime Video UI with Rust and WebAssembly

https://imgopt.infoq.com/fit-in/3000x4000/filters:quality(85)/filters:no_upscale()/sponsorship/eventsnotice/fb4b0b81-12dc-4d49-9596-5ff174c0dcd1/resources/1BoomiWebinarApril8-Transcript-1741000290392.png
A lot of our low-level ui engine was built in webassembly and rust. hardware capabilities between devices is another big pain point for us - eric samuelson, amazon.com execs say that if you go from javascript to web assembly, you have to go back and touch native code first. we're going to walk you through an example of how things worked before

NIH freezes all research grants to Columbia University

The US NIH is freezing all remaining grant money to Columbia University until further notice due to allegations of antisemitism. This move comes after the White House ordered NIH to terminate $250 million in grants and is part of a broader review of federal funding to several universities.

Show HN: Koreo – A platform engineering toolkit for Kubernetes

https://koreo.dev/img/home/koreo_workflow.gif
Koreo workflows automate Kubernetes resource management through structured data and functions. It enables declarative configuration, modularity, and testing for consistent infrastructure management.

Arroyo (YC W23) has been acquired by Cloudflare

https://www.arroyo.dev/cdn-cgi/image/width=1920,quality=90/posts/arroyo-cloudflare/arroyo-cloudflare.webp
Arroyo has been acquired by Cloudflare to bring serverless SQL stream processing to the Cloudflare Developer Platfrorm, integrated with Queues, Workers, and R2. The Arroyo Engine will remain open-source and self-hostable.

Design System Options for Rails

https://laky.05f7153ee69759e20a5c0820526d5bff.eu.r2.cloudflarestorage.com/l0eqw8bptzf8zyi652nlsmop9nid?response-content-disposition=inline%3B%20filename%3D%22Screenshot%202025-04-06%20at%2010.00.33.png%22%3B%20filename%2A%3DUTF-8%27%27Screenshot%25202025-04-06%2520at%252010.00.33.png&response-content-type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=3356087d911ce99c089c1cc4079c8c3d%2F20250410%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250410T043949Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=a22b03d3225c45ba4e0f8ae4250d1611437e3658533e9c8ef5408ffa80f29773
The user is looking for a design system for Business Class, a Rails application, and has considered several options including Shadcn/UI, daisyUI, Flowbite, and RubyUI, each with its pros and cons. The user has decided to stick with Tailwind CSS and is considering using a pre-made UI library or building a custom theme for Business Class.

LLM Benchmark for 'Longform Creative Writing'

https://eqbench.com/images/eqbench_logo_sml.png
The Slop column measures overused phrases, lower is better, while Repetition measures repeated words, higher is worse. A mini-sparkline shows chapter quality, with degradation score and judge rating also provided.

Attorney representing a student protester detained by federal immigration agents

User needs to register or sign in with developer credentials and ensure a unique User-Agent string to access the application. Alternatively, they can try resetting to default User-Agent or file a ticket for assistance.

Controlling Language and Diffusion Models by Transporting Activations

https://mlr.cdn-apple.com/media/Fig1_pink_elephant_1d858a2715.jpg
Apple researchers developed Activation Transport (AcT), a modality-agnostic technique providing fine-grained control over generative models with negligible computational overhead. AcT uses optimal transport theory to steer activations, enabling reliable and safe model outputs.

Systemd ParticleOS

https://opengraph.githubassets.com/be2ab970a43eb50fb045b323617dde92d3498fcd6aee3eae4aa28676b7d33fff/systemd/particleos
ParticleOS is a customizable immutable distribution built with mkosi, allowing users to configure the image with their own keys and packages. It supports Secure Boot, systemd features, and systemd-homed, with optional features like firmware inclusion and LUKS discard.

Show HN: I built a tool to manage and compare credit card rewards

https://rewards.getonecard.io/_next/image?url=%2Fimages%2Fhomeslice.jpg&w=3840&q=75
Add your credit cards to your wallet, and let our AI instantly recommend the best card to maximize rewards at any merchant.

Cargo-mutants:zombie: Inject bugs and see if your tests catch them

https://opengraph.githubassets.com/88b50cf0aaf5a532f51dcb9fc18584a736adb4373ff7bc7c5882ef57e55fb7f7/sourcefrog/cargo-mutants
cargo-mutants improves program quality by finding potential bugs in code that tests don't catch. It's easy to run on any Rust source tree and can help with non-flaky tests.

The Columbian Orator taught nineteenth-century Americans how to speak

https://www.neh.gov/sites/default/files/styles/medium/public/2025-03/Spring%202025_webimages_Bingham_AF.JPG?itok=e06e6zZG
Douglass and Lincoln were influenced by The Columbian Orator, a textbook that taught rhetoric and shaped their intellectual and spiritual growth. The book, first published in 1797, was a guide to language and helped nurture the national conversation in early America.

Suffering-Oriented Programming (2012)

http://static1.1.sqspcdn.com/static/f/621062/16420389/1328432726057/regression.png?token=pIHZp7ayTd6e8tNptx4zhSTZW7E%3D
The author developed a style called "suffering-oriented programming" to reduce risk in big projects by focusing on solving real problems first, then making it beautiful and fast. This approach involves hacking, learning, and iterating to acquire use cases and drive design decisions.
https://i.guim.co.uk/img/media/0f6100606d2fa1369a9d3d4d4274788336f2b317/0_0_1918_1278/master/1918.jpg?width=465&dpr=1&s=none&crop=none
The Trump administration is considering a consent decree against Columbia University over allegations of failing to protect students from antisemitism. The university has already accepted changes to restore $400m in federal grants, but a decree would be a more drastic measure.

France's new high-speed train has Americans asking: Why can't we have that?

https://grist.org/wp-content/uploads/2025/04/0409_HighSpeedRail.jpg?quality=75&strip=all&w=900
France's new TGV Inoui train features sleek designs and accessibility features, set to begin service in 2026. The US lags behind in high-speed rail, but projects like Brightline West and Amtrak's Acela may bring transformative change.

What if your website had business hours? (2022)

Author discusses limited hours for software business like physical stores, citing B&H Photo's Saturday closure. This approach could save cloud costs and reduce on-call time.

Evidence suggesting Quasar Alpha is OpenAI's new model

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%2F17d7e167-8010-4750-b8f9-78af4383ae9c_1492x978.png
OpenRouter's Quasar Alpha model gained popularity, becoming #1 in computer programming usage, with some speculating it's OpenAI's o4-mini-low model. It's used in open-source VS Code extensions like Roo Code and Cline for AI coding.

Blue Shield Data Breach (Google Ads)

https://s3.amazonaws.com/cms.ipressroom.com/347/files/20253/67ec45b43d633236a2e63455_Alchemist+Sacramento+group+photo+day+of+service_Carousel/Alchemist+Sacramento+group+photo+day+of+service_Carousel_thmb.jpg
Blue Shield of California notified members of a potential data breach involving protected health information shared with Google Ads between April 2021 and January 2024. Members are advised to remain vigilant and review account statements and credit reports for suspicious activity.

Learning Assembly for Fun, Performance and Profit

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%2F3df5b581-2658-4dff-acc8-d2f300be394a_1624x1080.png
Learning assembly language is still valuable despite the rise of high-level languages and LLMs, as it helps understand how computers work and is essential for debugging code. The author recommends learning assembly language on a 64-bit RISC-V architecture, citing its simplicity, accessibility, and potential for future use.

Are .NET 4.x and JDK 8.x the "zombie" runtimes of enterprise software?

Industry inertia keeps older versions like .NET 4.x and JDK 8.x stable and widely used despite newer versions. These older stacks are often more stable and battle-tested, but will eventually be sunset due to lack of updates and support.

Roo or Cline? We're building a superset

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%2F64b638fa-dfd3-4027-b52e-ef13e2b50994_1600x900.png
Our company's mantra is "don't innovate" by copying successful ideas from other products. We're building Kilo Code as a superset of Cline and Roo Code, adding features to make it the best AI coding assistant.

National Weather Service no longer translating products for non-English speakers

The National Weather Service has stopped providing language translations of its products due to a contract lapse, putting non-English speakers at risk of missing life-saving weather warnings. This affects nearly 68 million US residents who speak a language other than English at home.

Dice and Queues

https://justincartwright.com/images/0001-dice-and-queues/dice-throws.png
A simulation of an M/D/1 queue was created using a die roll to model arrivals, showing that average queue size increases significantly as utilization approaches 100%. The simulation agrees qualitatively with theory, demonstrating that average queue size tends to increase as utilization approaches 100%.

Locating Stealth Fighters with Cheap Cameras Without Using AI or Radar [video]

ELD: A new open-source embedded linker tool for embedded systems

https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/images/blog/headshots/Shankar-Kalpathi-Easwaran.jpg
Qualcomm Technologies developed eld, an open-source linker for embedded systems, to address complex use cases and customer needs. The eld linker is designed to work with ELF files and is fully compliant with GNU standards, with a goal of collaboration and feature development with the linker community.

Kids can't use computers and this is why it should worry you (2013)

http://static.guim.co.uk/sys-images/Guardian/Pix/pictures/2013/6/8/1370710424658/new-prism-slide-001.jpg
We should be teaching kids to stay safe on-line rather than filtering their internet, writes daniel saunders. kids should not be taught how to use a computer, he says, but how it can be used to do general purpose computing. if they can't use it, they shouldn't be allowed to play with it. we need to teach them to think critically and critically about what they are doing.

Are Americans Still Welcome in Europe?

https://blog.ricksteves.com/cameron/files/2025/03/CH24SeptBalkansP_182.jpg
As an American traveling to Europe, you can expect to have interesting conversations about current events and politics, but Europeans tend to treat individuals as separate from their leaders' actions. To have a good experience, be prepared to engage in open-minded discussions, show empathy and curiosity, and focus on person-to-person interactions to represent the USA positively.

Ames Shovel and Tool Catalog of Shovels, Spades and Scoops (1926) [pdf]

Oliver ames tools are distributed throughout the world, and are readily sold. the outer layers of soft steel wear faster than the inner layer of hard steel, thereby providing at all times a thin, sharp blade. oliver's sand and gravel shovels are manufactured in the extra, high, intermediate and common grades, for descriptions of which see pages 6, 8, 10, 12 and 14, respectively. concrete ...

Nominal Aphasia: Problems in Name Retrieval

https://serendipstudio.org/exchange/files/200px-SARS-CoV-2_49531042877.jpg
The author experiences difficulty recalling names of acquaintances and objects due to a word-finding problem called anomia. This issue arises from faulty encoding and retrieval of information in the brain's memory system.

Mistakes and cool things to do with arena allocators

https://zylinski.se/arena-mistakes/cover.png
Using arena allocators with dynamic arrays can lead to memory waste due to the arena's linear allocation and inability to deallocate individual parts. To avoid this issue, use the default allocator context or consider using a growing virtual arena, which can reuse addresses and reduce memory fragmentation.

The Manicule: The little hand that's everywhere

https://www.messynessychic.com/wp-content/uploads/2025/03/maniculescrop-930x931.jpg
The manicule, a pointing hand symbol, has guided readers for centuries, evolving from a medieval reader's highlighter to a premeditated pointer in printed books. It has survived through various mediums, including digital interfaces, and remains a universal sign of "click here" and attention.

BS 1363 British Plugs and Sockets

https://www.plugsocketmuseum.nl/GB/BS1363socket.jpg
BS 1363 plugs and sockets were introduced in the late 1940s as a new standard for fused-plugs and shuttered socket-outlets. They are used in the UK, Ireland, and some countries in Africa and Asia, featuring safety shutters and a ring circuit wiring system.

Ambient music on iOS 18.4 and the return to the Apple's Music app

The website is temporarily blocked due to security reasons after a suspicious action was detected. Please email the site owner with the Cloudflare Ray ID and details of the action that triggered the block.

Delusional themes may be more varied than we thought

https://www.bps.org.uk/_next/image?url=https%3A%2F%2Fcms.bps.org.uk%2Fsites%2Fdefault%2Ffiles%2Fstyles%2Fresponsive%2Fpublic%2F765%2F534%2F0%2F2025-04%2FPoison.jpg&w=3840&q=75
A recent study found 37 distinct delusional themes, more than previously accounted for, with significant cultural variations in how people experience delusions. The study highlights the need for a broader, more globally informed approach to psychosis, moving beyond rigid diagnostic frameworks.

MusiCoT, a chain-of-thought (CoT) prompting technique for music generation [pdf]

Integrating musicot within the melody framework consistently yields exceptional generation performance. a key feature of musiccot is its capability to analyze intermediate musical content using predicted clap rvq tokens in conjunction with various text anchors. for better pronunciation clarity, the best-rq model is fine-tuned with ctc loss, similar to the approach in [59] - armand joulin et al.

RNA interference and nanomedicine team up to fight dangerous fungal infections

https://scx1.b-cdn.net/csz/news/800a/2025/major-progress-in-the-1.jpg
Scientists have developed a new antifungal therapy using RNA interference and nanomedicine to target Aspergillus fumigatus. This approach shows promise in reducing fungal growth and could be used against other fungal pathogens.

Cloudflare R2 Data Catalog: Managed Apache Iceberg tables with zero egress fees

https://cf-assets.www.cloudflare.com/zkvhlag99gkb/3DLiKvo4JZk27ITbyBcZHm/b49fe94354e7f89b5e55cdf722fe2732/Feature_Image.png
Cloudflare launched R2 Data Catalog in open beta, a managed Apache Iceberg catalog for querying large analytic datasets in object storage. It provides database-like capabilities without managing external infrastructure.

We quit our Big Tech jobs after hitting #1 on HN and Product Hunt

https://cdn.heyopenspot.com/Kassidy%20-%20Behind%20the%20Profile.webp
A modern profile platform connects you with meaningful connections and lands interviews through personalized pages and AI-driven matchmaking. It offers analytics, video sharing, and exclusive Discord access for resume tips and profile optimization.

Show HN: Time Travel with Your SQL

Hi, my name is Anguel and I am one of the developers of WhoDB (https://github.com/clidey/whodb) I am not a fan of the dbeaver, beekeeper, adminer, etc experience because they are bloated, ugly, and at best okay but not great. Would love for you to check it out and give some feedback aka roast us into oblivion:

Evidence of 22,000-year-old vehicles found at White Sands National Park

Press & Hold to confirm you area human (and not a bot). Reference ID f7900858-18c0-11f0-ae01-c478d742ed19

The Curious Case of Jupiter Ace

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%2Fc51c0e22-325a-4e76-b2a9-5f434b26ca07_967x556.jpeg
The Jupiter Ace home computer, launched in 1982, used Forth instead of BASIC, which was a solid choice for its technical capabilities but less well-known and harder to learn. The real reason for its commercial failure was its outdated hardware, not the choice of programming language.

Lawmakers are skeptical of Zuckerberg's commitment to free speech

https://platform.theverge.com/wp-content/uploads/sites/2/chorus/uploads/chorus_asset/file/25546248/STK169_Mark_Zuckerburg_CVIRGINIA_B.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=2400
Meta's CEO Mark Zuckerberg is accused of hypocrisy by whistleblower Sarah Wynn-Williams, who claims he censored her and now advocates for free speech. Lawmakers urge Zuckerberg to testify before Congress to clear up allegations of Meta's dealings with China and censorship.

The Russian Paradox: So Much Education, So Little Human Capital

https://theamericanenterprise.com/wp-content/uploads/2025/04/April-2025_Article-1_Image_1400x600_FINAL-3.jpg
Russia has a paradoxical situation where it has high levels of education but poor health profiles and low productivity in knowledge production. This is evident in its low life expectancy and high mortality rates from non-communicable causes despite its high educational attainment.

What Your Sleep Tracker Gets Wrong About Sleep

https://cdn.prod.website-files.com/65d596d97c71f33757b07b96/67f848ddbccc67f675acf9db_Sleep%20Score.png
Sleep trackers often prioritize consistency over actual restorative sleep quality, rewarding predictable schedules over individual needs. Affectable Sleep aims to optimize sleep in real time, focusing on physiological and neurological processes rather than averages and textbook formulas.

Linux on Samsung Chromebook Plus (Kevin) with Rockchip RK3399 ARM SoC (2024)

https://www.devkitsune.net/blog/wordpress/wp-content/uploads/2024/01/PXL_20231218_011826090-1024x771.jpg
The user installed Linux on their Samsung Chromebook Plus with a Rockchip RK3399 ARM CPU, trying Arch Linux ARM and PrawnOS, but both had issues with WiFi functionality. They eventually found CadmiumOS, a Debian-based distro that worked flawlessly, including WiFi and stylus support, and was stable and mature enough for light 3D gaming.

TVMC: Time-Varying Mesh Compression

https://raw.githubusercontent.com/frozzzen3/TVMC/main/images/TVMC-workflow.png
This repository implements TVMC for time-varying mesh compression using a reference mesh. It includes scripts for running the pipeline and generating figures for the paper, tested on Windows 11 and Ubuntu 20.04.

ESA has a commercial launch strategy, but will member states pay?

https://cdn.arstechnica.net/wp-content/uploads/2025/03/GettyImages-623392944-640x427.jpg
The European Space Agency is launching the European Launcher Challenge to foster competition in the European launch market by selecting companies for service contracts and demonstration of upgraded launch vehicles. The goal is to establish privately developed competitive launch services in Europe, allowing for open competition for launch contracts.

This site uses cookies to store the fact you clicked “Accept Cookies”

The EU's GDPR law may not effectively stop companies from collecting data, but rather forces them to hide it behind complex terms and conditions. The law relies on trust and experts to keep the internet safe, but some consider it ineffective against data-hungry companies.

Show HN: Pledge – A Lightweight Reactive Framework for Swift (No Rx Overhead)

https://private-user-images.githubusercontent.com/56252259/428506659-f1faaf4f-d6ee-4560-956d-b09b5c9c4aef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDQzMDA5MjQsIm5iZiI6MTc0NDMwMDYyNCwicGF0aCI6Ii81NjI1MjI1OS80Mjg1MDY2NTktZjFmYWFmNGYtZDZlZS00NTYwLTk1NmQtYjA5YjVjOWM0YWVmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA0MTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwNDEwVDE1NTcwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI4OTAxM2M4ZjRiYmUwOWFkYWUyZmQxY2Q4NmZiYzdjYTRhYTVhYTBjMTMzOTZmY2Y4NDgzN2E3ZmI1NmU5NTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.B72Zd_3vK7-i2mEfCY5TTUMORxG3hImUOtafcievQrc
Pledge is a lightweight Swift framework for reactive programming that simplifies state management and event propagation. It provides a clean way to implement the observer pattern with features like observable values, subscriptions, and batch updates.

The new doping trick – and why scientists fear athletes are already using it

https://www.telegraph.co.uk/content/dam/briefs/2025/04/10/TELEMMGLPICT000419642998_17442879333480_trans_NvBQzQNjv4Bqjj7NJ3YiIjAb1WHq3sE3uk8FchWZRD3tSYOiRwPjWDo.jpeg?imwidth=350
Scientists at Harvard Medical School are investigating a new doping method using mitochondrial transplantation to boost athletes' endurance. Authorities are concerned that athletes may already be using this undetectable method to gain an unfair advantage in sports.

Enhancing Your MIDI Devices: Round II

https://www.perl.com/images/enhancing-midi-hardware-with-perl/midicamel.png
The user created CPAN packages to enhance MIDI devices with filters, allowing real-time control and processing of MIDI events. The packages, including MIDI::RtController and MIDI::RtController::Filter, enable users to craft custom filters and control their MIDI devices with minimal code.

Microgravity 101

https://sparkgravity.com/images/unsplash_drew_beamer-640_by_426.jpg
Microgravity is a condition with extremely small gravity, typically between 1 thousandth and 1 millionth of Earth's gravity, where objects feel weightless due to continuous freefall. Spark Gravity aims to provide programmable gravity environments, including 0G, partial-G, and full-G, to give researchers more control over their experiments.

Royal Mail trials solar-powered postboxes with barcode scanners

https://eandt.theiet.org/sites/default/files/styles/uncropped_medium/public/2025-04/web_RM-POSTBOXAPR25_Credit_Royal-Mail_3547_1600x900.jpg?itok=NO3IqfH5
The Royal Mail has unveiled a solar-powered postbox equipped with a barcode reader that is designed to make it easier for customers to drop off their parcels.

Flying somewhere? You may finally need that Real ID

Please enable JS and disable any ad blocker

Collaborative, agent to agent scenarios

https://google.github.io/A2A/images/a2a_main.png
Seamless Agent Collaboration enables interoperability between autonomous agents from different frameworks and vendors. It simplifies enterprise integration and supports key requirements for secure agent ecosystems.

Rusty Cascading Style Sheets – Another CSS Preprocessor

https://raw.githubusercontent.com/ved-patel226/RCSS/master/assets/logo/128.png
RCSS is a CSS styling language with Rust-inspired syntax and SASS-like features. It compiles automatically to CSS when files are saved in a specified directory.

Lotka–Volterra Equations

https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Milliers_fourrures_vendues_en_environ_90_ans_odum_1953_en.jpg/330px-Milliers_fourrures_vendues_en_environ_90_ans_odum_1953_en.jpg
The lotka–volterra predator–prey model is a pair of first-order nonlinear differential equations. it is frequently used to describe the dynamics of biological systems in which two species interact, one as predator and the other as prey. abrams, p.; ginzburg, l. r. (2001). ''predator-reptile dynamics: the emergence of new species' - e.g

Trustworthy AI Without Trusted Data

https://actu.epfl.ch/image/153695/1108x622.jpg
Researchers are developing ByzFL, a library to improve federated learning models against bad data and ensure trustworthy AI systems. This library uses robust aggregation schemes to ignore extreme inputs and prevent AI systems from learning from malicious or incorrect data.

The reasons SpaceX won nearly all recent military launch contracts

https://cdn.arstechnica.net/wp-content/uploads/2025/04/GettyImages-2203986391-640x427.jpg
The US Space Force awarded SpaceX a $5.9 billion deal and assigned most lucrative launch contracts to the company, sparking concerns over conflicts of interest due to Elon Musk's ties with President Trump. ULA's president, Tory Bruno, says the company's cheaper prices and ready-made rockets made it harder to compete.

Google Is Winning on Every AI Front

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%2Fc0b56a55-08ab-4b78-b5cc-daa5bf90b965_4056x1792.png
Google DeepMind's Gemini 2.5 Pro model is currently the best in the world, outperforming competitors in various benchmarks. Google dominates the AI landscape with Gemini, Lyria, Imagen 3, Veo 2, and other generative AI tools, surpassing OpenAI and others in performance and cost.

China-Based SMS Phishing Triad Pivots to Banks

https://krebsonsecurity.com/wp-content/uploads/2025/04/wall-o-phones.png
Chinese SMS phishing groups, known as the Smishing Triad, are targeting international financial institutions and converting phished payment card data into mobile wallets from Apple and Google. They use innovative techniques to evade security defenses and have expanded their infrastructure and staff, targeting customers in over 121 countries.

Colossus: The secret ingredient behind Google Cloud's Rapid Storage

https://storage.googleapis.com/gweb-cloudblog-publish/images/Colossus_for_Rapid_Storage.max-2600x2600.jpg
Google Cloud Storage's Rapid Storage offers sub-millisecond latency and appendable writes through a stateful gRPC-based streaming protocol. It unlocks new workloads by combining object storage's scalability with block-like storage's low latency and parallel filesystem's throughput.

Procedural Generation of Mammals and Locomotion

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1UPpJ75QM7Xwsrvo0xIj0kez8I_P2AndgRJm0Ni5X-OIakCbGmOtmxB41rRByO6-ZueTWCjluFsRdukGS3pdEWYchfh1vtFMrqimIXPbYFQDDlg93HyHwR1pWhjksvCQO4qqGT1ER6MZ-dmB75ojV2dmvV7EyMD67dwZ-wE8LiweSFgELjVkt0tc7Nrk/s1600/CreaturesGoal.jpg
For my game the big forest, i want to have creatures that are procedurally generated and animated. sam taylor's work on the creatures actually started earlier though, and here's a video of them interpolating between each other. the results look cool, but most are not close to meeting my standards, as he expected. but it might help me identify which aspects of the generation are still ...

Show HN: AI quiz generator from any topic or book in seconds

Create and take AI-generated quizzes on any topic

Solid (formerly Wise) files for bankruptcy

https://techcrunch.com/wp-content/uploads/2022/11/GettyImages-1078495558.jpg?w=1024
Solid, a fintech company, filed for Chapter 11 bankruptcy due to significant litigation and inability to raise more capital. The company, valued at $330 million in 2022, is now restructuring or selling itself with a limited amount of cash and three employees.

Amazon CEO Andy Jassy's 2024 Letter to Shareholders

https://assets.aboutamazon.com/dims4/default/86aba40/2147483647/strip/true/crop/1280x720+0+0/resize/1280x720!/quality/90/?url=https%3A%2F%2Famazon-blogs-brightspot.s3.amazonaws.com%2F04%2Fba%2Fee1dd74747198610bf3117e07552%2Fblack-and-white-amazon.com%20shareholder%20letter.jpg
Amazon's total revenue grew 11% year-over-year from $575b to $638b. john sutter: speed disproportionately matters for every business - at all times. we are still in the early stages of learning how to bring new value to our customers, he says... and we will continue to set the bar high in our approach to hiring. amazon has a long-standing tradition of delivering on its promises to its customers

EGPU: Extending eBPF Programmability and Observability to GPUs

https://camps.aptaracorp.com/ACM_PMS/PMS/ACM/HCDS25/10/13a8f7c0-0a7e-11f0-ada9-16bb50361d1f/OUT/images/hcds25-10-fig1.jpg
Bpftime removes the need for multiple context switches, providing up to a 10x performance boost. egpu helps cut overhead by avoiding frequent kernel launches and supports faster data exchange - xml python dubbed 'egpu's most promising use case is in high-performance graphics processing units (hpcu) ptx jit integrates naturally with existing nvidia toolchains

Universal photonic artificial intelligence acceleration

https://media.springernature.com/m312/springer-static/image/art%3A10.1038%2Fs41586-025-08854-x/MediaObjects/41586_2025_8854_Fig1_HTML.png
Researchers have developed a photonic AI processor that achieves near-electronic precision for many workloads, marking a notable entry for photonic computing into competition with electronic AI accelerators. This processor executes advanced AI models, including ResNet3 and BERT, and demonstrates a step towards developing post-transistor computing technologies.

Show HN: Temp.pw

temp.pw generates a random password which you can share via a link, which expires after one use. This way the password isn't stored in chat history, email or anywhere else. You can also just enter whatever text you want and share it the same way.
User suspects link was killed due to controversial topic or source filter, possibly detecting spammy or paywalled content. They think 404 media is automatically blocked due to its content or lack of paywall.

Numbers and Unicorns

A mathematician discusses the concept of numbers and their existence, comparing it to unicorns. Numbers have a significant impact on modern life, but their existence is a matter of interpretation, possibly created by humans.