Skip to main content

Posts

Showing posts from November 20, 2022

Show HN: I created a Chrome extension to help keep good posture while browsing https://ift.tt/HPSWbga

Show HN: I created a Chrome extension to help keep good posture while browsing Hey HN, this is a small project I created that blurs your browser window whenever you start slouching. I'm sure it can be improved, but I wanted to put it out there in case anyone was interested. Links to the github repo [0] and the extension on the Chrome Webstore [1]. I'd love to get some feedback on it. [0] https://ift.tt/D9beIBy... [1] https://ift.tt/GqFEvDX... https://ift.tt/ZI87mpz November 27, 2022 at 08:57AM

Show HN: Primitive tool to record GIFs from terminal commands https://ift.tt/q0jJ5EA

Show HN: Primitive tool to record GIFs from terminal commands I've made a primitive tools to record GIF files. There's many tools like this, but I was inspired by VHS[0]. The thing is, VHS requires ffmpeg and chromium to create GIFs and videos, which is a nice approach, but it's too heavy for my taste. Basically, I forked a simple terminal emulator[1] written in plain C and added commands to write output straight to a GIF file[2]. It's stil a WIP pet-project, but I believe it could be usefull for someone, for example, to create animated illustrations for documentation, blog posts and such. [0] https://ift.tt/Xcydb9l [1] https://ift.tt/MDapTu3 [2] https://ift.tt/8Sgk3UX https://ift.tt/4oFajfT November 26, 2022 at 07:34PM

Show HN: Open-source case management for KYC/B (built-in OCR, face matching ML) https://ift.tt/khMvf6w

Show HN: Open-source case management for KYC/B (built-in OCR, face matching ML) Hi everyone, We have just released an open-source case management dashboard for manually approving/rejecting KYC requests (know your customer) with built-in OCR & face-matching functionalities. Next steps: - Enable KYB (business onboarding) documents and personas approval. - Connected backend between our KYC flow and the case management dashboard. - Releasing an open-source rule engine, to help automate decisions. We’d love for you to try it out, give us feedback, and suggest features that would make it applicable to you. And if the rest of the project is relevant or interesting to you, follow us here: https://ift.tt/T6LoDWX and we’ll update you once new things are available. Thanks! https://ift.tt/lzpRewt November 26, 2022 at 01:44AM

Show HN: A decentralized semantic web built atop Activity Pub https://ift.tt/9ujfmJk

Show HN: A decentralized semantic web built atop Activity Pub Chatter Net is a modern decentralized semantic web built atop self-sovereign identity. This is a very early prototype. Help, comments, criticisms are all needed to help the project move forward. https://ift.tt/L4pIfcs November 25, 2022 at 05:24AM

Show HN: Google Sheets GOOGLEFINANCE() reliability enhancement https://ift.tt/F6MryJc

Show HN: Google Sheets GOOGLEFINANCE() reliability enhancement Anyone who uses GOOGLEFINANCE() for stock/ETF prices and then logs your total portfolio assets daily (by trigger), knows that it is not 100% reliable. What I wanted was something that would use the last good data point if GOOGLEFINANCE was failing. So I added caching to solve this problem. There is also another issue that GOOGLEFINANCE is particularly bad with Canadian stock symbols. It also does not find stock/etf dividend yields. For this I query a few finance websites to pull in the missing info. Now the problem looking up a couple hundred symbols using =CACHEFINANCE() (my custom function) was the dreaded 'Loading' error, which would also cause asset tracking to fail - so... I also added the capability to run as a trigger function, so it has now been 100% success for my logging. The app script will create a trigger for each job required (i.e. pricing is one, yieldpct is another, etc.). It will also automatically

Show HN: Have fun betting virtual (not real) money on predictions from HN users https://ift.tt/ZJMI6Bi

Show HN: Have fun betting virtual (not real) money on predictions from HN users I wanted to see how difficult it would be to build a web app using a sub-$300 android smartphone. Decided to build a fun predictions website where you could bet virtual (not real) money on predictions made by others, and also make predictions of your own. Building it turned out to be considerably easier and more fun than I anticipated. Primary tools used were: # QuickEdit as the mobile code editor (Note: the free version of the QuickEdit app is riddled with ads, it shows an advert each time you close a tab, but it unfortunately had the best UI of the 3 or so Android code editors I tested. Ended up using NetGuard to block it from retrieving & displaying ads), # PHP for the Backend ( custom PHP microframework I've used and built on over the past few years ). # jQuery for the frontend js ( cringing ) - it appears I'm simply too lazy to learn React/Vue/et al. Every once in a while, I pick one of the

Show HN: Could you be a web designer? https://ift.tt/T3F5pyq

Show HN: Could you be a web designer? I made a short quiz to test web/frontend design skills. Some of the questions require knowledge of trends, but most of them test the ability to notice small details in the design and css of the page. Hope you have fun with it! https://ift.tt/YEh1ivt November 24, 2022 at 07:49AM

Show HN: OpenDolphin – A Community Built Open Source Social Network https://ift.tt/dNvfXDx

Show HN: OpenDolphin – A Community Built Open Source Social Network Hey HN! I'm trying to create a community of people that are willing to contribute to the OpenDolphin project. The goal of the project is to build an Open Source _centralized_ social network that would ideally compete with Twitter, Facebook and Instagram. The main difference between the well established social and this one would be that it is going to be built and managed in the public, in the most transparent way possible. Features will be implemented and requested by the community - and generally speaking everything would be community-centric. If the project takes off, this might become one of the most transparent companies / projects out there. If you fancy joining us, come say "Hi" on our Slack instance, and help us shape the next social network! https://ift.tt/dTqus2K November 24, 2022 at 06:55AM

Your Questions, Answered: Central Subway Special Weekend Service

Your Questions, Answered: Central Subway Special Weekend Service By Mariana Maguire Central Subway special weekend service shuttles customer between Chinatown-Rose Pak Station and 4th & Brannan to explore the new stations. And on January 7, T Third service will connect from Chinatown-Rose Pak to Sunnydale. What has four brand new stations, thousands of curious customers and really long escalators? It’s Central Subway! Special weekend service launched Saturday and Sunday, November 19 and 20 with a steady stream of Muni customers excited to experience the SFMTA’s historic new subway. They were greeted by ambassadors in orange giving out fortune cookies and Muni squishy trains and answering lots of questions. Customers got to see the new Central Subway stations for the first time and start to learn how to navigate new connections with special shuttle service operating between Chinatown-Rose Pak and 4th & Brannan stations. We know this is a big change for everyone and it will

Show HN: CodeLink: create links to blocks of code in your IDE https://ift.tt/sMJnVND

Show HN: CodeLink: create links to blocks of code in your IDE Small team down here in South New Zealand just launched CodeLink. In short its an IDE (VSCode/JetBrains) plugin that lets you share blocks of code that link directly to the code inside your IDE or repo. We use it all the time and think its pretty nifty tech that lets you understand someone’s code in context very quickly. we’re hoping to keep refining it to make it better and more useful. https://codelink.dev/ November 23, 2022 at 03:03AM

Show HN: Organize Carpools with Co-Workers https://ift.tt/IlcbmvL

Show HN: Organize Carpools with Co-Workers Here's something I've been working on to help employees find carpooling options with co-workers. With inflation & gas prices going up this seems like a really good thing to have going forward. Happy to have any feedback and I'll roll it back into the site. Thank you! https://ift.tt/jfGzQR3 This is a repost after 10 weeks up working on feedback from HN with updates and a website redesign [1]. I submitted this before and there was very good feedback about target audience, need to show benefits, etc. Basically, I had a website that looked like it was designed by a programmer. I'd spent 95% of the work on the backend systems and 5% on the website. I've tried to majorly improve the website with screenshots and demos now. [1] https://ift.tt/uHQa6xJ https://ift.tt/jfGzQR3 November 22, 2022 at 03:30AM

Show HN: General Task, a free task manager for builders (beta) https://ift.tt/7ysij3N

Show HN: General Task, a free task manager for builders (beta) Hello everyone! I left my job to start General Task a little over a year ago, and have been building a better free task manager with a small team. We aim to be the best place where one can find what’s next in their workday and we integrate with a number of different services to help do that. We’re still in the early stages of a beta, but so far you can: - Create/edit tasks with due dates, priorities, and folders - Drag tasks onto your calendar to block off time to do them (syncs with GCal) - Sync with Linear (JIRA coming soon) to see tasks assigned to you - Sync with Github to see your PRs - Integrate with Slack to make tasks directly from Slack What sets us apart? We know there are tons of task managers out there. We believe ours is different because it is tailor-made for engineers, with integrations for Github PRs, Linear and Slack. We also support dragging tasks onto your calendar, which is usually only found in premium