Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
Thursday, 26 January 2023
Show HN: A.I. Runner https://bit.ly/3kFSmOd
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://bit.ly/3YjtcUr January 27, 2023 at 01:31AM
Show HN: ThiruvalluvarGPT – GPT model trained using Tamil Tirukkural Poems https://bit.ly/402sOep
Show HN: ThiruvalluvarGPT – GPT model trained using Tamil Tirukkural Poems https://bit.ly/4067Jj9 January 26, 2023 at 12:44PM
Show HN: 1Kb Webspace https://bit.ly/3wwwXd3
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://bit.ly/3kMpqV2 January 26, 2023 at 10:29AM
Show HN: Rest – Instant RESTful API on Any SQL Database https://bit.ly/3japY6D
Show HN: Rest – Instant RESTful API on Any SQL Database https://bit.ly/3JfQupK January 26, 2023 at 09:42AM
Show HN: Coder Guard – Protect Your IDE from Malicious Extensions https://bit.ly/3kM4Gg8
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://bit.ly/3Hzwhdt 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://bit.ly/3Hzwj55 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 07:49AM
Wednesday, 25 January 2023
Show HN: VSCode like editor in an extension. Make code alterations fast https://bit.ly/3DirKcK
Show HN: VSCode like editor in an extension. Make code alterations fast https://bit.ly/3XGm2cE January 26, 2023 at 06:50AM
Show HN: I made a site that automatically unsubscribes you from unread emails https://bit.ly/3wtyYqD
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://bit.ly/3WG1HTJ https://bit.ly/3wtNFtx January 25, 2023 at 04:45AM
Show HN: I've built a C# IDE, Runtime, and AppStore inside Excel https://bit.ly/3WwNND7
Show HN: I've built a C# IDE, Runtime, and AppStore inside Excel https://bit.ly/3wwJQnz January 25, 2023 at 10:39AM
Show HN: You can ask ChatGPT to make ASCII art https://bit.ly/3XFouAq
Show HN: You can ask ChatGPT to make ASCII art I wouldn't throw away the diffusion models just yet though. ``` prompt: Show me an example of ASCII art, depicting a cat. response: /_/\ / o o \ ( " ) ~()~/ / \ | | / | | \ / ~~/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` January 25, 2023 at 09:06AM
Tuesday, 24 January 2023
Show HN: Make your product extendable via “Functions” like Shopify and others https://bit.ly/3JdusDW
Show HN: Make your product extendable via “Functions” like Shopify and others https://bit.ly/3DedjXf January 25, 2023 at 06:21AM
Show HN: I “wrote” a kids book with ChatGPT and Midjourney https://bit.ly/3R4fRg1
Show HN: I “wrote” a kids book with ChatGPT and Midjourney Two of my friends recently welcomed their first child and I "wrote" a kid's book for them using ChatGPT for the story and Midjourney for illustrations. The plot was sourced from a group of friends. https://bit.ly/402mZ0M January 25, 2023 at 05:39AM
Show HN: The Noja Programming Language https://bit.ly/3H2NEln
Show HN: The Noja Programming Language https://bit.ly/3XY1XP4 January 25, 2023 at 02:38AM
Show HN: Video Calls in Live-Chat https://bit.ly/3HvXL3E
Show HN: Video Calls in Live-Chat https://bit.ly/3kIb1sF January 24, 2023 at 11:22PM
Show HN: Create QuickBooks Sale Receipt from 3rd Party Transactions https://bit.ly/3R5LXbj
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://bit.ly/403Iv5k Hacker News registrants will be granted access in front of the line. Have a good day! https://bit.ly/403Iv5k January 24, 2023 at 07:12PM
Show HN: LowEndInsight – a “bus-factor” risk analysis tool https://bit.ly/3kyCVY5
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://bit.ly/3XYAb4Z * API: https://bit.ly/3Wzpy7m... * API Source: https://bit.ly/3XSB3rx * CLI: https://bit.ly/3Jho2UF * CLI Source: https://bit.ly/3WBN6IX * Demo - GitHub Trending Repos: https://bit.ly/3R2PU0o 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://bit.ly/3j0jlng January 24, 2023 at 03:49PM
Show HN: Semantic search and workflows for medical/scientific papers https://bit.ly/3R1jfIw
Show HN: Semantic search and workflows for medical/scientific papers https://bit.ly/37WLrWS January 24, 2023 at 04:33PM
Show HN: Realtime GPU-powered implicit function plotter in your browser https://bit.ly/3wsj3ZC
Show HN: Realtime GPU-powered implicit function plotter in your browser https://bit.ly/3j8JsbA January 24, 2023 at 01:41PM
Show HN: ThisResumeDoesNotExist – ChatGPT generated resumes of famous people https://bit.ly/3H6hjKs
Show HN: ThisResumeDoesNotExist – ChatGPT generated resumes of famous people https://bit.ly/3R6JWMe January 24, 2023 at 01:34PM
Monday, 23 January 2023
Show HN: Contribute to a Truly Open Social Network https://bit.ly/3wuct4w
Show HN: Contribute to a Truly Open Social Network https://bit.ly/3V55dH4 January 24, 2023 at 12:57AM
Show HN: Pybond – A spying and stubbing library inspired by bond (Clojure) https://bit.ly/3HqLAoK
Show HN: Pybond – A spying and stubbing library inspired by bond (Clojure) https://bit.ly/3Hpqk2v January 23, 2023 at 09:02AM
Subscribe to:
Posts (Atom)