GitHub Trending
Status: ok – 5 signals
sindresorhus/awesome
The sindresorhus/awesome repository is a highly popular, community-curated collection of lists covering a wide variety of interesting technical topics and resources. Maintained under the CC0-1.0 license on the main branch, the project aggregates over 35,000 forks and maintains only 82 open issues, reflecting a high de…
freeCodeCamp/freeCodeCamp
freeCodeCamp is a massive open-source community and curriculum designed to help users learn math, programming, and computer science for free. The platform's codebase is predominantly written in TypeScript and operates under a BSD-3-Clause license, offering educational topics ranging from D3.js to career certification….
public-apis/public-apis
The public-apis/public-apis repository is a popular, community-curated list of free APIs intended for developers. The project is written in Python, operates under the MIT license, and has amassed over 438,000 stars across nearly 49,000 forks. This resource matters to builders because it provides a centralized, manuall…
EbookFoundation/free-programming-books
:books: Freely available programming books. Signal: GitHub Trending; topics: books, education, hacktoberfest, list; license: CC-BY-4.0.
openclaw/openclaw
OpenClaw is an open-source personal AI assistant designed to run locally across any operating system and platform. The repository is built using TypeScript and emphasizes user data ownership, allowing individuals to manage their assistant directly on personal devices. With over 376,000 GitHub stars, it represents a wi…
Hacker News
Status: ok – 8 signals
Adafruit receives demand letter from Fenwick legal counsel on behalf of Flux.ai
Adafruit Industries, a prominent open-source hardware and electronics community, publicly posted about receiving a legal demand letter from Fenwick legal counsel representing Defy Gravity, Inc. (associated with Flux.ai). The blog announcement itself is very brief, simply confirming the event and the legal representati…
Why Janet? (2023)
The linked article is a personal blog post explaining why the author chose the Janet programming language for side projects over the past couple of years. It describes Janet as a little Lisp dialect and frames the discussion as an introduction to a weird programming book, though the provided context lacks deeper techn…
A walking tour of surveillance infrastructure in Seattle (2020)
This linked article presents a walking tour mapping out surveillance infrastructure deployed across Seattle. The page is part of a broader "Coveillance Toolkit" project that maps data stories and documents the rise of tech-fueled surveillance in urban environments. It is relevant to practitioners and builders as a con…
Love systemd timers
The linked article argues that systemd timers are an underappreciated and powerful tool that operators should prefer over traditional cron jobs for scheduling tasks. It likely highlights concrete technical advantages such as built-in logging via the journal, dependency management, and more flexible scheduling semantic…
MAI-Code-1-Flash
The linked page announces MAI-Code-1-Flash, a new model or tool introduced by Microsoft AI. Based on the limited available context, specific technical details and capabilities of MAI-Code-1-Flash cannot be determined. This matters to engineers and operators as it represents a new offering from Microsoft AI that may im…
Gmail thinks I'm stupid, so I left
This article is a first-person account of a user abandoning Gmail due to frustrations with the email service's recent AI-driven interface changes. The author criticizes what they describe as Gmail's "rapid descent into belittling their users," suggesting the new AI-powered features and UI choices feel condescending. T…
Expanding Project Glasswing
Anthropic is expanding Project Glasswing, a collaborative initiative to secure critical software, to approximately 150 new organizations across more than fifteen countries. Following an initial rollout in early April to roughly 50 partners, these organizations are deploying the Claude Mythos Preview model to scan thei…
Fidonet: Technology, Use, Tools, and History (1993)
This article is a historical technical paper from 1993 written by Randy Bush that details the technology, usage, tools, and history of the FidoNet bulletin board network. FidoNet utilized a store-and-forward architecture where local BBS nodes would exchange email and files via dial-up modems during off-peak hours usin…
Hugging Face Trending
Status: ok – 10 signals
sentence-transformers/all-MiniLM-L6-v2
The sentence-transformers/all-MiniLM-L6-v2 model maps sentences and paragraphs to a 384-dimensional dense vector space to compute sentence similarity. The 80M-parameter model is licensed under Apache-2.0 and natively supports multiple inference frameworks, including PyTorch, TensorFlow, ONNX, and OpenVINO. Its highly…
cross-encoder/ms-marco-MiniLM-L6-v2
This model was trained on the MS Marco Passage Ranking task.. Signal: Hugging Face – Text Ranking, Hugging Face, downloads: 70447631, likes: 255, ranking score: 3550.
google-bert/bert-base-uncased
google-bert/bert-base-uncased is a pretrained language model developed by Google for fill-mask tasks. The model operates on uncased English text using a masked language modeling objective and is distributed under the Apache-2.0 license with over 68 million downloads. This model is foundational for NLP engineers buildi…
google/electra-base-discriminator
The google/electra-base-discriminator model is a pre-trained text encoder that uses a self-supervised learning method where it is trained as a discriminator rather than a traditional generator. Implemented across multiple major frameworks including PyTorch, TensorFlow, JAX, and Rust under the Apache-2.0 license, the m…
BAAI/bge-small-en-v1.5
BAAI/bge-small-en-v1.5 is a compact English feature extraction and sentence similarity model built using the sentence-transformers library. It supports multiple inference formats including PyTorch, ONNX, and Safetensors, and is licensed under the permissive MIT license for broad commercial use. With over 54 million do…
sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
The sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 model maps sentences and paragraphs to a 384-dimensional dense vector space for tasks like clustering and semantic search. It is a multilingual model built on a 12-layer MiniLM architecture, available in multiple formats including PyTorch, ONNX, and OpenV…
sentence-transformers/all-mpnet-base-v2
The `sentence-transformers/all-mpnet-base-v2` model is a widely used tool designed to map sentences and paragraphs into a 768-dimensional dense vector space for sentence similarity tasks. Built on the MPNet architecture and licensed under Apache 2.0, the model supports multiple backends including PyTorch, ONNX, OpenVI…
BAAI/bge-m3
BAAI/bge-m3 is a sentence similarity embedding model built on an XLM-RoBERTa architecture and distributed via the `sentence-transformers` library. It is designed for multi-functionality, multi-linguality, and multi-granularity representations, and it comes with a permissive MIT license. The model's ability to process…
openai/clip-vit-large-patch14
The openai/clip-vit-large-patch14 model is OpenAI's Contrastive Language-Image Pre-Training (CLIP) model utilizing a Vision Transformer (ViT-Large) architecture with a 14×14 patch size. It is designed for zero-shot image classification and is highly accessible via the Hugging Face Transformers library, supporting PyTo…
FacebookAI/xlm-roberta-base
FacebookAI/xlm-roberta-base is a large multilingual language model designed for the fill-mask task. The base-sized model was pre-trained on 2.5TB of filtered CommonCrawl data spanning 100 languages and is built to be used with the Hugging Face Transformers library. It is highly relevant for engineers and operators see…
Lobste.rs
Status: ok – 13 signals
Quality in the Age of Slop
The article "Quality in the Age of Slop" is a lengthy essay that draws lessons for the modern software engineering profession from Robert M. Pirsig's 1974 classic philosophical novel, Zen and the Art of Motorcycle Maintenance. The author uses the framework of this classic text to explore the concept of "slop" and anal…
Vim Classic 8.3 released
Vim Classic 8.3 released Vim Classic 8.3 released [2026-06-02] I'm proud to announce the release of the first version of Vim Classic, Vim Classic 8.3.0, a stable, long-term support fork of the ubiquitous text editor, maintained without the assistance of generative AI tools. Lobste.rs signal: Lobste.rs, score: 0, comments: 0, ranking score: 0.
iddqd, or the hardest kind of unsafe Rust
The article discusses iddqd, a Rust library developed at Oxide Computer Company that provides map collections where keys are borrowed from the map itself. The library is designed to defend against adversarial trait implementations, which is a particularly difficult category of unsafety in Rust that requires careful ha…
Preparing for KDE Plasma’s Last X11-Supported Release
This article by KDE developer David Edmundson addresses the upcoming transition as the KDE Plasma desktop environment prepares for its final release with X11 support. The post outlines engineering considerations for moving away from the X11 windowing system and what practitioners need to anticipate during this shift….
Memory safety is a matter of life and death
This article argues that the consequences of memory safety vulnerabilities extend beyond typical software bugs to pose literal threats to human life. It grounds this claim by citing the 2018 case in which Saudi journalist Jamal Khashoggi's fiancée had her phone hacked using an exploit that relied on a memory corruptio… Verification: community signal; use the linked source as context, not final confirmation.
kelvin versioning
kelvin versioning is a practitioner-heavy engineering link around verification: community_signal. Current signal: Lobste.rs, score: 0, comments: 0, ranking score: 0.
Announcing Zstandard in Rust
Announcing Zstandard in Rust – Trifecta Tech Foundation Announcing Zstandard in Rust 2026-06-01 Author: Folkert de Vries libzstd-rs announcement Over the past year, we've been silently working on our third compression project. Lobste.rs signal: Lobste.rs – Programming, Lobste.rs, score: 0, comments: 0, ranking score: 0.
The Newest Instagram "Exploit" is the Goofiest I've Seen
The linked article details a recent wave of Instagram account takeovers—including high-profile targets like the Obama White House account—characterized by the author as an unusually "goofy" exploit. While the fetched context does not disclose the specific technical mechanism, the incident appears to involve a vulnerab… Verification: community signal; use the linked source as context, not final confirmation.
github and the crime against software
The linked article is a blog post by a practitioner critiquing GitHub and what the author describes as a "crime against software," presumably targeting current platform practices or architectural decisions. Without fetched context from the article itself, specific technical details are unavailable; however, the piece…
revo, the programming language
Revo is a dynamic programming language designed specifically for the joy of programming, emphasizing ergonomics and developer experience. It is distributed as a minimal 1MB toolkit and offers documentation alongside a GitHub repository for practitioners to explore. This project matters to engineers and language design…
strace-ui, Bonsai_term, and the TUI renaissance
This Jane Street blog post introduces strace-ui and Bonsai_term, tools built to address the usability challenges of reading raw strace output during systems debugging. The author explains that standard strace output is often inscrutable and difficult to follow across subprocesses or threads, prompting the creation of…
rustc_codegen_jvm: Rust compiler backend to emit JVM bytecode
rustc_codegen_jvm is an experimental compiler backend that translates Rust Mid-level Intermediate Representation (MIR) into JVM-ready Java bytecode. The toolchain is implemented in Rust under the MIT license and allows developers to target the Java Virtual Machine directly from Rust code. This capability matters to en…
Browser identification through header order
The linked article examines passive methods for identifying web browsers by analyzing the order of HTTP headers rather than relying on the easily spoofed User-Agent string. It highlights how header ordering serves as a more reliable fingerprinting technique for distinguishing clients, even when traditional detection c…
Dev.to
Status: ok – 19 signals
I Rebuilt My Karaoke App So Everyone's Phone Could Be a Remote
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built VKara is a… Dev.to signal: Dev.to – Web Dev, Dev.to, reactions: 33, comments: 15, ranking score: 81.
Top 7 Featured DEV Posts of the Week
Welcome to this week's Top 7, where the DEV editorial team handpicks their favorite posts from the… Dev.to signal: Dev.to, reactions: 20, comments: 10, ranking score: 50.
Debloating The AI-Grown Codebase
The use of AI Agents creates a distinctive smell… One can tell the GH Repo owner was high on… Dev.to signal: Dev.to – AI/ML, Dev.to, reactions: 21, comments: 5, ranking score: 47.
What are your goals for the week? #181
When this posts I should be at Ren faire or on the way to faire to break down the tent. I haven't had… Dev.to signal: Dev.to, reactions: 16, comments: 10, ranking score: 42.
Learning Lessons from Gaming
I don't identify as a gamer. I occasionally participate in board games or an amateur football match,… Dev.to signal: Dev.to, reactions: 19, comments: 1, ranking score: 39.
I Used My Last 7% of Copilot Tokens to Bring a 2014 WinForms Game Back to Life
This is a submission for the GitHub Finish-Up-A-Thon Challenge Originally, I didn't plan to join… Dev.to signal: Dev.to – Web Dev, Dev.to, reactions: 15, comments: 5, ranking score: 35.
When Duplicate Code Is the Better Design
You've seen the developer. Maybe you are the developer. They discover DRY — ✨ Don't Repeat Yourself… Dev.to signal: Dev.to – Web Dev, Dev.to, reactions: 14, comments: 6, ranking score: 34.
OrinIDE v1.0.7 — The AI Finally Understands Your Whole Project
New in OrinIDE: project-wide AI context, surgical edits that don't rewrite your whole file, a skills system, HTML preview in chat, and a free image API. Built on Android with Termux. Dev.to signal: Dev.to – Webdev, Dev.to, reactions: 12, comments: 4, ranking score: 28.
peektea v2: yesterday it peeked, today it actually opens things
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is… Dev.to signal: Dev.to – Webdev, Dev.to, reactions: 12, comments: 0, ranking score: 24.
I Built rtl-text-tools ( A Complete RTL Text Processing Toolkit for JavaScript )
If you’ve ever worked with Arabic, Persian, Hebrew, Urdu, or any RTL (Right-to-Left) language on the… Dev.to signal: Dev.to – Showdev, Dev.to, reactions: 11, comments: 2, ranking score: 24.
React State Management: When to Use useState, Context, or Zustand
Here's a conversation I've had more than once. A developer is building a React app. It starts… Dev.to signal: Dev.to – React, Dev.to, reactions: 9, comments: 0, ranking score: 18.
Building a sortable data-journalism page in Astro: 33K FARS records, sparklines, and the bugs that nearly broke it
I just shipped a data-journalism page comparing truck-involved fatalities across 19 major US cities… Dev.to signal: Dev.to – Astro, Dev.to, reactions: 8, comments: 0, ranking score: 16.
Running PyTorch fork-safe in Celery on macOS
If you've ever seen this in your Celery logs: Process 'ForkPoolWorker-7' pid:32839 exited with… Dev.to signal: Dev.to – Python, Dev.to, reactions: 5, comments: 2, ranking score: 12.
Why My Analytics Was Logging Every Page Visit Twice (And How I Fixed It)
I built a custom analytics system into my portfolio backend — a Django REST API that records page… Dev.to signal: Dev.to – Django, Dev.to, reactions: 4, comments: 3, ranking score: 11.
Road To KiwiEngine #6: I Don’t Hate AI — I Think We’re Teaching It Recklessly
One thing I want to make clear upfront: I do not hate AI. Honestly, I think AI is one of the most… Dev.to signal: Dev.to – Web Dev, Dev.to, reactions: 4, comments: 0, ranking score: 8.
Why we replaced PDF invoice attachments with inline PNG receipts
We used to attach a PDF to every order confirmation email. The PDF was the invoice, generated… Dev.to signal: Dev.to – Webdev, Dev.to, reactions: 3, comments: 0, ranking score: 6.
Moving my SAAS away from React (and Inertia) to Elixir
If you've been following my journey, you know I went all in on Elixir a while ago. I left the React… Dev.to signal: Dev.to – React, Dev.to, reactions: 3, comments: 0, ranking score: 6.
Sovereign Synapse: The Context-Cleaner
(Curation is Sovereignty) Sovereign Synapse Series | Post 2 AI is polite by design. It… Dev.to signal: Dev.to – Python, Dev.to, reactions: 1, comments: 4, ranking score: 6.
Building an RSS Feed for a Django + React Portfolio (With a Styled Browser View)
RSS isn't dead. Developers still use feed readers, and having a proper /rss.xml or /blog/rss URL is a… Dev.to signal: Dev.to – Django, Dev.to, reactions: 1, comments: 0, ranking score: 2.