Latest Tech News

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

Filtered by: pos Clear Filter

Madman Sets Up Entire Server on Disposable Vape, Hosts Its Own Website

"Vibe" coding? Try vape coding. Either the most sober — or the most nicotine-addled — individual of all time has done the improbable: hosting an entire website on a single disposable e-cigarette. According to programmer Bogdan Ionescu, it's a stunt that's meant to demonstrate just how ridiculously tricked out even one-and-done vapes have become, he shared on his blog last week. Ionescu said he had been collecting disposable vapes for years, but it was only last year that he realized that some

Google Discover is going to start showing social media posts and YouTube Shorts

Google's Discover content feed is getting some new features . It'll soon include more than just articles from throughout the web. The company says the platform will be incorporating stuff like social media posts from platforms like Instagram and X along with YouTube Shorts. “In our research, people told us they enjoyed seeing a mix of content in Discover, including videos and social posts, in addition to articles,” the company wrote in an announcement. These changes will start showing up in the

SonicWall warns customers to reset credentials after breach

SonicWall warned customers today to reset credentials after their firewall configuration backup files were exposed in a security breach that impacted MySonicWall accounts. After detecting the incident, SonicWall has cut off the attackers' access to its systems and has been collaborating with cybersecurity and law enforcement agencies to investigate the attack's impact. "As part of our commitment to transparency, we are notifying you of an incident that exposed firewall configuration backup fil

Google will put posts from X and Instagram in your Discover feed

is a news writer who covers the streaming wars, consumer tech, crypto, social media, and much more. Previously, she was a writer and editor at MUO. Posts from this author will be added to your daily email digest and your homepage feed. Google’s Discover feed will soon include more than just articles from around the web. In the coming weeks, Google plans on incorporating YouTube Shorts alongside posts from platforms like Instagram and X. The Discover feed lives on your homescreen in the Google

Pgstream: Postgres streaming logical replication with DDL changes

pgstream - Postgres replication with DDL changes pgstream is an open source CDC command-line tool and library that offers Postgres replication support with DDL changes to any provided target. Features Schema change tracking and replication of DDL changes Support for multiple out of the box targets Elasticsearch/OpenSearch Webhooks PostgreSQL Initial and on demand PostgreSQL snapshots (for when you don't need continuous replication) Column value transformations (anonymise your data on the g

Which colours dominate movie posters and why?

Colour is one of the quickest ways a poster can tell you what kind of film it’s selling. Before you’ve read the title or registered the actors, your brain has already clocked the palette and filed it against a lifetime of genre expectations. Over the past century, marketing teams have shifted from painterly illustration to photography and from saturated Technicolor hues to today’s more controlled, strategic colour use. I wanted to take a data-led look at colours on movie posters, so I gather

Implementing namespaces and coding standards in WordPress plugin development

As WordPress projects grow in complexity, organizing your codebase becomes essential. Whether you’re building a plugin, theme, or block library, a clean and scalable architecture makes development faster, onboarding easier, and long-term maintenance far less painful. In Refactoring the Multi-Block Plugin: Build Smarter, Register Cleaner, Scale Easier, I walked through setting up a flexible structure for managing multiple static, dynamic, and interactive blocks within a single plugin. That setup

FFglitch, FFmpeg fork for glitch art

Gallery There are some artists out there doing some amazing work using FFglitch. I put this page up so that I don’t have to go hunting for examples every time I want to show someone what can be done with FFglitch. Thomas Collet has a lot of work using FFglitch on vimeo, instagram, and reddit. A bunch more from Thomas: Kaspar Ravel wrote a blog post about a collaboration he did with Thomas Collet which resulted in this gem: Here’s the blog post: https://www.kaspar.wtf/blog/encoding-

FFglitch, FFmpeg fork for glitch arch

Gallery There are some artists out there doing some amazing work using FFglitch. I put this page up so that I don’t have to go hunting for examples every time I want to show someone what can be done with FFglitch. Thomas Collet has a lot of work using FFglitch on vimeo, instagram, and reddit. A bunch more from Thomas: Kaspar Ravel wrote a blog post about a collaboration he did with Thomas Collet which resulted in this gem: Here’s the blog post: https://www.kaspar.wtf/blog/encoding-

Why do browsers throttle JavaScript timers?

Posted August 31, 2025 by Nolan Lawson in performance, Web. Tagged: timers. 9 Comments Even if you’ve been doing JavaScript for a while, you might be surprised to learn that setTimeout(0) is not really setTimeout(0) . Instead, it could run 4 milliseconds later: const start = performance.now() setTimeout(() => { // Likely 4ms console.log(performance.now() - start) }, 0) Nearly a decade ago when I was on the Microsoft Edge team, it was explained to me that browsers did this to avoid “abuse.” I.

Mastodon rolls out quote posts with protections to prevent ‘dunking’

Mastodon, an open source, decentralized alternative to X, is rolling out a somewhat controversial feature by adding quote posts, which will launch next week. The feature, which allows a user to quote someone else’s post and re-share it with their own response or commentary, has contributed to a culture of “dunking” on X, where users often deride other people by responding with snark or insulting humor. To address this concern, Mastodon says it’s implementing quote posts with safety controls. T

Mastodon is bringing quote posts to the fediverse

is a news writer who covers the streaming wars, consumer tech, crypto, social media, and much more. Previously, she was a writer and editor at MUO. Posts from this author will be added to your daily email digest and your homepage feed. Mastodon is officially rolling out quote posts. Starting next week, you’ll see an option to quote another user by selecting the repost — or “boost” — button, allowing you to add your thoughts to someone else’s post. The decentralized platform initially planned

Our website looks like an operating system

I have a problem with many large, technical websites. Often times, I’ll want to refer to different pages at the same time. So I’ll CMD + click “a couple times” while browsing around and before I know it, I have 12 new tabs open – all indistinguishable from each other because they share the same favicon. PostHog.com has the same problem – especially as the site has grown from supporting a handful of paid products to over a dozen. As I looked for ways to solve this explosion of pages, I started

Why our website looks like an operating system

I have a problem with many large, technical websites. Often times, I’ll want to refer to different pages at the same time. So I’ll CMD + click “a couple times” while browsing around and before I know it, I have 12 new tabs open – all indistinguishable from each other because they share the same favicon. PostHog.com has the same problem – especially as the site has grown from supporting a handful of paid products to over a dozen. As I looked for ways to solve this explosion of pages, I started

Brussels faces privacy crossroads over encryption backdoors

Europe, long seen as a bastion of privacy and digital rights, will debate this week whether to enforce surveillance on citizens' devices. Representatives from member states will meet on Friday to consider legislation critics call Chat Control, aka "laying down rules to prevent and combat child sexual abuse," which seeks to require ISPs or messaging app providers to scan user content or backdoor encryption so that intelligence agencies can do it themselves. It's the latest attempt in a three-yea

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

Show HN: Ark v0.5.0 – A Minimal, High-Performance Entity Component System for Go

Features Installation To use Ark in a Go project, run: go get github.com/mlange-42/ark Usage Below is the classical Position/Velocity example that every ECS shows in the docs. See the User Guide, API docs and examples for details. package main import ( "math/rand/v2" "github.com/mlange-42/ark/ecs" ) // Position component type Position struct { X float64 Y float64 } // Velocity component type Velocity struct { X float64 Y float64 } func main () { // Create a new World world := ecs . NewWor

Source code for the X recommendation algorithm

X's Recommendation Algorithm X's Recommendation Algorithm is a set of services and jobs that are responsible for serving feeds of posts and other content across all X product surfaces (e.g. For You Timeline, Search, Explore, Notifications). For an introduction to how the algorithm works, please refer to our engineering blog. Architecture Product surfaces at X are built on a shared set of data, models, and software frameworks. The shared components included in this repository are listed below:

X open sourced their latest algorithm

X's Recommendation Algorithm X's Recommendation Algorithm is a set of services and jobs that are responsible for serving feeds of posts and other content across all X product surfaces (e.g. For You Timeline, Search, Explore, Notifications). For an introduction to how the algorithm works, please refer to our engineering blog. Architecture Product surfaces at X are built on a shared set of data, models, and software frameworks. The shared components included in this repository are listed below:

Switch modder owes Nintendo $2 million after representing himself in court

It has often been said that the lawyer who represents himself has a fool for a client. That truism apparently extends to Switch modders as well, at least in the case of Ryan Daly. The operator of the now-defunct moddedhardware.com (archived) now owes Nintendo $2 million after a recent settlement filed in a Washington state District Court. The final judgement, which was jointly agreed to by both parties, asserts that Daly knowingly sold devices such as the MIG Switch and MIG Dumper that "are pri

Godfather of AI Says His Creation Is About to Unleash Massive Unemployment

One of the most prominent pioneers of artificial intelligence has some grim predictions about what the technology he created is soon going to unleash onto humankind. Geoffrey Hinton, the Nobel Prize-winning scientist whose work on neural networks earned him the title of "Godfather of AI," suggested in an interview with the Financial Times that tech CEOs who preach positive outcomes for the future of AI are deluding themselves and others. "What’s actually going to happen is rich people are goin

Meta Whistleblowers Allege Company Buried Info on Child Safety

Whistleblowers allege Meta has suppressed research on risks for young children involving virtual reality devices and apps, including information about child predators, according to a new report from the Washington Post. The newspaper reports that Congress has received thousands of pages of documents related to Meta’s virtual reality programs, with four researchers coming forward to discuss their experiences with the company. Two of the researchers currently work for Meta, and two are former emp

Bluesky finally has a private bookmarking feature

Bluesky has added a built-in bookmarking feature so users finally have a way to privately save posts on the platform. The update is out now on Bluesky's website and app. Bookmarks on Bluesky work pretty much like they do on any other service. Save a post and you can revisit it later from the "saved posts" section of the app and website. It's overall a basic feature — there's currently no way to organize your saves into folders, for example — but it's a very long overdue addition to the platform

Sam Altman says that bots are making social media feel ‘fake’

X enthusiast and Reddit shareholder Sam Altman had an epiphany on Monday: Bots have made it impossible to determine whether social media posts are really written by humans, he posted. The realization came while reading (and sharing) some posts from the r/Claudecode subreddit, which were praising OpenAI Codex. OpenAI launched the software programming service that takes on Anthropic’s Claude Code in May. Lately, that subreddit has been so filled with posts from self-proclaimed Code users announc

Bluesky adds private bookmarks

Social networking startup Bluesky is rolling out one of users’ most in-demand features — no, not an edit button! — bookmarks. The company on Monday announced the new addition, which it calls Saved Posts. The feature is accessible through a new bookmark icon underneath each post, next to the heart for favoriting. Your saved posts can then be viewed at any time from the new “Saved” section in the app’s main navigation. While it may seem redundant to have both likes and bookmarks on a social app

E Ink posters might just save my poor, bare walls from crippling indecision

Stephen Schenck / Android Authority There’s nothing on my walls. As a renter, part of that is practical, as anything I put up there is likely to leave its indelible mark despite my best efforts to the contrary — and ding my security deposit accordingly — but a hugely contributing factor is also my indecision. If I’m not absolutely in love with what I’m hanging up, why expose myself to that headache? But I’m also not a monster who actually wants to live in a featureless void, and do look to sma

Hungry Hungry Hippos Autoplay (2017)

CONTENTS YouTube BlueSky GitHub LinkedIn Hungry Hungry Hippos Autoplay Posted: June 10, 2017 Introduction A group of my coworkers play board games during lunch time on Fridays and at one point invited me to play. Unfortunately all they play is a bunch of modern hipster games when I wanted to play Hungry Hungry Hippos. No one wanted to play with me so I decided to build circuitry that would take their place. Pushing the plastic lever eventually got really tiring so

Air pollution directly linked to increased dementia risk

A study has found that exposure to air pollution can increase the risk of developing Lewy body dementia.Credit: Sonu Mehta/Hindustan Times/Shutterstock An analysis of 56 million people has shown that exposure to air pollution increases the risk of developing a particular form of dementia, the third most common type after Alzheimer’s disease and vascular dementia. The study, published in Science on 4 September1, suggests that there is a clear link between long-term exposure to PM 2.5 — airborne