Join us

heart Curated links by FAUN
Link
@faun shared a link, 8 months, 1 week ago

Meta scraped every Australian user's account to train its AI

Meta's global privacy director admitted that, unlike the EU where GDPR mandates opt-out options for AI data collection, Australians can't prevent Meta from scraping their Facebook and Instagram data for AI training, including photos and texts from as far back as 2007, unless set to private, sparking..

Meta scraped every Australian user's account to train its AI
Link
@faun shared a link, 8 months, 1 week ago

Noisy Neighbor Detection with eBPF

eBPF hooks track process state changes and CPU switches, enabling precise run queue latency measurement by storing timestamps in a hash map and calculating delays, while integrating cgroup IDs through RCU-protected kfuncs for detailed metrics which are then sent via ring buffer to a Go userspace app..

Noisy Neighbor Detection with eBPF
Link
@faun shared a link, 8 months, 1 week ago

How Canva collects 25 billion events per day

Canva's product analytics pipeline handles25 billion events per day with 99.999% uptime, utilizing Protobuf for transitive schema compatibility, a custom code generator (Datumgen), and Kinesis Data Streams (KDS) over SQS/SNS to reduce costs by 20x; achieving further savings through zstd compression ..

How Canva collects 25 billion events per day
Link
@faun shared a link, 8 months, 1 week ago

Building the Same App Using Various Web Frameworks

Recently, the curated newsletter curator Ziyou Yan explored building the same web app using FastHTML, Next.js, and Svelte. Each framework offers unique features and developer experiences for implementing CRUD operations. The exercise also prompted thoughts on how coding assistants powered by languag..

Building the Same App Using Various Web Frameworks
Link
@faun shared a link, 8 months, 1 week ago

Building a network topology of a Kubernetes application in a non-intrusive way

In Kubernetes, applications are separated into computational units (pods) and access points (services), where services handle load balancing using iptables or IPVS at L4 with basic round-robin, but for intricate request tracing and debugging, eBPF tools like gala-gopher can gather non-intrusive metr..

Building a network topology of a Kubernetes application in a non-intrusive way
Link
@faun shared a link, 8 months, 1 week ago

The Zsh Shell Tricks I Wish I’d Known Earlier

Efficient Zsh shortcuts enhance command-line productivity by streamlining cursor movement, text deletion, text manipulation, advanced editing, globbing for file matching, command recall and modification, parameter expansion, and custom key bindings...

The Zsh Shell Tricks I Wish I’d Known Earlier
Link
@faun shared a link, 8 months, 1 week ago

Mistral releases Pixtral 12B, its first multimodal model

French AI startup Mistral's new 12-billion-parameter multimodal model, Pixtral 12B, processes images and text, is available via torrent and Hugging Face under an Apache 2.0 license, and promises capabilities like image captioning and object counting, reflecting the company's open model strategy post..

Mistral releases Pixtral 12B, its first multimodal model
Link
@faun shared a link, 8 months, 1 week ago

Sergey Brin says he doesn't think Google engineers use AI for coding as much as they should

Google cofounder Sergey Brin emphasized at the "All-In" summit in Los Angeles that Google's AI isn't utilized enough by its engineers, citing an impressive experiment where the AI quickly generated Sudoku puzzles from scratch, and noted Google's hesitance in releasing early language models due to po..

Link
@faun shared a link, 8 months, 1 week ago

In Theory: Self-Correcting Software

Binding events to goals and steps in Plang can streamline tasks like authentication into just 4 lines of code, and if a service change requires a new input like an email, Plang can bind events to all errors from steps to self-correct by updating and re-running the code—all with the same concise, eff..

In Theory: Self-Correcting Software
Link
@faun shared a link, 8 months, 1 week ago

Engineering Principles for Building Financial Systems

Focus on financial system design emphasizes having accurate, auditable, and timely records, using immutable, granular data, ensuring idempotent processing, preferring integer representations for financial amounts and time, postponing currency conversions, and implementing consistent rounding methodo..

Engineering Principles for Building Financial Systems
loading...