Keep Android Open
This article discusses the latest updates and developments in the F-Droid open-source app repository, including new app releases, improvements to the platform, and discussions within the community.
Turn Dependabot Off
The article discusses Dependabot, a tool that automatically opens pull requests to update dependencies in software projects, helping to keep them secure and up-to-date. It covers how Dependabot works, the benefits it provides, and some considerations for using it effectively.
I found a Vulnerability. They found a Lawyer
The article discusses a researcher who found a vulnerability in a company's software and reported it, only to be met with a legal threat from the company. It highlights the challenges researchers can face when trying to responsibly disclose security issues.
CERN rebuilt the original browser from 1989 (2019)
Facebook is cooked
The article discusses Facebook's recent struggles, including declining user engagement, revenue challenges, and the company's rebranding efforts as Meta. It highlights the challenges Facebook faces in adapting to changing market conditions and user preferences.
Ggml.ai joins Hugging Face to ensure the long-term progress of Local AI
Wikipedia deprecates Archive.today, starts removing archive links
Related:
Archive.today is directing a DDoS attack against my blog - https://news.ycombinator.com/item?id=46843805 - Feb 2026 (168 comments)
Ask HN: Weird archive.today behavior? - https://news.ycombinator.com/item?id=46624740 - Jan 2026 (69 comments)
Excessive token usage in Claude Code
What Is OAuth?
Cord: Coordinating Trees of AI Agents
Show HN: PIrateRF – Turn a $20 Raspberry Pi Zero into a 12-mode RF transmitter
I built a software-defined radio transmission platform that runs on a Raspberry Pi Zero W. It spawns its own WiFi hotspot and serves a web UI — connect from any device and you have a portable RF signal generator with 12 transmission modes: FM broadcasting with RDS, FT8, RTTY, FSK, POCSAG paging, Morse code, SSTV image transmission, voice cloning via live mic, spectrum painting, IQ replay, carrier wave, and frequency sweeps.
Everything runs through a browser interface. Upload audio files, type messages, configure frequencies, and transmit. The Pi's GPIO pin does the actual RF generation via rpitx — no external radio hardware needed.
Written in Go with a real-time WebSocket frontend. Includes a preset system, playlist builder, and multi-device support (connect multiple phones/laptops to the AP and share control).
Without an antenna the signal barely reaches 5 meters, which makes it perfect for indoor experimentation and learning about RF protocols without causing interference. All my testing was done indoors with no antenna attached.
Built this because I wanted a single portable tool to experiment with every common RF transmission mode without hauling around expensive SDR equipment.
Pre-built SD card image available if you want to skip the build process.
GitHub: https://github.com/psyb0t/piraterf Blog post: https://ciprian.51k.eu/piraterf-turning-a-20-raspberry-pi-ze...
Index, Count, Offset, Size
This article explores the concepts of index, count, offset, and size in the context of data structures and algorithms. It explains how these elements work together to efficiently manage and access data, providing insights into optimizing performance and storage requirements.
Every company building your AI assistant is now an ad company
The article argues that companies building AI assistants are essentially advertising companies, as their primary goal is to collect user data and serve targeted ads, rather than provide a genuinely helpful and ethical AI experience.
OpenScan
The article showcases a collection of scans from the OpenScan Gallery, featuring a variety of 3D models and digital artworks created using open-source scanning technologies and tools. It highlights the diverse range of applications and creative potential of accessible scanning solutions.
Show HN: Mines.fyi – all the mines in the US in a leaflet visualization
I downloaded the MSHA's (Mine Safety and Health Administration) public datasets and create a visualization of all the mines in the US complete with the operators and details on each site.
Blue light filters don't work – controlling total luminance is a better bet
The article discusses the effectiveness of blue light filters, which are often used to reduce digital eye strain. It concludes that there is no scientific evidence to support the claim that blue light filters improve sleep or reduce eye strain, and that the benefits are largely placebo effects.
The true story behind the Toronto mystery tunnel
The article explores the story behind a mysterious tunnel discovered in Toronto, Canada, which was built by a man named Elton McDonald. It delves into the intriguing reasons and circumstances behind the construction of this underground structure, which has captured public fascination.
Don't create .gitkeep files, use .gitignore instead (2023)
The article discusses the use of .gitkeep files in Git repositories, arguing that they are unnecessary and can be replaced with more effective alternatives like creating empty directories or using .gitignore files to ensure the proper inclusion of desired files and directories.
Across the US, people are dismantling and destroying Flock surveillance cameras
The article discusses the growing trend of people across the United States dismantling security systems, CCTV cameras, and other surveillance infrastructure, often citing concerns over privacy and government overreach as the driving factors behind these actions.
Trump's global tariffs struck down by US Supreme Court
Reproducible and traceable configuration for Conan C and C++ package manager
The article discusses the importance of reproducible configurations in C++ development using Conan, a package manager for C/C++ developers. It highlights the use of lock files to ensure consistent and repeatable builds across different environments, contributing to the overall reliability and maintainability of C++ projects.
The path to ubiquitous AI (17k tokens/sec)
The article explores the advancements and challenges in making artificial intelligence (AI) ubiquitous, discussing the importance of improved training data, hardware capabilities, and ethical considerations to enable widespread adoption and integration of AI systems into various aspects of society.
Lil' Fun Langs
ScrapScript is a Python library that simplifies web scraping tasks, allowing developers to extract data from websites efficiently. The article discusses the library's features, including its ability to handle dynamic content, manage cookies, and handle CAPTCHA challenges.
Making frontier cybersecurity capabilities available to defenders
The article discusses the release of Claude, an AI assistant that prioritizes code security and safety. It highlights Claude's capabilities in areas like code generation, analysis, and security testing, aimed at helping developers build more secure applications.
Show HN: A native macOS client for Hacker News, built with SwiftUI
Hey HN! I built a native macOS desktop client for Hacker News and I'm open-sourcing it under the MIT license.
GitHub: https://github.com/IronsideXXVI/Hacker-News
Download (signed & notarized DMG, macOS 14.0+): https://github.com/IronsideXXVI/Hacker-News/releases
Screenshots: https://github.com/IronsideXXVI/Hacker-News#screenshots
I spend a lot of time reading HN — I wanted something that felt like a proper Mac app: a sidebar for browsing stories, an integrated reader for articles, and comment threading — all in one window. Essentially, I wanted HN to feel like a first-class citizen on macOS, not a website I visit.
What it does:
- Split-view layout — stories in a sidebar on the left, articles and comments on the right, using the standard macOS NavigationSplitView pattern.
- Built-in ad blocking — a precompiled WKContentRuleList blocks 14 major ad networks (DoubleClick, Google Syndication, Criteo, Taboola, Outbrain, Amazon ads, etc.) right in the WebKit layer. No extensions needed. Toggleable in settings.
- Pop-up blocking — kills window.open() calls. Also toggleable.
- HN account login — full authentication flow (login, account creation, password reset). Session is stored in the macOS Keychain, and cookies are injected into the WebView so you can upvote, comment, and submit stories while staying logged in.
- Bookmarks — save stories locally for offline access. Persisted with Codable serialization, searchable and filterable independently.
- Search and filtering — powered by the Algolia HN API. Filter by content type (All, Ask, Show, Jobs, Comments), date range (Today, Past Week, Past Month, All Time), and sort by hot or recent.
- Scroll progress indicator — a small orange bar at the top tracks your reading progress via JavaScript-to-native messaging.
- Auto-updates via Sparkle with EdDSA-signed updates served from GitHub Pages.
- Dark mode — respects system appearance with CSS and meta tag injection.
Tech details for the curious:
The whole app is ~2,050 lines of Swift across 16 files. It uses the modern @Observable macro (not the old ObservableObject/Published pattern), structured concurrency with async/await and withThrowingTaskGroup for concurrent batch fetching, and SwiftUI throughout — no UIKit/AppKit bridges except for the WKWebView wrapper via NSViewRepresentable.
Two APIs power the data: the official HN Firebase API for individual item/user fetches, and the Algolia Search API for feeds, filtering, and search. The Algolia API is surprisingly powerful for this — it lets you do date-range filtering, pagination, and full-text search that the Firebase API doesn't support.
CI/CD:
The release pipeline is a single GitHub Actions workflow (467 lines) that handles the full macOS distribution story: build and archive, code sign with Developer ID, notarize with Apple (with a 5-retry staple loop for ticket propagation delays), create a custom DMG with AppleScript-driven icon positioning, sign and notarize the DMG, generate an EdDSA Sparkle signature, create a GitHub Release, and deploy an updated appcast.xml to GitHub Pages.
Getting macOS code signing and notarization working in CI was honestly the hardest part of this project. If anyone is distributing a macOS app outside the App Store via GitHub Actions, I'm happy to answer questions — the workflow is fully open source.
The entire project is MIT licensed. PRs and issues welcome: https://github.com/IronsideXXVI/Hacker-News
I'd love feedback — especially on features you'd want to see. Some ideas I'm considering: keyboard-driven navigation (j/k to move between stories), a reader mode that strips articles down to text, and notification support for replies to your comments.
Building a model that visualizes strategic golf
This article chronicles the author's experience of spending over a month and a half renovating a golf course, detailing the challenges and lessons learned throughout the process.
How to Review an AUR Package
The article provides a step-by-step guide on how to review an Arch User Repository (AUR) package, including checking package structure, validating the PKGBUILD file, and building the package in a clean environment to ensure its integrity and security.
Legion Health (YC) Is Hiring Cracked SWEs for Autonomous Mental Health
Legion Health, a healthcare company, is seeking an experienced SEO Specialist to optimize their website and improve organic search visibility. The role involves conducting keyword research, optimizing content, and implementing technical SEO strategies to drive increased traffic and conversions.
Untapped Way to Learn a Codebase: Build a Visualizer
The article introduces a tool called Codebase Visualizer, which allows developers to visualize and explore the structure and dependencies of their software projects. The tool provides a graphical representation of the codebase, making it easier to understand and navigate complex software systems.
I found a useful Git one liner buried in leaked CIA developer docs
The article describes a one-liner command that can be used to clean up merged Git branches, which was allegedly leaked from the CIA's developer documentation. This command allows users to efficiently remove local and remote branches that have already been merged into the main branch.