Thursday, January 26, 2023

Show HN: Chrome extension to close Zoom tabs after launching desktop app https://ift.tt/xkMZwVv

Show HN: Chrome extension to close Zoom tabs after launching desktop app Hi HN! I use the desktop versions of Zoom, Notion, and Asana, so at the end of the day, I have a ton of Chrome tabs left over from these services launching their apps. I threw together a little extension to clean these tabs up. Do folks tend to use the browser versions of these apps? Or are there other sites that this extension should support? https://ift.tt/gaz1doi January 27, 2023 at 09:13AM

Show HN: A.I. Runner https://ift.tt/4aM3kSe

Show HN: A.I. Runner Several months ago I released a pay version of my software A.I. Runner but quickly pulled it due to some technical issues. I also didn't care for the architecture (a .net form app running a python server and communicating over a socket). I reworked the application and have relaunched it today. It is written in pure python and has a number of features that the previous version lacked. Current features are txt2img, img2img, inpaint, outpaint, an image gallery, an editable huggingface model db, sprite mode (for easy pixel sprite creation - the whole reason I started the app in the first place) an infinite canvas for outpainting and more. I have released it as a free application and would appreciate any feedback. I recommend installing with the itch.io launcher as this will allow you to easily check for updates. https://ift.tt/I3FLftv January 27, 2023 at 06:01AM

Show HN: Peak Gaming – Tournament platform for everyday gamers https://ift.tt/VjpWenD

Show HN: Peak Gaming – Tournament platform for everyday gamers Hey HN community! I'm super excited to shoutout Peak on HN as its a project a buddy and I have worked on tirelessly for the past year or so. Peak is a service that hosts free, cloud based tournaments for everyday gamers with real prizes and skill based matchmaking. Our main offering is our "Passive Tournament" system which allows you to have your regular public matches automatically tracked without ever having to manually enter your scores. Basically, you play just like normal, and Peak keeps score. At Peak, our focus is to make competitive gaming accessible and enjoyable to all. We’re democratizing gaming to bring the same competitive incentives formerly only available to pro players to the everyday gamer. The driving force behind developing Peak was the current state of esports and competitive play for the regular gamer. Put simply, it's too complicated and the barrier to entry can be super annoying. Any criticism/thoughts would be incredibly appreciated since we are trying to iterate as best as possible to turn this service into a thriving community of gamers. Feel free to make an account too and check out some tourneys :) https://ift.tt/H05yTYQ January 27, 2023 at 01:40AM

Show HN: 1Kb Webspace https://ift.tt/DWR57sV

Show HN: 1Kb Webspace Hey guys, I wanted to introduce you my hacknight project. It is a tribute to onekb.net which has stopped its service a few years ago. Currently it is still a beta where external resources are also possible (but not the point ;) ) to get your opinions. When it is finished, the source code will be open source. The secret word is therefore also hackernews. P.S.: The source code is currently 2.4Kb I'm trying to make it smaller. 1Kb would be my goal. https://ift.tt/ZhTqk4l January 26, 2023 at 02:59PM

Show HN: Coder Guard – Protect Your IDE from Malicious Extensions https://ift.tt/Igf6esT

Show HN: Coder Guard – Protect Your IDE from Malicious Extensions There is a growing problem with VSCode extensions: - they're not sandboxed (yet) - just like double-clicking an .exe file - they don't have a permission model - they auto update - they have built-in persistence - they are installed on developer machines with high-value credentials The recent CircleCI and LastPass incidents were both suspected to originate from a compromised developer machine - which is becoming every organization's Achilles heel in terms of cyber posture So I've been working on a way to help mitigate some of these risks Right now, only an MVP of a "CLI" is available: $ code --list-extensions --show-versions | curl --data-binary @- https://ift.tt/aqvI1BT Which will list your installed extensions with some enriched information to vet their trustfulness But much more detailed threat intel will be shown in the upcoming website and extension, including - Behavioural data gathered from running the extension on an instrumented sandbox environment - The ability to define policies to allow or block extension installs/updates, based on your specific risk appetite For updates, sign up at https://coderguard.io or follow https://twitter.com/coderguard The reason I'm posting this now is because I'd like to get some feedback in order to course-correct to make sure what I build actually solves people's problems I'd be happy to read any comments, or answer any questions January 26, 2023 at 12:19PM

Wednesday, January 25, 2023

Show HN: VSCode like editor in an extension. Make code alterations fast https://ift.tt/bH9XBSm

Show HN: VSCode like editor in an extension. Make code alterations fast https://ift.tt/pv5AYTd January 26, 2023 at 11:20AM

Show HN: I made a site that automatically unsubscribes you from unread emails https://ift.tt/vzXhLEs

Show HN: I made a site that automatically unsubscribes you from unread emails Hi Guys, I'm Spencer and recently built AutoUnsubscribe to keep on top of my email subscriptions. The basic idea is: Automatically unsubscribe from unwanted emails that you never open, so you can focus on the emails that matter, saving yourself time and effort. I find overtime I accumulate hundreds of email subscriptions accidentally, especially when I ran an ecommerce business where our emails seemed to end up on all our suppliers, and their suppliers mailing lists. Some people stay on top of unsubscribing easily, however it's something I've always struggled with, especially having ADHD. I wanted a way to stop my inboxes getting out of control without me having to do anything so I built this app. An added bonus is it helps you unsubscribe from subscriptions you were on the fence about unsubscribing too, as it points out you have not even opened them. It also warns you before unsubscribing and gives you a chance to whitelist a subscription, to make sure you keep the ones you care about. I realised a lot of people would get the most value out of AutoUnsubscribe very quickly, so I wanted to provide an option for them, as opposed to just subscribing for a month and then cancelling. As a result the base pricing is $5 for seven days, which will let you basically clean out your inbox. I built out the app using Ruby on Rails, to avoid getting lost in the complexity of Javascript frameworks, as an individual developer/designer I think it was the right choice. The app is privacy focused, I will never share or sell your data. It's also why it is a paid app. I know free unsubscribe apps in the past have monetized by selling user data. You can see the site here: https://ift.tt/WoCawfO https://ift.tt/30kuUQL January 25, 2023 at 09:15AM

Show HN: A tool to design and run user state machines https://ift.tt/TUZ8SDl

Show HN: A tool to design and run user state machines Hi everyone, I’m Joe, CTO at Dopt. We’re building a tool that lets you design user state machines with an SDK so that you can run them in your product. We offer a React SDK that lets you create instances of those machines for any user of your product and exposes methods for transitioning the state of the user—effectively moving them through the machine. Dopt then acts as a persistence layer for the users’ machine state. We call our machines “flows”. Dopt lets you send in data about your users (identify calls/properties) and lets non-devs define rules based on that data for which users should enter the flows. Non-devs can also update content and other custom properties that can be referenced via the SDK. For example, with Dopt’s SDK you can build: - a multi-step, interactive product walkthrough that helps users learn how to use a product by using it ( https://ift.tt/AJu39Nx ) -a getting started checklist that helps a team get setup and activated ( https://ift.tt/hCIoVTe ) You can see a short 4 minute demo of how Dopt at https://www.youtube.com/watch?v=1gRvAp6Cnls We make iteration on your state modeling easy with flow versioning, and we even handle migrating your users between versions on the fly. Dopt’s UI lets everyone easily track how users move through your flows and provides controls for enabling/disabling or resetting them. We’ll work right alongside your analytics and experimentation tools. We started Dopt because we’ve seen the teams building onboarding/education flows struggle with a similar set of issues that Dopt sets out to solve: - Homegrown onboarding is time-consuming to maintain (and it changes a lot!). The logic of the flows is complex and opaque to non-developers and devs are forced to be in the loop for every small copy, targeting, and logic change. - The customer and user data needed to show people relevant experiences lives in multiple places and is hard to build interactive experiences with (e.g. what’s their use case, what plan they’re on, what they’ve done in the product, what other teammates have done in the product, etc…). - Persisting and migrating user flow state is hard. The existing tools aimed at helping people put onboarding into their products frankly suck. They’re not built for developers, only offer boilerplate components, and have brittle integration points that are hard to troubleshoot. They end up producing mostly low-quality tooltip tours. We’re in a closed beta period right now but are looking to find more people building product onboarding that are willing to give Dopt a spin. We’re not charging for Dopt during our beta period and are just asking for feedback to help us learn how to make Dopt better. We’ll eventually start charging later this year (by monthly tracked users) when we go fully self-service but are planning on having a “free in-perpetuity” tier for small use cases to make it easy to evaluate whether Dopt’s valuable. We won’t pull the rug out from anyone who’s built with us during the closed beta. You can signup for our waitlist on dopt.com or drop us a note at info@dopt.com. If you mention HN we’ll skip you to the head of the line and get you product access. We’d love any feedback on the site, docs, and examples too! https://www.dopt.com/ January 26, 2023 at 04:37AM

Show HN: Img2Prompt, Get prompts from Stable Diffusion generated images https://ift.tt/aOpZh6b

Show HN: Img2Prompt, Get prompts from Stable Diffusion generated images https://ift.tt/wCuO0iR January 26, 2023 at 02:31AM

Show HN: Open-source support bot for Discord https://ift.tt/WcdRN0s

Show HN: Open-source support bot for Discord Many companies have a public Discord where people ask questions. Sometimes those questions are dumb and can be easily answered by reading the support documents. So we built a bot that does 3 things: 1. Uses FAISS to index public support documents provided as URLs 2. Monitors a Discord channel for questions, prefixed with !help 3. Responds to questions with its best guess of the right answer and cites its source document(s), using Data Augmented Generation from LangChain It won’t be right all of the time, but if people find it helpful we’ll make it better. Take a look at the repo and give us some suggestions of how to improve it, or put up a PR! Repo: https://ift.tt/l14AVjL Website: https://www.getbuff.io/ Demo: https://www.youtube.com/shorts/JPKW9tX0K9Y https://ift.tt/l14AVjL January 25, 2023 at 11:12PM

Tuesday, January 24, 2023

Show HN: Turning books into chatbots with GPT-3 https://ift.tt/VnsgSjG

Show HN: Turning books into chatbots with GPT-3 So far I've used it to reference ideas from books I've read before. I've also used it to explore books I have not read before by asking the bot questions. Some people have told me they use it like a reading companion. They pause while reading the book if they have a question, and use Konjer to answer it. https://www.konjer.xyz/ January 25, 2023 at 01:28AM

Show HN: Create QuickBooks Sale Receipt from 3rd Party Transactions https://ift.tt/YV8gK39

Show HN: Create QuickBooks Sale Receipt from 3rd Party Transactions Hello everyone. I created a very niche product for my payment gateway customers. They are struggling with the manual process of marking transaction(s) as received in QuickBooks for their franchisor reports and bookkeeping. Paysync.ca turns a manual process into an almost fully automated solution by turning a transaction into a Sale Receipt. We currently support NMi gateways or affiliated gateways and soon importing CSV files. If you are interested you can join the beta program at https://paysync.ca Hacker News registrants will be granted access in front of the line. Have a good day! https://paysync.ca/ January 24, 2023 at 11:42PM

Show HN: LowEndInsight – a “bus-factor” risk analysis tool https://ift.tt/x3EKjs1

Show HN: LowEndInsight – a “bus-factor” risk analysis tool What began as a pet-project a few years back, an a start to learning functional programming with Elixir, turned into a bit of a research effort for CS students. I'd asked them what info could they glean from a git repository, specifically about the risks associated with using it (or becoming dependent on it). The focus quickly arrived at "bus factor" - what happens when the main developer moves on. From there we started thinking about other metrics and a couple stood out - mainly the distribution of contributions, and the obvious commit currency time. The initial research was focused on library packages from the main ecosystems - e.g., Javascript's NPM and Python's PyPI. We quickly found that to be a massive challenge - at the time neither required packages to provide a valid URL pointing to their source code. This itself was an indicator of something. Once the students moved on I continued to think about and would occasionally get asked about the tool. So I picked it back up and slapped an API on it and exposed it via HTTPS POST and GETs. I am generally looking for feedback. Probably more about the issues associated with dependence on Open Source libraries - the risks derived as software atrophy happens. But what are your ideas about the metainformation that is sitting in a software project's source history. I've considered doing some ML-y stuff with the commit history, but haven't really found the right things there yet. Here are some links to the details: * Library: https://ift.tt/mWAzphX * API: https://ift.tt/vdxo8aJ... * API Source: https://ift.tt/hBup5xi * CLI: https://ift.tt/mQD7P4J * CLI Source: https://ift.tt/2MLqbKI * Demo - GitHub Trending Repos: https://ift.tt/QHYI7ps I've capped the number of requests at RapidAPI, but if you really think the tool is useful I can issue you freer, more unlimited access by request. Let me have it HN. And thanks in advance. https://ift.tt/xkVLsJa January 24, 2023 at 08:19PM

Show HN: Semantic search and workflows for medical/scientific papers https://ift.tt/bgZrDPL

Show HN: Semantic search and workflows for medical/scientific papers https://ift.tt/OQ70i2A January 24, 2023 at 09:03PM

Show HN: Realtime GPU-powered implicit function plotter in your browser https://ift.tt/xGWKf59

Show HN: Realtime GPU-powered implicit function plotter in your browser https://plotf.xyz/ January 24, 2023 at 06:11PM

Show HN: ThisResumeDoesNotExist – ChatGPT generated resumes of famous people https://ift.tt/yStGspF

Show HN: ThisResumeDoesNotExist – ChatGPT generated resumes of famous people https://ift.tt/i4hLbU0 January 24, 2023 at 06:04PM

Monday, January 23, 2023

Show HN: sixarm-unix-shell-functions v10 adds POSIX assert functions https://ift.tt/l59SJTH

Show HN: sixarm-unix-shell-functions v10 adds POSIX assert functions https://ift.tt/t0fnhim January 24, 2023 at 01:02AM

Show HN: Text-Based Geolocation Competition https://ift.tt/6Jxi32K

Show HN: Text-Based Geolocation Competition If you have any questions, tag us on Twitter @Yachay.ai https://ift.tt/BcFGZTY January 23, 2023 at 11:23PM

Show HN: Shite: The little hot-reloadin' static site maker from shell https://ift.tt/c4LsbN3

Show HN: Shite: The little hot-reloadin' static site maker from shell Or more precisely, my little site maker... It is a personal tool that I thoroughly enjoyed making, and enjoy using to write my website < https://evalapply.org >. A caveat before any more; nobody was supposed to promote this insanity. Like, terrible things have been done involving inotify and xdotool. But . It showed up on HN some months ago. That too while it was still, shall we say, fermenting. It got "done" some time thence, and of course one could not let the half-past just be . So here we are, for better or worse. Thank you HN mods for helping me repost! _\\// The README explains all, animated GIFs and whatnot. Some assorted highlights: - shite's, ah, "business logic" (except templates) is about 300 lines of Bash, written in Functional Programming style [^]. Pipeline all the things! - The innards won't surprise Perl/PHP/Shell gentleperson hackers from the last century. - The local hot reloading workflow is surprisingly nice, and occasionally hilarious! No JavaScript needed. - Full rebuilds are low performance and that's fine :) - Pandoc is great. - Sometimes sed and regex is exactly the HTML parser you need. *Very* sometimes. - stdio buffering can mess you up - jq -Rr @html # escapes HTML; what?! ... and all sorts of other stuff noted in the README and inline docs. [^] because shell ain't a bad place to FP... https://ift.tt/Nz72JOt... --- P.S.The commit history stops at 3-odd months ago, because I've been using a private fork for day-to-day content drafting, publishing, and layout tweaks. The "business logic" is by and large the same as the public version linked here. https://ift.tt/5EeFPWX January 23, 2023 at 01:43PM

Show HN: Making an open source project regrouping the most interesting AI APIs https://ift.tt/bXkOPvh

Show HN: Making an open source project regrouping the most interesting AI APIs Hi, I'm working on a project that regroups all best AI (AIaaS) from different providers (GCP, AWS, Azure, DeepL, etc.) [in one API]( https://ift.tt/riqcAlK ). I've got asked the question : *why aren't you regrouping Open Source models (instead of proprietary APIs) into one repo?* well because it doesn't make sens to deploy and maintain large pytorch (or other framework) AI models (especially for document parsing, image and video moderation or speech recognition) in every solution that wants AI capabilities. So using APIs makes way more sens. Deployed OpenSource models are being included using different APIs like HuggingFace and other equivalents. The current plan is to add some of these AI capabilities into [n8n automation]( https://ift.tt/8YXUWBG ) and [Odoo App]( https://ift.tt/1ZOsgSo ) (*receipt, resume* and *ID document parsing, content moderation* and *translation*) . Some other capabilities can include : *summarization, keyword extraction, sentiment analysis* for text data and also *speech to text* or *image* and *video tagging*. Do you know other Open Source projects You want this could integrate to ? https://ift.tt/riqcAlK January 23, 2023 at 03:39PM

Show HN: A lie detector game that reads your pulse through your phone camera https://ift.tt/rzFTDLm

Show HN: A lie detector game that reads your pulse through your phone camera https://kouh.me/tells May 8, 2026 at 11:31PM