Why we use our own hardware

https://www.fastmail.com/assets/images/hero-k5vAuC2qOA-749.png
Fastmail uses its own hardware for over two decades, planning purchases ahead of time and maintaining in-house operations experience. They've successfully moved to ZFS on NVMe SSDs for email servers, achieving significant performance improvements and cost savings.

GPT-5 is behind schedule

Please enable JS and disable any ad blocker

Cognitive load is what matters

https://minds.md/cat.webp
The user discusses the importance of reducing cognitive load in software development, which is caused by excessive complexity and unnecessary abstractions, and proposes a shallow-deep module principle to achieve this goal. They argue that this principle is more effective than other design patterns and principles, such as the Single Responsibility Principle, and can be applied to various ...

How bloom filters made SQLite 10x faster

https://avi.im/blag/images/2024/sqlite-gaffney.jpeg
Researchers used Bloom filters to make SQLite 10x faster for analytical queries by reducing B-tree probes. They added two opcodes, Filter and FilterAdd, to check rows in a Bloom filter before probing the B-tree.

Hoarder: Self-hostable bookmark-everything app

https://raw.githubusercontent.com/hoarder-app/hoarder/main/screenshots/homepage.png
User wants a self-hosted bookmark app with AI features to manage links and notes. They built Hoarder to fill the gap left by Pocket and other self-hosting alternatives.

Decoding the telephony signals in Pink Floyd's 'The Wall'

https://corelatus.com/blog/static/2024_12_spectrogram.png
The Wall film features a telephone call scene with audible signalling, likely from the SS5 system used in the early 1980s. The decoded number is 044 1831, possibly a shortened real London number.

Rosetta 2 creator leaves Apple to work on Lean full-time

https://static.licdn.com/aero-v1/sc/h/c45fy346jw096z9pbphyyhdz7
I am thrilled to welcome Cameron Zwarich to the Lean FRO! As the brilliant creator of Rosetta 2 and an exceptional software developer with over 15 years of…

One way to fight loneliness: Germans call it a Stammtisch

https://npr.brightspotcdn.com/dims3/default/strip/false/crop/1242x1242+0+0/resize/100/quality/85/format/png/?url=http%3A%2F%2Fnpr-brightspot.s3.amazonaws.com%2F46%2Fa3%2Fa77456ff411d8c4f7eea24078e9d%2Fscreenshot-2024-09-19-at-2-49-36-pm.png
The author attended a Stammtisch in D.C. and learned about this German tradition of regular gatherings at a bar or restaurant. The author found it a nice way to socialize and is now inspired to start a similar group with friends.

Twtxt is a decentralised, minimalist microblogging service for hackers

Twtxt documentation is divided into parts including Installation, Quickstart, Introduction, Usage, and API sections. It covers twtxt's modules, classes, functions, and CLI usage.

Long Term Software Development

https://berthub.eu/articles/masto-software.png
The key to long-term software development is to carefully manage dependencies, keep code simple, and prioritize testing, documentation, and a stable team to ensure software longevity. A decade-long software project requires a thoughtful approach to dependencies, testing, documentation, and team stability to avoid complexity and maintainability issues.

Stopping by Woods on a Snowy Evening (1923)

https://poets.org/sites/default/files/images/biographies/192_Frost_New_0.jpg
The speaker stops to admire the snow-covered woods but knows they must leave to keep promises and travel further. The peaceful scene is a contrast to the speaker's obligations.

Infinigen: Infinite Photorealistic Worlds Using Procedural Generation

https://raw.githubusercontent.com/princeton-vl/infinigen/main/docs/images/infinigen.png
Researchers from CVPR 2023 and 2024 presented Infinigen, a procedural generator using Blender Nodes and Python code. Infinigen uses open-source projects and tutorials from various creators, with contributions welcome for procedural generators and pre-generated data.

CUDA Moat Still Alive

https://semianalysis.com/wp-content/uploads/2024/12/image-196.png
SemiAnalysis conducted a 5-month analysis of AMD's MI300X GPU, comparing it to Nvidia's H100 and H200, and found that MI300X's performance is held back by software issues. Despite its on-paper advantages, MI300X's real-world performance lags behind Nvidia's GPUs due to bugs and a lack of testing from AMD.

Classified fighter jet specs leaked on War Thunder forums

https://ukdj.imgix.net/6031ffb537ab5ed40d8328448dd8f4d4_/future-eurofighter-typhoonjpg-2009.jpg?auto=compress%2Cformat&crop=top&fit=crop&h=580&ixlib=php-3.3.1&w=1021&wpsize=td_1021x580&s=626fd6914d5198bece4ea325ce1dd60e
War Thunder forums have faced controversy over leaked classified documents about the Eurofighter Typhoon's radar systems. The platform struggles to balance military accuracy with protecting sensitive information, risking serious legal consequences and operational security.

The essays of Michel de Montaigne online

https://hyperessays.net/img/banners/hyperessays-preview.png
HyperEssays is a project to create a modern online edition of Michel de Montaigne's Essays, providing context and tools for readers. The project aims to make the Essays accessible and free to all, with contributions helping to support its growth.

Four limitations of Rust's borrow checker

The user, a Rust expert, discusses four surprising limitations of Rust's borrow checker, including issues with hashmap lookups, async callbacks, and Send futures, which can be worked around but are still limitations of the type system. The user concludes that while Rust's type system is generally effective, occasional surprises and limitations can arise, and suggests that addressing these ...

I sensed anxiety and frustration at NeurIPS 24

The AI job market has changed dramatically, leaving PhD students and postdocs feeling anxious and frustrated due to the shift from research freedom to productization. The current pipeline of AI talent is being disrupted, making it difficult for students to find jobs that match their expectations.

Slow deployment causes meetings (2015)

https://substackcdn.com/image/fetch/w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F22d3f693-f2f5-4ea7-86bb-e01ef2f613dd_1268x877.jpeg
Engineers think meetings cause deployment delays, but meetings may be a response to avoid overloading deployment. Reducing overhead actually increases pressure, so instead, increase deployment capacity.

CodeMic: A new way to talk about code

https://codemic.io/screenshot1.png
The author discusses how code is not literature and can't be read like a novel, but rather studied and examined like a specimen. They propose CodeMic, a platform that brings code and guides into the IDE for interactive exploration and experimentation.

The risk of cancer fades past the age of 80

https://www.sciencealert.com/images/2024/12/CancerCells-642x260.jpg
Aging cells have lower iron function despite having more iron, limiting cell growth and cancer. Researchers found a protein called NUPR1 causes this effect, potentially leading to new cancer treatments targeting iron metabolism.

One surprising psychosis treatment that works: Learning to live with the voices

Please enable JS and disable any ad blocker

The Jujutsu version control system

Jujutsu (jj) is a Git frontend that simplifies version control by treating the working copy as a commit, allowing for easier editing and rebasing of code. It provides a different conceptual model and set of commands compared to Git, but still allows for interoperability with the larger Git ecosystem.

Murder Mystery: GCC builds failing after sbuild refactoring

https://www.linux.it/~ema/images/apprendisti.png
Three investigators, Jochen Sprickerhof, Helmut Grohne, and the user, worked together to solve a GCC build error on Debian build servers. They narrowed down the issue to a problem with the D language tests sending signals to a process, specifically process.exe, which was causing the build to fail.

German watchdog orders Sam Altman's biometric ID project World to delete data

https://static.euronews.com/articles/stories/08/92/19/50/1200x675_cmsv2_e0405193-eb42-5312-ae51-05e3adaae590-8921950.jpg
Worldcoin, a biometrics identification project, has been issued a corrective measure by the German data protection authority for not meeting European data protection rules. The company has been ordered to delete user data in compliance with GDPR rules and has appealed the decision.

The death of Glitch, the birth of Slack

https://buildingslack.com/content/images/size/w960/2024/12/Glitch-Logo.jpg
Stewart Butterfield shut down Glitch in 2012 due to financial struggles and lack of players. He then pivoted to create Slack, a communication platform for teams, using the tools they had built internally.

Tokenisation Is NP-Complete

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Researchers prove NP-completeness of direct and bottom-up tokenisation methods. Tokenisation involves compressing datasets to at most delta symbols.

When power cycling your (x86) server isn't enough to recover it

Two servers of the same model experienced kernel hangs and printed error dumps to their serial consoles during system firmware boot. A cool down period after power interruption restored them to normal service.

Show HN: NoSQL, but it's SQLite

RAG Logger: An Open-Source Alternative to LangSmith

https://opengraph.githubassets.com/4bba8872349c36b7a4b6189b3b92081a09be941f72ea6350bede31f02d0b2a9f/Brandon-c-tech/RAG-logger
RAG Logger is an open-source logging tool for Retrieval-Augmented Generation applications, providing lightweight logging needs. It logs queries, retrieval steps, LLM interactions, and saves logs in a specified directory.

Fighting spam with Haskell at Meta (2015)

https://engineering.fb.com/wp-content/uploads/2015/06/Haskell_spamfighting.jpeg
Facebook uses a system called Sigma to proactively identify and remove malicious content. They replaced the original language with Haskell, which improved performance and allowed for automatic concurrency and hot-swapping of code.

AI Decodes the Calls of the Wild

https://www.nature.com/immersive/d41586-024-04050-5/assets/E3SABCEgCS/transition-v2-frame-0ms-1920x1080.jpg
Researchers are using AI to decode animal communication, including sperm whales, elephants, and crows, to better understand their social behavior and improve conservation efforts. AI can help identify patterns in animal vocalizations, but human intuition and observation are still necessary to interpret the meaning behind these patterns.

Bit Vectors and my first steps into assembly

https://blog.smidt.dev/posts/0004/array-lookup.svg
The user is optimizing a lexer component for performance by exploring methods such as lookup tables and bit vectors to speed up character checks. They implemented a bit vector approach in Zig and Go, but were unable to leverage SIMD instructions due to limitations in the x86 architecture and Go's lack of inline assembly support.

ChatGPT O3 Preview Announcement

OpenAI introduces new alignment strategy for o-series models, teaching safety and reasoning. It also expands alpha access to Reinforcement Fine-Tuning and updates the o1 system card with safety improvements.

Apple must ensure interoperability of iPhone with rivals, says EU

I'm unable to summarize the input as it appears to be a random collection of characters.

MacKenzie Scott donates over $2B in 2024 to 199 organizations

https://yieldgiving.com/og.png
The writer has donated $2 billion to 199 organizations, mostly non-profits, to support economic security and well-being. They aim to withdraw funds from mission-aligned ventures led by underrepresented groups to address social issues twice.

Something is wrong on the Internet

https://images.ctfassets.net/4cd45et68cgf/Rx83JoRDMkYNlMC9MKzcB/2b14d5a59fc3937afd3f03191e19502d/Netflix-Symbol.png?w=700&h=456
The author argues that our digital lives are being manipulated by tech companies for profit, leading to a culture of "the Rot Economy." This is causing widespread dissatisfaction and annoyance.

JRuby with JBang

https://rockyj-blogs.web.app/images/future_racer.png
The user combined JBang's dependency management with JRuby to run a Javalin app, leveraging JVM performance and Ruby's productivity. This hacky setup allowed for a CRUD API with JWT auth, SQLite DB, and good performance on a Ryzen 7 CPU.

Giant sloths and mastodons lived with humans for millennia in the Americas

https://scx1.b-cdn.net/csz/news/800a/2024/giant-sloths-and-masto.jpg
New research suggests humans arrived in the Americas earlier than thought, around 27,000 years ago, and coexisted with giant sloths and other massive animals for millennia. The findings challenge the "Pleistocene overkill" theory that humans caused mass extinctions of these animals upon arrival.

Fish has been ported to Rust

https://opengraph.githubassets.com/e2095babaee1625c70dd49a92daa8411a0bd54e38b98d2ce9cf48f9cf51c5fc3/fish-shell/fish-shell/releases/tag/4.0b1
fish 4.0.0 beta release notes include major changes such as porting the core code from C++ to Rust and new features like improved terminal integration and fuzzy subsequence filtering for option completion.

Being a developer in the age of reasoning AI

https://cdn.neartail.com/105242287939464144485/anc-4b87de19-f7cf-4ef0-91c8-e28b260fd9ad/markdown/Being%20a%20Developer%20in%20the%20Age%20of%20Reasoning%20AI-bg.png
OpenAI's o3 launch makes developers question their relevance as AI generates code like humans do. The hands-on approach, where developers review and own AI-generated code, is crucial to maintain human reasoning and responsibility.

What Happened to the Largest Tube TV? [video]

The California job-killer that wasn't

https://cdn.theatlantic.com/thumbor/3LVQK6eXMTNdwc4k_RV2xAvTxjs=/0x0:2000x1125/960x540/media/img/mt/2024/12/california_minimum_Wage/original.png
California's minimum wage increase to $20 an hour for fast-food workers did not lead to job losses as predicted. Instead, the state's fast-food sector gained jobs at a faster pace than the rest of the country.

Bogotá’s open streets program is the oldest and most successful

https://compote.slate.com/images/c069b21d-e8bd-407d-8de1-c925a8ebc760.jpeg?crop=1560%2C1040%2Cx0%2Cy0
Bogotá's Ciclovía, a weekly car-free event, celebrates its 50th anniversary, attracting over 1.5 million people and transforming the city's public space. The event has become a model for urban planning worldwide, promoting physical and mental well-being, and social cohesion.

The Riddle of Luigi Mangione

https://substackcdn.com/image/fetch/w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5f927c16-c146-4c44-a3f8-7f1c308ce849_1513x851.png
The author met Luigi Mangione, a young man from a well-to-do family, who expressed concerns about losing agency in modern society. Luigi was intelligent and showed awareness of his own flaws, but his views on intergenerational trauma were unscientific.

Unforgeable Quantum Tokens Delivered over Fiber Network

https://spectrum.ieee.org/media-library/the-glowing-outline-of-a-key-with-a-quantinnum-logo-on-its-bow-set-against-a-dark-plexus-background.jpg?id=55360888&width=1200&height=749
Researchers have successfully delivered and redeemed quantum tokens over a 10-kilometer fiber-optic network in Tokyo using off-the-shelf equipment. This technology uses quantum key distribution to create unbreakable tokens for secure data transmission.

Ask HN: How do you improve your writing?

You write on Substack, blending poetry, mental health, and software career topics after overcoming perfectionism. You seek feedback and recommendations for sharing your work.

Show HN: GitHub-assistant – Natural language questions from your GitHub data

https://camo.githubusercontent.com/2e3d013917cf1a0b9e4fecd177279a4e6b11270fd057de2eedc1dd24f232eb93/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f4154616639386e494435632f302e6a7067
github-assistant is a PoC built with Relta and assistant-ui, available for commercial and non-commercial use. Contact [email protected] or [email protected] for access and contributor information.

Co-Adapting Human Interfaces and LMs

https://jessylin.com/assets/posts/co-adapting-interfaces/header.png
The digital world is adapting to language models, with websites and codebases changing to accommodate LMs, and researchers exploring new interfaces for LMs. This shift could lead to a future where LMs replace some human functions and change the way we interact with the Internet.

Telling Stories in Athenian Law [pdf] (2002)

O3 "Arc AGI" Postmortem

https://substackcdn.com/image/fetch/w_520,h_272,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F8fb2e48c-be2a-4db7-b68c-90300f00fd1e_1668x1456.jpeg
OpenAI's o3 performance on ARC-AGI was misleading due to unclear explanations and pretraining. The test does not prove AGI capabilities, and more scientific scrutiny is needed to understand the actual advance.

Show HN: Convert ePub to audio files

https://opengraph.githubassets.com/98cee3a9e36d2ab53c1eef94087d000257756ed09d1920111cca19e61f378dca/rafael1mc/epub-tts
The program parses an ePUB into sections and converts each to an audio file using text-to-speech. It's a proof of concept for listening to books when eyes are tired.

Whither Dashboard Design?

https://surfingcomplexity.blog/wp-content/uploads/2020/05/surfer_1f3c4.png?w=120
Charity Majors criticizes poorly designed dashboards that invite pattern-matching over present interrogation. She suggests dashboards should engage the human visual system immediately, guiding operators to the next diagnostic step.

Nostr is public key microblogging that works

https://opengraph.githubassets.com/54e9c598df636749171a54de1673fe198cff1043ece45291a669a08af2c129c8/nostr-protocol/nips
This NIP defines a protocol for events with a standard format and tags, and clients can subscribe to events using a websocket connection. Clients can send REQ messages with filters to relays, which return matching events and send new events in real-time.

US shoots down two of its own Navy pilots over Red Sea

https://i.guim.co.uk/img/media/a6541a98cecedae4570f433f28aeef42baec0c20/0_0_4316_2590/master/4316.jpg?width=465&dpr=1&s=none&crop=none
US Navy pilots were shot down over the Red Sea in an apparent case of friendly fire, but both were rescued alive. The incident highlights the dangers of the Red Sea corridor amid ongoing Houthi attacks on shipping despite US and European military patrols.

Minutes of a Meeting Held at Gear Ratio on Tuesday 13 June 78 [pdf]

The meeting discussed production issues with Ferrovorm, including problems with the Mamba pistol's design and manufacturing, and the need for a tolerance study to be done on the gun. The team also discussed potential solutions to the problems, including moving the hole in the sear half a millimetre to resolve the fouling condition.

Gamblers behind half of abusive posts to tennis stars

https://ichef.bbci.co.uk/ace/standard/2560/cpsprodpb/fffd/live/5deaa6d0-be13-11ef-918a-d9e9a531d11a.jpg
An AI-led system detected 48% of abusive social media posts towards tennis players were from angry gamblers, prompting removal of 15 accounts and reporting to law enforcement. The system, Threat Matrix, protects 8,302 players and officials from abuse in 39 languages.

Behind Germany's political turmoil, a stagnating economy

Please enable JS and disable any ad blocker

2solitude – Honeywell TPE 331-12 refitted Antonov AN-2 camper

https://images.squarespace-cdn.com/content/v1/62757a9c4b9f3010d64f6fe4/7b3e67f0-9388-4e46-ac00-fcedaadc55dc/2solitude+Logo+Idea+2+Transparent+-+MB.png?format=1500w
We created 2Solitude for adventure travel with home amenities. Our bush planes serve as mobile camps for quick access to new locations.

Communal Luxury: The Public Bathhouse

https://solar.lowtechmagazine.com/2024/09/communal-luxury-the-public-bathhouse/images/dithers/Hot-spring-pool-bathhouse_in_Beitou-Taiwan-1900s-museum_dithered.png
Historical public bathhouses were more energy-efficient and sustainable than modern private bathrooms, with some ancient Roman baths using as little as 60 ash trees per year for heating. Reviving public bathhouses could be a solution to reduce energy use and promote sustainability, but it would require addressing concerns about health, morals, and the fear of contagious disease.

What would it take to add refinement types to Rust?

The user wants to extend Rust's type system to support refinement types, specifically units of measure, and proposes several ways to do this, including adding a type-level oracle function or plugging into rustc's trait resolution or type inference. The user suggests a lower-powered solution that discards unit information during trait resolution and performs late rejection of types before code ...

Database Release and End-to-End Testing: ClickHouse Database Cloning

https://images.unsplash.com/photo-1489875347897-49f64b51c1f8?ixlib=rb-4.0.3&q=85&fm=jpg&crop=entropy&cs=srgb&w=3600
Developers at Jerry created a system to clone ClickHouse databases, enabling end-to-end testing and controlled releases. This approach improves data quality, reliability, and consistency by replicating software development best practices in data management.

Show HN: Npflared serveless private NPM registry that you can host for free

A self hostable serverless private npm registry

How much does The Cloud really cost?

Prices are calculated based on factors such as usage and hardware. Accuracy varies due to changing costs and usage patterns.

T2 24.12 "Sky's the Limit " – 37 ISOs for 25 CPU ISAs

T2 System Development Environment is a low-code package manager for custom OS development, supporting various CPU architectures and C libraries. It provides a clean reference Linux distro and supports cross-compilation of custom OS.

The Sean Carrolls Explain the Universe

https://assets.nautil.us/sites/3/nautilus/OneQuestion-logo.png?auto=compress&fit=scale&fm=png&h=127&ixlib=php-3.3.1&w=300&wpsize=medium
The two Sean Carrolls, a physicist and an evolutionary biologist, discuss their shared name, their paths to science, and the relationship between science and religion, finding common ground despite their differing perspectives. They also explore the origins of life, the possibility of life on other planets, and the importance of storytelling in science, highlighting the complexities and ...

As drugstores close, older people are left in 'pharmacy deserts'

Please enable JS and disable any ad blocker

Show HN: AuthorTrail – Browse files you've touched in a Git repo

https://raw.githubusercontent.com/sarimabbas/authortrail/main/public/og-image.png
AuthorTrail helps you explore your Git repository's history by author. Find and browse files you've contributed to, with quick access to view and edit them. Note: A majority of the code in this repository was generated with Lovable and Cursor using the Claude 3.5 Sonnet LLM. This project is licensed under the MIT License - see the LICENSE file for details.

Why are we using LLMs as calculators?

https://github-production-user-asset-6210df.s3.amazonaws.com/3837836/382810469-29ce6ef4-f92a-4397-9eda-fb6ccf202590.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20241224%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20241224T014451Z&X-Amz-Expires=300&X-Amz-Signature=13112a7f20d25054023ae38c2074b465cc98a06fd92a8d9c4518c1d77e967d3b&X-Amz-SignedHeaders=host
Researchers used OpenAI's 40 model to test if large language models can reason and solve math problems. The process involves training the model to predict the next word in a sentence, then fine-tuning it to perform specific tasks like summarization and math.
https://brainbaking.com/post/2024/12/how-bad-is-link-rot-at-brain-baking/out.jpg
The author tested link rot on their site Brain Baking and found 10% of links to be dead, but this dropped to 7% after using a proper user-agent. The largest number of failures came from the author's own domain jefklakscodex.com.

NetVentory – Modern single binary console NMAP replacement with GUI

https://raw.githubusercontent.com/RamboRogers/netventory/master/media/demo.gif
NetVentory is a terminal-based network inventory tool with a single binary and zero dependencies for effortless network discovery. It offers standard usage, debug logging, and customizable settings for network administrators and security professionals.

A chart that shows everything that has ever existed

https://www.economist.com/interactive/christmas-specials/2024/12/21/the-chart-of-everything/promo.jpg
The universe's history can be understood as a sequence of condensations, with objects forming at specific densities. A chart plots every known object, raising the question: is the universe itself a black hole?

Stem cells head to the clinic: treatments for cancer, diabetes and Parkinson's

https://media.nature.com/w767/magazine-assets/d41586-024-04160-0/d41586-024-04160-0_50373686.jpg
Andrew Cassy, a Parkinson's patient, received stem cells in a clinical trial in Sweden, where neurons derived from human embryonic stem cells were placed in his brain to replace damaged tissue. Researchers expect some stem-cell therapies to enter the clinic soon, with treatments for some conditions becoming part of general medicine in five to ten years.

ByteDance INFP: The AI That Brings Images to Life

https://pdftranslate.ai/static/blog_imgs/ai_infp_thumbnail.png
Bytedance introduced INFP, a powerful AI that brings still images to life by matching audio with realistic movements and lip-syncing. INFP enables seamless communication between AI agents and can be used in various fields, from customer service to gaming and virtual performances.

Experiment with LLMs and Random Walk on a Grid

https://opengraph.githubassets.com/1d7705224b3b3b1d510b719a9f01d323379cf58386a41e7188809c5efd52a1bd/attentionmech/TILDNN
User tested LLMs with random walk experiment, but gemma2:9b model behaves strangely by ignoring UP and DOWN directions. Other LLMs, including smaller ones, successfully simulate random walks with varying temperatures and grid sizes.

Planet Puppet – A weekend at the ventriloquist convention

https://www.nplusonemag.com/wp-content/uploads/2024/12/I48_Tavakoli-scaled.jpeg
A ventriloquist convention in Kentucky brings together enthusiasts of the art, including children, adults, and seasoned professionals, to share their passion and showcase their skills. The convention is a celebration of the art form, with its history, techniques, and community, despite its decline in popularity and the challenges faced by its practitioners.

Suprnova's Founder Speaks: 20 Years, Many Lessons, and a YouTube Empire

https://torrentfreak.com/images/suprnovabefore-1.jpg
Andrej Preston, aka Sloncek, founded Suprnova.org in 2002, a pioneering torrent site that became a hub for file-sharing and piracy. He later pursued a career in online video production, launching The Infographics Show on YouTube, which now has 14 million subscribers and over 6 billion views.