Friday, February 14, 2025

Show HN: Dev SSO IdP, a mock single sign-on provider as a development aide https://ift.tt/WcZCern

Show HN: Dev SSO IdP, a mock single sign-on provider as a development aide Hi HN! This project grew out of my want for the development of my web UIs to not get hung up on integration with OpenID Connect single sign-on. SSO was only available in our stage and prod environments. Getting this integration laid down and tested fast, without having to jury-rig something in stage, would've been huge. And so I decided to build a solution myself. Hence, Dev SSO IdP. The vision for it is to mock all the features of an OIDC SSO server that would be pertinent to the development of web apps. To try it out: 1) Create a file called `.production.env` and paste in it the following 2 lines to start with: DEVSSOIDP_PERCENT_ENCODED_REDIRECT_URIS=http%3A%2F%2Flocalhost%3A5173 DEVSSOIDP_CLIENT_IDS=my_cool_app 2a) (with Node) Clone the repo with `git clone https://ift.tt/OTlV96e `, then overwrite the project's `.production.env` with yours, then in the project's folder run `npm install`, then `npm start` 2b) (with Docker) Run `docker run -p 3000:3000 --rm --env-file .production.env bmcase/devssoidp:1.0.0` You can then see it at (and have your app redirect to) http://localhost:3000/authorize?response_type=code&client_id... You can add or change environment variables in `.production.env` in the likely case that its defaults don't apply to you. The GitHub readme goes into more detail on all of this. They say "be flexible in what you accept and strict in what you output". But Dev SSO IdP is intentionally strict in what it accepts so that I could catch issues faster. It raises an alarm in dev so you don't later get one in prod. This version I am comfortable designating v1.0.0. It has all the features needed for the OIDC code flow. I'd appreciate any advice, and in particular am interested in: * Would this actually be useful in your projects? Is there anything else it would need? * Do you use the OIDC implicit flow? I've never had reason to, and I understand it's regarded as a bad practice. But I worry I may be in a bubble and so I want to know if there's in fact a lot of folks out there who use the implicit flow. Aside, I'm open to work, and would be interested in bringing my full stack skills to your team (or the team of someone you want to do a favor for), in the Austin TX area or remotely. I'm happy to hear from you by email (ben@benswords.com) or LinkedIn ( https://ift.tt/SGH1O3I ). https://ift.tt/mZ65iAO February 14, 2025 at 01:53AM

Chinese New Year Parade on Feb.15: Free Muni, Parking Discounts and Travel Tips

Chinese New Year Parade on Feb.15: Free Muni, Parking Discounts and Travel Tips
By Glennis Markison

Celebrating the 2024 Chinese New Year Parade. The San Francisco Chinese New Year Parade is this Saturday, Feb. 15, and we don't want you to miss these exciting travel discounts: Free Muni for parade weekend: Saturday, Feb. 15 and Sunday, Feb. 16 Fares will be free citywide to help you get to the parade. This excludes cable cars. Free parking for your first two hours at the Portsmouth Square Garage The garage is located at 733 Kearny Street in Chinatown. This deal runs through Feb. 28 for new year festivities. Learn key details about the parade and what to expect as you travel this weekend...



Published February 13, 2025 at 05:30AM
https://ift.tt/5b8Fphx

Thursday, February 13, 2025

Show HN: Mkinf – an open-source library of hosted AI agents and tools https://ift.tt/vIqPTNB

Show HN: Mkinf – an open-source library of hosted AI agents and tools We are building an open-source library of hosted AI agents and tools that developers can integrate into their graph frameworks with a simple SDK or API call, speeding up development and deployment times. They can use them as-is, customize them for their specific use cases, and even contribute their own agents — unlocking monetization opportunities. https://hub.mkinf.io February 12, 2025 at 11:06PM

SFMTA Steps Up for NBA All-Star, Chinese New Year Weekend

SFMTA Steps Up for NBA All-Star, Chinese New Year Weekend
By Madhu Unnikrishnan

We're here to help you celebrate NBA All-Star festivities this weekend. Huge crowds are expected at Chase Center. The eyes of the world will be on San Francisco in the next few days as the city gets ready to host two incredible events. One, the city’s annual Chinese New Year Parade, is an event that San Francisco looks forward to every year. The other, the NBA’s 74th All-Star Game, will bring basketball fans from all over the world to the City by the Bay. The last time the city hosted the All-Star Game was in 1967, in the Cow Palace. This year, it will be at the Warriors’ home, the Chase...



Published February 12, 2025 at 05:30AM
https://ift.tt/18zWMym

Show HN: Sort lines semantically using llm-sort https://ift.tt/wH4QEj9

Show HN: Sort lines semantically using llm-sort This is a small plugin I made for Simon Willison's llm utility. You can do things like: cat names.txt | llm sort -q "Which one of these names is best for a pet seagull?" cat books.txt | llm sort -q "Which book is more related to basic vs. advanced CS topics?" I see a lot of potential marrying LLMs with classic UNIX interfaces. https://ift.tt/NInjHuS February 11, 2025 at 08:55AM

Wednesday, February 12, 2025

Show HN: HypeBridge – Your Dedicated AI-Agent Driven Influencer Marketing Agency https://ift.tt/HtgpPNS

Show HN: HypeBridge – Your Dedicated AI-Agent Driven Influencer Marketing Agency https://ift.tt/1Qpr5vm February 12, 2025 at 02:32AM

Show HN: I open-sourced machine translation models for 12 rare languages https://ift.tt/1LlukSs

Show HN: I open-sourced machine translation models for 12 rare languages You can test translation quality here https://ift.tt/p68UqnN https://ift.tt/D2V9daR February 12, 2025 at 02:37AM

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...