Wednesday, February 12, 2025

Show HN: Community Detection on Bluesky https://ift.tt/ZxEpT2d

Show HN: Community Detection on Bluesky We ran the Leuven community detection algorithm on popular users on Bluesky (where the graph has edges determined by Jaccard similarity of a users' followers). We identified 118 communities and based on the names and descriptions of the top 10-20 users had LLMs generate title and descriptions for them. There are communities like "Feline enthusiasts", "Web Professionals", a bunch of NSFW ones and quite many communities are many different flavors of progressive/liberal activists. https://ift.tt/xDf7nus February 12, 2025 at 02:09AM

Show HN: Colada for Claude https://ift.tt/goA5vnz

Show HN: Colada for Claude I actually enjoy Claude.ai's interface and artifacts implementation. I didn't want to lift and shift over to another LLM tool. So, to get past the daily limits, I decided to build a simple Chrome extension which continues conversations using your own Anthropic API key (or using our managed key). In short: - Get past Claude.ai conversation limits - Bring your own Anthropic API key - Optionally use our managed unlimited API key - Preserve conversation context - Bring project knowledge context into your extended convos - Reference web search results anytime by asking "Search the web" Let me know what you think. Open to any and all feedback. https://usecolada.com February 11, 2025 at 10:38PM

Tuesday, February 11, 2025

Show HN: Wordle Charts – insights about Wordle you don't need https://ift.tt/vLdXNmq

Show HN: Wordle Charts – insights about Wordle you don't need Hello HN! I'm a big fan of Wordle and I originally got this idea from seeing people gripe about Wordle suddenly being "harder" than usual. Wondering if this was true, I set out to snoop around the NYT's publicly available data, which gave me some pretty cool insights. I've put some of them on this simple site made with React and Claude. There's a grand total of 7 visualizations, with some fun little touches here and there. My favorite is probably "Clairvoyant Guesses," which shows some (to put it nicely) suspicious day-to-day guessing patterns. There's also a fun little easter egg when you type "cat" and then enter a word into the "Find Word:" box. Let me know if you have any suggestions, and any feedback at all :) Github Repo: https://ift.tt/Xx5GJb0... https://ift.tt/g78nkJm February 7, 2025 at 11:15PM

Making Enforcement Fair: Our New Plan for the State Daylighting Law

Making Enforcement Fair: Our New Plan for the State Daylighting Law
By Rebecca Ashton-Dziedzan

The new state "daylighting" law will help make intersections safer. We're announcing a new plan to implement California's "daylighting" traffic safety law in San Francisco. The state law bans parking within 20 feet of the approach side of a crosswalk. This rule helps improve visibility at intersections for both people walking and driving. The law applies to both marked and unmarked crosswalks. Our goal is to make this change fair and easy to follow. We also want to ensure San Francisco’s streets are safer for everyone. Our new plan is clear, fast and fair: No citations will be issued at...



Published February 10, 2025 at 05:30AM
https://ift.tt/c2n6phF

Show HN: Arelo – A simple, flexible file watcher for auto-restarting commands https://ift.tt/39CkcxQ

Show HN: Arelo – A simple, flexible file watcher for auto-restarting commands arelo is a lightweight, language-agnostic file watcher that automatically runs a command when files change. It requires no configuration files; everything is controlled via simple command-line options. Easy to use: arelo -p '**/*.go' -- go run . Flexible file watching: Supports fsnotify (real-time), polling (for environments like WSL2), and fine-grained control with extended globbing (** and {js,ts,json}). Cross-platform and lightweight: Runs on Windows, macOS, and Linux without extra dependencies. Installation: - go install github.com/makiuchi-d/arelo@latest - Or download a prebuilt binary from GitHub Releases: https://ift.tt/ZJoeuOA https://ift.tt/agn3c9s February 10, 2025 at 09:49PM

Monday, February 10, 2025

Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/NEgcqfO

Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/ewILG5U February 10, 2025 at 02:26AM

Show HN: Curatrs – Scheduled Programming for Podcasts https://ift.tt/n9uy8cp

Show HN: Curatrs – Scheduled Programming for Podcasts Like many of us, I got tired of scrolling endlessly through podcast apps trying to find the right show for my commute. So I built Curatrs (curatrs.com) - it brings radio-style scheduled programming to podcast discovery. Instead of endless scrolling, you get podcasts programmed for specific times and durations. Currently in early MVP, built with Vite/Supabase, focused on making discovery more intentional and time-based. Would appreciate any feedback, especially from regular podcast listeners https://ift.tt/NfTFKb2 February 10, 2025 at 01:23AM

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More https://ift.tt/8o2SWI1

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN, I’m building an agentic IDE for hardware developers. It currently supports...