Skip to main content

Posts

Showing posts from June 5, 2022

Show HN: I built a tool to describe ~4.3B colors https://ift.tt/ZOhz0LJ

Show HN: I built a tool to describe ~4.3B colors A simple tool I made over the week to explore and learn about different colors. You can select any color with any opacity #000000-FFFFFFFF (~4.3 billion colors/variants), and you can view a dedicated page detailing the color's closest name, conversions to Hex, RGB, CMYK, etc., shades, tints, tones, harmonies, opacities, and WCAG contrast compliance. https://colorwaze.com June 11, 2022 at 01:57AM

In-Person Pride Parade & Celebrations Return This Month!

In-Person Pride Parade & Celebrations Return This Month! By Pamela Johnson The SFMTA is happy to join San Francisco Pride celebrations when they return to in-person events this month as the city continues its recovery from the pandemic. This year’s theme is “Love will Keep Us Together.” The Trans March is happening on Friday, June 24 and the Pride Parade is on Sunday, June 26. SFMTA staff are, of course, an important part of the LGBTQIA+ community that keeps SF moving with Pride. Pride is an opportunity for us to demonstrate our continued support of the LGBTQIA+ community, promoting our core values of respect, inclusivity and integrity.  History/Background of SF Pride   San Francisco had its first Pride celebration in 1970. For more than three decades the LGBTQIA+ community and their allies have been moving San Francisco forward to become a better, safer, and more equitable world for the LGBTQIA+ community and the city a better place for people to live, work and enjoy.    His

Show HN: TLDR (short) news website with my own algorithm https://ift.tt/yPOCI09

Show HN: TLDR (short) news website with my own algorithm I'm actively working on a news shortening website. Trying to save you from clickbaits, save your time and save you from reading Bible-sized articles What I hate the most when reading news is reading Bible-size articles just to find the main point of the article. Usually journalists write a bunch of unnecessary information just to create 400+ long articles and position better on Google. Worst of all are those clickbait titles or titles that tell you a portion of information just to make you intrigue and make you click on the article. For me personally, it is very annoying and frustrating. I like to spend like 30 seconds tops on an article, I want to get the information as fast as possible and move on. So with my [ExcerptDaily]( https://ift.tt/vc8oENU ) I'm trying to: * Save people's time * Inform you as fast as possible * Give you the main point of an article in 5 sentences * Save you from clickbait or half clickbait t

Show HN: Color palettes generator for data visualization https://ift.tt/3Od6bXB

Show HN: Color palettes generator for data visualization A generator app for charts/visualizations color palettes based on the article "How to pick the least wrong colors" [1] by Matthew Ström featured recently on HN [2]. The code is available on github [3]. [1] https://ift.tt/NJ9dCnu... [2] https://ift.tt/0kVeNrZ [3] https://ift.tt/v4gBFk8 https://ift.tt/yLOGhqQ June 9, 2022 at 01:29AM

Show HN: WunderGraph – open-source API Developer Toolkit https://ift.tt/BkdRKwP

Show HN: WunderGraph – open-source API Developer Toolkit Dear HN Community. We're Bjorn, Dustin, Stefan & Jens, the founders of WunderGraph. More than two years ago, Jens started WunderGraph as a Side Project. The initial idea was to solve the problem of integrating multiple disparate DataSources into a single, unified API Layer. While solving this problem, Jens realized that his mental model of APIs was wrong. Most API tools treat APIs as abstract things or just endpoints, in a very imperative way. At some point, he realized that there's a better model to think about APIs: APIs are dependencies and we should treat them in a declarative way! And that's how the idea of the "Package Manager for APIs"[1] came to be: WunderGraph is an API Developer toolkit which allows you to import and export APIs, just like npm packages. This is possible because every WunderGraph project generates a static, conflict-free and versionable artifact. It shouldn't take days to ad