Archive of Byte magazine, starting with issue #1 in 1975

https://archive.org/services/img/byte-magazine
Foreground p.20 RECYCLING USED ICs [theme Hardware] [author Mikkelsen] p.62 DECIPHERING MYSTERY KEYBOARDS [theme Hardware] [author Heltners] p.72 LIFE...

Vercel Says Internal Systems Hit in Breach

https://decipher.sc/wp-content/uploads/2025/09/engin-akyurt-A9_IsUtjHm4-unsplash-600x600.jpg
Vercel disclosed a breach of its internal systems affecting a limited subset of customers. The company is investigating with incident response experts and notifying affected customers directly.

Notes from the SF Peptide Scene

https://substackcdn.com/image/fetch/$s_!cqqs!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4d75b920-be72-4935-9cd3-c051b6053b85_1016x723.png
The author visited the Bay Area and observed a culture of extreme sincerity, where people take everything seriously, including absurd conversations and behaviors. They attended a "spring gay peptide party" where people injected each other with peptides for weight loss and other purposes.

Nanopass Framework: Clean Compiler Creation Language

The Nanopass Framework is an embedded domain-specific language for creating compilers that focuses on creating small passes and many intermediate representations. Nanopass reduces the boilerplate required to create compilers making them easier to understand and maintain.

SPEAKE(a)R: Turn Speakers to Microphones for Fun and Profit [pdf] (2017)

A new type of malware called SPEAKE(a)R can covertly turn headphones, earphones, or simple earbuds connected to a PC into microphones when a standard microphone is not present, muted, taped, or turned off. The malware can record human speech of intelligible quality and eavesdrop from nine meters away, posing a significant cyber security threat.

The seven programming ur-languages (2022)

The user explains that programming languages can be grouped into seven fundamental "ur-languages" that share common patterns and characteristics, and that learning a language from the same ur-language is easier than learning one from a different ur-language. The user suggests learning a language from the ALGOL family (such as Python or Java), then learning a language from the Prolog family ...

Game devs explain the tricks involved with letting you pause a game

https://kotaku.com/app/uploads/2026/04/pauseeee.jpg
Game developers use various methods to pause games, including manipulating time, freezing frames, and ignoring pause commands for certain functions. Pausing a game can be a complex process, but most modern game engines support it, and developers can implement it with proper testing and consideration of different pause scenarios.

The creative software industry has declared war on Adobe

https://platform.theverge.com/wp-content/uploads/sites/2/chorus/author_profile_images/195820/JESSICA_WEATHERBED.0.jpg?quality=90&strip=all&crop=0%2C0%2C100%2C100&w=2400
Adobe's Creative Cloud is facing competition from free alternatives like Autograph and Canva, which offer similar design tools at no cost. Industry rivals like Apple and DaVinci Resolve are also undercutting Adobe's pricing with affordable subscription options.

Show HN: Shader Lab, like Photoshop but for shaders

https://eng.basement.studio/opengraph-image.png
A powerful toolkit to create, stack, and animate shaders.

What are skiplists good for?

https://antithesis.com/images/people/001_will.jpg
The user encountered a problem at Antithesis where they needed to efficiently query a large tree data structure in Google BigQuery, but point lookups were slow. They solved this by inventing a "skiptree" data structure, which is a hierarchy of skiplists that allows for efficient querying with a fixed number of JOINs in SQL.

Pairwise Order of a Sequence of Elements

In the very first post of this blog, I described a new measure of disorder which I called \(\mathit{Amp}\). I started its construction process by introducing what I dubbed the pairwise order of a sequence as follows: A few days ago I went back to one of the simplest possible tools in the domain: a three-way comparator for two values: \[\mathit{comp}(x, y)= \begin{cases} 1 & \text{ if } x ...

NIST scientists create 'any wavelength' lasers

https://www.nist.gov/sites/default/files/styles/960_x_960_limit/public/images/2026/04/14/DSC04675.JPG?itok=VAkh1LCs
Scientists at NIST have developed a way to make integrated circuits for light, which could power emerging technologies like AI, quantum computers, and optical atomic clocks. The new technique allows for the creation of complex circuits that can manipulate light in various ways, potentially making these technologies more powerful and portable.

Airline worker arrested after sharing photos of bomb damage in WhatsApp group

https://images.lbc.co.uk/images/806846?crop=16_9&width=660&relax=1&format=webp&signature=mESK8Kwqu6SF495l5tlABdnNplA=
A Dubai airline worker was arrested for sharing bomb damage photos in a private WhatsApp group, charged with publishing information harmful to state interests. He remains in detention, highlighting concerns over Dubai's surveillance operations and access to private communications.

College instructor turns to typewriters to curb AI-written work

https://i0.wp.com/sentinelcolorado.com/wp-content/uploads/2026/03/AP26080655513734.jpg?resize=541%2C360&ssl=1
Grit Matthias Phelps, a Cornell University instructor, introduced manual typewriters to her German language class to prevent AI use and teach students the value of writing without digital assistance. The "analog" assignment allowed students to experience the raw feeling of typing without screens, online dictionaries, or delete keys.

Vercel April 2026 security incident

https://vercel.com/api/docs-og?title=Vercel%20April%202026%20security%20incident&format=kb&sig=61c47e5c0210e9c5e21b0833f72df07973dca32c7569ce19771da837cb76182a
Unauthorized access to Vercel systems has been detected, and an investigation is underway with incident response experts and law enforcement. Affected customers are being notified directly, and all customers are advised to review environment variables and use sensitive variable features.

When moving fast, talking is the first thing to break

Prioritizing speed over communication can lead to faulty designs and system inconsistencies. This approach can create technical debt and hinder future collaboration, ultimately harming the organization.

Anonymous request-token comparisons from Opus 4.6 and Opus 4.7

Anonymous request-token comparisons from the community, showing how Opus 4.6 and Opus 4.7 differ on real inputs Open source · stored rows contain anonymous submission IDs onlyNot affiliated with or endorsed by Anthropic.

Notion leaks email addresses of all editors of any public page

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 electromechanical angle computer inside the B-52 bomber's star tracker

https://static.righto.com/images/astro-compass-overview/angle-computer-opened-w500.jpg
Before GPS, aircraft navigated using celestial navigation, which was automated in the 1960s with the development of the Astro Compass system that used an electromechanical analog computer called the Angle Computer. The Angle Computer physically modeled the celestial sphere to solve the navigational triangle and provide accurate heading and position information to the aircraft navigator.

Ask HN: How did you land your first projects as a solo engineer/consultant?

You started a solo consultancy helping SMEs with back-office issues and are looking for advice on getting your first project. You're offering 10 hours free to the first 5 clients to help them get started.

Binary GCD

https://en.algorithmica.org/hpc/algorithms/img/euclid.svg
The binary GCD algorithm is a variant of Euclid's algorithm that uses binary shifts, comparisons, and subtractions to find the greatest common divisor of two numbers, which is ~2x faster than the C++ standard library's gcd function. The algorithm's performance can be further optimized by using __builtin_ctz to reduce the number of iterations and by rearranging the assembly code to take ...

Why Japan has such good railways

https://worksinprogress.co/wip-image/uploads/2026/03/Mockup-Cover-for-WEB-01.png
Japan's railway system excels due to good public policy, business structure, and land use rules, not cultural factors. Its unique model of private companies building cities and capturing value from real estate and commercial side businesses has contributed to its success.

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

Gemma 4 E2B generating Excalidraw diagrams from text prompts, running entirely in desktop Chrome via WebGPU. KV cache compressed 2.4× using TurboQuant's polar+QJL algorithm reimplemented in WGSL compute shaders. Requires Chrome 134+ on desktop — Safari/iOS not supported.

Minimal Viable Programs (2014)

A minimal viable program is the smallest program that solves a particular problem without extra features. It's simple, reliable, and does one essential thing well, like Dropbox and Twitter.

Matt Mullenweg Overrules Core Committers; Puts Akismet on WP 7's Connector List

https://www.therepository.email/wp-content/uploads/2025/07/300x250px-display-ad.jpg
Matt Mullenweg overruled core committers to register Akismet on WordPress 7.0's Connectors screen. The decision sparked controversy over process and contribution recognition, with Mullenweg defending Automattic's contributions to WordPress.

It's cool to care (2025)

https://alexwlchan.net/images/2025/mince_stage_door_1x.jpg
The writer is in New York to see the musical Operation Mincemeat on Broadway, a show about British spies who fooled Hitler with a dead body and fake papers. The writer sees the show as a story about friendship and the power of caring about something.

The world in which IPv6 was a good design (2017)

The user attended an IETF meeting to learn about TCP BBR and observed the ongoing debate about IPv6 replacing IPv4, which led them to investigate the history of networking protocols and their complexities. The user discovered that the intertwining of ethernet and IP protocols has resulted in a complicated system, making it difficult to imagine a network without MAC addresses and IP addresses, ...

Turtle WoW classic server announces shutdown after Blizzard wins injunction

https://cdn.mos.cms.futurecdn.net/Ba252N3UzmCkmpAK2B5t3j.jpg
Keep up to date with the most important stories and the best deals, as picked by the PC Gamer team. Contact me with news and offers from other Future brands Receive email from us on behalf of our trusted partners or sponsors By submitting your information you agree to the Terms & Conditions and Privacy Policy and are aged 16 or over. Your weekly update on everything you could ever want to ...

Updating Gun Rocket through 10 years of Unity Engine

https://images.squarespace-cdn.com/content/v1/61b7c684ecfe8757ee8b1279/1775251807062-MSVWT8LF20G7KVVQ2DNH/gr+blog+2.gif
The user is updating their 10-year-old Unity project, Gun Rocket, to the latest version, starting with Unity 5.5 and migrating through various versions, noting changes in Unity's tech and UI along the way. The user successfully updates the project to the latest Unity version, 6000, and fixes various bugs, concluding that simplicity and luck played a significant role in the project's success.

State of Kdenlive

https://kdenlive.org/news/2026/state-2026/otiov.png
The Kdenlive team made significant progress in 2025, releasing new features, bug fixes, and improvements to the user interface, with a focus on stability and community support. The team is now looking ahead to upcoming features, including 10/12 bit color support, playback optimizations, and OpenFX support, and is grateful for community contributions and donations that enable continued development.