Cloud VM benchmarks 2026: performance/price for 44 VM types over 7 providers

https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fihxwrtvu3iezsrccaih2.png
A comprehensive cloud compute VM comparison was conducted, testing 44 instance types across 7 providers, including AWS, GCP, Azure, Oracle, Linode, DigitalOcean, and Hetzner, with a focus on CPU performance and price. The results show AMD EPYC Turin as the top performer, followed by Intel Granite Rapids and Google Axion, with significant performance differences between providers and instance types.

CasNum

https://repository-images.githubusercontent.com/1155292460/c3a16c6c-63b3-4762-9a3b-9c86b22e748b
CasNum is a library implementing arbitrary precision arithmetic using compass and straightedge constructions, integrating with a modified Game Boy emulator. It features a viewer showing geometric constructions and allows running games like Pokémon Red using only compass and straightedge operations.

A decade of Docker containers

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.

Israel Strikes Oil Facilities in Iran

Please enable JS and disable any ad blocker

Show HN: A weird thing that detects your pulse from the browser video

https://pulsefeedback.io/og-image.png
This page responds to your pulse through your camera. No one can see you. Only your heart rate is shared.

Dumping Lego NXT firmware off of an existing brick (2025)

The user contributed to the Pybricks project and obtained a used Lego NXT with the original 2006 firmware version 1.01, which they wanted to archive, leading to the discovery of arbitrary code execution. They successfully exploited the NXT's firmware to gain native ARM code execution, allowing them to access and dump the firmware, and potentially enabling the creation of an NXT worm.

Autoresearch: Agents researching on single-GPU nanochat training automatically

https://raw.githubusercontent.com/karpathy/autoresearch/master/progress.png
A researcher, @karpathy, created a project to let AI agents experiment autonomously with a simplified LLM training setup, modifying code and training for 5 minutes at a time. The project uses a single file, train.py, which the agent edits, and a program.md file that humans edit to set up the research org.

Effort to prevent government officials from engaging in prediction markets

https://www.merkley.senate.gov/wp-content/uploads/2023/02/Group-96@2x.png
US Senators Jeff Merkley and Amy Klobuchar introduced the End Prediction Market Corruption Act to ban government officials from trading event contracts. The bill aims to prevent insider trading and maintain public trust in government officials.

Emacs internals: Deconstructing Lisp_Object in C (Part 2)

The author discusses how they approach reading source code, starting from general computation and data representation, and applies this to the GNU Emacs source code, which uses a tagged pointer technique to represent Lisp values in C. This technique is a universal pattern in systems programming, allowing metadata to be stored in unused bits of pointers, and is used in Emacs to implement ...

The stagnancy of publishing and the disappearance of the midlist

https://substackcdn.com/image/fetch/$s_!xjsH!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5b846f69-2c02-4056-8730-50f3b54fc40f_1164x1044.png
The publishing industry has become stagnant with big publishers relying on proven formulas and authors, resulting in a lack of variety and risk-taking. This stagnancy is due to consolidation, with the Big Five controlling over 80% of the trade publishing market, leading to a focus on bestsellers and a decline in midlist writers.

In 1985 Maxell built a bunch of life-size robots for its bad floppy ad

https://assets.buttondown.email/images/d74314eb-fcaf-42b2-9927-c01dbf847780.png?w=960&fit=max
Maxell's 1980s ads featured robots eating floppy disks, but the company also created life-size robot props that were displayed in a museum exhibit. The robots were part of a Smart Machines exhibit at The Computer Museum in Boston, which opened in 1987.

The surprising whimsy of the Time Zone Database

https://muddy.jprs.me/media/20260306-203048.png
The author learned to handle time zones by using the IANA Time Zone Database, a resource built by others, rather than writing custom code. The database contains a rich history of time zone changes and whimsical comments.

macOS code injection for fun and no profit (2024)

The user discusses Live++ by Molecular Matters, a C/C++ hot-reload/live coding solution, and shares a project to inject code into a running process on macOS using Mach APIs. The project involves modifying a test program's memory, allocating executable memory, and setting up a trampoline to replace a function with new code.

FLASH radiotherapy's bold approach to cancer treatment

https://spectrum.ieee.org/media-library/photo-of-a-man-in-a-lab-coat-adjusting-a-large-piece-of-medical-equipment-thats-pointed-at-the-head-of-a-partial-mannequin.jpg?id=65111419&width=1200&height=913
Physicists at CERN and other labs are developing FLASH radiotherapy, a new cancer treatment that delivers high doses of radiation in a short burst, reducing damage to healthy tissue. Researchers are refining the technology and expect it to become a routine clinical option in about 10 years, potentially transforming cancer care worldwide.

Overheads (2023)

The author questions why systems programmers shun higher-level languages due to hidden performance costs when C also has areas where something expensive can happen without much acknowledgement. The author argues that any overhead with a time complexity greater than O(1) should be visible in the source code in a systems programming language.

Lisp-style C++ template meta programming

https://opengraph.githubassets.com/8deb14cd2cf854c003125cdb4d7bf1ed2c4a972054877790b2b7d24fe0d61621/mistivia/lmp
The code implements a prime number sieve using infinite integers and lazy evaluation. It generates a list of prime numbers starting from 2.

LLM Writing Tropes.md

A single file containing AI writing tropes was created to help AI assistants avoid common patterns in writing, such as overused adverbs, grandiose nouns, and false suspense transitions. The file lists various tropes to avoid, including negative parallelism, superficial analyses, and invented concept labels, to help AI writers produce more human-like and engaging content.

Compiling Prolog to Forth [pdf]

The influence of anxiety: Harold Bloom and literary inheritance

https://thepointmag.com/wp-content/uploads/2026/01/Issue-36-Cover_web.jpg
Harold Bloom's ideas on literary influence and the Western Canon are both inspiring and anxiety-provoking, reflecting his own conflicted views on the role of art and tradition. His work, particularly "The Anxiety of Influence," offers a necessary, if challenging, perspective on the burden of literary inheritance and the importance of preserving the past.

How important was the Battle of Hastings?

This website is using a security service to protect itself from online attacks. We are checking your browser to establish a secure connection and keep you safe.

Will Claude Code ruin our team?

https://justinjackson.ca/assets/content/standoff-between-developers-designers-product-ceo-ai-claude-code.png
The rise of AI in software development is causing a shift from implementation to judgment, making generalists more valuable than specialists. This change may lead to increased collaboration and new roles emerging, such as AI-driven pair programming.

Re-creating the complex cuisine of prehistoric Europeans

https://cdn.arstechnica.net/wp-content/uploads/2026/03/cuisine2CROP-640x562.jpg
Archaeologists analyzed residues on prehistoric ceramic pots and found evidence of diverse diets combining plants and animals in ancient Eastern European populations. They discovered region-specific recipes, including fish with wild grasses and legumes in one area and fish with green vegetables in another.

Put the zip code first

https://zipcodefirst.com/og.png
The user criticizes address forms that require typing street address, city, state, and country before using the ZIP code for autofill, which is unnecessary and inefficient. They suggest putting the ZIP code first and using a free API to autofill city, state, and country for a better user experience.

SigNoz (YC W21) is hiring for engineering, growth and product roles

https://app.ashbyhq.com/api/images/org-theme-logo/2f1f7a19-9719-437c-902f-861cf9096134/fcf65159-ffdc-40fa-9a2f-4b400b3d1493/d51eab50-af4c-4a66-808c-efee755b61e9.png
SigNoz Jobs

The yoghurt delivery women combatting loneliness in Japan

https://ichef.bbci.co.uk/images/ic/480xn/p0n451bl.jpg.webp
In Japan, a network of women delivering probiotic milk drinks, known as Yakult Ladies, has become a vital source of connection and care for the elderly. These women, who are often self-employed, offer a lifeline of human connection and help reduce loneliness in a rapidly ageing population.

Bourdieu's theory of taste: a grumbling abrégé (2023)

https://dynomight.net/img/bourdieu/bm3.jpg
The user reflects on their beer purchases and the concept of "taste" in Pierre Bourdieu's book "Distinction," realizing that their preferences may be influenced by social class and a desire to fit in with certain groups. The user distills Bourdieu's ideas into a simpler form, arguing that people from different classes prefer different things and that this preference can have significant ...

Ki Editor - an editor that operates on the AST

Bridge the gap between coding intent and action: manipulate syntax structures directly, avoiding mouse or keyboard gymnastics. Amplify your coding efficiency: wield multiple cursors for parallel syntax node operations, revolutionizing bulk edits and refactoring. Selection Modes standardize movements across words, lines, syntax nodes, and more, offering unprecedented flexibility and consistency.

Files are the interface humans and agents interact with

https://avatars.githubusercontent.com/u/25641936?v=4
The author, a former vector database company employee, notes a shift in the AI ecosystem towards using filesystems for context and memory, citing various companies and researchers adopting this approach.

Show HN: ANSI-Saver – A macOS Screensaver

https://raw.githubusercontent.com/lardissone/ansi-saver/main/docs/screenshot-preview.jpg
AnsiSaver is a screensaver that displays ANSI/ASCII art from 16colo.rs, a large online archive. It features customizable scroll speed and render scale, and can be configured to display art from local folders or online packs.

Self-Portrait by Ernst Mach (1886)

https://pdr-assets.b-cdn.net/collections/self-portrait-by-ernst-mach-1886/24993192252_0c837a126a_z.jpg?width=563&height=850
Ernst Mach created a self-portrait in 1870 to illustrate his ideas about self-perception, which was later published in 1886. The drawing shows Mach lying on a sofa, with his left eye viewing his body and environment.