Tuesday, June 9, 2026

Getting Around San Francisco During FIFA World Cup 26™: Your Go-to Guide

Getting Around San Francisco During FIFA World Cup 26™: Your Go-to Guide
By

Let Muni take you where you need to go. Explore the city and connect with soccer fans during FIFA World Cup 26™. Our teams at the SFMTA are here to help you enjoy FIFA World Cup 26™ festivities across the San Francisco Bay Area. Whether you’re visiting the city or a long-time local, you can count on us to get you where you want to go. Our operators at Muni are ready to get you to the city’s lively venues and local businesses. They’ll also connect you with the transit agencies that go directly to the World Cup Bay Area stadium. Our parking control officers will help keep traffic flowing and...



Published 2026-06-08T00:00:00Z
https://ift.tt/4EF9k2s

Show HN: A minimal, ad-free World Cup web-app for fixtures and live scores https://ift.tt/5elCxdw

Show HN: A minimal, ad-free World Cup web-app for fixtures and live scores Hi all! With the World Cup around the corner, and being a football fan, I went looking for apps that would give me a detailed overview of groups, matches categorized by group or team, a daily timeline of when games happen that day (especially useful for us in Europe, since some games run pretty late), and a way to follow my favorite team or teams. The problem I ran into was that most apps out there are pretty bloated — like, really bloated. The ones that weren't either didn't focus on the World Cup specifically, or were ridden with betting ads and ads in general. So I built a very minimal ad-free (mostly tailored for myself) World Cup web app for fixtures and live scores. The fixture data comes from the openfootball/worldcup.json project - https://ift.tt/68sKR1A . I hope you find it helpful, would love any feedback. https://ift.tt/P87MqHG June 8, 2026 at 11:04PM

Show HN: A Minecraft builder skill for coding agents https://ift.tt/slRyJAS

Show HN: A Minecraft builder skill for coding agents https://ift.tt/r4pswJC June 8, 2026 at 08:21PM

Monday, June 8, 2026

Show HN: An mkv player that uses WASM to render you videos https://ift.tt/v4BOWqp

Show HN: An mkv player that uses WASM to render you videos hello HN i want to share this wasm experience i built for a universal mkv player on the web using wasm to ship a lean decoder only ffmpeg build, thus way codecs unsupported by the browser can be played I wonder if this holds any value to anyone anymore https://parallax.kinosoft.moe/ June 8, 2026 at 05:27AM

Show HN I scraped 743 large employers' careers pages to find their ATS https://ift.tt/isy2JHz

Show HN I scraped 743 large employers' careers pages to find their ATS https://ift.tt/Meb1zIr June 7, 2026 at 11:15PM

Show HN: I Derived a Pancake https://ift.tt/y2cPf5W

Show HN: I Derived a Pancake After 25 years of making other people's pancake recipes - always yearning for more tang, more fluff, and more predictability - I decided to derive the pancake recipe from the chemistry. You mark checkboxes for what you have on hand (ricotta, sour cream, kefir, buttermilk, yogurt, cottage cheese, lemon, cream of tartar, etc.) and it computes the best recipe based on targets for acid, fat, salt, sugar, and CO2. My particular favorite are the yeast-raised lemon ricotta kefir pancakes - the best I've ever had. The math is done in a small pure-ESM library: ingredient composition to component masses and acid moles, a stoichiometry layer, and a bisection solver for the target deficits. I'm not a chemist, so if something is off, tell me and I will fix it! https://ift.tt/RcC2iYs June 5, 2026 at 12:12PM

Show HN: Nightwatch, The open-source, read-only AI SRE https://ift.tt/cOQVJXg

Show HN: Nightwatch, The open-source, read-only AI SRE nightwatch is a local-first, read-only layer on top of your monitoring. it groups alert storm into incidents, flags noisy checks and has an agent that can investigate for you live systems. You can e.g. jump from the incident into the agent directly. the reason for this weekend project is that we had a kubernetes upgrade that went wrong, and at some point a rollback wasn't possible anymore, so it had to be fixed live during the night while several problems came together. We run a lot of different systems, on-prem and several Kubernetes clusters, and in a situation like that you spend most of the time just figuring out what is actually broken and where. So i thought that it would be pretty cool to have eyes in the dark in each system that can talk to your "brain". so the idea is to put a baby owl into each environment. Each owl runs where the systems live, keeps that environment's credentials local, and only dials outbound to a central brain, so there is no inbound hole into prod. It exposes a set of read-only skills, and the agent uses them to gather evidence and form a root-cause hypothesis, so the on-call engineer starts with a head start instead of from zero. read-only for now, i don't trust it near prod yet and honestly neither should you. llocal-first for easy self-hosting and to keep credentials on your side. the clustering and recommendations run fully offline with no llm at all. the agent needs a tool-calling llm, you can point it at a remote one, or self-host one (ollama etc.) if you want to stay fully offline. for non selfhosters: before every remote llm call, nightwatch strips real secrets (unrestorable) and swaps identifiers like ips, hostnames and paths for reversible placeholders, so the model only sees masked data while real values are restored only in the proposed commands and tool calls Would love if you try it in your Systems https://ift.tt/kFlmA0t June 8, 2026 at 01:54AM

Show HN: Cowbull – Wordle-like game where you only get match counts https://ift.tt/lbhWvsN

Show HN: Cowbull – Wordle-like game where you only get match counts CowBull is a word game where you have to find the hidden four-letter wor...