This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Wednesday, January 25, 2023
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
Sunday, January 22, 2023
Show HN: DIY Ngrok Alternative https://ift.tt/Pbkpy0c
Show HN: DIY Ngrok Alternative https://ift.tt/OSWMH5L January 23, 2023 at 03:34AM
Show HN: Auto2FA – Autofill SMS 2FA codes anywhere https://ift.tt/C6QEhM7
Show HN: Auto2FA – Autofill SMS 2FA codes anywhere https://ift.tt/XbfIuJg January 23, 2023 at 01:16AM
Show HN: Schedule flexible 1:1's or team meetings using AI https://ift.tt/XJPO0aH
Show HN: Schedule flexible 1:1's or team meetings using AI https://ift.tt/8WMH1zU January 23, 2023 at 03:09AM
Show HN: Tmfi: The Missing Firefox Installer https://ift.tt/kzvSgJi
Show HN: Tmfi: The Missing Firefox Installer Mozilla provides prebuilt versions of Firefox for macOS, Windows and Linux. Unfortunately, the Linux version is just a tarball, so it does not create a menu entry or install itself in $PATH. tmfi fixes this. https://ift.tt/cG1zBtb January 22, 2023 at 11:45PM
Show HN: New AI edits images based on text instructions https://ift.tt/a6hn94R
Show HN: New AI edits images based on text instructions This works suprisingly well. Just give it instructions like "make it winter" or "remove the cars" and the photo is altered. Here are some examples of transformations it can make: Golden gate bridge: https://ift.tt/hdNSWFG... Girl with a pearl earring: https://ift.tt/hdNSWFG... I integrated this new InstructPix2Pix model into imaginAIry (python library) so it's easy to use for python developers. https://ift.tt/Q6yrGzh January 22, 2023 at 09:55AM
Show HN: Billionaire Activist Investor calling for more layoffs [pdf] https://ift.tt/KcqxBPM
Show HN: Billionaire Activist Investor calling for more layoffs [pdf] https://ift.tt/lBsNorH January 22, 2023 at 06:27PM
Show HN: Task Completion Engine https://ift.tt/V0DKcgP
Show HN: Task Completion Engine Hi HN, This is Saravanan. I built a simple tool to assist you to complete a given task. I love to hear your thoughts / feedback on this POC. Thank you https://taskbloom.com/ January 22, 2023 at 12:35PM
Saturday, January 21, 2023
Show HN: Can you tell if this poem was written by AI? https://ift.tt/SBHLMxf
Show HN: Can you tell if this poem was written by AI? https://ift.tt/K5hbHLB January 22, 2023 at 05:42AM
Friday, January 20, 2023
Show HN: TypeHub – a collaborative platform to design open data specifications https://ift.tt/yu84m6R
Show HN: TypeHub – a collaborative platform to design open data specifications https://typehub.cloud/ January 21, 2023 at 05:41AM
Subscribe to:
Posts (Atom)
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE
Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...
-
Show HN: A directory of 800 free APIs, no auth required Explore reliable free APIs for developers — ideal for web and software development, ...
-
Show HN: I built Dirac, Hash Anchored AST native coding agent, costs -64.8 pct Fully open source, a hard fork of cline. Full evals on the gi...
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...