Skip to main content

Posts

Showing posts from June 19, 2022

Show HN: Tone v0.0.4 – now hackable command line audio tagger, any feedback? https://ift.tt/0dT1NfA

Show HN: Tone v0.0.4 – now hackable command line audio tagger, any feedback? Hey HN, I just wanted to show the progress on my little (maybe useless) side project called tone[1] to get some qualified feedback. tone is a cross plattform command line audio tagger deployed as a single static binary without dependencies, so a wget should be enough to install on any platform (seems not to work on M1 Macs atm... if someone can help here I would really appreciate it). Features: - Supports most common formats (mp3, m4a, flac, ape, etc.) - Most common AND custom metadata fields - Chapter support - Embeddable pictures - Hackable (write your own taggers with scripting language) Thanks and have fun. [1]: https://ift.tt/B2C1yJq June 26, 2022 at 04:07AM

Show HN: Product Analytics in SQL with dbt https://ift.tt/p3zSOVs

Show HN: Product Analytics in SQL with dbt Hey everyone! Like many data analysts and engineers, I love SQL and the dbt ecosystem. So it bothers me that we have to use separate tools for product analytics. We do our transformations, BI work, and ad-hoc queries in SQL, but when it's time to look at funnels and flows, we have to use (and procure) a separate platform like Mixpanel or Amplitude. This dbt package is a (very rough) start at fixing that. With it, you can create event streams and run funnel analyses via dbt[0]. More features like flows and retention are coming soon! But I'm mostly curious how you all are doing product analytics right now. Are you using a dedicated tool like Amplitude? What could be better? Do you want to do product analytics in SQL in the warehouse or would you rather it live somewhere else? Would love to get your thoughts, and thanks for taking a look! --- 0. (and soon, with dbt Server, in your favorite BI tool or SQL client): https://www.youtube.com/w

Show HN: Feather – 90 percent of Bloomberg terminal, for 5 percent of the price https://ift.tt/r01m6be

Show HN: Feather – 90 percent of Bloomberg terminal, for 5 percent of the price Hey, Wanted to share what my friend and I built — Feather. It provides investors with all imaginable financial data, without breaking the bank. Effectively 90 percent of the Bloomberg Terminal, at 5 percent of the price. We just opened sign ups for early access — all you need to sign up is your email address. We’ll open access to the software in order of sign ups, and we’d love to have you onboard. Check it out! https://try-feather.com June 26, 2022 at 12:35AM

Details on Expanded Bus Service Coming July 9

Details on Expanded Bus Service Coming July 9 By Mariana Maguire Photo caption: The 6 Haight-Parnassus is one of the Muni bus routes that will be brought back into service July 9, 2022 after being temporarily suspended since March 2020. On July 9, the next phase of the 2022 Muni Service Network plan will go into effect, focused on expanding bus service including the return of the 2 Sutter, 6 Haight-Parnassus and 21 Hayes (with some route changes), as well as other route extensions and modifications. Public feedback helped us prioritize bringing back routes and connections many communities rely on. Read more about what we heard from the public and how we incorporated feedback into the 2022 service proposal. As resources allow, our service changes will continue prioritizing service linking neighborhoods identified by our Muni Service Equity Strategy to essential destinations like hospitals and neighborhood commercial corridors, accommodate changing travel patterns and getting the

Show HN: Simple Badges – Simple Icons on Your Favorite Shields.io Badges https://ift.tt/e9IUY3C

Show HN: Simple Badges – Simple Icons on Your Favorite Shields.io Badges Around this time a year ago, I forked and built Simple Badges on top of the Simple Icons website. Existing projects on this often try to manually maintain a single, huge Markdown file containing pre-assembled Shields.io badges for people to pick. They usually require constant manual effort to follow upstream updates and may lack some icons as a result. Simple Badges automatically tracks upstream icon updates, provides a badge preview page that easy to navigate, and makes it easy to get all four styles of badges in Markdown or HTML img format. If you happen to be refurbishing your profile - give Simple Badges a try! Suggestion and contribution are welcomed :-) https://ift.tt/qIm1c6x June 24, 2022 at 09:16AM

Show HN: Nerd Crawler – we monitor original comic art sites so you don't have to https://ift.tt/s1mpFqK

Show HN: Nerd Crawler – we monitor original comic art sites so you don't have to I've been a fan of comics since I watched the X-Men Animated Series in the 90s, and I fell in love with collecting original comic art when I got my first Jim Lee sketch in high school. But, after missing out on some original comic art pieces because I didn't know when they were added for sale on websites, I decided to take it upon myself to make an app that monitors original comic art sites and emails/texts you when new art drops. It's called Nerd Crawler and I'm building it myself so there might be some bugs but I'm hoping it helps comic art collectors. It works with over 40 original comic art websites like Albert Moy (Jim Lee's art dealer), Cadence Comic Art, Artcoholics, a bunch of Big Cartel sites like Jim Cheung / Jason Fabok / Dustin Nguyen, Greg Capullo Art, Skottie Young, and more. It's free to try @ https://ift.tt/SZ6EQtj , and you can upgrade to a paid plan if you

Show HN: In-depth photographic look at all the golf courses I play https://ift.tt/xRqZCot

Show HN: In-depth photographic look at all the golf courses I play I'm an avid golfer; it's my main hobby. I decided to start taking pictures of all the courses I play. While there's a lot of golf websites out there, none of them really try to document the courses in depth and look at each hole, along with the course facilities like the practice areas. I live in Chicago and am starting with the courses in this area (of which there are dozens of public courses to play). While I play golf, I take photos with my phone of every (relevant) aspect of the golf course I can think of. Then they're processed and organized on the website. Obviously I'm starting this journey on my own, and in that sense it's not scalable. I won't be able to visit all the courses in the US, let alone the world. I hope to find others that would like to contribute to the effort. At some point I'd like to add course news and histories to the site. Many golf courses in the US are over 10

Show HN: Pragmatic Formal Modeling (Tutorial series with runnable examples) https://ift.tt/On0HlmQ

Show HN: Pragmatic Formal Modeling (Tutorial series with runnable examples) Formal modeling is a mathematical approach for designing and checking correctness of software systems. It focuses on standard software engineering and distributed systems problems of the sort programmers face every day. It takes a pragmatic engineering approach: each problem starts with UML diagrams, design decisions and sometimes even a requirements document. We work through how to get from a whiteboard design to an initial mathematical model. Then we refine it based on logical errors found by the model checker, which return with a level of detail unheard of in a standard debugger. Formal modeling is a skill every engineer should have in their toolbox. All the examples are downloadable, and their is a quick setup section at the start. Additionally, there is an explorable model error debugger build right into the website. https://ift.tt/Zi8d3up June 22, 2022 at 11:43PM

Show HN: Crocodile - Better code review for GitHub https://ift.tt/vehbFYE

Show HN: Crocodile - Better code review for GitHub Hi HN! I've been working on a code review app for GitHub called Crocodile for about a year. I used to work at Microsoft where we used a tool called CodeFlow for reviewing code and I missed it after I left. I know many other ex-Microsoft engineers feel the same. Here are some of the distinguishing features of Crocodile that are inspired by CodeFlow: * Comments float above the code instead of being inline. Long discussions that are displayed inline make it really hard to review the code. * Comment on any text selection in the file, even a single character. * Comments don't get lost when code changes. I hate it when comments become "outdated" because I rebase or the line is edited. I also implemented lots of features that I wish CodeFlow had which you can read more about on the blog. [1] For those curious about the tech stack: it's mostly written in Go with Alpine.js, HTMX, and Tailwind CSS for the frontend. For stor

What’s next after the loss of Prop A?

What’s next after the loss of Prop A? By Andrea Buffa On Tuesday, June 17, the San Francisco Department of Election posted the final results of the June 7 election. Proposition A, the Muni Reliability and Street Safety Bond, received 65.11%, well over 50%, but short of the 66.67% share of the vote that’s required for passage.  If passed, the bond measure would have provided $400 million for transportation infrastructure projects, including: $250 million on the repair and renovation of SFMTA bus yards, facilities, and equipment $26 million on traffic improvements, such as new traffic signals, wider sidewalks at bus stops and dedicated traffic lanes $10 million on improvements to the Muni train system, including the train communication and control systems $42 million on traffic signal and street crossing improvements, such as more visible traffic and pedestrian signals, curb ramps and signs $42 million on street redesigns that include wider sidewalks, raised crosswalks, protect

Show HN: PyCircTools – A Python library to create circuits https://ift.tt/elg2Kfp

Show HN: PyCircTools – A Python library to create circuits PyCircTools is a python library that allows any programmer to create circuits with it. It is currently a work in progress and as for today, v0.0.3 is the most recent release. It just has logic gates, custom exceptions and tests for now, but the library will be updated with more content, so check back on it back to see new additions! https://ift.tt/jkXFDSg June 22, 2022 at 03:41AM

Show HN: Just – Zero Config TypeScript Development Tool https://ift.tt/K73fhlr

Show HN: Just – Zero Config TypeScript Development Tool I built a cli tool that gets you started with TypeScript development with zero config. Initially created to solve my own problem but thought it might be useful for others as well. - SWC compiler - TypeScript type check support - Live reload support - .env file support - Path alias support - Typescript script runner - REPL support Please tell me I am not going down a rabbit hole. https://ift.tt/NIKdAhY June 21, 2022 at 01:52AM

Show HN: Effortless Authentication for Your Web Application https://ift.tt/jR7SJkd

Show HN: Effortless Authentication for Your Web Application Hey folks, Michael here. I have been working in this project on and of for about a year and a half and I finally got it into a state where I can share it. I initially started this project to learn Rust and afterwards decided to make it useful for others. Vulpo Auth is an authentication server that you can host yourself. The goal was to make it as easy as possible for you to get started and have a complete authentication solution without you having to configure anything. Project Website: https://auth.vulpo.dev The Project contains: - Auth Server (Rust) - Admin Dashboard - JS and react SDK - Prebuilt Web UI (currently react) (https://ift.tt/PQZXdk3) - rust SDK for rocket Some of the features: - Email and Password Auth - Passwordless Auth - Google Auth - Translateable Email Templates - Enable/Disable Sign In or Sign Up - Password Reset Flow - Update Email Flow There is still a lot to do, the code base is full of experimental idea