Skip to main content

Posts

Showing posts from June 12, 2022

Show HN: Dream Makers Community – What is your dream and what is stopping you https://ift.tt/43isG1O

Show HN: Dream Makers Community – What is your dream and what is stopping you Hey HN! Did a website to share what is your dream or what you want, and what is stopping you. That way the community can help you remove the obstacles to make the dream come true or that is the naive approach hehe. Imagine I should add users, a captcha, a mailer, more things, but it is a start. It is built with Rails and plain ERB with Bootstrap and the source code is at: https://ift.tt/6bvm7XA It is 100% inspired by the TED Talk by this lady https://www.youtube.com/watch?v=H2rG4Dg6xyI Hope you like it! https://ift.tt/htgL0fY June 19, 2022 at 07:05AM

Show HN: Remove Silence from Videos with Ffmpeg https://ift.tt/TJtyExh

Show HN: Remove Silence from Videos with Ffmpeg There was recently a Show HN for a program that lets one remove silence from video files [0]. I was almost certain that ffmpeg could do this... But after searching for it, it turned out I was wrong: ffmpeg can't do this out of the box, and also can't read input from an EDL file [1]. So I set out to write a solution, as simple as possible: produce a list of select filters that are applied to video and audio, and retain only the non-silent parts. The 'silencedetect' audio filter detects silences, and produces timestamps for when silences start and end. So one can pipe the output of that to a Python script, that builds an ffmpeg command with the appropriate select filters. The resulting ffmpeg command can be run to re-encode the video without the silent parts. Hope this helps. - - - Notes: 1/ I did find something somewhat similar to what I ended up doing [2], but it's complicated, and does the video encoding inside of Pyt

Show HN: Root Cause as a Service – Never dig through logs again https://ift.tt/R0oaMJc

Show HN: Root Cause as a Service – Never dig through logs again Hey Folks – Larry, Ajay and Rod here! We address the age old painful problem of digging through logs to find the root cause when a problem occurs. No-one likes searching through logs, and so we spent a few years analyzing 100’s of real world incidents to understand how humans troubleshoot in logs. And then we built a solution that automatically finds the same root cause indicators a human would have had to manually search for. We call it Root Cause as a Service. RCaaS works with any app and does not require manual training or rules. Our foundational thoughts and more details can be found here: https://ift.tt/1JTbwuz. Obviously, everyone is skeptical when they hear about RCaaS. We encourage you try it yourself, but we also have a really strong validation point. One of our customers performed a study using 192 actual customer incidents from 4 different products and found that Zebrium correctly identified the root cause indic

Golden Gate Park: Spring 2022 Update

Golden Gate Park: Spring 2022 Update By Eillie Anzilotti Credit: Lauren White Since the San Francisco Board of Supervisors voted to keep three miles of roadway through Golden Gate Park—including the JFK Promenade—free of cars, the San Francisco Recreation & Park Department and the SFMTA project team have been hard at work implementing the over 40 programmatic efforts to support safety, equity, accessibility, and mobility in the Park. Curious about what we’ve been working on? Read on for recent highlights: New accessible parking options in the Bandshell lot At the end of May, the new Bandshell lot was officially completed and opened for use! The renovation opened up 20 new accessible parking spaces and four spaces for accessible vans, along with new curb ramps and direct, accessible paths of travel to the Japanese Tea Garden and Music Concourse. Credit: Chava Kronenberg The community shuttle program rolls on Since February 2022, Rec & Park has been running a community

Show HN: Soliciting post placement on Hacker News https://ift.tt/jsnubQd

Show HN: Soliciting post placement on Hacker News Hey, HN -- I just received the following email and I'm not sure what to do about it. Obviously I want to discourage requested-posting like this; is there some structured way that we can do that? One of the things I love about HN is how high the signal-to-noise ratio is relative to...pretty much the rest of the internet. I wouldn't ordinarily call someone out like this, but I want to innoculate HN against this sort of thing. ---- Hey doches, Not sure if it's conventional, but thought I'd ask anyway. Would you be open to posting about my product on Hacker News? I understand that similar to Product Hunt, HN gives higher priority to users with higher karma. I usually keep up with recent discussions via RSS feed on Feedly, but almost neve post. So I thought I'd reach out to someone that has authority. My product is called Popupular and it helps embed just about anything into a popup via a Google Chrome extension. [rest of

Show HN: Cut your AWS costs by stopping non-production resources when not needed https://ift.tt/WH9QJ0t

Show HN: Cut your AWS costs by stopping non-production resources when not needed Hello HN community! Sri and Brian here from CloudPal (https://ift.tt/JAxs3UW). We are building a tool to help companies reduce their cloud costs by stopping non-production resources when they’re not needed. The problem: Almost every company on the cloud struggles with cost management. While optimizing production costs can be complex, reducing non-production costs should be a straightforward case of shutting down resources when they’re not in use. However, most companies lack an elegant solution for this. The solution: CloudPal - A downtime scheduler for non-production resources (currently supports AWS EC2 & RDS) - start / stop button, allowing users to override the schedule (eg. if working on weekends). Next up on the feature roadmap is: - Intelligent start / stop functionality for non-production resources - resources will automatically stop when not in use and quickly spin back up when needed, resulti

Show HN: Thoughts on Digital Sticky Notes https://ift.tt/YZqMPpz

Show HN: Thoughts on Digital Sticky Notes All the apps that allow you to put stickys on a board to manage progress are missing the point. Tasks to do tasks dont necessarily lead you to accomplishing your goals. I built a tool with my team that makes users align all work to their goals. No way around it. We call them missions. Let me know your thoughts! Roast it, love it, be confused by it...let us know! https://twigflo.com June 15, 2022 at 06:43AM

Show HN: The Coinbase FOMO Calculator https://ift.tt/ZGFa7mk

Show HN: The Coinbase FOMO Calculator Made this using Power BI and the Crypto Watch API. Started making this in November 2021, but never got around to publishing it, so that is the reason for the 'FOMO' in the title - probably a good thing if you 'missed out' on the crypto hype late last year. Now it serves as a way to see how much you 'saved' by not putting in money. Hope someone finds it fun! https://ift.tt/a7XjAOg June 14, 2022 at 10:02AM

Show HN: PostgresML integrates Hugging Face to bring SOTA models into the db https://ift.tt/rNtpbMV

Show HN: PostgresML integrates Hugging Face to bring SOTA models into the db Hello folks, It's been a few weeks, so we thought it might be time for another update and this one is very exciting indeed. We've added automatic integration with Hugging Face transformers! By running just a single SQL command, anyone is now able to deploy any of the state-of-the-art models into their Postgres DB for real time inference & tuning. The list of models is long, but here it is anyway: translation, sentiment analysis, summarization, question answering and text generation. Let us know what you think! Montana & Lev https://ift.tt/dFRgraw June 14, 2022 at 12:12AM