Latest Tech News

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

Filtered by: pipe Clear Filter

CoreWeave acquires agent-training startup OpenPipe

CoreWeave, which provides cloud servers to large companies training AI models, has struck an agreement to acquire OpenPipe, a 2-year-old Y Combinator-backed startup that helps enterprises develop customized AI agents with reinforcement learning, the companies announced on Wednesday. “Reinforcement learning is emerging as a pivotal force to strengthen model performance on agentic and reasoning tasks,” said Brian Venturo, Co-founder of CoreWeave, in a statement to TechCrunch. “By combining OpenPi

Spiped – secure pipe for SSH, SMTP, etc.

To set up an encrypted and authenticated pipe for sending email between two systems (in the author's case, from many systems around the internet to his central SMTP server, which then relays email to the rest of the world), one might run dd if=/dev/urandom bs=32 count=1 of=keyfile spiped -d -s '[0.0.0.0]:8025' -t '[127.0.0.1]:25' -k keyfile on a server and after copying keyfile to the local system, run spiped -e -s '[127.0.0.1]:25' -t $SERVERNAME:8025 -k keyfile at which point mail delivered

Paying attention to feature distribution alignment (pun intended)

Intro Yes, I’m making a joke of the tendency to put the words “attention” and “alignment” in any ML paper 😎. Now let’s see how this provocative title is related to our adventures in the land of polynomial features. The Legendre polynomial basis serverd us well in recent posts about polynomial features. One interesting thing we saw in the series is that its orthogonality is, in some sense informativeness. This is because it orthogonal bases produce features, and hence each basis function, in so

Trees on city streets cope with drought by drinking from leaky pipes

Urban trees lining streets fare better in dry spells than those in parks – now it seems that leaky water pipes are the reason for their endurance Trees on the streets of Montreal in Canada benefit from leaky pipes Catherine Zibo/Shutterstock Trees growing on city streets are more resistant to drought than those in parks because they are drinking from an unusual water source: leaky pipes. After long periods with little rain, water levels and sap flow tend to decrease more in trees growing in p

Billie Piper Wanted to Go American for ‘Wednesday’ Because She’s Tired of Playing Brits

The iconic Bad Wolf from Doctor Who has been playing a mysterious werewolf music teacher in Wednesday season two, and viewers have been left wondering what Billie Piper has up her flowy sleeves on the show. She, alongside whoever Lady Gaga will be playing when the Netflix show returns, remains another intriguing new addition to the show’s stacked ensemble. Piper’s turn as Isadora Capri marks a departure for the actress, whom director Tim Burton cast as a former child prodigy not too unlike Wedn

Installing a mini-split AC in a Brooklyn apartment

Last year, 2024, we replaced four PTACs with a mini-split AC. I’ve been asked about it often enough (by neighbors, coworkers, friends) that I decided to write up the experience. Hopefully it’s useful for you, too. Overall this cost us about $40k, including the cost for closing up the PTAC holes. We’ll probably never make the money back on electricity cost savings, so the main benefits are that we have more quiet and more stable temperatures now and overall I’m glad that we did it. (I’ll use th

Topics: ac holes old pipes work

I switched to this YouTube client and I’m never going back

Nathan Drescher / Android Authority YouTube has been a part of my life since its early days in the late 00s. It’s no secret that today’s YouTube is a far cry from what it used to be. YouTube was free back then; free from subscriptions, free from ads, even free from terrible video suggestions. It was raw and real. Now when we open the app we’re bombarded with pop-ups and ads and the algorithm is awful at surfacing stuff we want to watch. So like many of you, I went searching for a replacement.

PHP 8.5 adds pipe operator

PHP 8.5, due out November of this year, will bring with it another long-sought-after feature: the pipe operator ( |> ). It's a small feature with huge potential, yet it still took years to happen. What is a pipe operator? The pipe operator, spelled |> , is deceptively simple. It takes the value on its left side and passes it as the single argument to a function (or in PHP's case, callable ) on its right side: $result = "Hello World" |> strlen(...) // Is equivalent to $result = strlen("Hello W

NewPipe adds Android Auto support, bringing YouTube to your car screen

C. Scott Brown / Android Authority TL;DR Android Auto still doesn’t support the official YouTube app, but NewPipe can now fill that gap. The update lets you access playlists, history, and search from your car’s screen. Of course, you’ll only be able to watch while parked. Android Auto has always been pretty strict about what kinds of apps are allowed, but Google is starting to loosen up now, and NewPipe isn’t wasting any time. Thanks to the latest app update, the open-source YouTube alternat

Show HN: Companies use AI to take your calls. I built AI to make them for you

How does Piper work? Install extension → Click any phone number → Type what you need → Piper calls them. You get results in minutes. Works on any website with phone numbers. What kind of calls can Piper make? The boring ones. Restaurant reservations, doctor appointments, customer service battles, subscription cancellations, price shopping. Any call that makes you think 'ugh, I'll do it tomorrow.' Does it sound like a robot? Nope! Piper sounds more human than most humans before coffee. Natural

Kyber (YC W23) Is Hiring Enterprise BDRs

At Kyber, we're building the next-generation document platform for enterprises. Today, our AI-native solution transforms regulatory document workflows, enabling insurance claims organizations to consolidate 80% of their templates, spend 65% less time drafting, and compress overall communication cycle times by 5x. Our vision is for every enterprise to seamlessly leverage AI templates to generate every document. Over the past 8 months, we’ve: 20x’d revenue and are profitable. Landed multiple si

The Academic Pipeline Stall: Why Industry Must Stand for Academia – ACM Sigops

The Research Pipeline is Stalling The U.S. National Science Foundation (NSF) froze all outgoing funding, including new awards and scheduled payments on active grants. Over 1,000 NSF research projects were abruptly canceled in a few days, resulting in roughly $739 million in halted research funding. The directive, issued with little explanation, has created chaos across the academic research ecosystem, part of a broader trend Nature described as an unprecedented assault. Before we go any furthe

How fast are Linux pipes anyway?

2022-06-01 How fast are Linux pipes anyway? The challenge, and a slow first version # First of all, let’s start with measuring the performance of the fabled FizzBuzz program, following the rules laid down by the StackOverflow post: % ./fizzbuzz | pv >/dev/null 422GiB 0:00:16 [36.2GiB/s] pv is “pipe viewer”, a handy utility to measure the throughput of data flowing through a pipe. So fizzbuzz is producing output at a rate of 36GiB/s. fizzbuzz writes the output in blocks as big as the L2 cache,

Databricks open-sources declarative ETL framework powering 90% faster pipeline builds

Join the event trusted by enterprise leaders for nearly two decades. VB Transform brings together the people building real enterprise AI strategy. Learn more Today, at its annual Data + AI Summit, Databricks announced that it is open-sourcing its core declarative ETL framework as Apache Spark Declarative Pipelines, making it available to the entire Apache Spark community in an upcoming release. Databricks launched the framework as Delta Live Tables (DLT) in 2022 and has since expanded it to he