Latest Tech News

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

Filtered by: ro Clear Filter

Show HN: A Raycast-compatible launcher for Linux

Raycast for Linux An open-source, Raycast-inspired launcher for Linux. For more background on this project, I have a post here. Disclaimer: This is a hobby project and is not affiliated with, nor endorsed by, the official Raycast team. ✨ Features This launcher aims to recreate most of Raycast's core features on Linux: Extensible Command Palette : The core of the application. Search for and launch applications, run commands, execute quicklinks, and more. : The core of the application. Sear

Let's Learn x86-64 Assembly Part 0 – Setup and First Steps

Let's Learn x86-64 Assembly! Part 0 - Setup and First Steps published on Apr 18 2020 The way I was taught x86 assembly at the university had been completely outdated for many years by the time I had my first class. It was around 2008 or 2009, and 64-bit processors had already started becoming a thing even in my neck of the woods. Meanwhile, we were doing DOS, real-mode, memory segmentation and all the other stuff from the bad old days. Nevertheless, I picked up enough of it during the classes

The Day Grok Tried to Be Human

For 16 hours this week, Elon Musk’s AI chatbot Grok stopped functioning as intended and started sounding like something else entirely. In a now-viral cascade of screenshots, Grok began parroting extremist talking points, echoing hate speech, praising Adolf Hitler, and pushing controversial user views back into the algorithmic ether. The bot, which Musk’s company xAI designed to be a “maximally truth-seeking” alternative to more sanitized AI tools, had effectively lost the plot. And now, xAI ad

Topics: ai grok human july like

Bethesda Wants to Meet ‘Fallout’ Hype With Show Tie-Ins and New Games

If you’re a fan of Prime Video’s Fallout show and the games it’s based on, it sounds like Bethesda’s getting ready to capitalize on its current and future success. Talking to Variety, Fallout 76 creative director Jon Rush teased that game’s team and the creative forces behind the series have discussed “lining things up with the seasonal releases of the show.” The implication is some in-game tie-ins to the show, maybe skins for the key characters or an in-game event reminiscent of certain episod

Best Internet Providers in Alexandria, Virginia

What is the best internet provider in Alexandria? CNET recommends Verizon Fios as the best internet service provider in Alexandria. It offers fast fiber coverage, blistering-fast speeds and reasonable prices. You get unlimited data, free equipment rental and lengthy price guarantees. Verizon Fios is one of CNET's top-rated internet service providers countrywide, so it makes sense it would be good in Alexandria, too. Ting Fiber's flat rate and fast speeds make it a solid fiber internet alternat

Today's NYT Connections Hints, Answers and Help for July 14, #764

Looking for the most recent 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, Connections: Sports Edition and Strands puzzles. There are some TV and movie references in today's NYT Connections puzzle. If you spent your childhood in the Neighborhood of Make-Believe, you're sure to get one of them. That purple category, though ... good luck! Read on for clues and today's Connections answers. The Ti

A Company Tried to Put Real Estate on the Blockchain and Now It's Facing a Legal Disaster

Detroit is a city that's used to fighting. Once the third most populous city in the country, its citizens have long struggled against robber barons, anti-communist witch hunts, private sector looting, and racist housing laws. It hasn't had it easy, to say the least. Now, Outlier reports, the city is doing battle against a $93 million crypto real estate scheme. The city recently announced a massive lawsuit filed against RealToken, a cryptocurrency business that's snapping up hundreds of subsidi

5 reasons I still use a projector even though I already own a big TV

Kaitlyn Cimino / Android Authority I live with a fairly large TV, the consequence of sharing a space with someone who watches a lot of sports. It’s bright, sharp, and reliably front-and-center in our living room. But after testing a handful of projectors for work, I started to wonder whether they still make sense in homes that already have TVs (especially big ones). At least in my case, the answer is yes. I still reach for mine as a flexible, portable option when a traditional TV doesn’t quite

Here are the latest rumors on the upcoming MacBook Pro refresh: Release date, details

Apple is reportedly working on a new MacBook Pro refresh, as they tend to do almost every year. This refresh is quite minor, but if you’re in the market for a new laptop, we’ll be breaking down everything you need to know about the next MacBook Pro update. What’s new As always, these new MacBook Pro models will come with a new generation of Apple Silicon. That means we’ll see the introduction of M5, M5 Pro, and M5 Max. These chips will still be based on TSMC’s 3nm process, specifically N3P, t

Topics: apple m5 macbook new pro

A Mental Model for C++ Coroutine

C++ coroutine is not a library that is ready to go (e.g. std::vector ). It is not even a trait (think of Rust’s Future trait) that library writers or users can implement (or the compiler generates for you in the case of Rust). C++ coroutine is a specification that defines a set of customization points that library writers implement in order to get a functional coroutine. A function supports two operations - call and return . A coroutine (in any language) is a generalization of a function. It su

Show HN: ArchGW – an intelligent edge and service proxy for agents

Hey HN! This is Adil, Salman and Jose and and we’re behind archgw [1]. An intelligent proxy server designed as an edge and AI gateway for agents - one that natively know how to handle prompts, not just network traffic. We’ve made several sweeping changes so sharing the project again. A bit of background on why we’ve built this project. Building AI agent demos is easy, but to create something production-ready there is a lot of repeat low-level plumbing work that everyone is doing. You’re applyi

Lua beats MicroPython for serious embedded devs

Why Lua Beats MicroPython for Serious Embedded Devs In professional embedded projects, ranging from industrial automation to medical devices and commercial IoT products, developers increasingly favor high-level, lightweight, and easy-to-use environments. While MicroPython has earned praise for rapid prototyping and field deployments on microcontrollers, its active ecosystem is largely centered around hobbyist boards. It is important to note that Python’s greatest strength, its vast library eco

Monitoring My Homelab, Simply

Monitoring my Homelab, Simply Date: 2025-07-09 I have a middling self-hosted/homelab setup, and it occasionally breaks. Alas, no monitoring tool has ever sparked joy in me. Don’t get me wrong, I understand that they’re essential for large fleets of services with fast-changing software and teams of oncallers working around the clock to understand the complex ways that complex systems fail… but my stuff doesn’t change that often, failures are mundane and low-scope, and I’m the only person comi

Gaming cancer: How citizen science games could help cure disease

Gaming Cancer: How Citizen Science Games Could Help Cure Disease By inviting players to tackle real scientific problems, games can offer a hand in solving medicine’s toughest challenges. Screenshot from the game Nanocrafter, a synthetic biology game created to educate and entertain players while advancing science. By: Jeff Yoshimi A↑ A↓ Off Bright Dark Blues Gray BeeLine Reader uses subtle color gradients to help you read more efficiently. Consider a gamer playing a game. Maybe one of

Show HN: Learn LLMs LeetCode Style

TorchLeet is broken into two sets of questions: Question Set: A collection of PyTorch practice problems, ranging from basic to hard, designed to enhance your skills in deep learning and PyTorch. LLM Set: A new set of questions focused on understanding and implementing Large Language Models (LLMs) from scratch, including attention mechanisms, embeddings, and more. Note Avoid using GPT. Try to solve these problems on your own. The goal is to learn and understand PyTorch concepts deeply. Table o

The Fantastic Four Were Too OP For the Infinity Saga

One of the big draws of next week’s Fantastic Four: First Steps is seeing Marvel’s First Family in the retrofuturist Earth-828. They’re Earth’s only heroes in that dimension, and before Galactus shows up, it sounds like they’ve done a pretty good job protecting the planet. They might even be too good at it, which is why they’re in their own universe to begin with. During a recent MovieWeb interview, director Matt Shakman discussed how the Four were made “in this time of optimism during the spac

Microsoft Plans to Purge Passwords — Here's How to Protect Yours

Microsoft is moving closer to a password-free future, and if you're still using the Authenticator app to manage logins, big changes are coming fast. Starting Aug. 1, the app will no longer support passwords at all. This shift has already been in motion-new password creation was disabled in June, and autofill support was cut off in July. For years, Microsoft Authenticator was a go-to for managing both multi-factor authentication and saved passwords. But now, it's being refocused to support passk

Best VPN for iPhone 2025: Enhance Your Privacy on the Go

Downloading a VPN app, creating an account, choosing a plan and connecting to your VPN shouldn't take longer than a minute or so. Nelson Aguilar/CNET With so many iPhone VPN apps available, it can be difficult to choose the right one. Based on our extensive research and hands-on testing of VPNs over the years, these are the factors to look out for when choosing the best VPN for iPhone: Privacy The most important factor to consider with any VPN is privacy. You should never use a VPN provider i

LG Gram Pro 16 (2025) Review: Thin Is Still In

Last year’s LG Gram Pro 17 was a classic study in laptop compromise. Incredibly thin and light, it was a veritable marvel of engineering that weighed in at half the heft of a typical 17-inch notebook. On the other hand, it was an unstable performance dud that ran so hot it nearly burnt the hair off my legs. The compromise scales ultimately tipped against the Gram Pro in 2024, but I’ll give credit to LG for staying the course and continuing to iterate on this design, and fixing many of the flaws

Topics: 17 gram laptop lg pro

Elon Musk’s SpaceX might invest $2 billion in Musk’s xAI

In Brief One Elon Musk business might be making a big investment in another. According to a Wall Street Journal report that cites investors close to SpaceX, the company has agreed to invest $2 billion in Musk’s AI startup xAI. The investment would reportedly be part of the $5 billion equity raise (along with another $5 billion in debt) that Morgan Stanley announced at the end of June. This would be SpaceX’s first investment in xAI, and one of its biggest investments in another company. The WS

This $500 Chromebook Plus has better performance than some PCs I've tested

ZDNET's key takeaways The Lenovo Flex 5i Chromebook Plus is on sale for $499. It excels as an inexpensive work laptop thanks to its comfortable keyboard and useful features in ChromeOS. Its lower-end touchscreen will limit usability for some. $499.99 at Amazon $499 at Lenovo $379 at Best Buy more buying choices I've been really curious to see how things have changed since my last Chromebook review, which was the Acer Chromebook Plus Enterprise 515 last year. I recently had that opportunity wi

ISRO successfully conducts hot tests of Gaganyaan propulsion system

ISRO has successfully conducted two hot tests of the Gaganyaan Service Module Propulsion System (SMPS) at the space agency's Propulsion Complex in Mahendragiri on July 3. The short-duration tests, lasting 30 seconds and 100 seconds respectively, were aimed at validating the test article configuration, ISRO said in a statement on Wednesday (July 8, 2025). Also read: What will Gaganyaan change for India? | Explained "The overall performance of the propulsion system during these hot tests was no

Reading Neuromancer for the first time in 2025

Chiba City Greens | Illustration: James Bareham/MBH4H I have a confession: Until I started working at The Verge in 2016, I’d never heard of Neuromancer. I was, of course, familiar with many of Neuromancer’s themes: Cyberpunk and cyberspace, computer hacking, corporate espionage, cybernetic enhancements, virtual reality, artificial intelligence, and near-future worlds populated with leather jacket-wearing murderous street punks. I just didn’t know how many of these modern science fiction tropes

Aeron: Efficient reliable UDP unicast, UDP multicast, and IPC message transport

Aeron Efficient reliable UDP unicast, UDP multicast, and IPC message transport. Java, C, and C++ clients are available in this repository, and a .NET client is available. All clients can exchange messages across machines, or on the same machine via IPC, very efficiently. Message streams can be recorded by the Archive module to persistent storage for later, or real-time, replay. Aeron Cluster provides support for fault-tolerant services as replicated state machines based on the Raft consensus al

Marc Andreessen reportedly told group chat that universities will ‘pay the price’ for DEI

In Brief Venture capitalist Marc Andreessen sharply criticized universities including Stanford and MIT, along with the National Science Foundation, in a group chat with AI scientists and Trump administration officials, according to screenshots viewed by the Washington Post. According to the Post, Andreessen described MIT and Stanford (which I attended two decades ago) as “mainly political lobbying operations fighting American innovation.” He also reportedly complained that Stanford “forced my

Chrome's hidden X-Browser-Validation header reverse engineered

Chrome X-Browser-Validation Header Reverse Engineering & Generator Chrome recently added a few new headers: "x-browser-channel": "stable", "x-browser-copyright": "Copyright 2025 Google LLC. All rights reserved.", "x-browser-validation": "6h3XF8YcD8syi2FF2BbuE2KllQo=", "x-browser-year": "2025" Apart from one of them, there isn’t much that’s interesting. They’re just bits of client specific information. However, base64 decoding x-browser-validation yields what appears to be a hash whose purpose

Hacking Coroutines into C

Hacking Coroutines into C 12.7.2025 A while ago, I was part of a team developing embedded software. The software was deeply rooted in state machines - dozens of them—spread across multiple functions. While this architecture is common in embedded development, especially for systems without an operating system, I started to question: Is this really the clearest way to express control flow? The state machines in our code worked fine, but understanding and maintaining them was often a headache. T

Should Student Loans Borrowers in SAVE Switch to Another Repayment Plan? It's Complicated

Interest will restart for SAVE borrowers whose loans remain in a general forbearance on August 1. Viva Tung / CNET Starting Aug. 1, borrowers enrolled in the Saving on a Valuable Education plan will start accruing interest charges on their loan balances. The trouble is, their payments remain on hold in a general forbearance. Now they're being encouraged to choose a new payment plan or face interest charges. The Department of Education "urges all borrowers in the SAVE plan to quickly transition

Today's NYT Connections: Sports Edition Hints and Answers for July 13, #293

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 has some fun categories. There's only one requiring last names, and one requiring teams, so if you can sort those easily, you should be in good shape. Read on for hints and the answers. Connections: Sports Edition is out of beta now, making its debut on Sup

Grok team apologizes for the chatbot's 'horrific behavior' and blames 'MechaHitler' on a bad update

The team behind Grok has issued a rare apology and explanation of what went wrong after X's chatbot began spewing antisemitic and pro-Nazi rhetoric earlier this week, at one point even calling itself "MechaHitler." In a statement posted on Grok's X account late Friday night, the xAI team said "we deeply apologize for the horrific behavior that many experienced" and attributed the chatbot's vile responses to a recent update that introduced "deprecated code." This code, according to the statement,