Latest Tech News

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

Filtered by: int Clear Filter

Why Tail-Recursive Functions Are Loops

One story every computing enthusiast should hear is the lesson of how loops and tail-recursion are equivalent. We like recursive functions because they’re amenable to induction, and we can derive them in a way that is in direct correspondence with the definition of the datatype over which they recur. We like loops because they’re fast and make intuitive sense as long as variables don’t change in too tricky a way. In general, recursive functions are slower than loops because they push stack fram

Topics: int return stack sum tail

Reddit Is Blocking the Wayback Machine From Archiving Posts

Reddit is blocking the Internet Archive’s Wayback Machine from indexing most of its site, after discovering that AI companies were scraping its data from the digital time capsule. The move comes as Reddit tightens its grip on user data. The company doesn’t mind AI firms training their models on Reddit posts, but they have to pay first. Reddit previously said it wouldn’t restrict “good faith actors” like the Internet Archive, but now it believes some are helping AI firms dodge licensing fees. Re

AOL announces September shutdown for dial-up Internet after 34 years

After 34 years of connecting Americans to the Internet through phone lines, AOL recently announced it is shutting down its dial-up modem service on September 30, 2025. The announcement marks the end of a technology that served as the primary gateway to the World Wide Web for millions of users throughout the 1990s and early 2000s. AOL confirmed the shutdown date in a help message to customers: "AOL routinely evaluates its products and services and has decided to discontinue Dial-up Internet. Thi

UI vs. API. vs. UAI

First we built a user interface (UI) when the application was just going to be operated by humans. There’s a whole branch of study around good and bad patterns in that design practice, focusing on how we make things easily operable by humans. Then we added an application programmable interface (API) when we wanted the application to be operated by other applications - integrated programs. Similarly, there are whole conferences and books about what good design looks like for these interfaces, ai

Reddit will block the Internet Archive

is a news editor covering technology, gaming, and more. He joined The Verge in 2019 after nearly two years at Techmeme. Posts from this author will be added to your daily email digest and your homepage feed. Reddit says that it has caught AI companies scraping its data from the Internet Archive’s Wayback Machine, so it’s going to start blocking the Internet Archive from indexing the vast majority of Reddit. The Wayback Machine will no longer be able to crawl post detail pages, comments, or pro

After 34 Years of Booop-Beep-Beep-Beep-Krsssh-Eee-Brrrrrrr, AOL’s Dial-Up Service Is Finally Shutting Down

It’s the end of an era. After 34 years, AOL is pulling the plug on its dial-up internet service. It’s hard to believe that In 2025, with 5G, Wi-Fi, and fiber-optic broadband seemingly everywhere, AOL’s classic dial-up service is still operating. Sadly, for the thousands of people still relying on the old school internet service, the company recently announced that it’s discontinuing it on Sept. 30. “AOL routinely evaluates its products and services and has decided to discontinue Dial-up Intern

AOL Will Pull the Plug on Dial-Up Internet, 34 Years After Its Launch

Like TV screen static, a VHS tape rewinding, or a butter churn, the grating sound of AOL dial-up Internet will also soon be a thing of the past. As simply stated on its support website, "Dial-up Internet to be discontinued." The service will end Sept. 30 2025, at which point, "this service and the associated software, the AOL Dialer software and AOL Shield browser, which are optimized for older operating systems and dial-up internet connections, will be discontinued." That's not good news for

Sequoia's Moritz backs Intel CEO Lip-Bu Tan after Trump's 'artless bullying'

Renowned venture capitalist Mike Moritz called on Intel to stand by CEO Lip-Bu Tan after President Donald Trump demanded his resignation last week. "Trump's assault has no modern precedent," Moritz wrote, calling the attack a "vindictive political sideshow." Moritz, who spent decades at Sequoia Capital and has known Tan for nearly four decades, highlighted the CEO's previous turnaround of Cadence Design Systems . Moritz said there is "no one better equipped to transform Intel's fortunes." "No

AOL to discontinue dial-up internet

AOL announced that its dial-up internet service will be discontinued next month. If this is how you learned that AOL’s dial-up still exists — presumably you read this on a broadband internet connection — you’re not alone. The service, seen by many as a relic of the early days of the internet, will be discontinued Sept. 30 along with its associated software, the company said. AOL made the announcement quietly via a statement on its help portal on Friday: “AOL routinely evaluates its products an

Best Internet Providers in Philadelphia, Pennsylvania

What is the best internet provider in Philadelphia? Verizon Fios is CNET's broadband expert's top pick for the best internet service provider in Philadelphia. Not only is it the only fiber connection in the area, but it has impressive range, covering almost 95% of city addresses. Better yet, it has a starting price of just $50 -- an absolute steal for anyone living in busy households to remote workers. Verizon Fios' symmetrical speeds also outperform cable, and the $110 "2 Gig" plan ($95 for mo

Dear String-to-Integer Parsers

These are very useful functions that any language with distinct string and integer types will include in their standard library. Pass in a string with decimal digits and it’ll return the equivalent in the binary integer form that you can do mathematics with. I’d like to make a modest proposal that I’d find very useful, and maybe you, dear reader, would too. “The rich man in his castle, the poor man at his gate. He made them, high or lowly, and ordered their estate.” Who me? Specifically, I’m

Generic Containers in C: Safe Division Using Maybe

Generic Containers in C: Safe Division Using Maybe. Martin Uecker, 2025-08-10 I discuss the implementation of type and bounds safe generic containers in C. Previously, I discussed a span type, bounds checking using arrays. and a a vector type. This time, I will discuss maybe inspired by Haskell. This type can used to return a value that may not exist, e.g. because an error was encountered during the computation. The following examples shows for a divide function that catches division by

Intel CEO Lip-Bu Tan responds to Trump comments that he should resign

Intel CEO Lip-Bu Tan has responded after Donald Trump accused him of being "highly conflicted" and said he should resign, according to The Financial Times. "There has been a lot of misinformation circulating about my past roles," Tan said in a letter to Intel staff. "I wanted to be absolutely clear... I have always operated within the highest legal and ethical standards." Tan said that Intel was engaging with the White House "to address the matters that have been raised and ensure they have the

AOL's dial-up internet still exists, but not for much longer

It may have been decades since you last heard the crunching screeches of connecting with dial-up Internet, but AOL said it will discontinue its dial-up service on September 30, officially marking the end of an era in Internet history. As first spotted by PC Gamer, AOL made the surprising announcement in a post buried in its AOL Help pages. Along with the dial-up service, AOL Dialer software and AOL Shield browser will also be discontinued by the end of September. It may come as a shock to most

Today's Wordle Hints, Answer and Help for Aug. 11, #1514

Looking for the most recent Wordle answer? Click here for today's Wordle hints, as well as our daily answers and hints for The New York Times Mini Crossword, Connections, Connections: Sports Edition and Strands puzzles. Today's Wordle puzzle isn't that tough but it still took me a while to put the fairly common letters in the right order. If you need a new starter word, check out our list of which letters show up the most in English words. If you need hints and the answer, read on. Today's Wor

Flintlock – Create and manage the lifecycle of MicroVMs, backed by containerd

Flintlock - Create and manage the lifecycle of MicroVMs, backed by containerd. What is flintlock? 🎉 This project was originally developed by Weaveworks but is now owned & run by the community. If you are interested in helping out please reach out. Flintlock is a service for creating and managing the lifecycle of microVMs on a host machine. We support the Cloud Hypervisor and Firecracker VMMs. The original use case for flintlock was to create microVMs on a bare-metal host where the microVMs w

CarPlay connection issues? This might explain why

If your Apple CarPlay connection randomly drops out while driving, the cause might not be your iPhone, cable, or car. Radio interference, of all things, could be the cause of your troubles. An Axios report from this year details a peculiar phenomenon in Boston, where drivers lose their CarPlay or Android Auto connection at the exact same spots. Similar “dead zones” are likely in other cities, though they may go unreported. CarPlay units don’t handle GPS navigation on their own. Instead, they

An engineer's perspective on hiring

note for my friends: this post is targeted at companies and engineering managers. i know you know that hiring sucks and companies waste your time. this is a business case for why they shouldn't do that. hiring sucks most companies suck at hiring. they waste everyone’s time (i once had a 9-round interview pipeline!), they chase the trendiest programmers, and they can’t even tell programmers apart from an LLM. in short, they are not playing moneyball. things are bad for interviewees too. some o

Today's NYT Connections Hints, Answers and Help for Aug. 10, #791

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. Today's NYT Connections puzzle features a fun blue category, especially for bookworms like me. That purple category, though -- no one does those random "look for a word inside of a word" categories like the Times. Read on for clues and today's Connections answers. The Tim

Today's NYT Strands Hints, Answers and Help for Aug. 10 #525

Looking for the most recent Strands answer? Click here for our daily Strands hints, as well as our daily answers and hints for The New York Times Mini Crossword, Wordle, Connections and Connections: Sports Edition puzzles. Just how old are the New York Times staffers writing today's NYT Strands puzzle? I swear, some of these words haven't been used in 50 years. So cast your mind back for some historical terms, and let's get at it. If you need hints and answers, read on. I go into depth about t

Intermittent fasting strategies and their effects on body weight

This meta-analysis concurrently and comprehensively evaluates the association of intermittent fasting, CER, and ad-libitum diets on cardiometabolic risk factors. Our findings showed a trivial to small reduction in body weight for all diet strategies compared with ad-libitum, and trivial reductions for ADF compared with CER, TRE, and WDF. These associations, however, were only significant among comparisons with ad-libitum diet in moderate-to-long term follow-up durations of at least 24 weeks. ADF

The best Linux distros for beginners in 2025 make switching from MacOS or Windows so easy

Jack Wallen / Elyse Betters Picaro / ZDNET ZDNET's key takeaways Linux offers more security, privacy, and freedom from vendors. Modern Linux distros are user-friendly -- even for non-techies. Linux Mint, Zorin OS, MX Linux top beginner distro list. Why would you want to switch to the Linux desktop? There are many reasons, but the short version is that the operating system is more secure, provides far more privacy, and frees you from vendor lock-in. For current Windows users, it also provide

An Engineer's Perspective on Hiring

note for my friends: this post is targeted at companies and engineering managers. i know you know that hiring sucks and companies waste your time. this is a business case for why they shouldn't do that. hiring sucks most companies suck at hiring. they waste everyone’s time (i once had a 9-round interview pipeline!), they chase the trendiest programmers, and they can’t even tell programmers apart from an LLM. in short, they are not playing moneyball. things are bad for interviewees too. some o

Dial-up Internet to be discontinued

AOL routinely evaluates its products and services and has decided to discontinue Dial-up Internet. This service will no longer be available in AOL plans. As a result, on September 30, 2025 this service and the associated software, the AOL Dialer software and AOL Shield browser, which are optimized for older operating systems and dial-up internet connections, will be discontinued. This change will not affect any other benefits in your AOL plan, which you can access any time on your AOL plan dash

Intel CEO responds to Trump resignation call with letter to employees

Yesterday, President Donald Trump publicly called for Intel CEO Lip-Bu Tan’s resignation, over accusations of “deeply conflicted” ties to China. Now, he is speaking out and making it clear he has no plans to step aside. A quick recap Before joining Intel, Tan worked as CEO for Cadence Design Systems, a firm that just pleaded guilty to an investigation by the Justice Department over charges of “selling its chip-design products to a Chinese military university,” per the Wall Street Journal’s des

Nintendo designed a Playdate-like crank for the Switch 2

Nintendo has eyed adding a Playdate-style crank to the Switch 2, according to a recently spotted patent from Nintendo Patents Watch. The hypothetical accessory would add tracking rotational movement to an existing bag of Joy-Con 2 controller tricks that includes motion and mouse controls. Based on the patent application, the crank accessory attaches to the side of a Joy-Con 2 magnetically, not unlike the controllers' wrist straps. Whichever game supports the accessory can use the Joy-Con 2's mo

Hubble Captures Glorious New Image of That Mysterious Object Cruising Into Our Solar System

As the mysterious interstellar object known as 3I/ATLAS plummets through our Solar System, NASA's good old Hubble Space Telescope has captured the best look yet at the interstellar visitor. On July 21, the interstellar interloper passed close enough to Earth — and to Hubble, which orbits us at about 320 miles above the planet — that the veteran space telescope was able to capture a surprisingly detailed image of it, NASA explains in a statement about the image. In the space agency's incredible

Efrit: A native elisp coding agent running in Emacs

Efrit - AI-Powered Emacs Coding Assistant A sophisticated AI coding agent that leverages Emacs' native programmability through direct Elisp evaluation. Overview Efrit is a conversational AI assistant that integrates seamlessly with Emacs, providing multiple interfaces for different types of tasks: efrit-chat - Multi-turn conversational interface for complex discussions and code development - Multi-turn conversational interface for complex discussions and code development efrit-do - Natural

Apple pushes back on Fintiv’s latest litigious attempt to profit off Apple Pay

Fintiv, a firm you’ve probably only heard of in the context of patent litigation, is once again suing Apple over Apple Pay. Apple’s secure mobile payment solution launched over a decade ago in 2014. Fintiv has been unsuccessfully suing Apple over Apple Pay since 2018. Apple is not hiding its frustration. In a statement to 9to5Mac, the company accused the Texas-based firm of trying to “distract from their failed patent case” with a new set of allegations. “The court has repeatedly rejected Fint

Show HN: Trayce – Burp Suite for developers

How does container monitoring work? The TrayceAgent container runs along side your existing containers. The agent uses eBPF probes to intercept network requests and send them back to the GUI to be displayed. Protocols Supported: HTTP HTTPS (for Go and OpenSSL-based languages like Python, Ruby etc.) GRPC MySQL Postgres Who is it for? Trayce container monitoring is intended for anyone wanting to see whats going on inside their local Docker containers: backend developers, QA engineers, tes