Latest Tech News

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

Filtered by: value Clear Filter

AI’s fourth wave is here — are enterprises ready for what’s next?

Yesterday’s emerging tech is now essential to business success — and the next wave is coming fast. To maintain competitive advantage through the next five years, which innovations must forward-thinking companies prioritize right now? At VentureBeat’s Transform 2025, Yaad Oren, global head of SAP research & innovation and Emma Brunskill, associate professor of computer science at Stanford, spoke with moderator Susan Etlinger, senior director, strategy and thought leadership, Azure AI Microsoft,

Weekly subscriptions dominate iOS app revenue, report finds

Weekly subscriptions have now become one of the most popular ways iOS apps are earning revenue, with these plans contributing 46% to the bottom line, according to a new report by app revenue management platform Adapty. The study, which observed $1.9 billion in revenue across more than 11,000 apps, noted that weekly plans have grown by 9.5% this year compared to one-time purchases, which grew by 6.3% in the first quarter. Other paid plans, including monthly, yearly, and lifetime subscriptions, d

I invested $50 in Bitcoin in 2022 - here's what it's worth now after an eye-popping rally

ZDNET Welcome to Hot Bitcoin Summer, 2025 Edition. It's July 14, and the cryptocurrency is on fire. Turns out that when the President of the United States is bullish on a fake currency, it takes off. Then, when the US Congress declares "crypto week," cybercurrency speculators get that warm, squishy feeling that makes them think good things are about to happen in their imaginary world of bits as bucks. Also: How AI can help you manage your finances (and what to watch out for) In honor of all

I invested $50 in Bitcoin in 2022 - here's what it's worth now after a record rally

ZDNET Welcome to Hot Bitcoin Summer, 2025 Edition. It's July 14, and Bitcoin is on fire. Turns out that when the President of the United States is bullish on a fake currency, it takes off. Then, when the US Congress declares "crypto week," cybercurrency speculators get that warm, squishy feeling that makes them think good things are about to happen in their imaginary world of bits as bucks. In honor of all of this and because my eyes popped when I checked my own investments this morning, I'm

Some arguments against a land value tax (2024)

To many people, the land value tax (LVT) has earned the reputation of being the "perfect tax." In theory, it achieves a rare trifecta: generating government revenue without causing deadweight loss, incentivizing the productive development of land by discouraging unproductive speculation, and disproportionately taxing the wealthy, who tend to own the most valuable land. That said, I personally think the land value tax is overrated. While I'm not entirely against it—and I think that several of th

Topics: land lvt people tax value

Apple trade-in values cut for iPhone, iPad, Mac, and Apple Watch

Apple trade-in values have been cut for most models of iPhone, all Macs, several Apple Watches, and one iPad. Additionally, there are two older Apple products the company will no longer accept as trade-in against a new one, making them officially worthless … While Apple trade-ins represent very poor value compared to selling privately or using third-party resellers, some people prefer the ease and convenience of just taking their old device into an Apple Store when buying a new one. MacRumors

Employee AI agent adoption: Maximizing gains while navigating challenges

While agentic AI definitely marks a turning point in human-computer interaction, moving from tool use to collaboration, the next step is integrating these agents and actually deriving value. At VentureBeat’s Transform 2025, Matthew Kropp, managing director and senior partner at BCG, offered a game plan for workflow evolution, employee adoption, and organizational change. “The companies that are at the top of this curve — what we call future built, the ones that are most mature — are seeing subs

Bitcoin Hits $112K, but Something Feels Off

Bitcoin is on the move again. The world’s largest cryptocurrency by market value surged past a symbolic milestone on Wednesday, reaching a record-breaking $112,055 on the Coinbase exchange around 3:55 p.m. ET. That’s the highest price ever recorded for Bitcoin on Coinbase, surpassing the previous high of $111,891 set in May. With this latest surge, Bitcoin is up nearly 20% since the start of the year. The sudden move stunned traders and rekindled hopes among Bitcoin’s faithful. For weeks, pric

Bitcoin Hits $112K But Something Feels Off

Bitcoin is on the move again. The world’s largest cryptocurrency by market value surged past a symbolic milestone on Wednesday, reaching a record-breaking $112,055 on the Coinbase exchange around 3:55 p.m. ET. That’s the highest price ever recorded for Bitcoin on Coinbase, surpassing the previous high of $111,891 set in May. With this latest surge, Bitcoin is up nearly 20% since the start of the year. The sudden move stunned traders and rekindled hopes among Bitcoin’s faithful. For weeks, pric

Breaking Git with a carriage return and cloning RCE

tl;dr: On Unix-like platforms, if you use git clone --recursive on an untrusted repo, it could achieve remote code execution. Update to a fixed version of git and other software that embeds Git (including GitHub Desktop). If you've ever used an old mechanical typewriter, you know that when you get to the end of the line there's a physical action to to get back to the start of the line. Sometimes this was done through an actual lever on the typewriter, later models had a button. Because this act

CVE-2025-48384: Breaking Git with a carriage return and cloning RCE

tl;dr: On Unix-like platforms, if you use git clone --recursive on an untrusted repo, it could achieve remote code execution. Update to a fixed version of git and other software that embeds Git (including GitHub Desktop). If you've ever used an old mechanical typewriter, you know that when you get to the end of the line there's a physical action to to get back to the start of the line. Sometimes this was done through an actual lever on the typewriter, later models had a button. Because this act

Exploring Coroutines in PHP

The term "coroutine" often comes up when talking about asynchronous or non-blocking code, but what does it actually mean? In this post, we will explore coroutines as a concept and see how PHP supports them through Generators and Fibers. Whether you're building pipelines, CLI tools, or preparing to dive into concurrency, understanding coroutines is an essential first step. What are Coroutines? A coroutine is a function. However, where a regular function continuously runs from top to bottom unti

Chasing Hobbies over Achievement Boosts Happiness (2023)

Summary: Individuals emphasizing freedom and hobbies experienced a boost in well-being, whereas those prioritizing achievement felt less happy. The research showed that valuing ‘hedonism’ and ‘self-direction’ led to increased happiness across India, Turkey, and the UK. In contrast, ‘achievement’ and ‘conformity’ values showed no direct happiness benefits. The findings spotlight the importance of balancing life pursuits for mental health. Key Facts: Prioritizing freedom led to a 13% increase

Is the Nothing Phone 3 worth it? Survey reveals surprising consumer sentiment

C. Scott Brown / Android Authority After spending a few years setting itself up, Nothing boldly launched the Nothing Phone 3 as its top-tier flagship this week. Coming in at $799, it takes on the proper flagships from Samsung, Google, Apple, and others. While one can argue that it comes out on top against these three, Chinese competitors like OnePlus can give it a run for its money with the OnePlus 13. We asked you if you thought the Nothing Phone 3 was value for money at $799, and it seems a v

That XOR Trick (2020)

There are a whole bunch of popular interview questions that can be solved in one of two ways: Either using common data structures and algorithms in a sensible manner, or by using some properties of XOR in a seemingly hard to understand way. While it seems unreasonable to expect the XOR solutions in interviews, it is quite fun to figure out how they work. As it turns out, they are all based on the same fundamental trick, which we will derive in a bottom-up way in this post. Afterwards we will lo

A list is a monad

The term “monad” is often invoked when describing patterns in functional programming. Yet explanations typically swing between high-level metaphors and deep mathematical abstractions. Each approach offers part of the picture, intuition without precision, or rigor without intuition but seldom both. Monads can be idealized as a container (albeit is a flawed metaphor) or context holding a value (or multiple values, or no value), but in some cases we will get into later on it’s better to think of i

Topics: list map maybe value var

A List Is a Monad

The term “monad” is often invoked when describing patterns in functional programming. Yet explanations typically swing between high-level metaphors and deep mathematical abstractions. Each approach offers part of the picture, intuition without precision, or rigor without intuition but seldom both. Monads can be idealized as a container (albeit is a flawed metaphor) or context holding a value (or multiple values, or no value), but in some cases we will get into later on it’s better to think of i

Topics: list map maybe value var

The provenance memory model for C

In this article, I will try to explain what this is all about, namely on how a provenance model for pointers interferes with alias analysis of modern compilers. For those that are not fluent with the terminology or the concept we have a short intro what pointer aliasing is all about , a review of existing tools to help the compiler and inherent difficulties and then the proposed model itself . At the end there is a brief takeaway that explains how to generally avoid complications and loss of opt

Why Go Rocks for Building a Lua Interpreter

By Roxy Light I recently needed to build a custom Lua interpreter in Go. The exact reasons aren’t important for this blog post, but neither the reference implementation — which I will be referring to as “C Lua” throughout this article — nor the other open source Go Lua intepreters I could find were a good fit for my needs. Building a Lua interpreter ended up being a rather enjoyable months-long side quest. I’ve had a number of folks ask me to write about the experience since these sorts of proj

CFOs want AI that pays: real metrics, not marketing demos

This article is part of VentureBeat’s special issue, “The Real Cost of AI: Performance, Efficiency and ROI at Scale.” Read more from this special issue. Recent surveys and VentureBeat’s conversations with CFOs suggest the honeymoon phase of AI is rapidly drawing to a close. While 2024 was dominated by pilot programs and proof-of-concept demonstrations, in mid-2025, the pressure for measurable results is intensifying, even as CFO interest in AI remains high. According to a KPMG survey of 300 U.

I Solved a 7-Day Calculation Problem in a Weekend

How I Solved a 7-Day Calculation Problem in a weekend Jithin Sankar Follow 3 min read · 3 days ago 3 days ago -- Listen Share In a previous project, my team was building a SaaS application. The scenario was this: we had a slider for setting a price, from $0.00 to $10.00. When you moved the slider, the app would show you the projected sales for that price. The slider input was combined with two other attributes, Region and SKU name. The problem was performance. Each time the slider moved, it wo

2025 Alonzo Church Award: Paul Blain Levy for Call-by-Push-Value (CBPV)

The 2025 Alonzo Church Award for Outstanding Contributions to Logic and Computation is presented to Paul Blain Levy for his fundamental study of effectful λ-calculi through the Call-by-Push-Value calculus. The awardee book and paper are: Paul Blain Levy. Call-By-Push-Value: A Functional/Imperative Synthesis. Semantics Structures in Computation 2, Springer 2004, ISBN 1-4020-1730-8 Paul Blain Levy. Call-by-Push-Value: Decomposing call-by-value and call-by-name. High.-Order Symb. Comput. 19(4): 3

P-Hacking in Startups

Speed kills rigor. In startups, the pressure to ship fast pushes teams to report anything that looks like an improvement. That’s how p-hacking happens. This piece breaks down three common cases—and how to avoid them. Example 01: Multiple comparisons without correction Imagine you're a product manager trying to optimize your website’s dashboard. Your goal is to increase user signups. Your team designs four different layouts: A, B, C, and D. You run an A/B/n test. Users are randomly assigned to

Topics: 05 95 positive test value

Sound As Pure Form: Music Language Inspired by Supercollider, APL, and Forth

WHAT This program is called: "A tool for exploring sound as pure form." or "sound as pure form" or "sapf" It is an interpreter for a language for creating and transforming sound. The language is mostly functional, stack based and uses postfix notation similar to FORTH. It represents audio and control events using lazy, possibly infinite sequences. It intends to do for lazy sequences what APL does for arrays: provide very high level functions with pervasive automatic mapping, scanning, and reduct

Open source can't coordinate?

Open Source Can’t Coordinate I was taking a shower this morning, and was pondering yesterday’s problem, where I suspect that I have an outdated version of hotspot Linux profiler, but I can’t just go and download a fresh release from GitHub, because hotspot is a KDE app, and I use NixOS. And NixOS isn’t a problem — it’s a solution. Linux on desktop is a rickety tower of competing libraries, protocols and standards, which is always in an Escheresque sort of perpetual motion, taking off but simul

Open source can't coordinate

Open Source Can’t Coordinate I was taking a shower this morning, and was pondering yesterday’s problem, where I suspect that I have an outdated version of hotspot Linux profiler, but I can’t just go and download a fresh release from GitHub, because hotspot is a KDE app, and I use NixOS. And NixOS isn’t a problem — it’s a solution. Linux on desktop is a rickety tower of competing libraries, protocols and standards, which is always in an Escheresque sort of perpetual motion, taking off but simul

Homomorphically Encrypting CRDTs

Here’s a problem with local-first software. You want to work on a document together with a friend who lives far away from you. That sounds like local-first’s bread and butter: store the document as a CRDT, then use some sort of sync server to merge updates and relay them between you and your friend. But there’s a catch: the contents of that document are secret. So secret, in fact, that you don’t even want the app developer to know what they are. One way to solve this is end-to-end encryption.

Apple launches Back to School shopping promo: free AirPods and more

Apple’s Back to School promotion for 2025 is now available. For a limited time, eligible customers can get AirPods or another eligible accessory for free when they buy a new iPad, MacBook, or iMac. That comes in addition to the year-round discount Apple offers on items sold through the Apple Store for Education. MacBook If you buy a new MacBook, you can get an eligible accessory of your choice valued at up to $199 with your purchase: AirPods 4 with Active Noise Cancellation ($179 value) AirP

Writing a Truth Oracle in Lisp

This post assumes some familiarity with typed functional programming, Lisp, and formal logic. Today we will attempt to write a truth oracle in Lisp. By "truth oracle," I mean a program that can determine whether arbitrary mathematical statements are true or false. This might sound impossible, due to first-order logic being undecidable, but let's try anyway. Before that, though, we need to go over some required concepts. Extracting information from proofs First, sometimes, we can extract info

Type-based vs. Value-based Reflection

Type-based vs Value-based Reflection Frequently, whenever the topic of Reflection comes up, I see a lot of complains specifically about the new syntax being added to support Reflection in C++26. I’ve always thought of that as being largely driven by unfamiliarity — this syntax is new, unfamiliar, and thus bad. I thought I’d take a different tactic in this post: let’s take a problem that can only be solved with Reflection and compare what the solution would look like between: the C++26 value-ba