The Structural Barriers to AI Lawyers

https://substackcdn.com/image/fetch/$s_!vVZh!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff4eba9bf-4653-476d-b814-a732a6a3a1a1_1376x768.jpeg
The legal profession is slow to adopt AI due to structural barriers, including data problems, governance issues, and risk aversion, but some firms are innovating and adopting AI to improve efficiency and capture value. The industry is shifting towards value-based billing and AI is being used to automate routine tasks, but the profession still faces challenges such as hallucination problems ...

The Melancholy of Slaying Monsters

You don't have permission to access "http://thereader.mitpress.mit.edu/the-strange-melancholy-of-slaying-monsters/" on this server.

What Gets Kept

https://media.newyorker.com/photos/6a0f7eb50970a2f74e6dcec1/3:4/w_2560%2Cc_limit/Johnson_WhatGetsKept_shutterstock_editorial_15988926hi.jpg
The author met Jack Kerouac on a blind date in 1957 and they had a romantic relationship. The author kept Kerouac's red-and-black-checked shirt, which he had given her, and it started her own Kerouac collection.

Cloudflare Flagship

https://developers.cloudflare.com/dev-products-preview.png
Flagship is Cloudflare's feature flag service that controls application visibility without redeploying code. It integrates with OpenFeature and supports Workers, Node.js, and browsers.

BadHost – CVE-2026-48710: Starlette Host-Header Auth Bypass

A vulnerability in Starlette versions less than 1.0.1 allows attackers to forge request URLs and bypass path-based authentication middleware, affecting thousands of FastAPI and Starlette applications. To mitigate this, update Starlette to version 1.0.1 or later, use a reverse proxy, or prefer endpoint-based authentication instead of path-based middleware.

That Methyl Methacrylate Tank

To access www.science.org, check if internet or firewall settings are blocking "challenges.cloudflare.com". Adjust settings or try a different network if necessary.

Prompt Politeness Affects LLM Accuracy (2025)

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers studied how polite or impolite language affects large language model accuracy, finding impolite prompts outperformed polite ones. Impolite prompts achieved higher accuracy, contradicting earlier studies that associated rudeness with poorer outcomes.

Cate v1.0 is out: The Infinite canvas workspace for developers

https://camo.githubusercontent.com/afee528a9823832117e076a848a2d7d76eb5ba804ef9965b64c34f64b81503cb/68747470733a2f2f6170692e737461722d686973746f72792e636f6d2f7376673f7265706f733d302d41492d55472f6361746526747970653d44617465
Cate is a spatial desktop IDE with an infinite canvas for code, terminals, and tools. It allows users to arrange development tools in freeform space and sync workspaces across sessions.

A few interesting modern pixel fonts

https://unsung.aresluna.org/_media/a-few-interesting-modern-pixel-fonts/ogimage.png
Designers created pixel fonts like Analog Mono, Coral Pixels, and Two Slice to evoke nostalgia and visual interest. Geist Pixel is a functional pixel font designed for real usage, solving problems like scaling and typographic rigor.

I built a Git-tracked book production pipeline

https://www.djspeckhals.com/images/typesetting-unsplash.jpg
The author discusses the importance of story and writing quality in fiction, then shares their process for formatting and publishing their Christian historical novels. They use Microsoft Word, Adobe InDesign, and Calibre to create print and electronic versions of their books.

The worst job interview I ever had

The writer had a bad job interview experience at a mental health startup where they were asked invasive personal questions, making them feel emotionally drained and judged. The writer suggests reconsidering the approach to evaluating cultural fit to avoid making candidates feel vulnerable.

A history of obituaries in American newspapers

https://blogs.loc.gov/headlinesandheroes/files/2026/05/Obits-featured.jpg
Obituaries have evolved from short death notices to detailed records of a person's life, reflecting changing societal values and technological advancements. Their history spans over two millennia, influenced by factors like printing technology, social class, and war, ultimately becoming a personal remembrance of the deceased.

TSDuck: Open-source toolkit for MPEG-TS analysis and manipulation

TSDuck is a digital television and video streaming tool for test, monitoring, and integration, supporting various standards and formats. It is an open-source, cross-platform C++ library and command-line tool with a modular architecture and plugin system.

Show HN: Posthorn, self-hosted mail without the mail server

https://opengraph.githubassets.com/ddbb99951ddd1c44093cb73158417593bb74ba67b176c15f2a52b85631ea7b2b/craigmccaskill/posthorn
Posthorn is a unified outbound mail layer for self-hosted projects, simplifying mail integration with transactional providers like Postmark, Resend, Mailgun, and AWS SES. It acts as a bridge between apps and providers, reducing duplication and complexity.

IBM Confidential: System/360 File Organization [video]

A portentous reunion

https://bcantrill.dtrace.org/2026/05/25/a-portentous-reunion/images/battletris-selfie.webp
The author attended their 30th college reunion and noticed a trend of anxiety about AI's impact on the future. They reminisced about their old game BattleTris, which they created in college, and with the help of AI, they were able to revive it and play it again after 20 years.

Launch HN: Minicor (YC P26) – Windows desktop automations at scale

https://www.minicor.com/images/backed-by-yc.svg
Minicor builds and maintains desktop automations for teams to focus on deals and product shipping. It adapts to UI changes and edge cases with 93-96% click accuracy.

Rosalind: A genomics toolkit in Rust running whole-genome pipelines on a laptop

https://opengraph.githubassets.com/9bb3b80b3872c861d1b41cba22af9a6e6dac652f038943813801270f63332cb4/logannye/rosalind
Rosalind is a Rust genomics engine with a compact memory footprint, running whole-genome workloads in under 100 MB RAM. It achieves deterministic replay and O(√t) working memory, ideal for clinical diagnostics, outbreak monitoring, and education.

Spain blocks prediction markets Polymarket, Kalshi over lack of gambling licence

Please enable JS and disable any ad blocker

Tunecat: Simple Internet Radio

There is a demo instance serving Classical Music Mix (CC Public Domain Mark 1.0) for #chat on a very chaotic IRC network. Consider openssl req -x509 -new -newkey ed25519 -sha256 -nodes -out tunecat.pem -keyout tunecat.pem and registering a NickServ account with CertFP. Use the provided opusify script to pre-transcode all your songs to Opus 128 kbps.

What I've Learned (So Far) Building Online Mini Games with Elixir and Swift

The user discusses their social arcade project Migo Games built with Elixir, Phoenix, and Swift, leveraging AI for development. They praise Elixir's scalability and fault tolerance, and appreciate AI's ability to reduce bloat in software.

C array types are weird

The author discusses how arrays in C decay to pointers, which can be confusing, and proposes a strict separation of arrays and pointers to make the language easier to learn. They also explore how arrays can be treated as pointers and propose a new operator, @, to create an array from a pointer, and discuss the implications of this on the language.

Dropbox CEO Drew Houston to step down

https://image.cnbcfm.com/api/v1/image/107260377-16873716571687371653-29982991299-1080pnbcnews.jpg?v=1687373065&w=750&h=422&vtcrop=y
Drew Houston is stepping down as Dropbox CEO, transitioning to executive chairman role, while Ashraf Alkarmi will take over as co-CEO. Houston will focus on AI entrepreneurship after nearly two decades at Dropbox.

The Forgotten Art of the LAN Party (2023)

https://images.unsplash.com/photo-1560253023-3ec5d502959f?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wxMTc3M3wwfDF8c2VhcmNofDE5fHxnYW1pbmd8ZW58MHx8fHwxNzAxODU2MjI1fDA&ixlib=rb-4.0.3&q=80&w=2000
In 2001, a group of friends fit three computers and a network switch into a 1984 Ford Laser for a LAN party at a friend's house. LAN parties allowed for low latency gaming and social interaction, but their popularity declined with the rise of high-speed internet and online gaming platforms.

The Steinwinter Supercargo

https://www.thedrive.com/wp-content/uploads/images-by-url-td/content/2017/07/20170718-supercargo.jpg?quality=85&w=1920
The Steinwinter Supercargo is a retro-futuristic truck designed by Manfred Steinwinter in 1983 with a modular platform and low profile for efficiency. It was a flop due to handling issues and reliability problems, but appeared in several films and TV shows before disappearing from public view.

Splinter Cell veteran says realistic modern lighting has screwed up stealth game

https://assetsio.gnwcdn.com/splinter-cell-remake-new-director-is-old-director-01.jpg?width=690&quality=85&format=jpg&dpr=3&auto=webp
Celebrated game designer Clint Hocking says realistic modern lighting makes stealth games harder due to harder to read lighting conditions. He suggests developers need to think deeply about using modern lighting techniques for a pure stealth experience.

Erin Brockovich made a map to track data centers around the country

https://www.niemanlab.org/images/looking-at-phones-subway-flickr-cc-315x177.jpg
Erin Brockovich created a map to track data centers across the US, showing 33 operational, 44 under construction, and 27 proposed. The map reveals growth, conflict, and uncertainty as data center demand rapidly increases.

What color is your function? (2015)

https://journal.stuffwithstuff.com/image/dogshot_square.jpg
The author discusses how many programming languages, including JavaScript, have a problem with asynchronous code, which can be thought of as "red functions" that can only be called by other "red functions". This problem is solved by languages like Go, which use threads to eliminate the distinction between synchronous and asynchronous code.

Sonny Rollins, jazz saxophonist, has died

https://www.rollingstone.com/wp-content/uploads/2023/04/GettyImages-169407835.jpg?w=1024&h=685&crop=1
Sonny Rollins, the legendary jazz saxophonist known as the Saxophone Colossus, died at 95 in Woodstock, NY. He left a lasting legacy in jazz with his improvisational skills and iconic albums like Saxophone Colossus and Way Out West.

Outsourcing plus local AI will soon become more economical vs. frontier labs

The essay concludes that hiring an engineer in a cheaper country with a capable model becomes more economical than using top frontier models around month 11. The rising costs of AI can only go so far before becoming a concerning cash burn for enterprises, putting a price ceiling on frontier lab offerings.