Latest Tech News

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

Filtered by: tex Clear Filter

Threads challenges X by offering free support for up to 10K characters, plus prominent links

After recently being spotted testing a way to share longer text, Threads, Meta’s X competitor, is now officially rolling out the feature that allows users to attach up to 10,000 characters of text to their post. The addition has been designed with the needs of creators in mind, as it supports linking out to content outside of Threads, like newsletters, blogs, podcasts, and more. Before this update, Threads supported 500 characters — which is already far more than the 280 characters offered to X

Ask HN: Gandi is holding my domain hostage. What can I do?

The short version of the story is that I was on a two-year internet hiatus. During that time my Gandi account with a decade-old domain name got locked. I have been emailing back and fourth with their Abuse department for the better part of a week and they’re slow-walking me at best. I had assurances from the CEO, who I reached via text, that if it wasn’t resolved today to text him back. He has now gone dark on me. I used to love Gandi, but they’re holding my domain name hostage. This doesn’t s

Tufte CSS

Tufte CSS Dave Liepmann Tufte CSS provides tools to style web articles using the ideas demonstrated by Edward Tufte’s books and handouts. Tufte’s style is known for its simplicity, extensive use of sidenotes, tight integration of graphics with text, and carefully chosen typography. Tufte CSS was created by Dave Liepmann and is now an Edward Tufte project. The original idea was cribbed from Tufte-LaTeX and R Markdown’s Tufte Handout format. We give hearty thanks to all the people who have contr

Topics: css margin text tufte use

VibeVoice: A Frontier Open-Source Text-to-Speech Model

VibeVoice: A Frontier Open-Source Text-to-Speech Model VibeVoice is a novel framework designed for generating expressive, long-form, multi-speaker conversational audio, such as podcasts, from text. It addresses significant challenges in traditional Text-to-Speech (TTS) systems, particularly in scalability, speaker consistency, and natural turn-taking. A core innovation of VibeVoice is its use of continuous speech tokenizers (Acoustic and Semantic) operating at an ultra-low frame rate of 7.5 Hz.

Sharing a mutable reference between Rust and Python

As part of my ongoing project to reimplement Django’s templating language in Rust, I have been adding support for custom template tags. The simplest custom tag will look something like: # time_tags.py from datetime import datetime from django import template register = template . Library() @register.simple_tag def time (format_string): now = datetime . now() return now . strftime(format_string) # time_tags.py from datetime import datetime from django import template register = template . Libr

Microsoft VibeVoice: A Frontier Open-Source Text-to-Speech Model

VibeVoice: A Frontier Open-Source Text-to-Speech Model VibeVoice is a novel framework designed for generating expressive, long-form, multi-speaker conversational audio, such as podcasts, from text. It addresses significant challenges in traditional Text-to-Speech (TTS) systems, particularly in scalability, speaker consistency, and natural turn-taking. A core innovation of VibeVoice is its use of continuous speech tokenizers (Acoustic and Semantic) operating at an ultra-low frame rate of 7.5 Hz.

You Don't Need iOS 26 to Do Math in Your iPhone's Messages App. Here's How

Apple is set to release iOS 26 this fall -- I'm predicting in less than two weeks -- and it will bring Liquid Glass, call screening and more features to your iPhone. But iOS 18 upgrades your Messages app so that it can solve tricky equations without your Calculator app, and it doesn't need Google to look up conversion rates, either. Prior to iOS 18, if you wanted to figure out how to split a bill with your texting group from afar, you'd have to use your calculator app or Spotlight and then swit

A staff engineer's journey with Claude Code

Until 18 months ago, I wrote every line of code myself. Today, AI writes 80% of my initial implementations while I focus on architecture, review, and steering multiple development threads simultaneously. This isn't another "AI will change everything" post. This is about the messy reality of integrating AI into production development workflows: what actually works, what wastes your time, and why treating AI like a "junior developer who doesn't learn" became my mental model for success. The back

First attempt will be 95% garbage: 6 weeks with Claude Code

Until 18 months ago, I wrote every line of code myself. Today, AI writes 80% of my initial implementations while I focus on architecture, review, and steering multiple development threads simultaneously. This isn't another "AI will change everything" post. This is about the messy reality of integrating AI into production development workflows: what actually works, what wastes your time, and why treating AI like a "junior developer who doesn't learn" became my mental model for success. The back

Sign Up to Get the Hottest Daily Deals Sent Directly to Your Phone

I spend every day on the hunt for deals that save you money. And I mean genuine savings, not fake discounts. My team and I are continually tracking and handpicking offers from the biggest retailers, like Amazon and Walmart, for our CNET Deals text subscribers. We'll send the best sales to your phone to help you score the hottest deals without lifting a finger. With Apple announcing new products, we anticipate upcoming deals on older Apple products like MacBooks, iPhones and the Apple Watch. I'm

Topics: cnet deals ll send text

Using JWT to establish a trusted context for Row Level Security

Row-level security (RLS) is a great feature. It allows restricting access to rows by applying filters defined by a policy. It’s a tool useful for cases when the data set can’t be split into separate databases. Sadly, using RLS may be quite cumbersome. RLS requires some sort of “trusted context” for the RLS policies. The policies need to filter using data the user can’t change. If the filter uses some sort of “tenant ID”, and the user can change it to an arbitrary value, that would break the RLS

Don't Build Multi-Agents

Principles of Context Engineering We’ll work our way up to the following principles: Share context Actions carry implicit decisions Why think about principles? HTML was introduced in 1993. In 2013, Facebook released React to the world. It is now 2025 and React (and its descendants) dominates the way developers build sites and apps. Why? Because React is not just a scaffold for writing code. It is a philosophy. By using React, you embrace building applications with a pattern of reactivity and

Implementing a Foil Sticker Effect

In this post, I’ll walk you through how to create a custom shader in Three.js that simulates the look of a foil sticker, complete with angle-dependent iridescence and sparkling metallic flakes. The goal is to capture that premium, holographic effect you see on collectible stickers, trading cards, and high-end packaging, but to render it in real time directly in the browser. Iridescence If you’ve ever tilted a holographic sticker or watched sunlight catch on a soap bubble, you’ve seen iridescen

Lessons from building an AI data analyst

AI/ML Data Analytics Malloy Malloy TL;DR Text-to-SQL is not enough. Answering real user questions requires going the extra mile like multi-step plans, external tools (coding) and external context. Answering real user questions requires going the extra mile like multi-step plans, external tools (coding) and external context. Context is the product. A semantic layer (we use Malloy ⎋) encodes business meaning and sharply reduces SQL complexity. A semantic layer (we use Malloy ⎋) encodes busines

“This telegram must be closely paraphrased before being communicated to anyone”

It appears that it was US military communications doctrine to not send the exact same message twice using different encryption ("none" counting as one type of encryption), and the term of art for changing a message to avoid that was indeed "paraphrase". I managed to dig up a US Army document on Cryptology from roughly that era that appears to discuss paraphrasing. The document in question is Department of the Army Technical Manual TM 32-220(pdf), dated 1950, titled "BASIC CRYPTOGRAPHY". It appa

"This telegram must be closely paraphrased before being communicated" Why?

It appears that it was US military communications doctrine to not send the exact same message twice using different encryption ("none" counting as one type of encryption), and the term of art for changing a message to avoid that was indeed "paraphrase". I managed to dig up a US Army document on Cryptology from roughly that era that appears to discuss paraphrasing. The document in question is Department of the Army Technical Manual TM 32-220(pdf), dated 1950, titled "BASIC CRYPTOGRAPHY". It appa

How Does Timecode Vinyl Work? (Pt. 3)

How Does Timecode Vinyl Actually Work? (Pt. 3) Since its release in 2011, the Traktor Control Vinyl MK2 has sparked curiosity among digital DJs and audio developers alike. Its timecode format stands apart from Serato’s, which we explored in the previous posts. With the MK2 system, Native Instruments introduced a more advanced timecode that boosts resolution and accuracy by applying advanced cryptographic techniques. In this post, we’ll break down how it works at a basic level and how Mixxx is

From multi-head to latent attention: The evolution of attention mechanisms

From Multi-Head to Latent Attention: The Evolution of Attention Mechanisms Vinithavn 7 min read · 15 hours ago 15 hours ago -- Listen Share Press enter or click to view image in full size What is attention? In any autoregressive model, the prediction of the future tokens is based on some preceding context. However, not all the tokens within this context equally contribute to the prediction, because some tokens might be more relevant than others. The attention mechanism addresses this by allow

From Multi-Head to Latent Attention: The Evolution of Attention Mechanisms

From Multi-Head to Latent Attention: The Evolution of Attention Mechanisms Vinithavn 7 min read · 15 hours ago 15 hours ago -- Listen Share Press enter or click to view image in full size What is attention? In any autoregressive model, the prediction of the future tokens is based on some preceding context. However, not all the tokens within this context equally contribute to the prediction, because some tokens might be more relevant than others. The attention mechanism addresses this by allow

Show HN: Magic links – Get video and dev logs without installing anything

Hey HN, For a while now, our team has been trying to solve a common problem: getting all the context needed to debug a bug report without the endless back-and-forth. It’s hard to fix what you can't see, and console logs, network requests, and other dev data are usually missing from bug reports. We’ve been working on a new tool called Recording Links. The idea is simple: you send a link to a user or teammate, and when they record their screen to show an issue, the link automatically captures a

Threads is testing long-form posts with support for formatted text

While Threads already allows up to 500 characters per post (which is more than enough for casual users used to the microblogging format), it is now testing support for long-form posts through “text attachments”. Here’s how it works. Meta has confirmed the test, but has no ETA for the feature As spotted by app researcher Radu Oncescu (via TechCrunch), Threads is testing a new “text attachment” feature on iOS, which could replace the common practice of stringing together multiple posts that blow

Meta is experimenting with long-form text on Threads

Meta seems to be working on ways for Threads users to share long-form writing within a single post. Several users have reported seeing a new "attach text" feature on the service, which allows them to embed large chunks of text within a single post. The feature, which hasn't been formally announced by Meta, is similar to the "articles" feature that's available on X to Premium+ subscribers. It enables Threads users to embed longer text excerpts within a single Threads post and offers some basic f

Threads tests a way to share long-form text on the platform

Threads is testing a new feature that makes it easy to share long-form text on the social network, Meta confirmed to TechCrunch on Thursday. The feature lets users attach a block of text to a post instead of creating a thread of several different posts when looking to share more in-depth thoughts and ideas. App researcher Radu Oncescu first spotted the new “text attachment” feature on iOS and shared a screenshot of it. According to the app’s description of the new feature, it’s designed to allo

LLMs solving problems OCR+NLP couldn't

The first idea resembling something like the idea of OCR got developed in 1870 as a reading machine for the blind - the Optophone. This was the first step to solve a problem that sounds pretty simple: How do we get writing on paper inside a computer? 150 years of research, engineering breakthroughs and hundreds of IDP products later we were finally able to scan a receipt and have the fields be filled out - if it looked nice and friendly enough to the OCR model. Heureka. Unfortunately for Tesse

YouTube TV, Fox reach short-term extension to prevent blackout as football season starts

Arch Manning #16 of the Texas Longhorns scrambles with the ball during the third quarter against the Clemson Tigers in the Playoff First Round Game at Darrell K Royal-Texas Memorial Stadium on Dec. 21, 2024 in Austin, Texas. Google said Wednesday that it reached a short-term extension with Fox to prevent its channels from going dark on its YouTube TV streaming service. However, Google did not specify how long the extension will last. "We have reached a short-term extension with Fox to prevent

CRKD’s $99 Peak Design clone is great for handhelds

is an editor covering deals and gaming hardware that he thinks you’ll like. He joined in 2018, and after a stint at Polygon, he rejoined The Verge in May 2025. Posts from this author will be added to your daily email digest and your homepage feed. Embracer Group-owned CRKD recently launched a backpack, the $99.99 Vortex 1.0. During a recent vacation, I swapped it in place of my go-to for the past eight or so years, the 20-liter Peak Design Everyday backpack, which CRKD has thoroughly cribbed t

Teletext in North America

>>> 2025-08-25 teletext in north america (PDF) I have an ongoing fascination with "interactive TV": a series of efforts, starting in the 1990s and continuing today, to drag the humble living room television into the world of the computer. One of the big appeals of interactive TV was adoption, the average household had a TV long before the average household had a computer. So, it seems like interactive TV services should have proliferated before personal computers, at least following the logic t

Peek Inside the Sacred Jedi Texts From ‘Star Wars: The Last Jedi’

The Star Wars sequel trilogy remains a hot topic for Star Wars fans, young and old. No matter where you stand on the three films, though, one thing we can probably all agree on is the one prop from the series that we’d most like to hold in our hands and explore: the sacred Jedi texts. Revealed in Star Wars Episode VIII: The Last Jedi, the Jedi texts are stored on Ahch-To and watched over by Luke Skywalker after he leaves the Jedi order and the Force behind him. They’re the last remnants of the

Topics: jedi rey star texts wars

Make the Easy Change Hard

I'd say this is a setup for a joke later on in the blog post, except the joke doesn't even make sense, so I don't really know what this is. Generated by ChatGPT. There’s a semi-well-known adage in software development that says when you have a hard code change, you should “first make the hard change easy, and then make the easy change.” In other words, refactor the code (or do whatever else you need to do) to simplify the change you’re trying to make before trying to make the change. This is es