Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: build Clear Filter

Poltergeist: File watcher with auto-rebuild for any language or build system

Poltergeist The ghost that keeps your builds fresh 👻 A universal file watcher with auto-rebuild for any language or build system Poltergeist is an AI-friendly universal file-watcher that auto-detects any project and rebuilds them as soon as a file has been changed. Think npm run dev for native apps, with automatic configuration, notifications and a smart build queue. It stands on the shoulders of giants and fills the glue layer that's been missing. Works on macOS, Linux, and Windows. Availabl

Virtual Linux Devices on ARM64

500 virtual Linux devices on ARM 64 Underjord is an artisanal consultancy doing consulting in Elixir, Nerves with an accidental speciality in marketing and outreach. If you like the writing you should really try the pro version. This is the first part of an experimental journey as I explore how many instances of my favorite IoT framework I can run on the 192 core Ampere One. Background I work on the Nerves project which is an IoT framework providing best-practice underpinnings and support so

The Q Programming Language

The Q Programming Language Q is a minimal, dependency-free programming language and compiler targeting x86-64 and arm64 with ultra-fast builds and tiny binaries. Features High performance ( ssa and asm optimizations) and optimizations) Fast compilation (<100 μs for simple programs) Tiny executables ("Hello World" is ~600 bytes) Multiple platforms (Linux, Mac and Windows) Zero dependencies (no llvm, no libc) Installation Warning q is under heavy development and not ready for production ye

Apple’s new $100B US commitment got it a 100% chip tariff exemption

During today’s Oval Office press conference, President Donald Trump announced that Apple will be exempt from an upcoming “very large tariff on chips and semiconductors”. Here are the details. Today, Apple announced the American Manufacturing Program (AMP), adding $100 billion to its previously pledged $500 billion investment aimed at expanding domestic facilities and creating jobs. During the press briefing in which, among other things, Apple CEO Tim Cook gifted President Trump a piece of US-m

Trump threatens 100 percent tariff on computer chips with a gigantic loophole

is a senior editor and founding member of The Verge who covers gadgets, games, and toys. He spent 15 years editing the likes of CNET, Gizmodo, and Engadget. Posts from this author will be added to your daily email digest and your homepage feed. In the very first week of his presidency, Donald Trump vowed to force silicon manufacturing back to the United States by making processors more expensive, a threat he’s repeated since. Is he finally going through with that plan? Trump just announced he’

Zig Error Patterns

Some patterns I have started to use when writing zig code with unit tests. Introduction Although I try to make good use of the debugger, I am quite used to print-based debugging, especially for unit tests. I wanted to explore some tricks to improve print-based debugging, and also incorporate the debugger more. print-based debugging improved One big problem with using print debugging is spammy output. If I am running something in a loop, and only one iteration of the loop has anything interes

Trump’s trade and environment policies are a disaster for carmakers

An ill wind blows through the automotive industry. Yesterday, after the market closed, Rivian reported its results for the second quarter of 2025, and they weren't great. Unlike the last two quarters, Rivian did not make a gross profit, and it's estimating it will have a larger loss this year than first predicted. A day earlier, it was Lucid's turn: The Saudi-backed EV startup also missed analyst estimates for the quarter, and Lucid says it will build fewer cars this year than originally planned

Zig-Error-Patterns

Some patterns I have started to use when writing zig code with unit tests. Introduction Although I try to make good use of the debugger, I am quite used to print-based debugging, especially for unit tests. I wanted to explore some tricks to improve print-based debugging, and also incorporate the debugger more. print-based debugging improved One big problem with using print debugging is spammy output. If I am running something in a loop, and only one iteration of the loop has anything interes

Crack the code to startup traction with insights from Chef Robotics, NEA, and ICONIQ at TechCrunch Disrupt 2025

Finding product-market fit isn’t a milestone — it’s a messy, make-or-break journey. And at TechCrunch Disrupt 2025, a founder who’s been through the fire and two investors who’ve helped startups hit escape velocity will break down how to do it right. On the Builders Stage, Rajat Bhageria (Founder & CEO, Chef Robotics), Ann Bordetsky (Partner, NEA), and Murali Joshi (Partner, ICONIQ) join forces to unpack the most critical — and elusive — phase in a startup’s life cycle. They’ll dive into smart

Build Your Own Lisp

Build Your Own Lisp Learn C and build your own programming language in 1000 lines of code! If you're looking to learn C, or you've ever wondered how to build your own programming language, this is the book for you. In just a few lines of code, I'll teach you how to use C, and together, we'll start building your very own language. Along the way we'll learn about the weird and wonderful nature of Lisps, how to develop a real-world project, concisely solve problems, and write beautiful code! T

Coverage Cat (YC S22) Is Hiring a Senior, Staff, or Principal Engineer

Software Engineer Engineering • Full Time Want to make it so that millions of Americans get better financial outcomes, the insurance industry is more price transparent and policies are easy to understand? Join Coverage Cat, where we’ve built the AI-native insurance broker of the future, combining data, matchmaking, and recommendations into a single-service website that solves non-commercial insurance needs. We look for senior engineers that want to own and build products end to end, gather th

Crafting your own Static Site Generator using Phoenix (2023)

Image by Annie Ruygt This is a post about building up your own Static Site Generator from scratch. If you want to deploy your Phoenix LiveView app right now, then check out how to get started. You could be up and running in minutes. The year is 2023, you have many options for building a Static Website. From the OG Jekyll to literally hundreds of JavaScript based options to people suggesting you should just craft HTML by hand. All of these solutions are correct and good, and you know what? You

Topics: build copy path post text

The anti-abundance critique on housing is wrong

The sharpest criticisms of the book Abundance have sometimes come from the antitrust movement. This group, mostly on the left, insists that the biggest problems in America typically come from monopolies and the corruption of big business. In housing, for example, Ezra Klein and I write that a key bottleneck to homebuilding in the last few decades has been legal barriers to construction, including zoning laws and minimum lot sizes. This is a mainstream view supported by economists and scholars w

The Anti-Abundance Critique on Housing Is Dead Wrong

The sharpest criticisms of the book Abundance have sometimes come from the antitrust movement. This group, mostly on the left, insists that the biggest problems in America typically come from monopolies and the corruption of big business. In housing, for example, Ezra Klein and I write that a key bottleneck to homebuilding in the last few decades has been legal barriers to construction, including zoning laws and minimum lot sizes. This is a mainstream view supported by economists and scholars w

Zig Profiling on Apple Silicon

If you’re a developer rocking an Apple Silicon Mac and writing in Zig, congratulations - you’ve chosen the scenic route through the desert of profiling tools. It’s just you, your code, and a tumbleweed named Apple Instruments. But don’t worry - we’ll try to find some oases. Okay, it’s not that bad, but we’re far away from the rich ecosystem of profiling tools available on Linux. Note: I have limited experience using low-level languages, so this article doesn’t provide a deep dive into profili

Vibe code is legacy code

Despite widespread confusion, Andrej Karpathy coined "vibe coding" as a kind of AI-assisted coding where you "forget that the code even exists." Legacy code We already have a phrase for code that nobody understands: legacy code. Legacy code is universally despised, and for good reason. But why? You have the code, right? Can't you figure it out from there? Wrong. Code that nobody understands is tech debt. It takes a lot of time to understand unfamiliar code enough to debug it, let alone intro

A short post on short trains

Epistemic status: Main part is well-supported but may have some minor errors. The parts about potential future lines are inherently speculative. Small Train is Good Train A while ago, I wrote about how elevated trains are the greatest urbanism cheat code, increasing the amount of track miles you can build per dollar (or per year) by a factor of 2-4. And while I don’t have anything else on that order of magnitude, I do have one more easy 20-50% gain: Run shorter trains. The basic idea is simpl

Our $100M Series B

We don’t want to bury the lede: we have raised a $100M Series B, led by a new strategic partner in USIT with participation from all existing Oxide investors. To put that number in perspective: over the nearly six year lifetime of the company, we have raised $89M; our $100M Series B more than doubles our total capital raised to date — and positions us to make Oxide the generational company that we have always aspired it to be. If this aspiration seems heady now, it seemed absolutely outlandish w

Kevin Feige Teases a Major ‘Avengers: Doomsday’ Location

“The fun of an Avengers movie is introducing people to each other and seeing how very different personalities get along,” says Kevin Feige, the president of Marvel Studios. “In the case of a movie that involves the threat of worlds literally colliding, it’s fun to see them visit each other’s homes.” Feige was speaking to the official Marvel website about The Fantastic Four: First Steps, which is now in theaters. It’s the final piece of the puzzle before Avengers: Doomsday comes out in December

Blender developers begin work on full-fledged mobile version

Popular open source 3D modeling tool Blender's social media channels and subreddit have regularly seen people asking for a tablet version for years now. And according to a blog post by Dalai Felinto from the Blender team, the developers of the application have now committed to build just that. "The idea is to bring the full power of Blender to these devices," the blog post explains. "This requires adapting to platform-specific paradigms, but also to offer more task-oriented user interfaces with

New Aarch64 Back End

This page contains a curated list of recent changes to main branch Zig. Also available as an RSS feed. This page contains entries for the year 2025. Other years are available in the Devlog archive page. July 23, 2025 New Aarch64 Backend Author: Andrew Kelley & Jacob Young Jacob upstreamed his new backend yesterday. 275 src/codegen/aarch64/Mir.zig 138 src/codegen/aarch64/abi.zig 11799 src/codegen/aarch64/encoding.zig 10981 src/codegen/aarch64/Select.zig 905 src/codegen/aarch64/Disassemble.zig

Depot (YC W23) Is Hiring a Technical Content Writer (Remote)

Depot is growing rapidly and reinventing the software build space, so we are now looking for a technical content writer to help us tell that story and scale our educational content. Depot has created a build performance and developer productivity platform unlike any other. We have redefined how teams build software locally and in CI by making speed a first-class feature. Our products accelerate container builds, GitHub Actions, Bazel and Gradle builds, and more. Teams using Depot save literal y

Firebender (YC W24) Is Hiring

Firebender processes tens of billions of tokens per day for the thousands of concurrent coding agents, and auto complete model. Every month hundreds of millions of lines of code are added to codebases of companies ranging from startups to fortune 500. Building a great coding agent is likely the most valuable technical challenges to solve right now, and we’re already making great progress on this. If this challenge excites you, let’s talk. Responsibilities Build/iterate on agentic evaluation,

OSS Rebuild: open-source, rebuilt to last

Today we're excited to announce OSS Rebuild, a new project to strengthen trust in open source package ecosystems by reproducing upstream artifacts. As supply chain attacks continue to target widely-used dependencies, OSS Rebuild gives security teams powerful data to avoid compromise without burden on upstream maintainers. The project comprises: Automation to derive declarative build definitions for existing PyPI (Python), npm (JS/TS), and Crates.io (Rust) packages. SLSA Provenance for thousan

OSS Rebuild: open-source, Rebuilt to Last

Today we're excited to announce OSS Rebuild, a new project to strengthen trust in open source package ecosystems by reproducing upstream artifacts. As supply chain attacks continue to target widely-used dependencies, OSS Rebuild gives security teams powerful data to avoid compromise without burden on upstream maintainers. The project comprises: Automation to derive declarative build definitions for existing PyPI (Python), npm (JS/TS), and Crates.io (Rust) packages. SLSA Provenance for thousan

What happens when housing prices go down?

There’s a theory about housing that has taken hold with a kind of religious fervor: If you want to make housing more affordable, just build more of it. Supply and demand. Simple economics. This narrative is now dominating housing policy discussion across the political spectrum. Deregulate, upzone, speed up approvals, let the market work. And if you build enough homes, the theory goes, prices will come down. But here’s the question almost no one asks: What happens when prices actually start to

Debcraft – Easiest way to modify and build Debian packages

Debian packaging is notoriously hard. Far too many new contributors give up while trying, and many long-time contributors leave due to burnout from having to do too many thankless maintenance tasks. Some just skip testing their changes properly because it feels like too much toil. Debcraft is my attempt to solve this by automating all the boring stuff, and making it easier to learn the correct practices and helping new and old packagers better track changes in both source code and build artifac

15 Years of Building Jefit

Embrace the Grind: 15 Years of Building Jefit The Start of Something I Didn't Expect to Last 15 Years Fifteen years ago, Jefit wasn't a company. It wasn't even a business idea. It was just a project I started in my dad's living room in North Carolina, fresh out of college, working from my own laptop. I was broke and unsure about the future, frustrated by how hard it was to track workouts. There was no easy way to stay consistent or see real progress. I wasn't chasing a startup dream, jus