Friday, March 3, 2023

Take Muni’s Safety Survey!

Take Muni’s Safety Survey!
By Greer Cowan

 "Image of the survey introduction. The accessible text of this introduction is available by following the links below.

Everyone should feel safe on Muni. Help make Muni safer by taking the SFMTA’s survey about personal safety and harassment in the Muni system.  

As part of the MuniSafe Safety Equity Initiative launched in August 2022, the SFMTA has partnered with the UCLA Institute of Transportation Studies to better understand Muni riders’ experiences and develop safety recommendations, tools and policies aimed at preventing harassment and assault on Muni. 

Take the 5-minute survey 

Survey information will also help the SFMTA understand Muni customers’ specific safety needs and challenges, and help us identify valuable trends and patterns so we know where, when and how harassment shows up in the Muni system. 

Incidents often go unreported, but the SFMTA is working to change that with new reporting options. As of October 2022, Muni customers can report incidents of  harassment by calling 311, using the 311 mobile app or using the Muni Feedback form at SFMTA.com/MuniFeedback. Each report is investigated by the SFMTA’s Safety and Security Division, and Muni operators are made aware as necessary. 

The SFMTA is committed to the safety, rights and dignity of all riders and working to combat the disturbing and unacceptable  violence we’ve seen on transit. In recent months, we have seen terrible incidents of anti-Asian verbal and physical violence, derogatory hate speech like racial and homophobic slurs, and increased anti-Semitism. In addition, gender-based harassment is one of the most expansive and persistent forms of violence. It is especially pervasive on transit, most often impacting women, girls and gender-expansive people of all ages, abilities, races and ethnicities, cultural and language groups. Studies show that women often feel unsafe on transit, which impacts how often they ride, when they ride and if they ride at all. This is especially true for women and girls from Black, Asian, Latinx, Indigenous and other communities of color. 

Harassment and safety issues on transit can cause women and gender-expansive people – people who don’t conform to traditional gender roles – to shift their travel behavior by traveling at different times of day, choosing longer routes where they feel safer or using rideshares or private vehicles when they can afford to. 

To learn more about the Safety Equity Initiative visit our project page at SFMTA.com/SafetyEquity.  



Published March 03, 2023 at 04:21AM
https://ift.tt/23m1oUH

Show HN: Meeting Location Calculator https://ift.tt/GEsXn7Z

Show HN: Meeting Location Calculator Just enter the locations people will be traveling from. MLC then calculates the location, where the combined aircraft emissions are minimised. Based on data from the European Emissions Agency. https://ift.tt/JKT0gzG March 3, 2023 at 04:28AM

Show HN: Vaulty – No more passwords in emails https://ift.tt/eM5796S

Show HN: Vaulty – No more passwords in emails https://ift.tt/qaBrJco March 2, 2023 at 09:13PM

Show HN: Sort Any Awesome List by GitHub Stars https://ift.tt/tQiHd3F

Show HN: Sort Any Awesome List by GitHub Stars As a CS undergrad, I self-taught many topics not covered by the school. Typically awesome list is where I started with. I spent my second half in college researching computer vision and machine learning. CVPR accepts over 2000 papers every year, not to mention arXiv. The awesome lists curated by the community usually serve as checklists when I was doing literature surveys. But since the number of the list items was overwhelming, I had to prioritize which papers to read first. Many of them had been uploaded to arXiv in the last few months, so I had no clue how many citations they would get. When learning web development, I also had difficulty finding the best package for the tasks like data validation and client-side routing. To make a decision, I had to browse through GitHub repositories or read the documentation. I wish I could have my awesome lists sorted, desirably by popularity. This led to the creation of my project: a web app that rearranges any awesome list with hints from GitHub stars. It may not work well when the list items do not contain links to GitHub repositories or pages, but it truly shines when most of them do. I hope this could help anyone else. P.S. I'm aware of a similar project ( https://ift.tt/Xw6G1dD ), a CLI application with more features. For example, it checks if any GitHub repository link exists on the linked website. https://ift.tt/fhLxSjX March 3, 2023 at 12:21AM

Show HN: Mathesar – open-source collaborative UI for Postgres databases https://ift.tt/pvZ0nHM

Show HN: Mathesar – open-source collaborative UI for Postgres databases Hi HN! We just released the public alpha version of Mathesar ( https://mathesar.org/ , code: https://ift.tt/FkRNras ). Mathesar is an open source tool that provides a spreadsheet-like interface to a PostgreSQL database. I was originally inspired by wanting to build something like Dabble DB. I was in awe of their user experience for working with relational data. There’s plenty of “relational spreadsheet” software out there, but I haven’t been able to find anything with a comparable UX since Twitter shut Dabble DB down. We're a non-profit project. The core team is based out of a US 501(c)(3). Features: * Built on Postgres : Connect to an existing Postgres database or set one up from scratch. * Utilizes Postgres Features : Mathesar’s UI uses Postgres features. e.g. "Links" in the UI are foreign keys in the database. * Set up Data Models : Easily create and update Postgres schemas and tables. * Data Entry : Use our spreadsheet-like interface to view, create, update, and delete table records. * Data Explorer : Use our Data Explorer to build queries without knowing anything about SQL or joins. * Schema Migrations : Transfer columns between tables in two clicks in the UI. * Custom Data Types :: Custom data types for emails and URLs (more coming soon), validated at the database level. Links: CODE: https://ift.tt/FkRNras LIVE DEMO: https://ift.tt/rj6JQFp DOCS: https://ift.tt/suaY6CT COMMUNITY: https://ift.tt/ifOtI50 WEBSITE: https:/mathesar.org/ SPONSOR US: https://ift.tt/OHd7kNc or https://ift.tt/zDxYnJ2 https://ift.tt/FkRNras March 3, 2023 at 12:04AM

Thursday, March 2, 2023

Show HN: ChatGPT-Powered Dystopia Simulator https://ift.tt/GqKdvOc

Show HN: ChatGPT-Powered Dystopia Simulator https://ift.tt/4fSs2wl March 2, 2023 at 01:57AM

Show HN: Supaglue – open-source unified API https://ift.tt/JeMKAjz

Show HN: Supaglue – open-source unified API Last month, we open-sourced Supaglue (https://ift.tt/OaHMlG6) as a developer toolkit for building customer-facing Salesforce integrations. Since then, we've been iterating on our approach with users and are re-launching Supaglue as an open source unified API, starting with CRMs. With our re-launched public alpha you can: - Interact with HubSpot and Salesforce through a unified REST API - Sync data from HubSpot and Salesforce into a local Postgres cache and make reads against a normalized CRM schema - Make writes (POST and PATCH) to HubSpot and Salesforce using the unified API - Open source MIT license so anyone can self-host for free Today we support reads, creates, and updates for Accounts, Contacts, Leads, and Opportunities for HubSpot and Salesforce. In the coming weeks, we plan to add more connectors and features like configuring sync frequencies, webhooks for notifications, sync rate limiting/throttling. We'd love to hear your thoughts and any feature requests! Give it a try and let us know what you think! GitHub: https://ift.tt/OaHMlG6 Website: https://supaglue.com March 1, 2023 at 10:37PM

Show HN: Chat with Your Wearables Data https://ift.tt/q09hRk8

Show HN: Chat with Your Wearables Data https://ift.tt/ZCtPB8e August 22, 2025 at 01:52AM