Thoughts on thinking

https://svbtleusercontent.com/qe2ZNuMfFHb3h7KYLJvAhM11320xsuap_large.png
The author feels their creativity and thinking skills have atrophied due to relying on AI for ideas and completion. They believe true intellectual growth comes from developing thoughts themselves, not just reading AI output.

Ground control to Major Trial

https://virtualize.sh/blog/content/images/size/w960/2025/05/majortrial.jpg
A company with $130 million annual revenue abused a 30-day trial system for a free open-source product, using over 60 fake accounts to avoid paying for support. Their actions undermine the sustainability of open-source software and may lead to new limits on trial usage.

A Research Preview of Codex

Waiting for openai.com to respond...

Getting AI to write good SQL

https://storage.googleapis.com/gweb-cloudblog-publish/images/1_Text-to-SQL_at_Google_Cloud.max-1800x1800.jpg
Google Cloud's text-to-SQL agents, like Gemini, generate SQL from natural language, increasing developer and analyst productivity, but struggle with ambiguous questions and complex specifications. To address these issues, Google Cloud applies techniques such as semantic layering, disambiguation, retrieval, and validation to improve the quality and accuracy of text-to-SQL solutions.

MIT asks arXiv to withdraw preprint of paper on AI and scientific discovery

MIT conducted a confidential review of the preprint paper "Artificial Intelligence, Scientific Discovery, and Product Innovation" and found no confidence in its data and research. The paper will be withdrawn from arXiv due to concerns over research integrity and accuracy.

After months of coding with LLMs, I'm going back to using my brain

The author scaled back their use of AI for coding after experiencing frustration with LLMs building jumbled messes. They now use AI as an assistant, writing plans and checking code, but not relying on it for complex tasks.

Ollama's new engine for multimodal models

https://ollama.com/public/blog/multimodal.png
Ollama now supports multimodal models with a new engine, improving local inference reliability and accuracy. It isolates each model, allowing creators to implement and ship their code without affecting others.

BuyMeACoffee silently dropped support for many countries (2024)

https://zverok.space/img/2024-08-08-bmac/image00.png
BuyMeACoffee dropped Payoneer support without notice, affecting Ukrainian creators who rely on the platform for income. The company's communication and handling of the situation have been criticized as neglectful and dismissive.

NASA keeps ancient Voyager 1 spacecraft alive with Hail Mary thruster fix

https://regmedia.co.uk/2017/12/03/voyager_probe_shutterstock.jpg
NASA revived Voyager 1's primary roll thrusters after 18 years of inactivity. The successful maneuver ensures Voyager 1's ability to stay aligned with a tracking star and avoid drifting out of contact.

Moody’s strips U.S. of triple-A credit rating

https://www.ft.com/__origami/service/image/v2/images/raw/https://barrier-page-components.s3.eu-west-1.amazonaws.com/assets/images/us_election_2024/feature_countdown.png?source=next-barrier-page
The Financial Times offers a free guide to Trump's second term and US politics with impartial coverage. Subscribe for digital access to quality journalism and expert analysis with a 20% discount for paying upfront.

The first year of free-threaded Python

https://labs-8r095g8fa-quansight.vercel.app/posts/free-threaded-one-year-recap/snake-cartoon.jpg
The CPython developers released CPython 3.14.0b1 and PyCon 2025 kicked off, marking a significant milestone for free-threaded Python. Quansight played a key role in enabling experimental use of free-threaded Python with real production workflows and contributed to supporting free-threaded Python in various packages and projects.

Sci-Net

Sci-Net is a platform that helps users request and upload research papers, protecting anonymity and rewarding contributors with decentralized tokens. It promotes open knowledge by making papers free and accessible to everyone, contributing to the public domain and indirectly supporting Sci-Hub.

Show HN: KVSplit – Run 2-3x longer contexts on Apple Silicon

https://raw.githubusercontent.com/dipampaul17/KVSplit/main/plots/kv_cache_memory_usage.png
KVSplit optimizes LLMs on Macs by applying different quantization precision to keys vs values in the attention mechanism. This allows for longer context windows and larger models on consumer hardware with minimal quality degradation.

I'm Peter Roberts, immigration attorney, who does work for YC and startups. AMA

You'll be available for 5-6 hours and will provide factual discussions on immigration topics, avoiding specific case advice.

Java at 30: Interview with James Gosling

https://cdn.thenewstack.io/media/2025/05/7ff5c9cc-gos-2-1-1024x358.png
James Gosling, the creator of Java, reflects on the language's 30-year history and its continued relevance in modern computing. Gosling emphasizes the importance of practical utility and reliability in software development, citing Java's enduring success in enterprise environments.

Show HN: Visual flow-based programming for Erlang, inspired by Node-RED

https://raw.githubusercontent.com/gorenje/erlang-red/main/.images/erlang-red.gif
The user is creating an Erlang equivalent of Node-RED's backend for low-code visual flow-based programming with concurrency. The project, Erlang-RED, aims to bring Node-RED's extendability, understandability, and usability to Erlang's performance and concurrency.

Teal – A statically-typed dialect of Lua

Teal is a statically-typed Lua dialect with type annotations and generics, aiming to fill a niche similar to TypeScript. It's implemented as a compiler, tl, and has a growing community with tools like Cyan and vscode-teal for development.

Grok's white genocide fixation caused by 'unauthorized modification'

https://platform.theverge.com/wp-content/uploads/sites/2/2025/05/STK262_GROK_B_A.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=2400
Elon Musk's xAI blamed a Grok issue on a rogue employee, citing an unauthorized code modification. This is the second time xAI has blamed a Grok issue on an employee, following a similar incident in February.

Ollama violating llama.cpp license for over a year

https://opengraph.githubassets.com/4891a7e1f70775780abd493336ec841ef3b520432c02470f2d26b087aa10befa/ollama/ollama/issues/3185
ollama's binary lacks copyright notices from statically linked dependencies like llama.cpp, violating the MIT license. The issue should be rectified by including the notices in binary artifacts, with some arguing README mentions are also necessary.

The Awful German Language (1880)

'there is not another language that is so slipshod and systemless,' says adam scott. some german words are so long that they have ..., he says, they impart equanimity to the meekest subject - the fishwife's brave mother-dog deserts her puppies and rescues the fin! if you want to be able to spell, you have to know how

X X^t can be faster

https://arxiv.org/static/browse/0.3.4/images/icons/smileybones-pixel.png
RXTX algorithm computes matrix product $XX^{t}$ with 5% less multiplications and additions than State-of-the-Art. It uses Machine Learning and Combinatorial Optimization to achieve acceleration.

ClojureScript 1.12.42

ClojureScript has a new release with significant dependency changes, including Google Closure Compiler updated to v20250402 and a new dependency on the Clojure fork of Google Closure Library. This release requires Java 21 and aims to restore stability and versatility to ClojureScript.

Evolution of Rust Compiler Errors

The author analyzed Rust compiler error messages from 1.01 to 1.57, finding improvements in error reporting, colorful messages, and error spans. The evolution of error messages demonstrates the effort of hundreds of contributors over ten years.

I was a Theranos whistleblower. Here's what I think Elizabeth Holmes is up to

https://www.statnews.com/wp-content/uploads/2022/05/STAT_HealthTech_2022_403-768x432.jpg
Elizabeth Holmes is starting a new company, Haemanthus, while in prison, which may be another attempt to revive her narrative. The company's purpose is likely to serve her story, not to genuinely improve healthcare, and investors should consider her motivations before investing.

Run your GitHub Actions locally

https://raw.githubusercontent.com/wiki/nektos/act/img/logo-150.png
act allows running GitHub Actions locally without committing changes. It uses Docker to run actions based on workflow files and environment variables.

Leeks and Leaks

https://daniel.haxx.se/blog/wp-content/uploads/2024/05/onions.jpg
Tor users should not use normal DNS for resolving .onion names to prevent DNS leaks. curl implemented RFC 7686 filtering, but it broke compatibility with Tor's new tool oniux, requiring a new issue submission.

Apple Blocks Fortnite's Return to iOS App Store, Epic Claims

https://images.macrumors.com/t/0Z2lgtsJlcJwBPZxorhvrxy5Io4=/400x0/article-new/2020/08/fortnite-apple-logo-2.5.jpg?lossy
Apple has blocked Fortnite's return to iOS devices, leaving the game unavailable worldwide. Epic Games CEO Tim Sweeney is frustrated with Apple's review process and the company's right to ban its account.

The average workday increased during the pandemic’s early weeks (2020)

https://cloudinary.hbs.edu/hbsit/image/fetch/q_auto,c_fill,ar_440:464/f_webp/https%3A%2F%2Fimages.ctfassets.net%2Fbeh2ph2tgbqk%2F9TVAQzYpt8B0ZsTiXdFc6%2Fd885a840867da82a8227fd41f8bd3201%2Frafaella_sadun.jpeg
A Harvard Business School study found that remote work during the pandemic increased the average workday by 8.2 percent or 48.5 minutes. Employees participated in more meetings but for less time, with each meeting being 12 minutes shorter.

Ed Smylie, Who Saved the Apollo 13 Crew with Duct Tape, Dies at 95

https://static01.nyt.com/images/2025/05/14/multimedia/14Smylie--04-zvch/14Smylie--04-zvch-articleLarge.jpg?quality=75&auto=webp&disable=upscale
Robert "Ed" Smylie, a NASA official, died at 95 after helping save Apollo 13 crew in 1970. Smylie led a team that used makeshift materials to repair the spacecraft.

Will AI systems perform poorly due to AI-generated material in training data?

https://cacm.acm.org/wp-content/uploads/2025/05/051425.News_.Collapse-of-GPT.jpg
Large language models are facing a problem called model collapse due to training on recursively generated data, leading to poor performance and potential loss of minority demographics. Researchers are exploring ways to curate high-quality synthetic data and mitigate model collapse, but more research is needed to fully understand its effects.

British naval dominance during the age of sail

https://res.cloudinary.com/lesswrong-2-0/image/upload/f_auto,q_auto/v1/mirroredImages/YE4XsvSFJiZkWFtFE/hjpixgojmg4wbux9kmkz
The British Navy's success from 1670 to 1827 was due to institutional incentives that encouraged performance and discouraged shirking. Monitoring was difficult due to the sea's vastness and communication limitations, so the Navy used compensation, promotion, and battle tactics to ensure accountability.

Sitting for a long time shrinks your brain even if you exercise

Sedentary behavior may be a modifiable risk factor for alzheimer's disease (ad) participants were asked to wear an accelerometer on their non-dominant wrist 24 h per day for 10 consecutive days. apoe-4 carriers had lower total gray matter volume and smaller frontal and parietal lobe volumes compared to noncarriers - but this was not statistically significant despite being

Show HN: A platform to find tech conferences, discounts, and ticket giveaways

https://events.tech.tickets/preview/ef7e4a.jpg

Remarks on AI from NZ

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%2Fe67fe57d-16c8-487f-8e4b-202a4dd06864_434x582.jpeg
Neal Stephenson discusses AI's intersection with art and tech, comparing its impact to nuclear science's sudden emergence in the 1950s. He proposes a framework for coexisting with AIs, drawing parallels from human relationships with animals.

Cracked – Method chaining/CSS-style selector web audio library

https://opengraph.githubassets.com/b88dd00ed20afa36d8dcdd511b870c2a6596dd003eb08e15fea43c34b8f68a27/billorcutt/i_dropped_my_phone_the_screen_cracked
I Dropped My Phone The Screen Cracked is a web audio library that simplifies audio node creation and connection with method chaining and CSS-style selectors. It aims for simplicity and brevity in audio coding, making it intuitive like patching a modular synthesizer.

Comparing Parallel Functional Array Languages: Programming and Performance

https://arxiv.org/static/browse/0.3.4/images/icons/smileybones-pixel.png
Researchers compared five parallel functional array languages: Accelerate, APL, DaCe, Futhark, and SaC. They found that these languages offer shorter, more comprehensible code with potential for easy porting to new architectures.

Show HN: SQL-tString a t-string SQL builder in Python

https://opengraph.githubassets.com/3fa8d1327bea01faf07ba8481dc83225465d56a185cf7db45f428366f491947b/pgjones/sql-tstring
SQL-tString constructs SQL queries safely by replacing variables with placeholders. It supports optional parameters, conditionals, and multiple dialects.

Coinbase 8K SEC filing for breach

Automated access to our sites must comply with SEC.gov's Privacy and Security Policy.

Beyond Text: On-Demand UI Generation for Better Conversational Experiences

https://blog.fka.dev/assets/images/team/fka.jpg
A new AI prototype generates dynamic UI components on demand to improve user interaction with AI systems and MCP servers. This approach combines conversational AI with traditional interfaces, providing a more efficient and natural user experience.

Show HN: Rv, a Package Manager for R

https://opengraph.githubassets.com/12289e96685ea44dbcbef7bb0940518542fbe74f9f219a319c2e7735149fb1a5/A2-ai/rv
rv is a tool for managing R packages in a reproducible, fast, and declarative way. It uses a configuration file to specify project state, including R version, repositories, and dependencies.

The Magic Hours: The Films and Hidden Life of Terrence Malick

https://www.lrb.co.uk/storage/social_image/images/7/9/6/3/30643697-1-eng-GB/dff54431ae17-thomson-hp.jpg
Terrence Malick is a reclusive American director who has perplexed his admirers with films that question the nature of cinema and beauty. He has made 10 films over 50 years, including Badlands, Days of Heaven, and The Tree of Life, which explore themes of American identity, family, and the human condition.

Meta Battles an 'Epidemic of Scams' as Criminals Flood Instagram and Facebook

Please enable JS and disable any ad blocker

Show HN: Solidis – Tiny TS Redis client, no deps, for serverless

https://camo.githubusercontent.com/1015c63137cf6145d3405c95680c275fdb711283615d1011f47efca9dc989fe0/68747470733a2f2f7265736f75726365732e76636d732e696f2f6173736574732f736f6c696469732e706e67
Solidis is a modern RESP client built with SOLID principles, zero dependencies, and enterprise-grade performance. It supports RESP2 and RESP3 protocols and is optimized for modern JavaScript/TypeScript applications.

The Problem with Teens Isn't Smartphones–It's Their Families

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%2F04652953-e4d6-4f66-b1fc-bbb937fe8631_1280x720.jpeg
A newsletter discusses the myth of a youth mental health crisis, citing CDC data showing that middle-aged white men and young American Indian men have higher suicide rates than teens. The data suggests that family issues, not social media, are linked to youth mental health problems.

Show HN: Workflow Use – Deterministic, self-healing browser automation (RPA 2.0)

https://opengraph.githubassets.com/87f6eaa8f117d64106e6851d12ac09c0bac9a41a95dbba2eef9216eedfd3f853/browser-use/workflow-use
Workflow Use generates deterministic workflows from recordings, making Browser Use more reliable and efficient. It's still in early development and not recommended for production use.

Huawei is spamming open source community for its Harmony ecosystem (See Comment)

https://github.githubassets.com/assets/github-logo-55c5b9a1fe52.png
OpenHarmony is an open-source operating system used in smart devices and intelligent terminals. Various adaptations have been proposed for OpenHarmony including pako, snappyjs, brotli, and others.

Letsencrypt will kill SMTP server auth following Chrome CA policy change

https://cdn.masto.host/socialwildeboernet/custom_emojis/images/000/066/104/static/412bccad81a332ba.png
Let's Encrypt is ending TLS Client Authentication Certificate Support in 2026 due to Google's requirements, which may affect SMTP traffic and other use cases. This change will force server admins to run separate CAs/PKIs for certs that Google accepts to trust and those with other EKU features.

The fastest Postgres inserts

https://docs.hatchet.run/multixact-meme.png
The author optimized Postgres performance by using connection pooling, batched inserts, and COPY...FROM, achieving 92k writes/s with 17ms latency. The ideal batch size optimizes throughput and latency, and unnecessary flushing can waste time.

British ICC chief prosecutor lost access to email and has bank accounts frozen

https://images.lbc.co.uk/images/724075?crop=16_9&width=660&relax=1&format=webp&signature=O1DdFhw1nXupdJlHXUe-qyfyLEU=
British ICC chief prosecutor Karim Khan lost access to email and bank accounts due to Trump sanctions. The sanctions severely restrict ICC staff work and personal lives, threatening the court's ability to conduct investigations and provide justice.

Font Activations: A Note on the Type

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%2Fe1f192c0-0888-4802-9de6-5b45f503b210_2281x1330.heic
A publisher includes a "Note on the Type" in books to acknowledge the typographers involved and raise readers' awareness of the role of fonts in shaping the reading experience. This note often assumes an authoritative tone, educating readers about the aesthetic characteristics of the font used.

New 'Superdiffusion' Proof Probes the Mysterious Math of Turbulence

https://www.quantamagazine.org/wp-content/uploads/2025/04/JosephHowlett.png
Mathematicians Scott Armstrong, Tuomo Kuusi, and Ahmed Bou-Rabee proved superdiffusion in a simplified turbulent fluid. Their work uses homogenization to rigorously prove a phenomenon observed by Lewis Fry Richardson in 1906.

Rivers

https://www.futilitycloset.com/wp-content/uploads/2025/05/2025-05-15-rivers.jpg
Rivers of white space occur in monospaced fonts with full justification, distracting readers. Typographers spot them by viewing pages upside down, as seen in rare cases like Darwin's The Voyage of the Beagle.

"Goodwill", key member of the SoCal Python Community has passed away

https://socalpython.org/assets/img/goodwill.jpg
Michael Ryabushkin, known as Goodwill, was a dedicated organizer and contributor to the open source community. He had a significant impact on many people's lives, helping them find jobs, build careers, and connect with others.

Compressed music might be harmful to the ears

https://www.economist.com/cdn-cgi/image/width=1424,quality=80,format=auto/content-assets/images/20250510_STD002.jpg
Lesser musicians use compression to make music sound fuller by adjusting loud and quiet parts. This technique helps increase volume without amplifiers like Tband Spinal Tap's 11.

Methodical Banality

https://images.aeonmedia.co/user_image_upload/4039/insert-erasmus-gw11_0000977_1997-02-08_s-001-rs.jpg?width=3840&quality=75&format=auto
Renaissance scholar Erasmus and author Rabelais explored the limitations of automated language through their works, highlighting the dangers of relying on pre-programmed responses. Their writings foreshadow the issues with modern language models, which can generate plausible but untruthful responses, lacking social ownership and illocutionary force.

Prompts for our Grok chat assistant and grok bot on X

https://avatars.githubusercontent.com/u/130314967?s=400&v=4
We are regularly updating this repository with the system prompts that we use for the Grok chat assistant and various product features across X and grok.com. grok3_official0330_p1.j2 - The system prompt for the Grok 3 chat assistant on grok.com and X. This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE file for details.

Dominion Energy's NEM 2.0 Proposal: What It Means for Solar in Virginia

https://www.virtuesolar.com/wp-content/uploads/2025/05/dominion-nem-changes.webp
Dominion Energy proposes changing net metering in Virginia, reducing solar savings by 55% and giving utilities more control. Homeowners and businesses should act now to install solar before the new rules take effect in mid-2026.

ChatGPT can accurately estimate Body Fat Percentage from photos

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%2F86a5e450-0c6a-45d5-9a87-65fd6f918b67_2844x1550.png
AI can estimate body fat percentage from photos with high accuracy, rivaling DEXA scans. ChatGPT's estimates have a median error of 5.7% and correctly categorize body types.

Stax Museum Bob Abrahamian Collection

https://bobacollection.staxmuseum.org/wp-content/uploads/2025/01/ambassadorwithRALPHcropped-1-2-768x768.jpg
Bob Abrahamian was a Chicago music historian and radio host who championed 'sweet soul' music and amassed a 35,000 item collection. His legacy lives on through the Stax Museum and curated galleries showcasing lesser-known soul artists.

The Journal of Imaginary Research

https://journalofimaginaryresearch.home.blog/wp-content/uploads/2020/08/screenshot-2020-08-26-at-15.49.34.png?w=1024
The Journal of Imaginary Research publishes short works of fiction in the academic genre of the Research Abstract. It encourages academic colleagues to write for enjoyment and creativity.

The Connoisseur of Desire

https://www.nybooks.com/wp-content/uploads/2025/05/nyrb052925.jpg?w=360
F. Scott Fitzgerald's The Great Gatsby explores the theme of "nothing further" - the longing for something that can never be achieved. The novel is a poignant tale of unrequited love, told with ravishing prose and a deep understanding of human desire.

They Were Identical 'Twinnies' Who Charmed Orwell, Camus and More

https://static01.nyt.com/images/2025/05/05/multimedia/04tbr-bankes-review-hlcq/04tbr-bankes-review-hlcq-articleLarge.jpg?quality=75&auto=webp&disable=upscale
The article is about the Paget sisters, identical twins born in 1916, who were part of midcentury intellectualism despite not having public bylines. Their private writings have been compiled into a biography by Celia's daughter, Ariane Bankes.

Making code last a long time

Something went wrong, but don’t fret — let’s give it another shot. Some privacy related extensions may cause issues on x.com. Please disable them and try again.

The Mortality Impacts of Usaid Cuts

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%2Fc1f5eadd-e363-47d5-a773-4cad1810746f_1024x683.jpeg
USAID's cuts may lead to 483,000 to 1.14 million excess deaths in one year and 1.48 million to 6.24 million over five years. Forecasts for specific programs estimate up to 2.95 million deaths from PEPFAR cuts and 2.5 million from TB programming.

Jetrelay: A high-performance ATproto relay in 500 LOC

https://www.asayers.com/jetrelay/sendfile.svg
Bluesky's jetstream relay, jetrelay, is a tech demo that can serve 10 Gbps's worth of clients using a single machine with a 10-gigabit NIC. It uses a file-and-cursor design with sendfile() and io_uring to efficiently handle a large number of clients and can be improved with features like filtering and more testing.

Chauffeur Knowledge and the Impending AI Crack-Up

https://s3.us-east-1.amazonaws.com/ryanglover.net-files/the_competency_curve.webp
The author is concerned that widespread use of AI to write code will lead to a decline in programmer competency and a stagnation of software development. As AI adoption increases, the average programmer's knowledge and understanding will decrease.

Trump’s sanctions on ICC prosecutor have halted tribunal’s work

The International Criminal Court's chief prosecutor, Karim Khan, has lost access to his email and bank accounts due to US sanctions imposed by President Donald Trump. The sanctions are hampering the court's work, including investigations into war crimes in Sudan and Israel.

How and Why to Disappear from the Attention Economy

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%2Fbf348197-8b66-474f-80d5-7057f8ffcecc_1024x1024.heic
The author, CD Familias, left the digital world to redefine themselves in Otaru, Japan, and now encourages readers to do the same by abandoning their "personal brand" and embracing a more authentic life. They suggest taking small steps like blocking news sites, writing letters, creating non-monetizable art, and talking to strangers to break free from the "always-on" life.

Spider Eye Development Editing and Silk Fiber Engineering Using CRISPR-Cas

Comparing Parallel Functional Array Languages: Programming and Performance

https://arxiv.org/static/browse/0.3.4/images/icons/smileybones-pixel.png
Researchers compared five parallel functional array languages: Accelerate, APL, DaCe, Futhark, and SaC. They found that these languages offer shorter, more comprehensible code with potential for easy porting to new architectures.