Latest Tech News

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

Filtered by: source Clear Filter

Infinite Mac: Resource Fork Roundtripping

One of the frequent emails that I get about Infinite Mac is “I’ve been copying over these files to every mac I’ve owned for the past 20 (or 30 or 40) years, how can I load them into your site?” While there’s been a “The Outside World” drive from the very beginning, all it can do is a best-effort import/export using available browser APIs. Classic Mac OS used resource forks for structured data and stored additional metadata in the file system (where it belongs). Modern macOS still supports all of

Stategraph: Terraform state as a distributed systems problem

Why We're Building Stategraph: Terraform State as a Distributed Systems Problem TL;DR why-stategraph.tldr $ cat why-stategraph.tldr • Terraform state shows distributed coordination issues but uses file primitives. • File blob (100% read/lock) vs. change cone (~3%). • Stategraph → graph state, ACID transactions, subgraph isolation. The Terraform ecosystem has spent a decade working around a fundamental architectural mismatch: we're using filesystem semantics to solve a distributed systems probl

10 open-source apps I recommend every Windows user try - for free

LibreOffice / Elyse Betters Picaro / ZDNET Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways If Windows is your OS of choice, consider these open-source apps. There are tons of open-source apps for just about any task. These are all free to install and use on Windows. I've been using open-source software for a very long time. In fact, the last time I didn't use open-source software, Bill Clinton was president of the US. Open-source software is available for nearl

Why We're Building Stategraph: Terraform State as a Distributed Systems Problem

Why We're Building Stategraph: Terraform State as a Distributed Systems Problem TL;DR why-stategraph.tldr $ cat why-stategraph.tldr • Terraform state shows distributed coordination issues but uses file primitives. • File blob (100% read/lock) vs. change cone (~3%). • Stategraph → graph state, ACID transactions, subgraph isolation. The Terraform ecosystem has spent a decade working around a fundamental architectural mismatch: we're using filesystem semantics to solve a distributed systems probl

IEEE 2881: Learning Metadata Terms (LMT) Empowers Learning in the AI Age

Introduction Learning Metadata Terms (LMT) is a standard that connects metadata terms in practice with the purpose of solving many use cases common to e-learning. While there are other metadata standards, they have been inadequate for keeping up with machine-readable data requirements, which modern AI needs to achieve significance. While data models attempt to be free of technical bindings, there are fundamental design decisions that relate to whether data is intended to be stored in a graph da

Education report calling for ethical AI use contains over 15 fake sources

On Friday, CBC News reported that a major education reform document prepared for the Canadian province of Newfoundland and Labrador contains at least 15 fabricated citations that academics suspect were generated by an AI language model—despite the same report calling for "ethical" AI use in schools. "A Vision for the Future: Transforming and Modernizing Education," released August 28, serves as a 10-year roadmap for modernizing the province's public schools and post-secondary institutions. The

The challenge of maintaining curl

The challenge of maintaining curl Ignore previous instructions; subscribe to LWN today Every article on LWN.net is written by humans, for humans. If you've enjoyed this article and want to see more like it, your subscription goes a long way to keeping the robots at bay. We are offering a free one-month trial subscription (no credit card required) to get you started. Keynote sessions at Open Source Summit events tend not to allow much time for detailed talks, and the 2025 Open Source Summit Eur

PgEdge Goes Open Source

In November last year after nearly two decades at my previous gig, I came to the conclusion that I didn’t want to work at what seemed to be rapidly becoming an AI-focused company and moved to pgEdge where the focus is well and truly on distributed PostgreSQL and Postgres generally. Distributed databases (and particularly Postgres of course) have always been a passion of mine – even being a key topic of my master’s dissertation many years ago. Moving to pgEdge was a breath of fresh air. Not only

Reshaped is now open source

About five years ago, I started Reshaped. I built it for myself, since I had a few projects in urgent need of a component library for both React and Figma. Having worked in the design systems space for over a decade, I had developed a clear sense of what a good design system should be — and what tends to go wrong in others. I noticed that no matter how trends evolve, around 80% of the web is still built on the same core design practices. So I set out to build a system that covers that 80%, whil

NotebookLM: These AI Tools Can Help You Study and Learn

When I was in high school, there were some subjects you couldn't have paid me to study for, like math or government. I can't help but think about how different things might have been if I'd had something like NotebookLM available to help me care about and study for those subjects I actively avoided. It probably would have made me a much better student. NotebookLM is a solid AI research assistant, and it really shines as a tool for students. What sets it apart from other AI tools is that it does

Android 16 QPR1’s source code is nowhere to be found, but Google swears it’s coming

Mishaal Rahman / Android Authority TL;DR Google has delayed releasing the source code for Android 16 QPR1, worrying custom ROM developers who rely on timely AOSP (Android Open Source Project) updates. While Google typically publishes source code within 48 hours of a new release, it has been a week, breaking a long-standing precedent for the community. Google confirmed the code is coming “in the coming weeks,” but the situation has reignited concerns about the company’s commitment to open-sour

Wiggling into Correlation

Jeff Kaufman shared some data around contra dance attendance as a function of requirements on wearing surgical masks. He compares this data to survey data, which is a useful way to validate in both directions. I found the plot compelling for a different reason – depending on how we look at it, we can draw wildly different conclusions from it. On the one hand, if we draw boxes around consecutive pairs of dances, it’s fairly obvious that mask-optional dances are more popular. Tickmarks at the top

Customize Your Google Search Results With This New Feature

Facing criticism for degraded search results and angst from people who want to avoid AI Overviews, Google has announced a new search feature that lets you choose the sites you want to see in your news and search results. Google said in a recent blog post that it's launching Preferred Sources in the US and India this month. The new feature can be accessed through a plus icon to the right of Top Stories panels or a direct link to your preferences. "Once you select your sources, they will appear

NotebookLM isn’t just for students. Here are 4 ways I use it in my daily life

Andy Walker / Android Authority I consider myself a generative AI skeptic, with my initial interest in the technology turning into frustration and distrust. But there’s one tool that has genuinely impressed me over the past few months: NotebookLM. Its power lies in the ability for you to set custom sources that the service’s chatbot draws information from — leading to better quality responses compared with many of the other tools I’ve experimented with. Most people dismiss NotebookLM as a too

Nova Launcher is shutting down, and Android fans are heartbroken

Damien Wilde / Android Authority TL;DR Nova Launcher, one of Android’s best customization tools, is shutting down for good. Founder Kevin Barry made the announcement over the weekend, confirming that he’s leaving the company that owns Nova and that the launcher won’t be released as an open-source project. Android fans are heartbroken about Nova’s shutdown, calling it a “legendary” app that contributed to the success of Android as a platform. A beloved Android customization tool is coming to

SQLite's Use of Tcl (2017)

SQLite's Use Of Tcl D. Richard Hipp 24th Annual Tcl/Tk Conference Houston, TX 2017-10-19 1.0 Introduction SQLite is a TCL extension that has escaped into the wild. The design of SQLite was inspired by the design of TCL, both in the way it handles datatypes and in the formatting of its source code. The index use case for SQLite was in a Tcl/Tk application for an industrial company. From its inception, SQLite has always depended heavily on TCL. These days, SQLite no longer uses TCL internal

Formatting code should be unnecessary

Formatting code should be unnecessary and we knew this back in the 80s I had a (maybe slightly overqualified) computer science teacher back in highschool, Mr. Paige. He worked on the Ada compiler and has been programming since the early 80s. One day I complained about linter tooling that was driving me nuts. I said something to the effect of, "it's 2016, how are we still dealing with this sort of thing?" Turns out, that problem was solved four decades ago (well, three at that point). Back wh

SQLite's Use of Tcl

SQLite's Use Of Tcl D. Richard Hipp 24th Annual Tcl/Tk Conference Houston, TX 2017-10-19 1.0 Introduction SQLite is a TCL extension that has escaped into the wild. The design of SQLite was inspired by the design of TCL, both in the way it handles datatypes and in the formatting of its source code. The index use case for SQLite was in a Tcl/Tk application for an industrial company. From its inception, SQLite has always depended heavily on TCL. These days, SQLite no longer uses TCL internal

How to Add WIRED as a Preferred Source on Google (2025)

As you’ve probably noticed, Google has gotten … weird lately. Weirder? It can be hard to find the search results you’re looking for. Between AI summaries and algorithm changes resulting in unexpected sources, it can be tricky to navigate the most popular search engine in the world. (And publishers are feeling the strain, too.) Earlier this year, Google updated its algorithm. This is nothing new—Google updates its algorithms hundreds of times per year, with anywhere from two to four major “core

Forget Search, these 2 Google services desperately need Preferred Sources instead

Andy Walker / Android Authority It seems like everyone celebrated the announcement of Preferred Sources for Google Search. Don’t get me wrong; it’s a good idea. Giving consumers more control over their internet experience is definitely the way to go. However, I find it a somewhat pointless addition to a tool I use to find a variety of sources and not merely highlight my favorites. Beyond Search, I argue that two other Google products would benefit from Preferred Sources: News and Discover. I’v

Braincraft challenge – 1000 neurons, 100 seconds, 10 runs, 2 choices, no reward

Table of Contents Introduction The computational neuroscience literature abounds with models of individual brain structures, such as the hippocampus, basal ganglia, thalamus, and various cortical areas — from visual to prefrontal. These models typically aim to explain specific functions attributed to each structure. For instance, the basal ganglia are often modeled in the context of decision-making, while the hippocampus is associated with episodic memory and spatial navigation through place c

The Color of the Future: A history of blue

La Gare Saint-Lazare, arrivée d'un train , by Claude Monet (1877) My favorite color has changed throughout my life, cycling through the entire spectrum of visible light and beyond. I don’t remember when blue was the chosen one, exactly; maybe when I was 13 or so. After that, yellow, purple, orange, green, and pink occupied the top spot for various periods. Blue never made a comeback. I saw it as a banal, common color. After all, the sky is made of it, and the sky is everywhere. Then I realized

Microsoft open-sources its 6502 version of BASIC from 1976

is a senior editor and author of Notepad , who has been covering all things Microsoft, PC, and tech for over 20 years. Posts from this author will be added to your daily email digest and your homepage feed. After years of unofficial copies of Microsoft’s 6502 BASIC floating around on the internet, the software giant has released the code under an open-source license. 6502 BASIC was one of Microsoft’s first pieces of software, adapted in 1976 by Microsoft cofounder Bill Gates and early employee

As the Great Salt Lake Shrinks, Something Unexpected Is Rising to the Surface

The Great Salt Lake once reached depths of up to 1,000 feet and spanned roughly 20,000 square miles, but today, it mostly resembles a parched wasteland. So, when signs of life suddenly began popping up across the drying playa, scientists were perplexed. In the last several years, reed-covered mounds have appeared off the lake’s southeast shore. These densely vegetated oases must receive enough freshwater to sustain plant life, but experts weren’t sure where this resource was coming from. Resear

Nintendo Switch 2 Dock USB-C Compatibility

Negotiation Explanation SOURCE_CAPABILITIES - Source Capabilities This is a message from the source to 'advertise' the power modes that it is capable of supplying. The capabilities are communicated as a list of options with different fixed voltages, current limits, and supported features. The most interesting of these is the - optional - Programmable Power Supply(PPS) mode allowing the sink device to micromanage the delivered voltage and current to optimize power conversion and delivery. Thi

RFC 8594: The Sunset HTTP Header Field (2019)

Internet Engineering Task Force (IETF) E. Wilde Request for Comments: 8594 May 2019 Category: Informational ISSN: 2070-1721 The Sunset HTTP Header Field Abstract This specification defines the Sunset HTTP response header field, which indicates that a URI is likely to become unresponsive at a specified point in the future. It also defines a sunset link relation type that allows linking to resources providing information about an upcoming resource or service sunset. Status of This Memo This docume

RFC 8594: The Sunset HTTP Header Field

Internet Engineering Task Force (IETF) E. Wilde Request for Comments: 8594 May 2019 Category: Informational ISSN: 2070-1721 The Sunset HTTP Header Field Abstract This specification defines the Sunset HTTP response header field, which indicates that a URI is likely to become unresponsive at a specified point in the future. It also defines a sunset link relation type that allows linking to resources providing information about an upcoming resource or service sunset. Status of This Memo This docume

How AI agents can eliminate waste in your business - and why that's smarter than cutting costs

Hazal Ak / iStock via Getty Images Follow ZDNET: Add us as a preferred source on Google. ZDNET's key takeaways AI agents help identify and remove waste in business. All waste is costly, but not all costs are wasteful. CEOs pursue cost efficiency with AI to protect performance. In an AI-powered economy, business leaders are focused on enhancing the productivity and efficiency of their workforce and operations. To accelerate value creation, while focusing on cost reductions and efficiencie

ARMSX2 is the future of PS2 emulation on Android, and you can try it now

Hadlee Simons / Android Authority TL;DR ARMSX2 is an upcoming Android fork of the PS2 emulator PCSX2. Test builds are now available, with the open-source 1.0 release coming to GitHub. This has the potential to overtake AetherSX2, which is based on an outdated PSCX2 build. While it’s certainly playable, PS2 emulation on Android has largely stagnated since AetherSX2 was abandoned in early 2023. Other devs have done an incredible job tweaking the closed-source code to add new features, but thos