Saturday, November 5, 2022

Chinatown Connects to Muni Metro

Chinatown Connects to Muni Metro
By Deanna Leo

Image of Muni Metro riders smiling at the camera

With the completion of Central Subway, customers will be able to ride the T Third Muni Metro all the way from Visitacion Valley to Chinatown.

Starting November 19, when Muni Metro riders can first take Central Subway's special weekend service to Chinatown, prepare to spend the day in Chinatown enjoying all its sights, sounds and flavors. There is so much to explore in the largest Chinatown outside Asia!

Tourist attractions include the Dragon’s Gate, Old St. Mary’s Cathedral and Portsmouth Square, the site of San Francisco’s original customs house where today, members of the Chinese community spend the days singing or playing mahjong, a traditional and very popular tile-based game.

Fans of Amy Tan’s novel, The Joy Luck Club, can meander the streets of Chinatown searching for the places where her story unfolds. On Wavery Place you can visit the First Baptist Church where the four mothers in the story meet to play mahjong.

Muni Metro customers will find a seemingly endless array of Chinese grocery stores along Stockton Street, with staples like dried fish, assorted teas and unique fresh fruits and vegetables. Dine-in and take-out dim sum restaurants are also abundant, offering sweet and savory treats like dumplings, custard cakes, assorted bao and sesame balls. Don’t forget to stop by Chinatown’s famous Golden Gate Fortune Cookie Factory!

Traditional tea tastings at the local tea houses, nail spas and cocktail lounges invite visitors to stay a while longer.

Along Grant Street, where traditional red lanterns hang above the street, souvenir shops abound for visitors to take home a little bit of the Chinatown experience. Connect to Chinatown when you hop on Central Subway’s special weekend service starting Saturdays and Sundays, November 19, from 8 a.m.-12 a.m. 

Image of Grant Avenue in Chinatown with red lanterns strung across the street from building face to building face.

Traditional Chinese red lanterns decorate Grant Avenue in Chinatown, The heart of San Francisco’s vibrant Chinese community.

Chinatown is a very popular place to visit in San Francisco and nearby Muni routes include:



Published November 05, 2022 at 12:39AM
https://ift.tt/L8EtecD

Show HN: Auto generate images from Figma using an API https://ift.tt/dMBGLqa

Show HN: Auto generate images from Figma using an API https://pikmaker.com/ November 5, 2022 at 12:40AM

Friday, November 4, 2022

Show HN: Vectory, a tool for visually tracking and comparing embeddings https://ift.tt/ifaqEYC

Show HN: Vectory, a tool for visually tracking and comparing embeddings https://ift.tt/7UNYd3H November 4, 2022 at 08:47AM

Show HN: SnowId – A Decentralized, K-Ordered, 128-bit UUID library in C https://ift.tt/Q5lH1ML

Show HN: SnowId – A Decentralized, K-Ordered, 128-bit UUID library in C Sharing my project inspired by twitter snowflake UUID generator but that supports: 1) Longer range of id's to be generated. 2) No coordination with other machines in the distributed system. https://ift.tt/7fTcXtS November 4, 2022 at 04:50AM

Show HN: Grapher – Visual editor for compound graph datasets https://ift.tt/XaTpR8L

Show HN: Grapher – Visual editor for compound graph datasets https://ift.tt/wi628hD November 4, 2022 at 02:00AM

Show HN: Eleven – Code sandboxes with automatic HTTPS https://ift.tt/zgAv7QB

Show HN: Eleven – Code sandboxes with automatic HTTPS Eleven is the second project that I've built to learn Go. It lets you create code sandboxes in your cloud provider account easily. What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS). You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you. For example, to deploy a Node.JS app on AWS: $ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world > Success! The sandbox "hello-world" was initialized. $ ssh eleven/hello-world forever node index.js > Forever: command started. Run "forever stop" in current path to stop. $ eleven aws serve hello-world 8000 --as hello.eleven.sh > Success! The port "8000" is now reachable at: https://hello.eleven.sh $ curl https://hello.eleven.sh > Hello World Still learning Go by the way, so I'm open to any suggestions to improve. https://ift.tt/OGMyRbW November 3, 2022 at 10:35PM

Open Source Authentication and Authorization https://ift.tt/DpR3st5

Open Source Authentication and Authorization I’m Rishabh and the co-founder and CTO at https://supertokens.com (YC S20). We offer open-source user authentication and we just released our user roles product for companies implementing authorization. Our users are web developers, and a prominent and adjacent pain point for our users is authorization. Developers typically implement two independent solutions for authentication and authorization. Offering AuthN and AuthZ in a single solution is something we’ve been thinking about for the last few years. Quick primer, authentication is knowing who the user is, and authorization is knowing what the user has access to. A physical analogy: A person enters a building. Authentication means reading their ID card and knowing that the person’s name is John. Authorization means knowing which floors, offices, and files John has access to. With increasing privacy and data complexity, companies like Netflix[1], Slack[2], and Airbnb[3] have built out their own complex authorization systems. To build our user roles product, we started with a first principles approach of covering authorization use cases using scripting languages such as XACML and OPA. But looking at existing solutions built by talented teams like Oso[4], Aserto[5], Cerbos[6], Strya[7], we realized that while these were powerful solutions, they were often overkill for most early to mid-stage companies (especially on the B2C side). We went back to the drawing board, reached out to our users and after dozens of conversations, we realized that most authorization needs require the ability to 1. Assign and manage roles and permissions 2. Store roles in the DB and session tokens to make it readable on the frontend and 3. Protect APIs and websites based on these roles and permissions. And so, we built user roles – a simple RBAC authorization service that focuses on the balance between simplicity and utility. It doesn’t cover many complex cases and we’re not looking to displace any of the authorization incumbents. But you can add AuthN and AuthZ using a single solution, quickly. In the near future, we’ll be launching an admin GUI where you can manage your users and their roles with a few clicks. We’d love for you to try it out and hear what additional functionality you’d like to see. What are your favorite authentication providers and what do they get right? - [1]: https://ift.tt/XFsRg96 - [2]: https://ift.tt/wLXQaAz - [3]: https://ift.tt/WjTC9eX - [4]: https://www.osohq.com/ - [5]: https://www.aserto.com/ - [6]: https://cerbos.dev/ - [7]: https://www.styra.com/ November 3, 2022 at 07:15PM

Show HN: Do You Know RGB? https://ift.tt/t8kUpbO

Show HN: Do You Know RGB? https://ift.tt/OWhvmMT June 24, 2025 at 01:49PM