Running local models is good now

https://vickiboykis.com/images/twotower.png
The user has been using local models since their release and has seen significant improvements in accuracy and speed, particularly with the Gemma 4 family, allowing for agentic coding and tasks like refactoring code and writing unit tests. The user is excited about the potential of local models but notes that they still have limitations, such as slow inference and small context windows, and ...

SpaceX to buy Cursor for $60B

Please enable JS and disable any ad blocker

GrapheneOS has been ported to Android 17

https://discuss.grapheneos.org/opengraph.png
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.

I admire Fabrice Bellard. He is almost certainly a better overall programmer

https://pbs.twimg.com/media/HKR1Uw3agAAanjw.jpg
I admire Fabrice Bellard. He is almost certainly a better overall programmer than I am. A French engineer who lives quietly in Paris has spent 30 years writing software that the entire internet now runs on without knowing his name. He wrote the code that streams every YouTube video, every Netflix show, every TikTok clip. He wrote the code that runs the virtual

Apple's weird anti-nausea dots cured my car sickness

https://platform.theverge.com/wp-content/uploads/sites/2/2025/01/thomas-headshot-purple.png?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=2400
The author uses Apple's Vehicle Motion Cues to reduce motion sickness while working in a moving vehicle. This feature, introduced in 2024, uses dots on the screen that move in harmony with the car's motion.

Mechanical Watch (2022)

https://ciechanow.ski/images/og/watch.png
A mechanical watch uses a spiral torsion spring to store energy, which is then released to power the watch's hands. The energy is controlled by gears and an escapement mechanism, ultimately regulated by a balance wheel oscillating at a precise rate.

Is Meta destroying its engineering organization?

https://substackcdn.com/image/fetch/$s_!4O-q!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe21ca23a-f069-489a-9bf0-fa882e94b9b6_1968x1518.png
Meta's engineering culture has been drastically changed under new leadership, with engineers being reassigned to data labeling and AI training, and being tracked with invasive software. This has led to widespread dissatisfaction, a major security breach, and a significant outage, with many engineers seeking new jobs and questioning the priorities of CEO Mark Zuckerberg.

Feds freaked over Fable 5 after 'fix this code', not jailbreak, say researchers

https://image.theregister.com/5239035.jpg?imageId=5239035&panox=0.00&panoy=0.00&panow=100.00&panoh=100.00&heightx=43.45&heighty=0.00&heightw=44.76&heighth=100.00&width=960&height=432&format=webp&format=jpg
Anthropic's AI models were blocked by the Trump administration due to a simple prompt "Fix this code" from outside researchers. The ban is seen as counterproductive by cybersecurity expert Katie Moussouris, who argues it will hurt defenders more than attackers.

Calvin and Hobbes and the price of integrity

https://substackcdn.com/image/fetch/$s_!vV6y!,w_320,h_213,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8a10f58-a8a5-4de7-b6df-2d140cd281f6_992x706.png
Bill Watterson, creator of Calvin and Hobbes, refused to license his characters for merchandise due to artistic integrity concerns. He fought a six-year battle with his syndicate, Universal Press Syndicate, before they agreed to his terms.

TIL: You can make HTTP requests without curl using Bash /dev/TCP

https://mareksuppa.com/og/bash-dev-tcp-http-without-curl.png
To make a GET request in a minimal Docker container, use bash to open a TCP socket with /dev/tcp and write the request by hand. This method works for plaintext HTTP but not HTTPS, and is a bash feature not available in all shells.

Apple is about to make Hide My Email useless

Apple is changing Sign in with Apple and Hide My Email aliases to @private.icloud.com, making it easier to ban them. This change may lead to services rejecting these emails, reducing their usefulness for iCloud+ users.

The time the x86 emulator team found code so bad they fixed it during emulation

https://devblogs.microsoft.com/oldnewthing/wp-content/uploads/sites/38/2019/02/ShowCover.jpg
Raymond has been involved in Windows evolution for over 30 years and created The Old New Thing website and book. He occasionally shares stories on the Windows Dev Docs Twitter account.

Stop Using JWTs

DuckDB Internals Part 1

https://storage.ghost.io/c/eb/37/eb37738a-77f2-4eaf-9de2-43f9b30fffd5/content/images/2026/04/image-2.png
DuckDB is a fast in-process analytical SQL database that has gained widespread adoption due to its ease of use and performance. It can read data from various file formats like Parquet, CSV, and JSON, and execute queries directly on these files without the need for a server or cluster.

U.S. pulling ocean sensors a 'shock' for Canadian research as El Niño nears

The website is 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.

Has AI already killed self-help nonfiction books?

https://tim.blog/wp-content/uploads/2025/05/coyote.png
Tim Ferriss shares his concerns about the impact of AI on the self-help and non-fiction book industry, citing a 57% drop in print sales of his own books since the launch of LLMs like ChatGPT. He believes that the trend will continue and that the industry will need to adapt by focusing on long-form content, personal connections, and unique experiences that AI cannot replicate.

Humiliating IIS servers for fun and jail time

https://mll.sh/assets/img/iis-shortname-github.png
When identifying IIS servers, use Google dorks like "aspnet_client" and "ext:aspx" to locate targets, then use tools like httpx and nuclei to gather information and enumerate potential vulnerabilities. Techniques like shortname enumeration, path traversal, and HTTP Parameter Pollution can be used to discover and exploit IIS-specific vulnerabilities, such as RCE via deserialization and stored ...

How we run Firecracker VMs inside EC2 and start browsers in less than 1s

https://browser-use.com/_next/image?url=%2Fimages%2Fauthors%2Faitor.png&w=640&q=75
Browser Use Cloud rebuilt its system using Firecracker, a lightweight VM system, to create isolated and cheap cloud browsers. They optimized the system to reduce latency and cost, achieving a VM cold start under 400ms and end-to-end browser create latency of 825ms.

Correlated randomness in Slay the Spire 2

https://tck.mn/blog/correlated-randomness-sts2/transform_vs_act.png
The game Slay the Spire 2 has a bug called correlated RNG (CRNG) that allows players to predict certain random events, such as the curse from Neow's Bones, the first fight's drop rate, and the Doll Room's outcome, due to unexpected correlations between different random number generators. The bug is caused by the C# implementation of the System.Random class, which makes the output linear in ...

I Could've Rickrolled the FIFA World Cup. All I Needed Was My ID

https://bobdahacker.com/static/images/blogs/fifa/registration_failed.png
A security researcher discovered a critical vulnerability in FIFA's Football Data Platform, allowing anyone to access and control live World Cup streams, match data, and editorial notes without proper authorization. The researcher reported the issue to FIFA, but received no response, and instead had to contact CISA and the FBI to get the vulnerability patched.

But yak shaving is fun (2019)

https://parksb.github.io/images/60662976-d78bed00-9e98-11e9-9832-908c731a6989.jpg
The author built a custom static site generator from scratch, which is an example of yak shaving, a term coined by Carlin Vieri to describe doing a chain of related tasks that eventually lose their original purpose. Yak shaving can be fun but often leads to wasted time and resources.

Google Chrome update will close the door on ad blockers

https://9to5google.com/wp-content/uploads/sites/4/2024/05/chrome-logo-sign-2.jpg?quality=82&strip=all&w=1600
Google Chrome is ending support for Manifest V2 extensions, including popular ad blockers like uBlock Origin, due to new permissions structure and focus on privacy. Chrome 150 will remove the primary workaround, while Chrome 151 will remove remaining flags, effectively ending ad blocker tools.

SpaceX Is Buying Cursor

https://ichef.bbci.co.uk/news/480/cpsprodpb/4d41/live/929b64a0-697a-11f1-8546-8f19e4fe30f4.jpg.webp
SpaceX agreed to buy AI coding start-up Cursor for $60bn, expanding its AI business. The deal aims to boost SpaceX's AI capabilities, particularly with its xAI unit behind the Grok chatbot.

Zen and the Art of Machine Learning Research

https://substackcdn.com/image/fetch/$s_!gBx6!,w_1200,h_675,c_fill,f_jpg,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6477dc42-dd38-4b92-8fa0-e4e6ab7f2bc1_1918x820.png
To become a successful researcher, you need to combine reading and building skills, and be willing to put in the time and effort required. A good researcher stays open-minded, refuses to let ego cloud their judgement, and is willing to learn from failure.

GPT‑NL: a sovereign language model for the Netherlands

https://www.tno.nl/publish/pages/8870/saskia_lensink.jpg
Researchers at TNO, SURF, and NFI are building a Dutch language model, GPT-NL, with strong governance, transparency, and public values. This independent model strengthens the Netherlands' digital autonomy and provides a foundation for responsible AI applications.

'Ghost jobs' could soon be illegal in New York

Please enable JS and disable any ad blocker

Wolfram Language and Mathematica version 15

https://content.wolfram.com/sites/43/2026/06/sw06112026assistantimg1.png
Wolfram Language has expanded beyond math and now includes a new release, Version 15, with a lot of new core functionality and AI integration. The AI Assistant in Version 15 provides a convenient way to get help in doing things with Wolfram Language and can be used to access an AI from within Wolfram Notebooks.

Qwen-Robot Suite: A Foundation Model Suite for Physical World Intelligence

https://qianwen-res.oss-accelerate.aliyuncs.com/qwenrobot/suite/images/Qwen-RobotSuite.jpg
The Qwen-Robot Suite bridges the gap between vision and language understanding and physical control with three foundation models: Qwen-RobotNav, Qwen-RobotManip, and Qwen-RobotWorld. These models enable an agentic system where general intelligence translates directly into physical action.

Notes from tired Egyptian whose job is explaining that humans built the pyramids

https://tendency-prod.nyc3.cdn.digitaloceanspaces.com/q2krp6ge2yjcstluknfdy8f3uq6v
A writer argues that ancient Egyptians built the pyramids using human labor and ingenuity, not alien assistance. He criticizes the tendency to attribute human achievements to extraterrestrial beings.

10Gb/s Ethernet: switching to a Broadcom SFP+ module

https://www.gilesthomas.com/images/x-icon.png
User upgraded home LAN to 10Gb/s using 10GBASE-T modules. A new Broadcom-based module replaced a Marvell-based one that overheated, resolving network issues.

Data Compression Explained (2012)

https://mattmahoney.net/dc/calgary.gif
Data compression is the art of reducing the number of bits needed to store or transmit data, and it can be either lossless or lossy, with lossless compression being reversible and lossy compression discarding unimportant data. The best compression ratio is achieved by understanding the data to be compressed and using a model to estimate its probability distribution, with the goal of assigning ...

Claude: Elevated errors across many models [resolved]

Claude's Status Page - Elevated errors across many models.

Humanity isn't ready for the coming intelligence explosion

https://www.economist.com/cdn-cgi/image/width=1424,quality=80,format=auto/content-assets/images/20260620_BID001.jpg
Experts warn of a 10-50% risk of catastrophic AI event, a concern voiced by AI lab founders. Tech must reorient towards moral purpose for it and humanity to flourish.

I've always wondered if anyone used sharing buttons on news sites and blogs

UK government study found 0.21% of 6.8 million pageviews used social sharing buttons, with users mostly copying and pasting links instead. Similar low usage rates were found in other studies, with users preferring to copy links or use browser share buttons.

Commodore Releases Flip Phone

https://commodore.net/content/uploads/2026/06/Screenshot-2026-06-12-at-21.46.39-scaled-1.png
The Callback is a flip phone with essential apps, blocking social media and browsers, and running a private Sailfish OS. It's designed for digital minimalism, simplicity, and friendly tech, aiming to reduce anxiety and promote human connection.

Show HN: Garden of Flowers – an archive of pictorial typography before ASCII art

https://garden-of-flowers.heikkilotvonen.com/media/files/Garden%20of%20Flowers.library/images/LKBGE51F14R3W.info/Griechische%20Einfassung%20Serie%20LV_thumbnail.png
An archive of ~2500 pictorial typography and letterpress works spanning four centuries, images composed entirely of type ornaments, characters, and rule. The history of ASCII art before computers.

I Fired Google

https://www.theartofdoingstuff.com/wp-content/uploads/2018/05/google-home-mini.jpg
Companies are over-improving products that were already working, adding unnecessary features and complexity. This has led to frustration with products like Google Home, which became less useful after updates.

Microsoft turns to AWS as GitHub faces AI capacity crunch

https://runtimewire.com/og/microsoft-github-aws-ai-capacity-crunch.jpg
Microsoft is using Amazon Web Services capacity to support GitHub due to an AI-driven surge in coding activity. This move shows how developer tooling has turned into a hyperscale infrastructure race.

Russian artist and Putin critic shot dead in Poland

https://ichef.bbci.co.uk/news/480/cpsprodpb/802d/live/a26f4a30-6962-11f1-9f4a-21531e88e991.jpg.webp
Russian artist Semyon Skrepetsky was shot dead in Poland, near the Belarusian consulate, after criticizing Putin. Two Belarusian citizens were detained but their role in the murder is still being determined.

Telescope Ranchers

https://kottke.org/cdn-cgi/image/format=auto,fit=scale-down,width=200,metadata=none/images/2024/logo-colors/color-4.jpg
Starfront Observatories in Rockwood, Texas, offers ultra-dark skies for astrophotographers to control their telescopes remotely. Owner Bray Falls hosts 550 telescopes, allowing users to access them from anywhere for as little as 99 dollars a month.

Show HN: Metiq: a real time 3D globe for 100 public datasets

Live worldwide data platform: flights, earthquakes, weather, conflict, markets, space and more on a 3D wireframe globe.

NLnet announces funding for 67 more open-source projects

https://nlnet.nl/project/Peertube-Transcode/peertube.hex.svg
67 new projects have been awarded grants as part of the Next Generation Internet initiative, covering the entire technology stack from open hardware to services and applications.
Google is ending support for legacy ad blockers like uBlock Origin by removing the kExtensionManifestV2Disabled flag in Chrome 150. This will impact other Chromium-based browsers like Microsoft Edge and Opera, which may also follow suit.

The UK's Teen Social Media Ban Is Political Theater, Not Child Safety Policy

https://i0.wp.com/www.techdirt.com/wp-content/uploads/2026/06/image-6.png?resize=518%2C385&ssl=1
UK Prime Minister Keir Starmer is blaming the internet for societal problems and plans to ban teens from more internet services, threatening fines for non-compliance. His policy is seen as a desperate attempt to grab headlines and distract from his own policy failures, rather than addressing the real issues.

SubQ 1.1 Small

https://subq.ai/images/technical-report.png
SubQ 1.1 Small is a new AI model that removes the constraint of attention compute, enabling direct reasoning over large artifacts. It achieves near-perfect long-context retrieval and reduces attention compute by up to 64.5x compared to dense attention.

Understanding the rationale behind a rule when trying to circumvent it

https://devblogs.microsoft.com/oldnewthing/wp-content/uploads/sites/38/2019/02/ShowCover.jpg
Callbacks must be fast and non-blocking, returning quickly to avoid system slowdowns. Blocking or IPC calls, including waiting for work items, defeat the purpose of asynchronous work and can cause system hangs.

Amazon Announces Multibillion-Dollar Data Center in Missouri

https://www.narracomm.com/wp-content/uploads/2026/06/unnamed.jpg
Amazon is investing in a multibillion-dollar data center campus in Missouri, creating over 400 jobs and generating hundreds of millions in tax revenue. The campus will support cloud computing and AI workloads, with Amazon committing to community contributions and sustainable practices.

Never talk to the police

When speaking to law enforcement, it's always a mistake to talk before a criminal defense attorney. This is because you don't know what information the police have or where it came from, and talking can hurt your case.

Unicorn – The Ultimate CPU Emulator

https://www.unicorn-engine.org/images/unicorn-trophy.jpg
Unicorn Engine was awarded by Alibaba Cloud for its impact on the cybersecurity field. The project has been maintained and developed for over 7 years under an open-source license.

Making ast.walk 220x Faster

https://web.reflex-assets.dev/blog/why-ast-walk-when-you-can-ast-sprint.webp
The user's AI reflex-app builder generates massive Python code, but running reflex compile finds issues one at a time, increasing latency. To fix this, the user built a custom linter, but it was slow due to ast.walk, which they optimized by rewriting it in Rust and caching subclass information.

Fable ban was never about a jailbreak?

https://techcrunch.com/wp-content/uploads/2026/06/trump-2267050833.jpg?w=1024
The US Commerce Department invoked an export control directive against Anthropic, citing national security concerns, forcing the company to shut down its top AI models. Experts criticize the move as hasty and misguided, warning it sets a precedent for government control over American-made software.

Show HN: cuTile Rust: Safe, data-race-free GPU kernels in Rust

https://opengraph.githubassets.com/d733d4cd47a97dd67076a93f6f129bc4c299732704a8f7d05a1b4807d6eae4bc/NVlabs/cutile-rs
cuTile Rust is a tile-based system for writing memory-safe GPU kernels in Rust, extending ownership discipline across the GPU launch boundary. It supports synchronous launches, asynchronous pipelines, and CUDA graph replay, with a macro for embedding kernel code in the host binary.

Making espresso with ultrasound

https://www.unsw.edu.au/content/dam/images/graphics/logos/unsw/unsw_0.png
UNSW acknowledges the traditional owners of its land, the Bidjigal, Biripai, Dharug, and others. It honours their Elders and recognises their enduring connection to culture and Country.

After AI takes everything

https://r2.airingdeng.com/blog/aae/cover.webp
The author discusses how AI is changing the role of humans in the workforce, particularly in the tech industry, and how it's essential to focus on high-level thinking and judgment rather than just executing tasks. The author argues that humans need to adapt to this new reality by developing skills such as taste, derivation, and judgment, and that these skills are essential for making ...

Trinket.io shutting down, so we saved it and hosted it a trinket.strivemath.org

A community-hosted edition of Trinket, free forever at trinket.strivemath.org. Write and run Python, HTML, and more in your browser, and build interactive coding courses. Hosted by Strive Math.

'Wow, it really worked ': 70s TV show causing worldwide panic today

https://i.guim.co.uk/img/media/2bc68b83b93d6e99991c25f25f461136b469a57f/0_0_3000_2238/master/3000.jpg?width=445&dpr=1&s=none&crop=none
A 1977 mockumentary called Alternative 3 claimed scientists were disappearing or dying due to a secret government plan to abandon Earth. The show was a hoax, but its story has been taken seriously by conspiracy theorists and continues to influence their ideas today.

Inference cost at scale with napkin math

To estimate the cost of serving AI models, we calculate the dollar cost-per-user based on GPU cluster scale, model architecture, and inference math. With a 32B model on a B200 GPU, we can serve 300 users comfortably, with a lifetime cost of $133 per user or $0.013 per user per hour.

A 1969 camera operators' strike created Upstairs Downstairs multiverse

https://storage.ghost.io/c/99/08/9908ec0b-b3d5-476b-bc3c-632c5b087809/content/images/size/w2000/2026/06/header.jpg
In 1969, British camera operators went on strike over pay, turning color cameras to black-and-white, causing TV chaos. The strike led to a unique situation with the TV show Upstairs/Downstairs, with three versions of the first episode.

The 2-Year Apartment Rule

https://tadaima.bearblog.dev/static/og-image.png
You've noticed a pattern where apartments deteriorate after two years, with issues like mold, leaks, and pests. You're unsure if this is a real phenomenon or just your perception of wanting to switch things up every two years.

Digital Printing of Arabic: explaining the problem (2017)

Arabic script has problematic digital representation due to its development in pen and ink, and the movable type printing technology that was not well-suited for it. This led to issues with encoding, searching, and displaying Arabic text on computers.

Semiconductor Lifeline Keeps Fighter Jets in the Air

https://spectrum.ieee.org/media-library/close-up-of-two-chips-on-a-printed-circuit-board.jpg?id=66905360&width=1200&height=900
Phoenix Semiconductor repackages off-the-shelf semiconductors to replace unavailable chips for the US Navy and other customers. The company aims to bridge the gap between high-mix, low-volume demand and large chip manufacturers.

SPECS Augmented Reality Glasses

https://images.ctfassets.net/o1znirz7lzo4/5CBMRXSmjZwMc64R4jgXXh/03f5992883caf5d2253b610b1b4f9553/SPECS27_52_Front_View.png?q=40&h=800
Snap built SPECS, a wearable computer that uses augmented reality to help people engage with the world around them, rather than pulling them away. SPECS are designed to be natural, with a 51-degree field of view, 16 million colors, and a lightweight design, making computing useful in the moment.

Frood, an Alpine Initramfs NAS (2024)

https://assets.buttondown.email/images/94d90085-c14a-46c6-860c-fc8c0418d33a.jpeg
The user has a custom NAS setup using Alpine Linux with a single initramfs containing the entire system. They've created a custom setup using alpine-make-rootfs to build a container image with a simple system configuration.

AI is potentially a Dunning-Kruger effect amplifier

https://pbs.twimg.com/profile_images/1364645619705511936/IGTT_tnL_200x200.jpg
AI may amplify the Dunning-Kruger effect, accelerating idiocracy. Narrow AIs need to improve at avoiding midwit-glazing input loops and false information.

Is Fable 5 Back?

https://isfable5back.com/opengraph-image?b143fdc5e03cbb2b
Claude Fable 5 is offline due to a U.S. export-control directive on June 12, 2026, citing national-security concerns. Anthropic is working to restore access, with no announced return date.

UK to require ID or face scan before you can make social media accounts

https://www.bleepstatic.com/content/hl-images/2026/06/16/uk-age-checks-for-social-media.jpg
The UK government plans to ban under-16s from social media, with regulations due before Christmas and taking effect in spring 2027, requiring age-checks for new accounts. Critics warn the checks are easy to circumvent and put users' ID and biometric data at risk of breaches.

Show HN: VoiceDraw – Talk system design out loud, the diagrams draw themselves

Draw flowcharts, mind maps, and architecture diagrams just by speaking. VoiceDraw uses AI to turn your voice into beautiful diagrams instantly — no design skills needed.

Gamers beware: malicious wallpapers on Steam found stealing accounts

https://media.kasperskycontenthub.com/wp-content/uploads/sites/43/2026/06/15111857/Picture6-1024x562.png
Malware is spreading through Steam Workshop, targeting gamers in China and Russia, by exploiting Wallpaper Engine's sharing feature. The attackers hide malware in wallpaper packages, which can lead to hijacked Steam accounts or infected systems.

The Return of Rigorous Full-System Timing Simulation

https://www.sigarch.org/wp-content/uploads/2026/05/ChatGPT-Image-May-30-2026-at-07_00_29-PM-1080x675.png
Researchers argue for a return to rigorous full-system timing simulation to accurately measure real microarchitectural behavior in modern systems, which have become increasingly complex and heterogeneous. A new sampling framework, QFlex 3.0, has been developed to make full-system timing simulation practical again by statistically sampling the execution of workloads and providing a desired ...

The Web We Know Is Going to Disappear

The Web is evolving into a more centralized and convenient interface, with AI chat interfaces replacing search engines and websites. This shift will change user habits and make websites less relevant, but people will still want to publish, learn, and connect.

Show HN: Spin Lab

Fetching the physics and the table.

Soccer Arcade Games Through the Years

https://arcadeheroes.com/wp-content/uploads/2026/06/world-cup-soccer-2026.png
The history of soccer arcade games spans decades, from early pinball and video games in the 1950s and 1970s to modern 3D titles like Virtua Striker in the 1990s and 2000s. Various companies, including Sega, Taito, and Konami, have released numerous soccer arcade games over the years, with some titles becoming classics and influencing the genre.

Reinventing the Renaissance

https://drb.ie/wp-content/uploads/2026/05/Heaney.jpg
Ada Palmer's book "Inventing the Renaissance" offers a fresh, personal approach to history, challenging traditional views of the Renaissance era. Palmer's engaging style and attention to historiography make this book a valuable resource for intelligent readers interested in history.

Rare medieval bookmark exceeds expectations at auction

http://www.thehistoryblog.com/wp-content/uploads/2026/06/Rotating-bookmark-430x615.jpg
A rare 15th-century rotating bookmark sold for £7,000, six times its high estimate. It features a parchment disc with Arabic numerals and symbols, used by a scribe to keep track of writing columns.

GateGPT: 56k tokens per second Transformer (KV cache) on FPGA at 80 MHz

https://pbs.twimg.com/amplify_video_thumb/2065831352495157248/img/Y1ZdmFqt2zKUMJ7h.jpg
56,000+ tokens/sec at just 80 MHz. 🤯 I burned a full Transformer with KV cache into a custom chip. Designed gate by gate as a 100% digital integrated circuit. Prototyped on a FPGA. (No GPU. No CPU) Just pure digital silicon running @karpathy microGPT, spelling out names on a tiny LCD. This is GateGPT 👇

Databricks Launches LTAP: A Unified OLAP/OLTP Data Architecture

https://www.databricks.com/sites/default/files/2026-06/2026-06-blog-lakebase-dais-press-release-og-1200x628-2x.png
Databricks introduced LTAP, a new data processing architecture that unifies OLAP and OLTP on a single copy of data in the lake, eliminating ETL and replicas. LTAP is built on Lakebase, which serves thousands of customers and handles 12 million database launches per day.

Total Iran Economic Damage Estimate

The website is 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.

Show HN: Pen and paper resource development game with an emergent world

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuQjG9Z5muNisBnHgop5XooK0aiTYkzkV1Hz_DELQPwZUU7X6vpbyRtvNC16RGcSAA2w-BgJvU__nqevz021StQ5eX4dexGY8lwpxR0zB9O3_pngBv65O1nB62Fbv53JL_bz0PZGxuOxczpB5Ac9XXh9fdViZsg_3njhyphenhyphen73MutDP30yPvoTmfBd7IE6-w/s320/IMG_1054_preview.jpeg
The user created a game called Sortis, a procedurally generated grid world where players manage resources, build structures, and coordinate agents to progress through levels. The game uses a combination of pen-and-paper mechanics, LFSR random number generators, and closed-form formulas to create a emergent gameplay experience without requiring complex computation.

About ASCII art and Jgs font (2023)

https://velvetyne.fr/site/assets/files/2889/image-1.png
Adel Faure, an ASCII artist, created the Jgs Font as a tribute to Joan G. Stark, a pioneer of ASCII art, and designed it to be used for creating ASCII art with its unique bitmap appearance and shapes. The font is free and open-source, allowing users to download, share, and modify it under a free license.

S‑CURVES a field guide to technology adoption · 1825–2026

https://escurves.com/og.png
Two hundred years of technology adoption follows one shape: the S-curve. Every curve was called a fad, from railroads to AI. When each went vertical, why, who called it a bubble, and what actually happened.

Meet Nikolai Evreinov, the 19th century Nathan Fielder

https://mssv.net/wp-content/uploads/2026/06/stormningen_av_vinterpalatset-1.jpg?w=1024
Nikolai Evreinov, a Russian director, believed that people should turn their lives into theatre to fulfill their deepest desires, a concept he called "The Theatre for Oneself." This idea, which he shared with comedian Nathan Fielder, suggests that people should create their own personalized dramas and role-play to experience life in a more meaningful way.

SpaceX to acquire Cursor for $60B in stock, days after blockbuster IPO

https://techcrunch.com/wp-content/uploads/2026/06/elon-nasdaq-spacex-ipo.jpg?w=1024
SpaceX is acquiring Cursor, an AI coding startup, for $60 billion in stock to boost its AI division. The deal aims to help SpaceX catch up with major AI labs after its AI division faced controversies and restructuring.

CJEU: Social networks are the 'publishers' of algorithmically-altered feeds

EU, tech law CJEU: Member States can require age verification for porn, and ban rebroadcast of traffic cop information also ***a website that controls what viewers see via an algorithm is liable for the content*** https://curia.europa.eu/site/upload/docs/application/pdf/2026-06/cp260087en.pdf

The octopus architecture for AI agents

https://blog.goodman.dev/_astro/octopus-agent-architecture-header.dDgPAo9f.png
TorkBot's architecture is like an octopus with a centralized brain and semi-autonomous appendages, each handling specific tasks. It maintains continuity and personality through a single LLM conversation and compacting lane contexts for efficient interaction.

EU Commission Response to 'Stop Destroying Videogames'

https://ec.europa.eu/avservices/avs/files/video6/repository/prod/photo/store//06/98/22/P-069822_00-01_03-MED-884521.jpg
Servers are temporarily unavailable, please try again later. We apologize for the inconvenience caused.

Show HN: BlitzGraph – Supabase for graphs, built for LLM agents

Convex is a graph database that allows for entities with multiple kinds, bidirectional relationships, and typed JSON queries, enabling complex queries and entity evolution without migrations or joins. It provides a structured query language, BQL, that is schema-validated at compile time and allows for polymorphism, entity evolution, and relationships to be first-class citizens.

A Love Story

https://pudding.cool/2026/06/love-story/assets/love_charts/dynamics.svg
A Stanford University study found that couples in excellent relationships were more likely to have their relationships improve during the pandemic, with mutual agreement on safety measures being a key factor. The study suggests that modern relationships require too much from partners, leading to tension and isolation, but also highlights the importance of shared meaning and mutual support in ...

The Doctor Who Treats Patients with a Gaming Mouse

https://textexpander.com/wp-content/uploads/IMG_4299.jpeg
Dr. James Ries uses a gaming mouse with TextExpander Snippets to streamline his telehealth practice. His setup eliminates cognitive load and ensures consistent care by generating complete clinical responses with branching options.