标签:#news
找到 11637 篇相关文章
Apache Burr: Build reliable AI agents and applications
Tuta and Proton: An Open Source Client Does Not Result in an Open Source Service
Spoiling Linux Kernel with "sanctioned" code
AMA: I'm Eric Ries (The Lean Startup) & Author of New Bestseller Incorruptible
Hey gang, you may remember me from such books as _The Lean Startup_ and _The Startup Way_. It's been fifteen years since I wrote The Lean Startup, and in that time I've seen some things. In both big companies and tiny startups, NGOs and governments, in almost every industry you can name. I've helped a lot of people create a lot of amazing companies, but I've also seen so many ways this can go wrong. There's a darkness in our industry that we often don't talk about. I kept watching good companies
Show HN: Turn your name into a tree in an infinite procedural shanshui landscape
Hi HN! I made this after collecting hundreds of "name → tree" submissions at ITP. Live: https://landscape.bairui.dev/ Source: https://github.com/pearmini/infinite-landscape Plant a tree: https://tree.bairui.dev/ Pan and zoom an infinite procedural landscape. Each name is converted to ASCII codes, which grow into a unique tree (breadth-first branching; repeated digits become mathematical roses). Mountains use midpoint displacement + Perlin noise, with SVG radial gradients in the blue/green/gold p
Cops Keep Getting Arrested for Using Flock to Stalk People
Valve is phasing out physical Steam gift cards due to scammers
After over a decade, Steam will no longer sell physical gift cards in stores. In a support page spotted earlier by Windows Central, Valve says it will no longer restock its gift cards once they run out, citing scammers who "continue to have an impact on Steam customers and other unsuspecting individuals." In its post, […]
TorchCodec 0.14: HDR Video Decoding for CPU and CUDA, and Fast Wav Decoder
Who Runs the Ransomware Group ‘The Gentlemen?’
A cybercrime group known as The Gentlemen has emerged as the second most active ransomware gang by victim count, rapidly attracting a talented pool of hackers through an aggressive recruitment strategy that promises affiliates 90 percent of any ransom paid by victims. This post examines clues pointing to a real life identity for the administrator of The Gentlemen ransomware group.
Notes on DeepSeek
Notes on DeepSeek
PgDog is funded and coming to a database near you
Linux latency measurements and compositor tuning [KWin Wayland]
AT&T is launching $3 ‘unlimited’ day passes for iPads
AT&T has introduced a new "Unlimited Day Pass" cellular data offer for iPad users who need brief connectivity instead of signing up for a long-term plan. The day pass is available for $3 in the US starting today, providing 24 hours of unlimited data, with no contracts, subscriptions, or credit checks required. This offer is […]
Wrongful Arrest Exposes Failures in One of the Oldest Police Face-Recognition Tools in the US
The ACLU is suing two Florida police departments over the arrest of a Fort Myers man in a child-abduction case, saying officers treated a flawed face-recognition match as a near-certain ID.
Autonomous drones have killed human soldiers for the first time
Why LLMs still lack taste
Show HN: Lightweight Task queue on Erlang/OTP, SQLite-backed, no overengineering
Setting up Kafka or such enterprise oriented software with their clusters or dedicated servers is heavy and bothering enough that most small teams or indie hackers skip it entirely and making compromise to use in-memory queues. I wanted something in between: a persistent queue that is simple to run (one binary, which makes one sqlite db), gets real fault isolation and crash recovery due to Elixir, easy to inspect (open ezra.db in any SQLite browser and see every task), and requires no new client