Latest Tech News

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

Filtered by: run Clear Filter

TeaOnHer, a rival Tea app for men, is leaking users' personal data

TeaOnHer, an app designed for men to share photos and information about women they have supposedly dated, has exposed users’ personal information, including government IDs and selfies, TechCrunch can confirm. The app, which launched on the Apple App Store earlier this week, is a response to another viral app Tea that allows women to post about the men they date. Tea is advertised as a women’s safety app with more than 6 million users that is similar to “Are we dating the same guy?” Facebook net

Best Running Shoes for Women in 2025

Picking out a running shoe is a different experience than shopping for other types of footwear. For one, everyone has different preferences as far as style goes and their running needs. Some shoe brands are known to make shoes for specific types of running (trail, speed, daily), and you may notice some will market themselves as minimalist, maximalist or in-between sneakers. Running shoes, like walking shoes, can also be versatile enough to use for different activities. The only difference is tha

Booting 5000 Erlangs on Ampere One 192-core

Booting 5000 Erlangs on Ampere One 192-core 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. In the previous post on 500 virtual linux devices on ARM64 I hinted that I expected serious improvements if we got KVM working. Well. We’re there. Let’s see what we got going on. Disclosure: I am running a conference called Goatmire Elixir which Ampere is a sp

Jan – Ollama alternative with local UI

Jan - Local AI Assistant Getting Started - Docs - Changelog - Bug reports - Discord Jan is an AI assistant that can run 100% offline on your device. Download and run LLMs with full control and privacy. Installation The easiest way to get started is by downloading one of the following versions for your respective operating system: Download from jan.ai or GitHub Releases. Features Local AI Models : Download and run LLMs (Llama, Gemma, Qwen, etc.) from HuggingFace : Download and run LLMs (L

Topics: build jan make mise run

Impersonators are targeting companies with fake TechCrunch outreach

Hi, thanks as always for reading TechCrunch. We want to talk with you quickly about something important. We’ve discovered that scammers are impersonating TechCrunch reporters and event leads and reaching out to companies, pretending to be our staff when they absolutely are not. These bad actors are using our name and reputation to try to dupe unsuspecting businesses. It drives us crazy and infuriates us on your behalf. Anecdotally, this isn’t just happening to us; fraudsters are exploiting the

I Built a Powerful Gaming PC Solely to Run AI Models. Here's Why

When it comes to AI, maybe ChatGPT or Gemini come to mind. There are other players like Perplexity, Claude, Grok and Mistral. In a booming market, there are a whole host of AI models out there, many of which don't even require an internet connection. Models that run without internet connections are called local AI models, and as the name suggests, they can be run on your own hardware. You don't need to connect to OpenAI's or Google's servers to use those versions of ChatGPT or Gemini. This bri

Don’t let your competitor steal the brand spotlight — secure your exhibit table at TechCrunch Disrupt 2025

TechCrunch Disrupt isn’t just a tech conference — it’s a launchpad. For 20 years, startups have come to TechCrunch Disrupt to meet their first investors, land their biggest partnerships, and spark the idea that takes them to the next level. In 2025, that launchpad could be your exhibit table. With tables selling fast, now is your moment to get in front of 10,000+ founders, VCs, and tech innovators from October 27-29 in San Francisco’s Moscone West. If you wait, your competitor will grab the s

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

TeaOnHer, a rival Tea app for men, is leaking users’ personal data and driver’s licenses

TeaOnHer, an app designed for men to share photos and information about women they have supposedly dated, has exposed users’ personal information, including government IDs and selfies, TechCrunch can confirm. The app, which launched on the Apple App Store earlier this week, is a response to another viral app Tea that allows women to post about the men they date. Tea is advertised as a women’s safety app with more than 6 million users that is similar to “Are we dating the same guy?” Facebook net

Free, offline ChatGPT on your phone? Technically possible, basically useless

Robert Triggs / Android Authority Another day, another large language model, but news that OpenAI has released its first open-weight models (gpt-oss) with Apache 2.0 licensing is a bigger deal than most. Finally, you can run a version of ChatGPT offline and for free, giving developers and us casual AI enthusiasts another powerful tool to try out. As usual, OpenAI makes some pretty big claims about gpt-oss’s capabilities. The model can apparently outperform o4-mini and scores quite close to its

Topics: gpt model oss ram run

I wore the best smartwatches from Samsung, Apple, and Google - here's how Galaxy Watch 8 wins

Samsung Galaxy Watch 8 ZDNET's key takeaways Samsung's Galaxy Watch 8 is available for purchase now at a starting price of $349. It's a capable smartwatch with all the usual health metrics, along with Samsung's Running Coach, bedtime guidance, and recovery insights. Some features feel more experimental than scientific, like Antioxidant Index and BMI, which failed to work several times. View now at Samsung Samsung's latest smartwatches have arrived. The Galaxy Watch 8 lineup, which includes bo

A rival Tea app for men is leaking its users’ personal data and driver’s licenses

TeaOnHer, an app designed for men to share photos and information about women they have supposedly dated, has exposed users’ personal information, including government IDs and selfies, TechCrunch can confirm. The app, which launched on the Apple App Store earlier this week, is a response to another viral app Tea that allows women to post about the men they date. Tea is advertised as a women’s safety app with more than six million users that is similar to “Are we dating the same guy?” Facebook n

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

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

Thank God James Gunn Changed His Mind About Giving Superman Red Trunks

By this point, it’s safe to say that Superman has been an enormous success, both at the box office and among audiences and critics, for director James Gunn and the team at DC Studios. In the wake of the film’s meteoric rise, we finally got a look at some concept art of what it would’ve looked like if David Corenswet‘s caped hero didn’t have his iconic red trunks. Yesterday, graphic and surface designer Maybelle Pineda shared a post that gives DC fans a behind-the-scenes look at the creation of

Final call: TechCrunch Disrupt 2025 ticket savings end tonight

TechCrunch Disrupt 2025 marks 20 years of shaping the startup world — and tonight’s your last chance to save up to $675 on your ticket. From October 27–29, Disrupt returns to Moscone West in San Francisco. Join 10,000+ tech innovators, founders, VCs, and ecosystem builders for three days of high-impact programming, networking, and startup energy. But first: your savings. You have until 11:59 p.m. PT tonight to save up to $675. Once the clock strikes midnight, prices jump. Register now. Why yo

2025 Morgan Plus Four review: Apparently, they do still make them like this

Lift up either side of the new Morgan Plus Four’s engine decklid and no carburetors or velocity stacks materialize on the engine of this otherwise eminently classic-looking car. The latest generation of Plus Four returns to the American market this year for the first time since 2005. But to make it happen, Morgan spent five years homologating the little roadster with the National Highway Traffic Safety Administration, technically as a replica. That's why, underneath the left-hand hood, a hilari

GNOME's new AI assistant can even run Linux commands for you - here's how

Pakpoom Makpan/Getty ZDNET's key takeaways Newelle is an AI assistant for the GNOME desktop. It's capable of standard chats and even running commands. However, Newelle does require Flatseal to run commands on Linux. There's a new AI assistant available for the GNOME desktop, and it just reached version 1.0 status. That new AI assistant is called Newelle, and it's already proven to be a worthy contender for your desktop. Newelle isn't just another large language model manager, but a full-bl

Only 2 days left to save $675 on your TechCrunch Disrupt 2025 ticket

TechCrunch Disrupt 2025 marks 20 years of driving the startup world forward — and you’ve got just two days left to join the movement and save up to $675 on your ticket. From October 27–29, Moscone West becomes the home base for over 10,000 movers and makers in the tech world. Join us in San Francisco as we celebrate two decades of startup breakthroughs, VC connections, and industry-shifting ideas. The deadline to lock in savings is August 6 at 11:59 p.m. PT. Don’t wait — register now to save b

PSA: Steam will soon stop supporting macOS 11 Big Sur

Heads-up if your Mac is still running macOS 11 Big Sur: Valve has announced that, in a few weeks, the Steam Client will stop running on these Macs due to a Chromium compatibility limitation. Here are the details. Support will end on October 15 According to a blog post spotted by user wickedplayer494 on Reddit, the Steam Client will stop working on Macs running macOS 11 Big Sur on October 15. Here’s why, as explained by Valve: “This change is required as core features in Steam rely on an embe

Show HN: I've been building an ERP for manufacturing for the last 3 years

The open-source operating system for manufacturing Discord · Website · Issues Does the world need another ERP? We built Carbon after years of building end-to-end manufacturing systems with off-the-shelf solutions. We realized that: Modern, API-first tooling didn't exist Vendor lock-in bordered on extortion There is no "perfect ERP" because each company is unique We built Carbon to solve these problems ☝️. Architecture Carbon is designed to make it easy for you to extend the platform b

TechCrunch Mobility: Tesla’s ride-hailing gambit

Welcome back to TechCrunch Mobility — your central hub for news and insights on the future of transportation. Sign up here for free — just click TechCrunch Mobility! Tesla CEO Elon Musk is in what one might describe a suboptimal position. He’s pushed hard to get shareholders to view Tesla as an AI and robotics company, not a maker of EVs. And yet, the company’s most visible products, which generate the bulk of its revenues, are its electric cars. Yes, Tesla EVs are advanced, particularly when

‘Cyberpunk: Edgerunners’ Star Lucy Finally Comes to ‘Guilty Gear Strive’

Fans of the Cyberpunk: Edgerunners anime have been looking forward to seeing Lucy cut it up in Guilty Gear Strive as a DLC character for a while now. During this weekend’s EVO tournament, Arc System Works finally pulled back the curtain on how everyone’s favorite living Edgerunner fits into its fighting game. Lucy’s appearance here looks to be justified through her mind being hacked and transferred to the Guilty Gear universe. Still dealing with the events of Edgerunners that left her old crew

19 Best Barefoot Shoes for Running or Walking (2025), Tested and Reviewed

FAQs How do you define a barefoot shoe? Readers often ask why we don't include Altra or other zero-drop shoes. The answer has to do with how thick the sole is. Our definition of a barefoot shoe is that it should have a thin sole, or stack height as this is sometimes called. I put the cutoff at 10 mm or less (ideally less) to allow for good ground feel and toe splay, and to give you the kinds of feedback your foot needs to maintain natural movement. That said, there are some categories where t

The /o in Ruby regex stands for "oh the humanity "

Your code using the /o modifier Source: wikipedia Hi there! Do you like Regex? Do you like performance? Do you like creating confounding bugs for yourself rooted in the mechanics of the Ruby VM itself? If you said yes to all of the above, have I got a feature for you! But first, let’s start with a story. The cliffs of insanity I was recently reviewing some code, and part of the functionality was about matching. A class took an array of strings, and you could call a method to see if an input

Topics: code end regex ruby run

This Detroit startup is turning to utilities to make home efficiency upgrades cheaper

Ask any homeowner: renovation projects are no fun at all. From finding a contractor to determining a fair price, the process is rife with uncertainty. Plenty of startups have popped up to help homeowners tackle electrification projects, including installing solar panels and replacing gas furnaces with heat pumps. But they still struggle with the cost question: acquiring customers is often more than half the battle. Pearl Edison thinks the answer is utilities. “As much as anything, we are leve

Handwave lends a hand to retailers with its European alternative to Amazon’s palm payments

Paying with a handwave once sounded like science fiction, but contactless palm recognition service Amazon One has already been used more than 8 million times, according to the company. That’s Amazon, though, which explains why it has been deployed in Amazon stores and more than 500 Whole Foods Market stores in the U.S., but only 150 third-party locations. Meanwhile, fintech startups like Latvia’s Handwave are stepping onto the field, aiming to provide third-party retailers with a similar but in

Why I run with these bone-conduction headphones instead of Shokz (especially at its new price)

Mojawa Run Plus ZDNET's key takeaways Mojawa's Run Plus are bone-conduction headphones that sell for $159 a pair on Amazon. They're much more comfortable to wear during runs, and controlling audio playback is much easier. However, you will have to get used to the unique form factor and come to terms with the fact that they won't completely block out surrounding noise. $119.99 at Amazon At Amazon, the Mojawa Run Plus is on sale, going from $160 to $130. I've been using Shokz bone conduction h

Show HN: The easiest accessibility (a11y) checker for VSCode

Be-a11y VSCode Extension A Visual Studio Code extension for running accessibility audits using be-a11y. This extension allows you to analyze your project or a remote website for accessibility issues directly from VSCode. Results are presented in a convenient way and can be saved for further review. Features Run accessibility audits on the current workspace (local project) or any URL View results directly in VSCode Save the latest accessibility report to a file All actions available in the