Tuesday, February 11, 2025

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: I made a Kotlin REPL with multiline editor, highlighting and completion https://ift.tt/2Mf0qnc

Show HN: I made a Kotlin REPL with multiline editor, highlighting and completion I’ve created a Kotlin REPL for the terminal with support for multiline code editing, interconnected cells, code completion, and error highlighting. https://ift.tt/QAGfYjr February 9, 2025 at 11:33PM

Show HN: Neovim Plugin for iOS and macOS Development https://ift.tt/JMnLXiY

Show HN: Neovim Plugin for iOS and macOS Development Over two years ago, I began exploring whether it was possible to shift my iOS development to Neovim. It took me over six months to resolve all issues and figure out how to connect everything, creating an environment with all the features required for development. After that, I decided to develop my own plugin to enable others to do the same. Since then, I have been developing apps for iOS and macOS using Neovim, for both my professional work and personal projects with no issues. This change has significantly boosted my productivity, and I no longer have to deal with Xcode's flaws. I can accomplish 95% of my work without needing to open Xcode. Before that, it seemed impossible to develop for Apple platforms outside of Xcode. I'm proud that I was stubborn enough to make it work after all those failures along the way. Neovim is an amazing project <3. https://github.com/wojciech-kulik/xcodebuild.nvim February 9, 2025 at 06:16PM

Sunday, February 9, 2025

Show HN: Hyloblog – minimal, Git-based SSG for writing (not theming) https://ift.tt/IFenXRY

Show HN: Hyloblog – minimal, Git-based SSG for writing (not theming) Hi HN, We're working on Xr0 [0] and have been building a static-site generator that meets our tastes and needs. The basic emphasis is on simplicity and content rather than customisability and feature-richness. We are imitating Jekyll and Hugo (and other SSGs) in their basic generation paradigm and LaTeX in its separating form from content, but attempting to combine these into a unified, minimal philosophy where you can open a repo and start writing without needing a CLI tool to generate your folder for you. The project is broken into two applications: an SSG you can run locally (or in a GH Action etc.) and a platform for easy hosting that bundles in some basic audience interaction features. Both are available on GitHub: [1] and [2]. We've been working on this somewhat sporadically for the past couple of months, and it is very much a WIP, particularly in the themes it offers, but we're keen to hear thoughts on this. [0]: https://xr0.dev [1]: https://ift.tt/VNJg2ZW [2]: https://ift.tt/FXRjevw https://hyloblog.com/ February 9, 2025 at 02:53AM

Show HN: I trained a chess engine to play like humans https://ift.tt/i5eF9rL

Show HN: I trained a chess engine to play like humans I built 1e4.ai - a chess web app where you play against neural networks trained to mim...