Join us

ContentUpdates and recent posts about Tor..
Link
@kala shared a link, 1 month, 3 weeks ago
FAUN.dev()

Agentic AI and Security

Agentic LLM apps come with a glaring security flaw: they can't tell the difference between data and code. That blind spot opens the door to prompt injection and similar attacks. The fix? Treat them like they're radioactive. Run sensitive tasks in containers. Break up agent workflows so they never ju.. read more  

Agentic AI and Security
Link
@devopslinks shared a link, 1 month, 3 weeks ago
FAUN.dev()

More Than DNS: The 14 hour AWS us-east-1 outage

AWS’s us-east-1 faceplanted for 14 hours after arace conditioninDynamoDBkicked off a DNS meltdown, taking down 140 services. EC2 buckled under acongestive collapse, overwhelmed by a backup in DropletWorkflow Manager queues. Meanwhile, NLB health checks kept firing blanks - tricked by stale network s.. read more  

More Than DNS: The 14 hour AWS us-east-1 outage
Link
@devopslinks shared a link, 1 month, 3 weeks ago
FAUN.dev()

How We Saved $500,000 Per Year by Rolling Our Own “S3”

Nanit ditched S3’s PutObject-heavy ingest path and built a customRust-based in-memory landing zone (N3). It cut ~$500K/year in storage ops. N3 grabs short-lived video chunks straight into RAM and only spills to S3 when it has to. Ordering stays tight thanks toSQS FIFO, and fallback kicks in clean wh.. read more  

How We Saved $500,000 Per Year by Rolling Our Own “S3”
Link
@devopslinks shared a link, 1 month, 3 weeks ago
FAUN.dev()

You already have a git server

A plain-oldgit repo on an SSH-accessible servercan double as a lean deployment rig. Drop in somegit hooks- like apost-receive- and every push can kick off static site builds or publish code on the spot. No extra tools. Just Git doing Git things. Turns basic Git infra into a no-frills CI/CD pipeline... read more  

News FAUN.dev() Team
@kala shared an update, 1 month, 3 weeks ago
FAUN.dev()

AWS Unveils Project Rainier: Massive AI Cluster with Trainium2 Chips

Amazon Web Services

AWS has launched Project Rainier, a massive AI compute cluster with nearly half a million Trainium2 chips, in collaboration with Anthropic to advance AI infrastructure and model development.

AWS Unveils Project Rainier: Massive AI Cluster with Trainium2 Chips
News FAUN.dev() Team
@devopslinks shared an update, 1 month, 3 weeks ago
FAUN.dev()

Amazon Apologizes for Major AWS Outage in US-EAST-1 Region

Amazon EC2 Amazon ELB Amazon Web Services

Amazon apologized for a major AWS outage in the Northern Virginia region, caused by a race condition in the DynamoDB DNS management system, affecting services like DynamoDB, Network Load Balancer, and EC2.

Amazon Apologizes for Major AWS Outage in US-EAST-1 Region
News FAUN.dev() Team Trending
@varbear shared an update, 1 month, 3 weeks ago
FAUN.dev()

AI Takes Over GitHub: TypeScript Tops the Charts as 36 Million New Developers Join the Platform

Docker TypeScript vLLM GitHub Copilot Python

In 2025, GitHub saw a surge in growth with AI advancements, as TypeScript overtook Python and JavaScript in popularity, fueled by the release of GitHub Copilot Free and a global developer expansion.

AI Takes Over GitHub: TypeScript Tops the Charts as 36 Million New Developers Join the Revolution
 Activity
@kala added a new tool vLLM , 1 month, 3 weeks ago.
 Activity
@varbear added a new tool TypeScript , 1 month, 3 weeks ago.
News FAUN.dev() Team
@kaptain shared an update, 1 month, 3 weeks ago
FAUN.dev()

Grafana Tempo 2.9 Supercharges Distributed Tracing with LLM Integration

Grafana Tempo

Grafana Tempo 2.9 debuts with MCP server support and TraceQL metrics sampling, enhancing data analysis and query efficiency.

Grafana Tempo 2.9 Supercharges Distributed Tracing with LLM Integration
Tor (The Onion Router) is an open-source network and software suite designed to protect user privacy and enable anonymous communication on the internet. It works by routing network traffic through a distributed, volunteer-run network of relays, encrypting data in multiple layers so that no single relay knows both the source and destination of the traffic. Tor is widely used to defend against traffic analysis, surveillance, and censorship. By obscuring IP addresses and routing paths, it helps users browse the web anonymously, publish information safely, and access services without revealing their location or identity. The network supports standard web traffic as well as specialized .onion services, which allow websites and services to operate anonymously without exposing their physical hosting location. Beyond web browsing, Tor is used as a foundational privacy layer for secure messaging, whistleblowing platforms, journalism, activism, academic research, and secure system administration. It is also integrated into many privacy-focused operating systems and tools. While Tor can reduce traceability, it does not make users invulnerable and must be used with proper operational security to avoid deanonymization risks. Tor is developed and maintained by the Tor Project, a nonprofit organization dedicated to advancing digital privacy and freedom worldwide