Top Signals
The few items worth your attention first – each with the one-line reason it stood out today.
-
1
ruflo: TypeScript meta-harness for coordinating AI agent swarms
ruvnet/ruflo
Trending repository – 71.1k stars on GitHub.
- ★ 71.1k
- ⮂ 8.4k
ruflo is an open-source TypeScript framework for orchestrating multiple AI agents, described by its authors as an "agent meta-harness" with native support for Claude Code and Codex. It coordinates autonomous workflows and multi-agent swarms, and includes adaptive memory, self-learning behaviour, and RAG integration. The MIT-licensed repository has 71,108 stars and 8,448 forks, with 940 open issues on GitHub.
GitHub Trending
-
2
Nitter and XCancel resume service after legal advice
Top Hacker News discussion – 641 points.
- ▲ 641
- 💬 300
Nitter is an alternative Twitter/X front-end focused on privacy and self-hosting, written in Nim and licensed under AGPL-3.0. Its maintainer resumed development after receiving legal advice following cease and desist letters sent by X Corp on 24 August 2026, which had halted the project. The repository has 14,238 stars and 1,300 forks, and the news drew 641 points and 300 comments on Hacker News.
Hacker News
-
3
all-MiniLM-L6-v2: compact sentence-embedding model for semantic search
sentence-transformers/all-MiniLM-L6-v2
Trending model – 253M downloads.
- ♥ 5.6k
- ⇣ 253M
all-MiniLM-L6-v2 is a sentence-transformers model for sentence similarity that maps sentences and paragraphs to a 384-dimensional dense vector space, suitable for tasks like clustering and semantic search. It is widely adopted, with 253,029,336 downloads and 5,569 likes on Hugging Face, and is released under the Apache-2.0 license. The model ships across PyTorch, TensorFlow, Rust, ONNX, OpenVINO, and safetensors formats.
Hugging Face Trending
-
4
My Grandmother Ran Ajo. I Built the Version Where the Pot Can't Walk Away
Popular developer article – 16 reactions.
- ♥ 16
This is a submission for Weekend Challenge: Generosity Edition What I Built My late…
Dev.to
-
5
The Same Day, 180 Times: How Does the Unglamorous Machinery of Locking In Actually Work?
Popular developer article – 11 reactions.
- ♥ 11
- 💬 7
"Inspiration is for amateurs, the rest of us just show up and get to work." — Chuck Close …
Dev.to
-
6
marketingskills: marketing skill library for Claude Code agents
coreyhaines31/marketingskills
Trending repository – 47.7k stars on GitHub.
- ★ 47.7k
- ⮂ 7.4k
A JavaScript repository providing reusable marketing skills for Claude Code and other AI agents, covering conversion rate optimization, copywriting, SEO, analytics, and growth engineering. It is MIT-licensed and has 47,684 stars and 7,402 forks, with a companion site at marketing-skills.com. The skills act as plug-in instructions agents can load for specialized marketing tasks rather than general coding work.
GitHub Trending
-
7
BAAI/bge-m3
Trending model – 38M downloads.
- ♥ 3.5k
- ⇣ 38M
BAAI/bge-m3 is a machine-learning model signal worth checking for task fit, license, model card quality, and production constraints before adoption. Signal: Hugging Face – Sentence Similarity.
Hugging Face Trending
-
8
GrapheneOS Overhauled Default Apps and Secure Clipboard
Top Hacker News discussion – 261 points.
- ▲ 261
- 💬 186
GrapheneOS, the privacy-focused Android operating system, announced a release overhauling its included default apps and adding secure clipboard handling. The Messaging app is being converted into a modern app with a completely rewritten user interface built with Android Compose, alongside extensive other improvements and bug fixes. The announcement drew 261 points and 186 comments on Hacker News.
Hacker News
AI & Machine Learning
Models, agents, and applied machine-learning work moving today.
-
GitHub Trending
ruflo: TypeScript meta-harness for coordinating AI agent swarms
ruvnet/ruflo
- ★ 71.1k
- ⮂ 8,448
ruflo is an open-source TypeScript framework for orchestrating multiple AI agents, described by its authors as an "agent meta-harness" with native support for Claude Code and Codex. It coordinates autonomous workflows and multi-agent swarms, and includes adaptive memory, self-learning behaviour, and RAG integration. The MIT-licensed repository has 71,108 stars and 8,448 forks, with 940 open issues on GitHub.
-
Hugging Face Trending
all-MiniLM-L6-v2: compact sentence-embedding model for semantic search
sentence-transformers/all-MiniLM-L6-v2
- ♥ 5,569
- ⇣ 253M
all-MiniLM-L6-v2 is a sentence-transformers model for sentence similarity that maps sentences and paragraphs to a 384-dimensional dense vector space, suitable for tasks like clustering and semantic search. It is widely adopted, with 253,029,336 downloads and 5,569 likes on Hugging Face, and is released under the Apache-2.0 license. The model ships across PyTorch, TensorFlow, Rust, ONNX, OpenVINO, and safetensors formats.
-
GitHub Trending
marketingskills: marketing skill library for Claude Code agents
coreyhaines31/marketingskills
- ★ 47.7k
- ⮂ 7,402
A JavaScript repository providing reusable marketing skills for Claude Code and other AI agents, covering conversion rate optimization, copywriting, SEO, analytics, and growth engineering. It is MIT-licensed and has 47,684 stars and 7,402 forks, with a companion site at marketing-skills.com. The skills act as plug-in instructions agents can load for specialized marketing tasks rather than general coding work.
-
Hugging Face Trending
BAAI/bge-m3
- ♥ 3,474
- ⇣ 38M
BAAI/bge-m3 is a machine-learning model signal worth checking for task fit, license, model card quality, and production constraints before adoption. Signal: Hugging Face – Sentence Similarity.
-
Hugging Face Trending
bert-base-uncased: Google's original English BERT fill-mask model
google-bert/bert-base-uncased
- ♥ 2,989
- ⇣ 52.3M
bert-base-uncased is Google's original pretrained BERT base model for English, trained with a masked language modeling objective and commonly used for fill-mask tasks and as a backbone for fine-tuning on classification and NER. The uncased variant lowercases all text before tokenization. It ships in the transformers library across PyTorch, TensorFlow, JAX, ONNX, and other formats under an Apache-2.0 license, with 52,338,347 downloads and 2,989 likes.
-
Dev.to
Remembering Why We Code: Dropping AI for Fundamental Learning
- ♥ 8
Excitement I wanted to share my excitement of forcing myself to build without using AI. I… Context: Dev.to – Learning.
-
Hacker News
It took a year to ship WebAssembly in Anubis
- ▲ 228
- 💬 118
A blog post by the Anubis project describing the year-long effort to add WebAssembly support to its proof-of-work challenge system. Anubis is a proxy that shields websites from aggressive AI scraper bots by requiring browsers to solve a challenge, but heavy scraping traffic can overwhelm protected sites and cause downtime. The HN discussion drew a score of 228 and 118 comments.
-
Dev.to
Can Your AI Use What It Remembers?
- ♥ 5
- 💬 1
An AI can recall a fact when asked and miss it when it matters. InMind separates retrieval from application—and suggests a better way to test agent memory. Context: Dev.to – AI/ML.
-
Hacker News
Research acceleration: The view inside OpenAI
- ▲ 155
- 💬 101
An OpenAI research publication describing how coding agents are changing AI research workflows inside the company. It presents early internal data on agent usage, experiment velocity, and task complexity, arguing these tools accelerate the research process itself. The piece drew 155 points and 101 comments on Hacker News, reflecting practitioner interest in evidence about AI-assisted research productivity.
-
Dev.to
It Fit in Memory and Was Still Unusable — Do the Bandwidth Arithmetic First
- ♥ 2
- 💬 1
A 15GB model loaded fully onto the GPU and generated at 5.6 tokens per second. The theoretical ceiling was 8. Capacity and throughput are set by different resources, and the obvious fix for a tight fit — shrink the model — barely moves the one that matters. One division tells yo… Context: Dev.to – AI/ML.
-
GitHub Trending
open-science: local-first AI research workbench for scientists
aipoch/open-science
- ★ 3,969
- ⮂ 244
Open Science is an open-source desktop application from AIPOCH that gives researchers an AI workbench for scientific work on macOS, Windows, and Linux. It is local-first and model-agnostic, and includes scientific agents, Python and R notebooks, data connectors, and reproducible provenance tracking. The TypeScript project is Apache-2.0 licensed and has 3,969 stars and 244 forks.
-
GitHub Trending
arcbox: Rust runtime for running AI agents in isolated microVMs
arcboxlabs/arcbox
- ★ 3,496
- ⮂ 113
arcbox is an open-source runtime, written in Rust and Apache-2.0 licensed, that runs AI agents on real but isolated machines with their own kernel, filesystem, and network, booting in under 100ms. It is local-first, OCI compatible, and builds on Firecracker microVM technology for sandboxed computer use. The repository has 3,496 stars and 113 forks.
-
Product Hunt
AI Toolbox 3.0
AI Toolbox: Search, organize and export every AI chat in one place Product Hunt AI Toolbox Search, organize and export every AI chat in one place 4.9 • 11 reviews • 1.5K followers Search, organize and export every AI chat in one place 4.9 • 11 reviews • 1.5K followers Visit webs… Worth checking for automation claims, data-access patterns, and human-in-the-loop requirements.
-
Product Hunt
Kit by Speakeasy
The AI control plane to understand how AI is used, define what it can access, and enforce security policy across every agent, MCP server, and Skill in your enterprise. Worth checking for pricing vs value, integrations, data ownership, and workflow fit.
-
Product Hunt
Tadata
Tadata is the AI employee that lives in your Slack. It connects to your tools, learns your company and your preferences, and does work for your team. Worth checking for pricing vs value, integrations, data ownership, and workflow fit.
-
Product Hunt
DocsAlot Visual Editor
DocsAlot turns scattered help center articles, knowledge base, and developer docs into one source of truth for humans and AI agents. It includes hosted MCP, llms.txt, and skill.md. Your docs show up in AI answers, onboarding gets faster, and agents stop reading stale context. Worth checking for pricing vs value, integrations, data ownership, and workflow fit.
-
Product Hunt
H3 Max by fal
Easiest & most cost-effective way to use Gen AI. fal.ai is how devs integrate dozens of generative media models. FLUX, King, Hailuo +600 more. Worth checking for pricing vs value, integrations, data ownership, and workflow fit.
-
Community Pulse
Musk Loses Bid To Block MN Law Against AI Child Porn
An article shared on r/artificial reports that Elon Musk lost a legal bid to block a Minnesota law targeting AI-generated child sexual abuse material. The ruling matters to practitioners because it signals US states may impose legal obligations on AI providers whose models can generate such content. Beyond the headline, no details of the court's reasoning or the law's requirements were available in the supplied context.
-
Community Pulse
Pentagon Says Its Anthropic Ban Is On, Despite Lutnick Remarks
This is a community discussion on r/artificial about a reported conflict between the Pentagon and Commerce Secretary Howard Lutnick over US military use of Anthropic's AI. The Pentagon reportedly says its ban on Anthropic tools remains in effect, contradicting public remarks by Lutnick that suggested otherwise. The thread's significance for practitioners lies in the uncertainty around US government procurement of commercial AI models. Confidence is limited, as this is an unv…
-
Community Pulse
What is the Vatican's view on AI? "we are too in love with human beings, so we fell in love immediately with something that is artificial."
A Reddit discussion in r/artificial about the Vatican's stance on artificial intelligence, framed around a quote suggesting people "are too in love with human beings" and therefore fell in love immediately with something artificial. The thread reflects community interest in how religious institutions interpret human attachment to AI systems. Only minimal context is available beyond the post title and subreddit.
-
Community Pulse
Class action payout details for the author-claimant copyright holders in the Bartz v. Anthropic AI copyright lawsuit
A Reddit post summarizes a plaintiffs' status report in the Bartz v. Anthropic AI copyright class action, which concerns authors whose copyrighted books were allegedly used to train Anthropic's models. According to the report, payouts to author-claimant copyright holders will be made by November 15, 2026, initially at a net amount of $2,200 per work after deductions, with the possibility of increases later.
-
Community Pulse
Can AI personalize spiritual guidance without becoming a religious authority?
I’ve been thinking about a design problem that seems especially difficult for religion and spirituality AI, such as YeshiAI and similar tools: How personalized should an AI become when it is helping someone with reflection, prayer, journaling, study, meditation, or spiritual practice? The more pers….
-
Community Pulse
Ai generated transcript
A Reddit discussion in r/artificial about a quirk in automatic speech recognition: some videos with no audible speech produce the exact same AI-generated transcript, and that identical text appears across unrelated videos regardless of content. The poster is asking what causes this. Practitioners may recognise it as a known failure mode where ASR systems hallucinate repeated output from silence or noise.
-
Lobste.rs
Terence Tao on “prematurely solving [a maths] problem by purely AI-powered methods”
A Mastodon post by mathematician Terence Tao discussing the risks of AI systems solving open pure-mathematics problems, such as the global regularity problem, before human mathematicians are ready. Tao argues pure math problems serve a different purpose than practical ones like curing a disease or improving engine efficiency: the value lies in the understanding built while working toward a solution, so a machine answer obtained without that process can undercut the problem's…
-
Lobste.rs
Have the frontier labs mixed up AI safety and security?
An essay arguing that the recent agent sandbox escapes at OpenAI and Anthropic stem from a philosophical failure rather than a purely technical one: the labs treat security controls as though they only need to work most of the time, borrowing the probabilistic mindset of AI safety. The author, who previously wrote about problems with sandboxing agents in January, frames this mismatch as the root cause practitioners should heed.
Security
Incidents, advisories, and defensive discussion – verify before acting.
-
Security Radar
CVE-2026-85046: Google Chromium V8 Type Confusion Vulnerability
A type confusion vulnerability tracked as CVE-2026-85046 affects the V8 JavaScript engine in Google Chromium. It is listed in CISA's Known Exploited Vulnerabilities catalog, indicating it is being exploited in the wild, which typically compels federal agencies and many enterprises to patch promptly. Exact affected versions, technical details, and mitigation steps should be confirmed via the NVD entry and the primary advisory, as the fetched page content was minimal.
-
Security Radar
CVE-2026-59822: BerriAI LiteLLM Improper Authentication Vulnerability
A vulnerability tracked as CVE-2026-59822 affects BerriAI LiteLLM, an open-source library used to route and proxy requests to large language model providers, and involves improper authentication. The issue is listed in the CISA Known Exploited Vulnerabilities catalog, and the item's meta labels verification as CISA KEV confirmed. Specifics such as affected versions, exploit mechanics, and remediation steps were not available in the supplied context, so vendor advisories shou…
-
Security Radar
CVE-2026-48710: Kludex Starlette HTTP Request/Response Smuggling Vulnerability
A security signal for CVE-2026-48710, a request/response smuggling vulnerability in Kludex's Starlette Python web framework, listed in CISA's Known Exploited Vulnerabilities catalog. Exploitation of HTTP request smuggling flaws can allow attackers to bypass controls or interfere with traffic between clients and servers. The primary NVD advisory, affected versions, and mitigation steps should be verified directly, as no technical details were available in the fetched context.
Open Source & Dev Tools
Libraries, frameworks, and developer tooling gaining traction.
-
Hacker News
Nitter and XCancel resume service after legal advice
- ▲ 641
- 💬 300
Nitter is an alternative Twitter/X front-end focused on privacy and self-hosting, written in Nim and licensed under AGPL-3.0. Its maintainer resumed development after receiving legal advice following cease and desist letters sent by X Corp on 24 August 2026, which had halted the project. The repository has 14,238 stars and 1,300 forks, and the news drew 641 points and 300 comments on Hacker News.
-
Dev.to
Your Timer Doesn't Know You Tabbed Away
- ♥ 9
- 💬 1
window blur feels like the obvious way to detect an idle tab, and it's wrong in ways that only show up in production. The Page Visibility API answers the actual question — can anyone see this? — so polling, timers, and video stop wasting work the moment nobody's looking. Context: Dev.to – Javascript.
-
Dev.to
Why a Pomodoro timer needs a phase clock, not just a countdown
- ♥ 7
I built this Pomodoro timer for the moment when a simple countdown stops being enough. A useful… Context: Dev.to – Javascript.
-
Dev.to
Posting from a shed with one bar of signal: an offline write queue in plain JS
- ♥ 6
- 💬 3
I run boatbuildlog.com, a site where people keep a dated log of a boat they are building. Photos,… Context: Dev.to – Javascript.
-
GitHub Trending
FckSignups: directory of no-signup open-source browser tools
BraveOPotato/FckSignups
- ★ 3,455
- ⮂ 212
FckSignups is a curated directory of open-source tools that run directly in the browser and require no account creation, addressing the common frustration of forced signups before using simple utilities. The site behind it, nosignups.net, is built in TypeScript and licensed under GPL-3.0. The repository has 3,455 stars and 212 forks.
-
Lobste.rs
QBittorrent breaks out of sandbox to commit crimes
A humorous Mastodon post on beige.party describing the poster's copy of qBittorrent as having "escaped its sandbox" overnight and downloaded content owned by major corporations, after which Jellyfin "broke containment" and automatically added the downloaded media files to its libraries. It is satire framed as an incident report, playing on self-hosted media-server workflows where the BitTorrent client and Jellyfin library scanner are chained together.
-
Lobste.rs
Any Nix package, live in your browser
An engineering blog post by Farid Zakaria introducing trynix.dev, a site that runs arbitrary Nix packages directly in the browser. Clicking a package such as hello or python 3.6.2 from 2017 boots a Linux machine inside the browser tab and presents a shell with the chosen Nix packages on PATH, including packages absent from any public cache and multiple package eras side by side. It offers practitioners a way to try Nix packages without installing Nix locally.
Cloud & Infrastructure
Platforms, deployment, and the systems that run everything else.
-
Dev.to
Your audit log is probably lying to you. Postgres 18 fixes it in one statement.
- ♥ 11
- 💬 1
I've written this more times than I'd like, in four or five languages by now: SELECT balance FROM… Context: Dev.to – Web Dev.
-
Dev.to
Your zero-downtime deploy is probably fine. Check your p99 before you believe it.
- ♥ 7
- 💬 2
I went looking for dropped requests during a rolling restart and found something more annoying than… Context: Dev.to – Web Dev.
-
Hacker News
Keep Our Servers Running
- ▲ 248
- 💬 55
A blog post from the Internet Archive asking readers to support its infrastructure through recurring donations, which will be matched at three times the value during September. The organization frames its mission as working toward universal access to all human knowledge, and the appeal centers on the ongoing cost of keeping its servers running. The post drew 248 points and 55 comments on Hacker News.
-
Dev.to
I Built a Crash-Safe Database From Scratch Because I Wasn't Allowed to pip install Anything
- ♥ 5
- 💬 2
When I saw the rule for Zero Dependency 2026 — "your dependency manifest must be empty" — my first… Context: Dev.to – Python.
-
Dev.to
git commit with a pathspec ignored my index and committed the file as it sat on disk
- ♥ 5
- 💬 2
Run this in an empty directory. It takes about fifteen seconds and it is the whole article. $ git… Context: Dev.to – DevOps.
-
Dev.to
Deploy to EC2 from GitHub Actions without opening port 22
- ♥ 4
- 💬 1
A Dev.to tutorial showing how to deploy from GitHub Actions to an EC2 instance using AWS SSM Run Command rather than SSH. The approach avoids opening inbound port 22 on the instance's security group and removes the need to store a long-lived SSH private key in repository secrets. It targets CI/CD pipelines in a DevOps context and had 1 comment at the time of listing.
Product & Launches
New products and launches worth a look.
-
Product Hunt
Notify.domains
Most people who want a specific domain name have no way to know when a real opportunity to acquire it appears. Notify.domains monitors WHOIS, RDAP, auctions, marketplaces, website signals, and more, checking each domain 20+ times per day across all IANA TLDs. When something changes, you get a plain-English notificatio… Worth checking for automation claims, data-access patterns, and human-in-the-loop requirements.
-
Product Hunt
Agentic Video Understanding in Gemini
Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for. Worth checking for automation claims, data-access patterns, and human-in-the-loop requirements.
-
Product Hunt
Retold
Record a memory or import an old voice note. Retold keeps the real voice and turns the story into a hand-drawn film and readable book. The sketches follow the people, places and little details as they are spoken, then every memory is kept together on your family shelf. Worth checking for pricing vs value, integrations, data ownership, and workflow fit.
Community & Discussion
What engineers are debating and reading right now.
-
Dev.to
My Grandmother Ran Ajo. I Built the Version Where the Pot Can't Walk Away
- ♥ 16
This is a submission for Weekend Challenge: Generosity Edition What I Built My late…
-
Dev.to
The Same Day, 180 Times: How Does the Unglamorous Machinery of Locking In Actually Work?
- ♥ 11
- 💬 7
"Inspiration is for amateurs, the rest of us just show up and get to work." — Chuck Close …
-
Dev.to
A red I expected hid an instrument that was reading an empty directory
- ♥ 7
One row in my project's coverage table read 0/13. Later it read 0/19. It read a zero at every commit… Context: Dev.to – Testing.
-
Hacker News
GrapheneOS Overhauled Default Apps and Secure Clipboard
- ▲ 261
- 💬 186
GrapheneOS, the privacy-focused Android operating system, announced a release overhauling its included default apps and adding secure clipboard handling. The Messaging app is being converted into a modern app with a completely rewritten user interface built with Android Compose, alongside extensive other improvements and bug fixes. The announcement drew 261 points and 186 comments on Hacker News.
-
Hacker News
Making a Python interpreter in 1024 bytes
- ▲ 184
- 💬 69
An article by Austin Henley documenting a personal challenge to implement a tiny subset of the Python language in just 1024 bytes of C. The author, who builds tools at Microsoft and writes code by hand on weekends, explains how the interpreter fits the byte budget and what language features had to be cut. The Hacker News discussion drew 184 points and 69 comments.
-
Hacker News
Babylonian Lamb Stew with Beets (1750–1730 BCE)
- ▲ 126
- 💬 81
This is a page from the Yale Babylonian Collection explaining ancient Babylonian cooking, including a lamb stew with beets recipe recorded on cuneiform tablets dated 1750-1730 BCE. The recipes are reconstructed from Old Babylonian tablets held by Yale, giving readers a direct view of one of the oldest known written cuisines. A Hacker News thread drew 126 points and 81 comments.
-
Dev.to
Exit code 0 is a lie: 7 ways my unattended automation silently did nothing
- ♥ 2
- 💬 3
I run about thirty scheduled jobs on a single Windows box. Some are scrapers, some generate content,… Context: Dev.to – Claude.
-
Dev.to
Generosity Is a Default Setting
- ♥ 2
- 💬 1
A USB tethering diagnostic that costs no cellular data to run, forty measurements across fourteen phones, and one free setting that took the worst run from 15 to 106 Mbps. Context: Dev.to – Weekendchallenge.
-
Community Pulse
Testing a new workflow for rapid environmental VFX
A community post in r/artificial showcasing a workflow for quickly generating environmental visual effects. The author shows original drone footage alongside four alternative takes adding fire, rain, snow, and floral effects, all created inside Uisato Studio and described as accessible to everyone. Further experiments, project files, and tutorials are offered via their YouTube, Instagram, and Patreon channels.
-
Lobste.rs
Python Iceberg
Python Iceberg is an interactive web project that descends through Python's oddities, footguns, and obscure implementation details, arranged like an iceberg where deeper layers hold subtler quirks. It surfaced via Lobste.rs as a practitioner-oriented link. The fetched page snippet shows only a load error ("The iceberg could not be loaded"), so the specific content of each layer could not be verified from the page itself.
-
Lobste.rs
NetBSD 11 from scratch
A hands-on walkthrough of installing the NetBSD 11 operating system manually rather than via the standard sysinst installer, covering disk-level encryption with CGD (Cryptographic Disk Device). It matters to practitioners because a from-scratch install exposes low-level setup steps the automated installer hides, useful for custom or minimal systems. The post is tagged with encryption, sysadmin, and Unix topics.
-
Lobste.rs
Debian Code Search: Fast TurboPFor with Go SIMD
An engineering blog post by Michael Stapelberg detailing how Debian Code Search replaced its cgo-based implementation with pure Go SIMD code for TurboPFor bit-packing. The author describes deleting the last cgo dependency in August, a long-standing goal, and covers the implementation details and performance work behind the change. It is relevant to Go practitioners handling compression or low-level optimization.
-
Lobste.rs
Data races and the limits of ThreadSanitizer in C and Go
An article by Phil Eaton explaining what a data race is and examining the practical limits of ThreadSanitizer when used with C and Go programs. It targets practitioners who rely on sanitizer tooling to catch concurrency bugs, arguing through C and Go examples that the tool cannot detect every race a program may contain. The piece was shared on Lobste.rs as a community-vetted programming link.
-
Lobste.rs
Posting about online presentations
A Lobste.rs event thread started by szabgab, who organizes online presentations on various computing topics and is asking where and how to post about them. The thread is an early-stage discussion with 1 comment, so it offers a starting point for practitioners thinking about announcing virtual tech talks to relevant communities rather than settled advice.