Latest Tech News

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

Filtered by: _________ Clear Filter

Robin Lakoff, expert on language and gender, dead at 82

Dr. Lakoff’s thesis that women are raised to accept a secondary role in the world, one enforced partly by the speech they are taught, sets off academic arguments to this day. Her 1973 paper “created a huge fuss,” the linguists Penelope Eckert and Sally McConnell-Ginet wrote in 2012. “Thus was launched the study of language and gender.” Dr. Lakoff observed that women’s speech was marked by hedging phrases (“like,” “y’know”), which convey that the speaker is uncertain; empty adjectives like “ado

LLMs tell bad jokes because they avoid surprises

LLMs generate slop because they avoid surprises by design LLMs suck at comedy, art, journalism, research, and science for the same fundamental reason Dan Fabulich 5 min read · 3 days ago 3 days ago -- Listen Share Have you ever asked an LLM to tell you a joke? They’re rarely funny at all; they never make you actually laugh. There’s a deep reason for this, and I think it has serious implications for the limitations of LLMs, not just in comedy, but in art, journalism, research, and science. Jo

SuperSight: A graphical enhancement mod for Brøderbund's "Stunts"

Annali da Samarcanda Alberto Marnetto's Notebook SuperSight: a graphical enhancement mod for Brøderbund's Stunts Clickbait disclaimer: Stunts was actually created by Distinctive Software; Brøderbund was only the publisher. But nobody heard about Distinctive, and I wanted to be sure this article does not get confused with the one about Disney's Stunt Island. Sorry about that. Part I This series will tell about the creation of SuperSight, a mod for Stunts intended to bring the game’s 3D engin

Electricity prices are climbing more than twice as fast as inflation

Electricity prices are climbing more than twice as fast as inflation toggle caption Ken Thomas Ken Thomas woke up this past Wednesday to find the power had gone out at his house in Boca Raton. A text message from his utility said a piece of equipment had failed at 2 a.m. By the time a repair crew showed up eight hours later, the hot, sticky Florida summer was already taking a toll. "You just don't realize how important your power is until you don't have it," says Thomas, a retired air traffic

Wan – Open-source alternative to VEO 3

💜 Wan | 🖥️ GitHub | 🤗 Hugging Face | 🤖 ModelScope | 📑 Paper | 📑 Blog | 💬 Discord 📕 使用指南(中文) | 📘 User Guide(English) | 💬 WeChat(微信) Wan: Open and Advanced Large-Scale Video Generative Models We are excited to introduce Wan2.2, a major upgrade to our foundational video models. With Wan2.2, we have focused on incorporating the following innovations: 👍 Effective MoE Architecture : Wan2.2 introduces a Mixture-of-Experts (MoE) architecture into video diffusion models. By separating the denoising

Does OLAP Need an ORM

TL;DR · ORMs have proven to be useful for many developers in the OLTP/transactional stack (Postgres, MySQL, etc). · OLAP/analytical databases like ClickHouse could potentially benefit from ORM abstractions. · Existing transactional ORMs probably shouldn’t be extended to OLAP due to fundamental differences in semantic meaning between OLTP and OLAP. · Moose OLAP (part of MooseStack) is an open source, MIT-licensed implementation of an ORM-like interface for ClickHouse, inspired by tran

Lessons learned from building a sync-engine and reactivity system with SQLite

Over the last couple of months, I've been trying to build the dream: A local-first, end-to-end encrypted and reactive app, with all of the user's data in a local SQL database but continually synced to a remote server. This article summarizes my learning and how I ended up building a minimal sync engine for SQLite with full reactivity. First Try: PGlite and Electric My first try was with Electric and a WASM-based version of PostgreSQL called PGlite that can run directly in the browser. I ev

Eliminating JavaScript cold starts on AWS Lambda

How? Enter Porffor Porffor is my JS engine/runtime that compiles JavaScript ahead-of-time to WebAssembly and native binaries. What does that actually mean? You can compile JS files to tiny (<1MB), fast (millisecond-level) binaries: ~$ bat hi.js ─────┬────────────────────────────────────── 1 │ console.log ( "hello blog!" ) ─────┴────────────────────────────────────── ~$ porf native hi.js hi [ 271ms ] compiled hi.js -> hi ( 12.9KB ) ~$ du -h hi 16K hi ~$ ./hi hello blog! Node and Bun offer “com

Topics: hi js ms node porffor

We Hit 100% GPU Utilization–and Then Made It 3× Faster by Not Using It

We recently used Qwen3-Embedding-0.6B to embed millions of text documents while sustaining near-100% GPU utilization the whole way. That’s usually the gold standard that machine learning engineers aim for… but here’s the twist: in the time it took to write this blog post, we found a way to make the same workload 3× faster, and it didn’t involve maxing out GPU utilization at all. That story’s for another post, but first, here’s the recipe that got us to near-100%. The workload Here at the Daft

IQ Tests Results for AI

Does this site show that AIs are biased? As of 2023, every major AI is economically left-wing and also relatively socially libertarian. Some AIs are much more like that than others, however, with Claude tending towards being one of the most moderate models, and Google’s Bard being one of the most extreme-left models. An AI’s political bias is shaped by two main things:

Topics: ai ais bias left models

BBC Micro: The Ancestor to a Device You Are Guaranteed to Own

ARM-based chips are found in nearly 60 percent of the world’s mobile devices Introducing the “Beeb” – the inventors of the ARM architecture used these machines to simulate and develop chip designs. Those chips are now in every home and business. This particular machine is my BBC Master, plus 5 1/4″ floppy disk drive, and three-button mouse. Isn’t she a beauty? Like many microcomputers of the 1980s, the BBC Micro ran on a 6502 series microchip. Unlike most of the competition, however, the BBC

Show HN: Fallinorg - Offline Mac app that organizes files by meaning

Yes, during the pre-sale period, you’ll receive all small updates we release—this includes bug fixes, performance improvements, and minor feature tweaks. These updates are free for all pre-sale buyers. Once the pre-sale ends, we’ll begin developing larger features and major upgrades. These will be part of the full release, and pre-sale buyers will have the option to upgrade at a special discounted price. By joining early, you get to enjoy the app right away, help shape its development with your

Topics: buyers ll pre price sale

Faster Index I/O with NVMe SSDs

The Marginalia Search index has been partially rewritten to perform much better, using new data structures designed to make better use of modern hardware. This post will cover the new design, and will also touch upon some of the unexpected and unintuitive performance characteristics of NVMe SSDs when it comes to read sizes. The index is already fairly large, but can sometimes feel smaller than it is, and paradoxically, query performance is a big part of why. If each query has a budget of 100-25

Topics: block data kb read reads

Derivatives, Gradients, Jacobians and Hessians

This article explains how these four things fit together and shows some examples of what they are used for. Derivatives Derivatives are the most fundamental concept in calculus. If you have a function, a derivative tells you how much that function changes at each point. If we start with the function , we can calculate the derivative as . Here are those two functions graphed. One use of derivatives is for optimization – also known as finding the lowest part on a graph. If you were at and wan

Who does your assistant serve?

Loading... Why am I seeing this? You are seeing this because the administrator of this website has set up Anubis to protect the server against the scourge of AI companies aggressively scraping websites. This can and does cause downtime for the websites, which makes their resources inaccessible for everyone. Anubis is a compromise. Anubis uses a Proof-of-Work scheme in the vein of Hashcash, a proposed proof-of-work scheme for reducing email spam. The idea is that at individual scales the addit

LL3M: Large Language 3D Modelers

LL3M uses a team of large language models to write Python code that creates and edits 3D assets in Blender. Given user text instructions, the agents are capable of creating expressive shapes from scratch, and realizing complex, precise geometric manipulations in code. Whereas previous uses of code-writing LLMs for 3D creation have focused on specific subtasks or constrained procedural programs and primitives, our method is able to create unconstrained assets with geometry, layout, and appearance

Major Plastics Treaty Ends in Failure

This story was originally published by Grist. Sign up for Grist’s weekly newsletter here. Diplomats from around the world concluded nine days of talks in Geneva — plus a marathon overnight session that lasted into the early hours of Friday — with no agreement on a global plastics treaty. During a closing plenary that started on Friday at 6:30 a.m. — more than 15 hours after it was originally scheduled to begin — nearly all countries opposed an updated draft of the United Nations treaty that wa

Disney’s Got a Cool ‘Andor’ Zine for Emmy Season

With less than a month to go before the Emmys, Disney’s pulling out all the stops to make sure Andor takes home some gold. Not only did it recently release the script for “Welcome to the Rebellion,” one of its best season two episodes, it’s also getting the word out through the power of the press. As Disney describes it, the REBELIÓN zine celebrates “our 14 Emmy® nominations, the filmmakers, talent, and incredible craftspeople who were responsible for bringing this show to life,” and has alread

‘Superman’ and ‘Star Wars’ Actor Terence Stamp Dies at Age 87

English actor Terence Stamp, seen across a variety of film and TV over the decades, has passed away at 87 years old. In a statement to Reuters, the actor’s family revealed he passed on Sunday morning. Born July 22, 1938, he made his film debut with the 1962 adaptation of Herman Melville’s Billy Budd as the title character. The role earned him an Academy Award nomination and recognition that allowed him to star in films like 1965’s The Collector and 1967’s Poor Cow. Genre-wise, Terence Stamp fa

Today's NYT Connections: Sports Edition Hints and Answers for Aug. 17, #328

Looking for the most recent regular Connections answers? Click here for today's Connections hints, as well as our daily answers and hints for The New York Times Mini Crossword, Wordle and Strands puzzles. Today's Connections: Sports Edition is both fun and tough. The purple category was kind of brilliant, actually. Read on for hints and the answers. Connections: Sports Edition has been out of beta for six months, making its debut on Super Bowl Sunday, Feb. 9. That's a sign that the game has ea

Today's NYT Mini Crossword Answers for Sunday, Aug. 17

Gael Cooper CNET editor Gael Fashingbauer Cooper, a journalist and pop-culture junkie, is co-author of "Whatever Happened to Pudding Pops? The Lost Toys, Tastes and Trends of the '70s and '80s," as well as "The Totally Sweet '90s." She's been a journalist since 1989, working at Mpls.St.Paul Magazine, Twin Cities Sidewalk, the Minneapolis Star Tribune, and NBC News Digital. She's Gen X in birthdate, word and deed. If Marathon candy bars ever come back, she'll be first in line.

Premier League Soccer: Livestream Nottingham Forest vs. Brentford From Anywhere

Two sides that enjoyed somewhat unexpected top-10 finishes last season go head-to-head on Sunday as Nottingham Forest hosts Brentford in the English Premier League. Below, we'll outline the best live TV streaming services for watching Premier League games as they happen, wherever you are in the world, and how to use a VPN if it's not available where you are. Forest were last season's surprise package, booking a long-overdue return to European football by finishing in seventh. While Nuno Espir

Premier League Soccer: Stream Chelsea vs. Crystal Palace Live From Anywhere

Two teams who have recently tasted cup glory meet on Sunday in the first London derby of the new English Premier League season as Chelsea hosts Crystal Palace. Below, we'll outline the best live TV streaming services for watching Premier League games as they happen, wherever you are in the world, and how to use a VPN if it's not available where you are. Having won the UEFA Conference League back in May, Chelsea followed up that triumph with a win in the Club World Cup, leading many pundits to

How to Block Spam Calls and Turn On Call Screening in the iOS 26 Beta

Apple released the third public beta of iOS 26 on Aug. 14. The update brought a handful of new features, like a new Liquid Glass design and the ability to change your alarm's snooze length, to the iPhones of developers and beta testers. It also let developers and beta testers stop spam calls from bothering them with a new call screening feature. Call screening isn't an Apple Intelligence feature, so any iOS 26 compatible iPhone, like the iPhone 14 Pro, will get this feature when Apple releases

I Prefer the Merlin Bird ID App Over Meditation Apps for Staying in the Present Moment

I've downloaded countless meditation apps and tried all the breathing exercises to stay present. Yet, the app I wasn't expecting to help me with mindfulness is the one I've had the most success with. It's an app for identifying birds. I was just as surprised as you are. Merlin Bird ID was launched in 2014 by the Cornell Lab of Ornithology to help people identify the birds around them. Thanks to eBird, the world's largest database of bird sounds and photos based on 800 million global sightings,

Topics: anna app bird time ve

Start Saving Now: An iPhone 17 Pro Price Hike Is Likely, Says New Report

The iPhone 16 series dropped last year with the same US prices as the iPhone 15 series. But the iPhone 17 might come with the first price increase in years. James Martin/CNET Apple's annual iPhone event is likely just a few weeks away but we're still seeing new rumors surface. One of the latest leaks is that the iPhone 17 Pro will get a $50 price increase. The rumor surfaced on the Chinese social media site Weibo from a user named Instant Digital (Setsuna Digital) and corroborates an earlier pr

Topics: 17 apple iphone price pro

AI Data Centers Are Coming for Your Land, Water and Power

From the outside, this nondescript building in Piscataway, New Jersey, looks like a standard corporate office surrounded by lookalike buildings. Even when I walk through the second set of double doors with a visitor badge slung around my neck, it still feels like I'll soon find cubicles, water coolers and light office chatter. Instead, it's one brightly lit server hall after another, each with slightly different characteristics, but all with one thing in common -- a constant humming of power.