Show HN: I created a tool that charts a stocks historical sentiment
2 by microperambler | 0 comments on Hacker News.
Sunday, 31 December 2023
New Show Hacker News story: latest news
Show HN: Browsing the Active Oberon source code of the ETH Bluebottle system
2 by Rochus | 0 comments on Hacker News.
2 by Rochus | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Vet now supports detecting malicious packages
2 by abhisek | 0 comments on Hacker News.
If you are worried about the recent Lazarus group software supply chain attack, you should consider having guard rails that is more than conventional SCA. `vet` detects the package (version) published in the report as malware. Try out vet, its free and open source: https://ift.tt/lpG5Zis More details on the attack: https://ift.tt/XjtZYS1...
2 by abhisek | 0 comments on Hacker News.
If you are worried about the recent Lazarus group software supply chain attack, you should consider having guard rails that is more than conventional SCA. `vet` detects the package (version) published in the report as malware. Try out vet, its free and open source: https://ift.tt/lpG5Zis More details on the attack: https://ift.tt/XjtZYS1...
Saturday, 30 December 2023
New Show Hacker News story: latest news
Show HN: GitHub Action to Block Merge Out of Hours
2 by koconder | 0 comments on Hacker News.
Something that people keep asking me for so thought i would share here. Simple github action to block merges on holidays and out of hours. Simple time check status using python.
2 by koconder | 0 comments on Hacker News.
Something that people keep asking me for so thought i would share here. Simple github action to block merges on holidays and out of hours. Simple time check status using python.
New Show Hacker News story: latest news
Show HN: LinuxDAW – Quality audio software for Linux
29 by fractalf | 10 comments on Hacker News.
I made/released this exactly one year ago today. It's a simple webpage giving an overview over quality software that runs on Linux. It has search and filter to narrow down what you're looking for. Default sorting is latest additions so it can be used as a "news site". There is also a RSS feed available. I needed this myself, so I used it as a pet project to upgrade my knownledge from Vue2 to Vue3. Source code is ofc open and contributions/feedback is always welcome. https://ift.tt/dfbTQpm Cheers!
29 by fractalf | 10 comments on Hacker News.
I made/released this exactly one year ago today. It's a simple webpage giving an overview over quality software that runs on Linux. It has search and filter to narrow down what you're looking for. Default sorting is latest additions so it can be used as a "news site". There is also a RSS feed available. I needed this myself, so I used it as a pet project to upgrade my knownledge from Vue2 to Vue3. Source code is ofc open and contributions/feedback is always welcome. https://ift.tt/dfbTQpm Cheers!
New Show Hacker News story: latest news
Show HN: Go index me – Get indexed by Google and stay indexed
4 by markjivko | 0 comments on Hacker News.
4 by markjivko | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Akhenaten: Compliance for business communications in Finance and Crypto
2 by Ch3ck | 0 comments on Hacker News.
Hi friends, I'm Nyah, co-founder of Akhenaten. We've developed a platform tailored for financial and crypto companies to streamline compliance with SEC record-keeping mandates. Our tool integrates multiple messaging platforms like Slack, Telegram, and WhatsApp, simplifying the monitoring and archiving of business communications. Our expertise stems from our time at Anchorage Digital, Google, and VMware, focusing on security. With Akhenaten, we aim to remove the compliance hurdles in the crypto and finance sectors, fostering innovation and reducing concerns about SEC enforcement actions. We've recently launched our platform with initial support for Slack, Telegram, and WhatsApp communications. Check out our demo here: [Akhenaten Demo]( https://bit.ly/akhenatendemo ). We're excited to offer early access to institutions and startups eager to experience our solution. Your feedback is invaluable to us and will shape the future of compliant communication in the finance and crypto world. Thank you for your time and interest.
2 by Ch3ck | 0 comments on Hacker News.
Hi friends, I'm Nyah, co-founder of Akhenaten. We've developed a platform tailored for financial and crypto companies to streamline compliance with SEC record-keeping mandates. Our tool integrates multiple messaging platforms like Slack, Telegram, and WhatsApp, simplifying the monitoring and archiving of business communications. Our expertise stems from our time at Anchorage Digital, Google, and VMware, focusing on security. With Akhenaten, we aim to remove the compliance hurdles in the crypto and finance sectors, fostering innovation and reducing concerns about SEC enforcement actions. We've recently launched our platform with initial support for Slack, Telegram, and WhatsApp communications. Check out our demo here: [Akhenaten Demo]( https://bit.ly/akhenatendemo ). We're excited to offer early access to institutions and startups eager to experience our solution. Your feedback is invaluable to us and will shape the future of compliant communication in the finance and crypto world. Thank you for your time and interest.
Friday, 29 December 2023
New Show Hacker News story: latest news
Show HN: Intuitive nutrition information
2 by gusgordon | 0 comments on Hacker News.
Hey everyone, I've been building this nutrition tracker and calorie counter recently, after being frustrated by existing products for ages. I built a similar app 8 years ago [1], but came back to this problem again since there are still no good solutions here. Lmk your thoughts and improvement ideas :) [1] https://ift.tt/tFfzEuK
2 by gusgordon | 0 comments on Hacker News.
Hey everyone, I've been building this nutrition tracker and calorie counter recently, after being frustrated by existing products for ages. I built a similar app 8 years ago [1], but came back to this problem again since there are still no good solutions here. Lmk your thoughts and improvement ideas :) [1] https://ift.tt/tFfzEuK
New Show Hacker News story: latest news
Show HN: Every template you'll ever need to grow your startup
2 by anilsubhanti | 0 comments on Hacker News.
2 by anilsubhanti | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: WhatOnEarth.ai, a retro chatbot that also includes web citations
2 by naklecha | 0 comments on Hacker News.
2 by naklecha | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Wasker – A WASM compiler for running WASM on your favorite kernel
3 by ainno | 0 comments on Hacker News.
Wasker is a WebAssembly compiler. Wasker compiles Wasm binary into ELF format binary. What's new with Wasker is, Wasker generates an OS-independent ELF file where WASI calls from Wasm applications remain unresolved. This unresolved feature allows Wasker's output ELF file to be linked with WASI implementations provided by various operating systems, enabling each OS to execute Wasm applications. Wasker empowers your favorite OS to serve as a Wasm runtime!
3 by ainno | 0 comments on Hacker News.
Wasker is a WebAssembly compiler. Wasker compiles Wasm binary into ELF format binary. What's new with Wasker is, Wasker generates an OS-independent ELF file where WASI calls from Wasm applications remain unresolved. This unresolved feature allows Wasker's output ELF file to be linked with WASI implementations provided by various operating systems, enabling each OS to execute Wasm applications. Wasker empowers your favorite OS to serve as a Wasm runtime!
Thursday, 28 December 2023
New Show Hacker News story: latest news
Show HN: Vocab Miner – find new words in Spanish from texts
6 by jsjoeio | 2 comments on Hacker News.
6 by jsjoeio | 2 comments on Hacker News.
Wednesday, 27 December 2023
New Show Hacker News story: latest news
Show HN: Meal planning app I built after losing 50kg myself in 2022
5 by tapster | 0 comments on Hacker News.
1500cals is a calorie and excercise tracking tool that I built after losing 50kg myself in 2022 through simply watching what I ate and starting to exercise. The main "trick" I uncovered is simply to plan meals ahead. It sounds boring, it sounds annoying, but really its such a tiny effort for such outsized and life changing rewards that it should be a no-brainer. The existing tools I found were more focused on tracking after eating which is great in terms of capturing data and measuring over time, but I found really didn’t help me with locking in a routine. I wanted to fix this and bring some of this planning side along with tracking into an easy to use app. This is 1500cals!
5 by tapster | 0 comments on Hacker News.
1500cals is a calorie and excercise tracking tool that I built after losing 50kg myself in 2022 through simply watching what I ate and starting to exercise. The main "trick" I uncovered is simply to plan meals ahead. It sounds boring, it sounds annoying, but really its such a tiny effort for such outsized and life changing rewards that it should be a no-brainer. The existing tools I found were more focused on tracking after eating which is great in terms of capturing data and measuring over time, but I found really didn’t help me with locking in a routine. I wanted to fix this and bring some of this planning side along with tracking into an easy to use app. This is 1500cals!
New Show Hacker News story: latest news
Show HN: Ec – a small tool to inline build commands in stand-alone source files
2 by michaelfm1211 | 0 comments on Hacker News.
2 by michaelfm1211 | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: PrivatePDF – minimal PDF editor that runs in the browser
3 by meridion | 0 comments on Hacker News.
I created this tool to make it quick and easy to sign PDF contracts, without having to deal with installing additional software and without worrying that my PDFs will get uploaded to a third party. It supports the bare minimum for my most common usecases. It is not intended to be a full-featured PDF editor. Features include filling PDF forms, inserting images and text, and rotating PDFs. Check it out by either picking a PDF of your own - https://ift.tt/7YPB5L3 , or with a preloaded sample PDF - https://ift.tt/Oblk7LX... . In terms of tech stack, it's written in TypeScript, bundled with Webpack. For PDF rendering and editing I used PDF.js and pdf-lib respectively.
3 by meridion | 0 comments on Hacker News.
I created this tool to make it quick and easy to sign PDF contracts, without having to deal with installing additional software and without worrying that my PDFs will get uploaded to a third party. It supports the bare minimum for my most common usecases. It is not intended to be a full-featured PDF editor. Features include filling PDF forms, inserting images and text, and rotating PDFs. Check it out by either picking a PDF of your own - https://ift.tt/7YPB5L3 , or with a preloaded sample PDF - https://ift.tt/Oblk7LX... . In terms of tech stack, it's written in TypeScript, bundled with Webpack. For PDF rendering and editing I used PDF.js and pdf-lib respectively.
Tuesday, 26 December 2023
New Show Hacker News story: latest news
Show HN: Whataaabout.com – unique activity ideas for the holiday break
2 by erkjs | 0 comments on Hacker News.
Hi HN, I’ve been working on whataaabout.com with a friend, while learning to code. It's a fun little website for those short on time but seeking new experiences. It started from a question, "when was the last time you did an experience you had never done before?". As human beings we need some degree of novelty, to expose ourselves to the unfamiliar and keep learning throughout our lives. So to add a spark to my daily routine and keep novelty coming my way, I started collecting ideas of interesting and unusual activities I’d like to try out sooner or later. The main selection criteria is things that take a short amount of time and are not too demanding, nor location-specific. I organized them based on categories like uniqueness, humans involved, location, price, time required, and others. I hope you like it, and I’d be happy to hear your thoughts, as well as any cool activity ideas you might have. Cheers!
2 by erkjs | 0 comments on Hacker News.
Hi HN, I’ve been working on whataaabout.com with a friend, while learning to code. It's a fun little website for those short on time but seeking new experiences. It started from a question, "when was the last time you did an experience you had never done before?". As human beings we need some degree of novelty, to expose ourselves to the unfamiliar and keep learning throughout our lives. So to add a spark to my daily routine and keep novelty coming my way, I started collecting ideas of interesting and unusual activities I’d like to try out sooner or later. The main selection criteria is things that take a short amount of time and are not too demanding, nor location-specific. I organized them based on categories like uniqueness, humans involved, location, price, time required, and others. I hope you like it, and I’d be happy to hear your thoughts, as well as any cool activity ideas you might have. Cheers!
New Show Hacker News story: latest news
Show HN: Just.sh – compiler that turns Justfiles into portable shell scripts
4 by jstrieb | 3 comments on Hacker News.
Justfiles are like Makefiles, except Just is a command runner, whereas Make is a build system. As I understand it, Just was built to be a less arcane version of Make for collecting commands common to a code repository. When I first learned about Just, I realized that parsing arguments and running commands is exactly what shell scripts do, and there probably isn't much Just does that sh doesn't. This project proves that hypothesis by compiling Justfiles to portable (POSIX-compatible) shell scripts. just.sh is particularly useful for running Justfiles in esoteric environments where Just may not be straightforward to install, such as some CI/CD pipeline environments.
4 by jstrieb | 3 comments on Hacker News.
Justfiles are like Makefiles, except Just is a command runner, whereas Make is a build system. As I understand it, Just was built to be a less arcane version of Make for collecting commands common to a code repository. When I first learned about Just, I realized that parsing arguments and running commands is exactly what shell scripts do, and there probably isn't much Just does that sh doesn't. This project proves that hypothesis by compiling Justfiles to portable (POSIX-compatible) shell scripts. just.sh is particularly useful for running Justfiles in esoteric environments where Just may not be straightforward to install, such as some CI/CD pipeline environments.
New Show Hacker News story: latest news
Show HN: SaaSData.app – Database of 30k+ SaaS companies and 25k+ founders
2 by vaibhavacharya_ | 0 comments on Hacker News.
2 by vaibhavacharya_ | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: A web-app to explore topics using LLM
2 by graphitout | 0 comments on Hacker News.
Lately, I've been tinkering with llama.cpp and the ollama server. The speed of these tools caught my attention, even on my modest 4060 setup. I was quite impressed with the generation quality of models like Mistral. But I was a bit unhappy at the same time because whenever I explore a topic, there is a lot of typing involved when using the chat interface. So I needed a tool to not only give a response but also generate a set of "suggestions" which can be explored further just by clicking. My experience in front-end development is limited. Nonetheless, I tinkered together a small web app to achieve the same goal. It is built with vuejs3+vuetify. Code: https://ift.tt/V9Gd8HX
2 by graphitout | 0 comments on Hacker News.
Lately, I've been tinkering with llama.cpp and the ollama server. The speed of these tools caught my attention, even on my modest 4060 setup. I was quite impressed with the generation quality of models like Mistral. But I was a bit unhappy at the same time because whenever I explore a topic, there is a lot of typing involved when using the chat interface. So I needed a tool to not only give a response but also generate a set of "suggestions" which can be explored further just by clicking. My experience in front-end development is limited. Nonetheless, I tinkered together a small web app to achieve the same goal. It is built with vuejs3+vuetify. Code: https://ift.tt/V9Gd8HX
Monday, 25 December 2023
New Show Hacker News story: latest news
Show HN: I made an API to manage the cloud storage
2 by Itshoffman | 0 comments on Hacker News.
I have freelance projects involves the creation and administration of Google Cloud buckets. However, managing access permissions can be a bit challenging at times. To streamline this process, I've decided to develop an API to manage all my buckets, each associated with its unique API key. I've created a demo to showcase the capabilities of this solution
2 by Itshoffman | 0 comments on Hacker News.
I have freelance projects involves the creation and administration of Google Cloud buckets. However, managing access permissions can be a bit challenging at times. To streamline this process, I've decided to develop an API to manage all my buckets, each associated with its unique API key. I've created a demo to showcase the capabilities of this solution
New Show Hacker News story: latest news
Show HN: I Made a Christmas Quiz
2 by lloydatkinson | 0 comments on Hacker News.
For the last couple of years I've created a Christmas quiz, which you can read about and play here: https://ift.tt/oLFRSHB... . This year I created another quiz, this time general Christmas questions. Like last year the tech I used: - Astro - React - TypeScript - Framer Motion for the animation - A Netlify function that saves and loads the scoreboard from Azure Table Storage Unlike last year which was somewhat easy to cheat on by Googling, this time, the longer you take to answer a question the fewer points you get. I hope you have fun and a great Christmas
2 by lloydatkinson | 0 comments on Hacker News.
For the last couple of years I've created a Christmas quiz, which you can read about and play here: https://ift.tt/oLFRSHB... . This year I created another quiz, this time general Christmas questions. Like last year the tech I used: - Astro - React - TypeScript - Framer Motion for the animation - A Netlify function that saves and loads the scoreboard from Azure Table Storage Unlike last year which was somewhat easy to cheat on by Googling, this time, the longer you take to answer a question the fewer points you get. I hope you have fun and a great Christmas
New Show Hacker News story: latest news
Show HN: Boarda – Focused Offline Kanban Board
2 by thabetx | 0 comments on Hacker News.
I like using Kanban boards, so I created a program to manage them using Zig and raylib. You can check it out here https://ift.tt/X0qMaGl It can open multiple boards, has undo/redo, clipboard support, and many other features. You can read about in the page above or try it yourself.
2 by thabetx | 0 comments on Hacker News.
I like using Kanban boards, so I created a program to manage them using Zig and raylib. You can check it out here https://ift.tt/X0qMaGl It can open multiple boards, has undo/redo, clipboard support, and many other features. You can read about in the page above or try it yourself.
Sunday, 24 December 2023
New Show Hacker News story: latest news
Show HN: I made a Fallout inspired PIP-Boy portfolio
25 by powerpurple | 3 comments on Hacker News.
Hey, last year I started working on this high-on-the-midnight motivation and yesterday I decided to finally finish it. I hope you all like it :) It's only opitimised for desktops
25 by powerpurple | 3 comments on Hacker News.
Hey, last year I started working on this high-on-the-midnight motivation and yesterday I decided to finally finish it. I hope you all like it :) It's only opitimised for desktops
New Show Hacker News story: latest news
Show HN: Weeks of Your Life
2 by petemilly | 0 comments on Hacker News.
Hi! I made an interactive visualization of your life in weeks. Inspired by Tim Urban's Your Life in Weeks (Wait But Why) and Buster Benson's Life in Weeks. Hopefully it's a fun thing to do together with family over the holidays. I wrote about it on my digital garden: https://ift.tt/sDrXWvx Any feedback is welcome. Top on my todo list is improving performance (reduce interaction lag).
2 by petemilly | 0 comments on Hacker News.
Hi! I made an interactive visualization of your life in weeks. Inspired by Tim Urban's Your Life in Weeks (Wait But Why) and Buster Benson's Life in Weeks. Hopefully it's a fun thing to do together with family over the holidays. I wrote about it on my digital garden: https://ift.tt/sDrXWvx Any feedback is welcome. Top on my todo list is improving performance (reduce interaction lag).
New Show Hacker News story: latest news
Show HN: I made a GPT to generate retro NES Game cartridges
4 by neoziro | 3 comments on Hacker News.
4 by neoziro | 3 comments on Hacker News.
Saturday, 23 December 2023
New Show Hacker News story: latest news
Show HN: V0.dev OSS Alternative, Customizable, Budget-Flexible, Live in GitHub
2 by yz-yu | 0 comments on Hacker News.
Hello everyone, I'm excited to share the project vx.dev with you all. Inspired by the technical insights and experiences from v0.dev, we've now managed to seamlessly integrate the experience of converting text and images into UI code with the familiar GitHub issue/PR/code-review process. Additionally, this project offers further customization of prompts and the choice of suitable AI models. This integration not only enhances productivity but also opens up new possibilities for developers looking for flexible, budget-friendly, and customizable solutions.
2 by yz-yu | 0 comments on Hacker News.
Hello everyone, I'm excited to share the project vx.dev with you all. Inspired by the technical insights and experiences from v0.dev, we've now managed to seamlessly integrate the experience of converting text and images into UI code with the familiar GitHub issue/PR/code-review process. Additionally, this project offers further customization of prompts and the choice of suitable AI models. This integration not only enhances productivity but also opens up new possibilities for developers looking for flexible, budget-friendly, and customizable solutions.
New Show Hacker News story: latest news
Show HN: An open-source accounting tool for small companies in Germany
3 by xamp | 0 comments on Hacker News.
As I couldn't find a proper web based open source tool that could help me with my bookkeeping, I spend a week to built one myself. It's based on laravel and provides revenue, expenses, travel allowance and depreciation sections. Everything is then merged to an annual statement, that can be exported as a pdf and used for tax filing. It's far away from perfect (no tests yet), but I would be happy to hear what you think about it and maybe find someone to join in.
3 by xamp | 0 comments on Hacker News.
As I couldn't find a proper web based open source tool that could help me with my bookkeeping, I spend a week to built one myself. It's based on laravel and provides revenue, expenses, travel allowance and depreciation sections. Everything is then merged to an annual statement, that can be exported as a pdf and used for tax filing. It's far away from perfect (no tests yet), but I would be happy to hear what you think about it and maybe find someone to join in.
New Show Hacker News story: latest news
Show HN: 4d-Modeller – R library to make Bayesian spatiotemporal modeling easy
2 by mnky9800n | 0 comments on Hacker News.
Hi, I've been working with other colleagues at University of Bristol for the last year to build an R-package that makes bayesian spatio-temporal modeling easy. That is, if you have some problem like predicting sea level rise over time, disease transmissions, etc., this package may be useful for you. It centers on a collection of Shiny apps that guide you through using the various pieces of spatio-temporal modeling packages like R-INLA or inlabru. Hopefully people find this useful. I think the nice part is that we really tried to design the package so you can add it to your modeling tool kit without having to learn a lot about R to be useful with the tool. Hopefully we succeeded. We will have a hackathon for this model in March 25-27: https://ift.tt/SQPpCFI At the hackathon we will implement new features or apply the model to new applications.
2 by mnky9800n | 0 comments on Hacker News.
Hi, I've been working with other colleagues at University of Bristol for the last year to build an R-package that makes bayesian spatio-temporal modeling easy. That is, if you have some problem like predicting sea level rise over time, disease transmissions, etc., this package may be useful for you. It centers on a collection of Shiny apps that guide you through using the various pieces of spatio-temporal modeling packages like R-INLA or inlabru. Hopefully people find this useful. I think the nice part is that we really tried to design the package so you can add it to your modeling tool kit without having to learn a lot about R to be useful with the tool. Hopefully we succeeded. We will have a hackathon for this model in March 25-27: https://ift.tt/SQPpCFI At the hackathon we will implement new features or apply the model to new applications.
Friday, 22 December 2023
New Show Hacker News story: latest news
Show HN: Time-sharing supercomputer built on GitHub Actions
2 by alexellisuk | 0 comments on Hacker News.
2 by alexellisuk | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Heynote – A Dedicated Scratchpad for Developers
24 by jonatanheyman | 1 comments on Hacker News.
Hey! I made Heynote entirely for my own use case. For many years, I always had an Emacs instance running with the scratch buffer open, even long after I had abandoned Emacs as my programming editor in favor of more recent IDE:s. The simplicity of having just one big scratch buffer appeals to me, but I still want to separate the different things I jot down somehow (without using tabs or similar). Previously, my solution was to insert a bunch of blank lines between the notes, but hitting C-A would still select the entire buffer. That's why I came up with the concept of "blocks", which turned out really well for my use cases. I decided to release Heynote, thinking it might be useful to others.
24 by jonatanheyman | 1 comments on Hacker News.
Hey! I made Heynote entirely for my own use case. For many years, I always had an Emacs instance running with the scratch buffer open, even long after I had abandoned Emacs as my programming editor in favor of more recent IDE:s. The simplicity of having just one big scratch buffer appeals to me, but I still want to separate the different things I jot down somehow (without using tabs or similar). Previously, my solution was to insert a bunch of blank lines between the notes, but hitting C-A would still select the entire buffer. That's why I came up with the concept of "blocks", which turned out really well for my use cases. I decided to release Heynote, thinking it might be useful to others.
New Show Hacker News story: latest news
Show HN: I did web app to watch/share IPTV
2 by anilyeni | 0 comments on Hacker News.
It started as a Proof of Concept (POC) but quickly turned into a weekend project. Unfortunately, due to time constraints, it still has many missing features and bugs. Recently, I moved from my apartment and no longer have a smart enough TV to watch my IPTV. I couldn't find a web app that suited my needs; most available options relied on backend services. As a backend engineer, I decided to challenge myself with a frontend-only solution. Initially, I thought I could parse the IPTV playlist and play it using the HTML5 video element. However, I soon realized that this isn't as straightforward in the real world, and I'm still puzzled by why the HTML5 video player lacks the capabilities of VLC player. My playlist streams are in mpeg2-ts format, and it took some effort to make them compatible with the video player. Although there are still some mpeg2-ts streams that I cannot play, I didn't prioritize addressing this issue. After successfully creating a POC for playing IPTV streams, I found it intriguing to share the stream with others through WebRTC. Admittedly, I knew little about "signaling," but with some research via docs and YouTube, I managed to make it work. It's a bit buggy, but it "kinda" works. The code is a bit messy, but if I find time to tidy it up, I'll push it to GitHub. Perhaps someone can help fix the bugs :) In the future, if time allows, I plan to address these issues and explore new features, such as streaming to multiple peers, sticky sessions, caching the playlist, and more. Feel free to give it a try if you're an IPTV user. You may need to allow "insecure content" if your playlist includes HTTP links and is missing CORS headers, similar to mine. Apologies if it doesn't work :) Best, Thanks
2 by anilyeni | 0 comments on Hacker News.
It started as a Proof of Concept (POC) but quickly turned into a weekend project. Unfortunately, due to time constraints, it still has many missing features and bugs. Recently, I moved from my apartment and no longer have a smart enough TV to watch my IPTV. I couldn't find a web app that suited my needs; most available options relied on backend services. As a backend engineer, I decided to challenge myself with a frontend-only solution. Initially, I thought I could parse the IPTV playlist and play it using the HTML5 video element. However, I soon realized that this isn't as straightforward in the real world, and I'm still puzzled by why the HTML5 video player lacks the capabilities of VLC player. My playlist streams are in mpeg2-ts format, and it took some effort to make them compatible with the video player. Although there are still some mpeg2-ts streams that I cannot play, I didn't prioritize addressing this issue. After successfully creating a POC for playing IPTV streams, I found it intriguing to share the stream with others through WebRTC. Admittedly, I knew little about "signaling," but with some research via docs and YouTube, I managed to make it work. It's a bit buggy, but it "kinda" works. The code is a bit messy, but if I find time to tidy it up, I'll push it to GitHub. Perhaps someone can help fix the bugs :) In the future, if time allows, I plan to address these issues and explore new features, such as streaming to multiple peers, sticky sessions, caching the playlist, and more. Feel free to give it a try if you're an IPTV user. You may need to allow "insecure content" if your playlist includes HTTP links and is missing CORS headers, similar to mine. Apologies if it doesn't work :) Best, Thanks
Thursday, 21 December 2023
New Show Hacker News story: latest news
Show HN: Dashy.io – combine tools, news, and notifications into one dashboard
2 by onounoko | 2 comments on Hacker News.
I built this app to be a hub for different tools, data, and news you might need throughout your day. You can customize it to match your workflow. You can add RSS news feeds, store code snippets and bookmarks, resize an image, get stock quotes, view the weather, and more. I currently have about 31 widgets and I'm looking to add more. I would love to hear all the feedback/suggestions. Thanks!
2 by onounoko | 2 comments on Hacker News.
I built this app to be a hub for different tools, data, and news you might need throughout your day. You can customize it to match your workflow. You can add RSS news feeds, store code snippets and bookmarks, resize an image, get stock quotes, view the weather, and more. I currently have about 31 widgets and I'm looking to add more. I would love to hear all the feedback/suggestions. Thanks!
New Show Hacker News story: latest news
Show HN: Cumuli – AWS Console Chat
2 by poundofshrimp | 0 comments on Hacker News.
Cumuli Chrome extension adds a side panel with LLM chat to all AWS pages, and lets you add screenshots of the console to your queries to get context-aware responses. It's similar to Amazon Q but uses GPT-4 Turbo with vision.
2 by poundofshrimp | 0 comments on Hacker News.
Cumuli Chrome extension adds a side panel with LLM chat to all AWS pages, and lets you add screenshots of the console to your queries to get context-aware responses. It's similar to Amazon Q but uses GPT-4 Turbo with vision.
Wednesday, 20 December 2023
New Show Hacker News story: latest news
Show HN: Easily train AlphaZero-like agents on any environment you want!
3 by s-casci | 0 comments on Hacker News.
3 by s-casci | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Real Estate CRM – The only CRM tailor made for real estate Industry
2 by prafullsatasiya | 1 comments on Hacker News.
As a budding player in real estate tech, our product, ProLink Real Estate CRM, is now at the launch stage. We're actively seeking early users and feedback to refine our offering for industry-specific needs. Additionally, we're open to potential investors aligned with our vision for strategic support. Media coverage is key to boosting our visibility among real estate professionals.
2 by prafullsatasiya | 1 comments on Hacker News.
As a budding player in real estate tech, our product, ProLink Real Estate CRM, is now at the launch stage. We're actively seeking early users and feedback to refine our offering for industry-specific needs. Additionally, we're open to potential investors aligned with our vision for strategic support. Media coverage is key to boosting our visibility among real estate professionals.
New Show Hacker News story: latest news
Show HN: ClimateTriage – Impactful open source contributions
3 by ThomasGram | 0 comments on Hacker News.
Hello everyone! We have just launched ClimateTriage.com, a platform helping you to contribute to open source projects focused on climate technology and sustainability. We provide a curated directory covering climate change, sustainable energy, biodiversity, natural resources & more. Our hope is to utilize the work of Open Sustainable Technology and ecosyste.ms, in order to pragmatically enable developers/contributors to get involved in these fantastic projects. I built the webapp with Next.js/TypeScript, using the ecosyste.ms API to take a local copy of the repositories - finally exporting a completely static site, hosted on GitHub pages. We're launching now to gather valuable feedback, iterate, and grow our community. We'd greatly appreciate your insights: What stands out to you, and what improvements would you suggest? Are there any features you're missing? Looking forward to your thoughts. Thank you!
3 by ThomasGram | 0 comments on Hacker News.
Hello everyone! We have just launched ClimateTriage.com, a platform helping you to contribute to open source projects focused on climate technology and sustainability. We provide a curated directory covering climate change, sustainable energy, biodiversity, natural resources & more. Our hope is to utilize the work of Open Sustainable Technology and ecosyste.ms, in order to pragmatically enable developers/contributors to get involved in these fantastic projects. I built the webapp with Next.js/TypeScript, using the ecosyste.ms API to take a local copy of the repositories - finally exporting a completely static site, hosted on GitHub pages. We're launching now to gather valuable feedback, iterate, and grow our community. We'd greatly appreciate your insights: What stands out to you, and what improvements would you suggest? Are there any features you're missing? Looking forward to your thoughts. Thank you!
Tuesday, 19 December 2023
New Show Hacker News story: latest news
Show HN: Agora – Beeper for Social Networks (Mastodon, Bluesky, Nostr, Twitter)
2 by KoftaBob | 0 comments on Hacker News.
2 by KoftaBob | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Go index me – Get indexed by Google and stay indexed
3 by markjivko | 0 comments on Hacker News.
3 by markjivko | 0 comments on Hacker News.
Monday, 18 December 2023
New Show Hacker News story: latest news
Show HN: Traci, a CI command wrapper that generates and exports OTel traces
2 by cantrobot | 0 comments on Hacker News.
2 by cantrobot | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Open source Rails + Turbo Native App in the App Store
2 by joemasilotti | 0 comments on Hacker News.
2 by joemasilotti | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Resilience Infrastructure Standards for Enterprises
2 by PPACI | 0 comments on Hacker News.
2 by PPACI | 0 comments on Hacker News.
Sunday, 17 December 2023
New Show Hacker News story: latest news
Show HN: Sigkill, utility for decrypting and exporting signal chats
3 by aaronsdevera | 1 comments on Hacker News.
3 by aaronsdevera | 1 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: FlashFlashCards- create Anki flashcards from screenshots
2 by samrat | 0 comments on Hacker News.
2 by samrat | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Get any piece of Google Earth as a single normalized glTF 3D model
2 by OmarShehata | 0 comments on Hacker News.
Google released an API in May to get fetch 3D Tiles of anywhere on Earth. Using this in standard 3D engines like Blender is tricky because (1) the tiles are in a geographic coordinate system (2) you get a lot of little tiles at varying quality levels I wanted to simplify this so all you need to do is get an API key, select a map region and a zoom level, and get one combined glTF file that you can throw into any engine. Especially if you're just prototyping and want to see how this data looks in your engine before investing in figuring out all the nuances of the API & coordinate system. (Note that the API prohibits offline use, as in you can't distribute a processed glTF file like this. But you can do this preprocessing in memory whenever you're fetching tiles).
2 by OmarShehata | 0 comments on Hacker News.
Google released an API in May to get fetch 3D Tiles of anywhere on Earth. Using this in standard 3D engines like Blender is tricky because (1) the tiles are in a geographic coordinate system (2) you get a lot of little tiles at varying quality levels I wanted to simplify this so all you need to do is get an API key, select a map region and a zoom level, and get one combined glTF file that you can throw into any engine. Especially if you're just prototyping and want to see how this data looks in your engine before investing in figuring out all the nuances of the API & coordinate system. (Note that the API prohibits offline use, as in you can't distribute a processed glTF file like this. But you can do this preprocessing in memory whenever you're fetching tiles).
New Show Hacker News story: latest news
Show HN: I have created a free text-to-image website that supports SDXL Turbo
2 by frankmao | 1 comments on Hacker News.
The homepage of the website allows for free image generation, and in the workflows, there are introductions to nodes related to ComfyUI. In the AI tools section, Pixart-Alpha is currently available for free use. I am still updating this website, and feedback and communication are welcome.
2 by frankmao | 1 comments on Hacker News.
The homepage of the website allows for free image generation, and in the workflows, there are introductions to nodes related to ComfyUI. In the AI tools section, Pixart-Alpha is currently available for free use. I am still updating this website, and feedback and communication are welcome.
Saturday, 16 December 2023
New Show Hacker News story: latest news
Show HN: Alternative Front End to GPT, Claude, or Mistral Flask/Socketio
2 by foxhop | 1 comments on Hacker News.
2 by foxhop | 1 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: SQL Polyglot
2 by nalgeon | 0 comments on Hacker News.
Try running a query anywhere from PostgreSQL to DuckDB without leaving your browser.
2 by nalgeon | 0 comments on Hacker News.
Try running a query anywhere from PostgreSQL to DuckDB without leaving your browser.
New Show Hacker News story: latest news
Show HN: Soundboard of Laughs
2 by greendestiny_re | 0 comments on Hacker News.
An attempt to make a website featuring audio clips while adhering to WCAG and GDPR. My goals with that website were: - provide people with merriment - no ads - no barriers to use or download any of the content provided - freedom for visitors to play the content provided at their own discretion - no tracking or fingerprinting - ask friends, family, and strangers to record themselves laughing to serve as a digital archive of their voices
2 by greendestiny_re | 0 comments on Hacker News.
An attempt to make a website featuring audio clips while adhering to WCAG and GDPR. My goals with that website were: - provide people with merriment - no ads - no barriers to use or download any of the content provided - freedom for visitors to play the content provided at their own discretion - no tracking or fingerprinting - ask friends, family, and strangers to record themselves laughing to serve as a digital archive of their voices
New Show Hacker News story: latest news
Show HN: We made a beautiful illustrated book on Bitcoin
7 by _andrea_ | 0 comments on Hacker News.
Hey HN, For several years we tried to convince our relatives and friends of the importance of Bitcoin and its implications in their daily lives. We unfortunately failed to convince many of them :-) Having both of us had children recently, we came up with a last attempt at presenting Bitcoin. We decided to bring to life a book about Bitcoin that was as accessible as possible, featuring easy-to-understand concepts supported by beautiful illustrations. A book illustrated as one for children, explaining in the simplest possible terms the key ideas behind Bitcoin. We also wanted this book to be very quick to read for those that have little time available (or patience). This is how The Illustrated Guide to Bitcoin was born! We just released it today, it comes only in large physical format to appreciate at best its illustrations. We'll test it as a gift to our friends for this coming Xmas and we would really appreciate any feedback you might have! We would be super happy if it helps to orange pill your friends and family :-) Andrea & Ferdinando
7 by _andrea_ | 0 comments on Hacker News.
Hey HN, For several years we tried to convince our relatives and friends of the importance of Bitcoin and its implications in their daily lives. We unfortunately failed to convince many of them :-) Having both of us had children recently, we came up with a last attempt at presenting Bitcoin. We decided to bring to life a book about Bitcoin that was as accessible as possible, featuring easy-to-understand concepts supported by beautiful illustrations. A book illustrated as one for children, explaining in the simplest possible terms the key ideas behind Bitcoin. We also wanted this book to be very quick to read for those that have little time available (or patience). This is how The Illustrated Guide to Bitcoin was born! We just released it today, it comes only in large physical format to appreciate at best its illustrations. We'll test it as a gift to our friends for this coming Xmas and we would really appreciate any feedback you might have! We would be super happy if it helps to orange pill your friends and family :-) Andrea & Ferdinando
Friday, 15 December 2023
New Show Hacker News story: latest news
Show HN: SQLiteChangesetSync – Git-Like Sync for SQLite Databases
2 by gerdemb | 0 comments on Hacker News.
Hello HN! I’m happy to introduce SQLiteChangesetSync, a Swift package I’m sharing for the first time. It’s designed for offline-first synchronization of SQLite databases across devices. The package uses the SQLite Session Extension for capturing and committing changes in the local database. When the client is online, these changesets can then be pushed to a shared repository, which could be any server or database (example CloudKit implementation included). Other clients can fetch these changesets to keep their local databases consistent. SQLiteChangesetSync supports branch merging when databases diverge and provides the ability for applications to handle merge conflicts. I've also included a pre-built iOS app in the package, allowing you to run two instances on different simulators to experiment with the syncing process. I’m eager to hear feedback on both the concept and implementation of database synchronization. Your insights are highly valued! https://ift.tt/17Egv6i Note: As this project is experimental and self-tested, some challenges are expected. Looking forward to your feedback!
2 by gerdemb | 0 comments on Hacker News.
Hello HN! I’m happy to introduce SQLiteChangesetSync, a Swift package I’m sharing for the first time. It’s designed for offline-first synchronization of SQLite databases across devices. The package uses the SQLite Session Extension for capturing and committing changes in the local database. When the client is online, these changesets can then be pushed to a shared repository, which could be any server or database (example CloudKit implementation included). Other clients can fetch these changesets to keep their local databases consistent. SQLiteChangesetSync supports branch merging when databases diverge and provides the ability for applications to handle merge conflicts. I've also included a pre-built iOS app in the package, allowing you to run two instances on different simulators to experiment with the syncing process. I’m eager to hear feedback on both the concept and implementation of database synchronization. Your insights are highly valued! https://ift.tt/17Egv6i Note: As this project is experimental and self-tested, some challenges are expected. Looking forward to your feedback!
Thursday, 14 December 2023
New Show Hacker News story: latest news
Show HN: I Built a Receipt-Image to JSON Converter (+ Line-Items)
5 by BrandiATMuhkuh | 2 comments on Hacker News.
Hi HN, I'm proud to show you that I've finally managed to create a Receipt-Image to JSON converter, including line-items! Over the past 10 years, I have periodically tried (every ~3 years or so) to convert Receipt-Images to JSON. What particularly interested me were the line-items. It began with a Bachelor's project where we wanted to track prices by extracting product prices from line items. However, it was not feasible to ask users to type them all into our platform. I quickly realized this process was way too tedious. Only when taking a picture is all that is required, would such a platform work. https://ift.tt/Ip0RBma is the standalone product that simply converts receipts to JSON. It's great for accountants but also for anyone building expense tracking tools. If you want to talk to me personally, send me an email. You can find it on my profile. Past Attempts: - 2015: OpenCV + Bounding Boxes - 2017: Azure Cognitive Services - 2021: Amazon Textract
5 by BrandiATMuhkuh | 2 comments on Hacker News.
Hi HN, I'm proud to show you that I've finally managed to create a Receipt-Image to JSON converter, including line-items! Over the past 10 years, I have periodically tried (every ~3 years or so) to convert Receipt-Images to JSON. What particularly interested me were the line-items. It began with a Bachelor's project where we wanted to track prices by extracting product prices from line items. However, it was not feasible to ask users to type them all into our platform. I quickly realized this process was way too tedious. Only when taking a picture is all that is required, would such a platform work. https://ift.tt/Ip0RBma is the standalone product that simply converts receipts to JSON. It's great for accountants but also for anyone building expense tracking tools. If you want to talk to me personally, send me an email. You can find it on my profile. Past Attempts: - 2015: OpenCV + Bounding Boxes - 2017: Azure Cognitive Services - 2021: Amazon Textract
New Show Hacker News story: latest news
Show HN: HN but Bigger
4 by laktak | 1 comments on Hacker News.
I've replaced my iPad with an Android tablet but I've run into an issue that I can't really read HN anymore - the text is tiny. Firefox does not have any useful accessibility controls so I got a chance to use uBlock filters (which I recently learned about somewhere on HN). ! hackernews zoom for android tablets news.ycombinator.com##html:style(width: 50% !important; transform: scale(1.59) !important; transform-origin: 0 0 !important;) Add this line to "My Filters" in uBlock Origin and reload HN. At first I tried scale(2) but for some reason that left me "zoomed in", so you may have to adjust the 1.59 for you device. No idea why.
4 by laktak | 1 comments on Hacker News.
I've replaced my iPad with an Android tablet but I've run into an issue that I can't really read HN anymore - the text is tiny. Firefox does not have any useful accessibility controls so I got a chance to use uBlock filters (which I recently learned about somewhere on HN). ! hackernews zoom for android tablets news.ycombinator.com##html:style(width: 50% !important; transform: scale(1.59) !important; transform-origin: 0 0 !important;) Add this line to "My Filters" in uBlock Origin and reload HN. At first I tried scale(2) but for some reason that left me "zoomed in", so you may have to adjust the 1.59 for you device. No idea why.
Wednesday, 13 December 2023
New Show Hacker News story: latest news
Show HN: 1099-Form PDF Reader and Parser
2 by gmzi | 0 comments on Hacker News.
To “celebrate” this upcoming tax season in the US, I’ve made this script that parses 1099 forms into .csv files, making further processing and calculations more manageable. Hope you find it useful and tax season is not too bad.
2 by gmzi | 0 comments on Hacker News.
To “celebrate” this upcoming tax season in the US, I’ve made this script that parses 1099 forms into .csv files, making further processing and calculations more manageable. Hope you find it useful and tax season is not too bad.
New Show Hacker News story: latest news
Show HN: Open-Source Loom Alternative
3 by tehcolo | 0 comments on Hacker News.
Hey! I built an open-source Loom alternative which allows you to record your screen, webcam and mic to easily create shareable videos. Here's how to use it - Create an account with ScreenLink - Download the ScreenLink Desktop application - Record your screen & instantly share! Its built with ElectronJS for desktop and NextJS for web/APIs. I used TailwindCSS and shadcn/ui to make it look nice :D Try it out and all feedback is appreciated
3 by tehcolo | 0 comments on Hacker News.
Hey! I built an open-source Loom alternative which allows you to record your screen, webcam and mic to easily create shareable videos. Here's how to use it - Create an account with ScreenLink - Download the ScreenLink Desktop application - Record your screen & instantly share! Its built with ElectronJS for desktop and NextJS for web/APIs. I used TailwindCSS and shadcn/ui to make it look nice :D Try it out and all feedback is appreciated
Tuesday, 12 December 2023
New Show Hacker News story: latest news
Show HN: Find the best flight redemptions using crowdsourced data
3 by jackculpan | 1 comments on Hacker News.
3 by jackculpan | 1 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Open-source macOS AI copilot (using vision and voice)
2 by ralfelfving | 0 comments on Hacker News.
Heeey! I built a macOS copilot that has been useful to me, so I open sourced it in case others would find it useful too. It's pretty simple: - Use a keyboard shortcut to take a screenshot of your active macOS window and start recording the microphone. - Speak your question, then press the keyboard shortcut again to send your question + screenshot off to OpenAI Vision - The Vision response is presented in-context/overlayed over the active window, and spoken to you as audio. - The app keeps running in the background, only taking a screenshot/listening when activated by keyboard shortcut. It's built with NodeJS/Electron, and uses OpenAI Whisper, Vision and TTS APIs under the hood (BYO API key). There's a simple demo and a longer walk-through in the GH readme https://ift.tt/L7NPWOR , and I also posted a different demo on Twitter: https://twitter.com/ralfelfving/status/1732044723630805212
2 by ralfelfving | 0 comments on Hacker News.
Heeey! I built a macOS copilot that has been useful to me, so I open sourced it in case others would find it useful too. It's pretty simple: - Use a keyboard shortcut to take a screenshot of your active macOS window and start recording the microphone. - Speak your question, then press the keyboard shortcut again to send your question + screenshot off to OpenAI Vision - The Vision response is presented in-context/overlayed over the active window, and spoken to you as audio. - The app keeps running in the background, only taking a screenshot/listening when activated by keyboard shortcut. It's built with NodeJS/Electron, and uses OpenAI Whisper, Vision and TTS APIs under the hood (BYO API key). There's a simple demo and a longer walk-through in the GH readme https://ift.tt/L7NPWOR , and I also posted a different demo on Twitter: https://twitter.com/ralfelfving/status/1732044723630805212
New Show Hacker News story: latest news
Show HN: UniDep – Unify Conda and Pip Dependencies in Your Python Projects
3 by basnijholt | 0 comments on Hacker News.
I'm excited to share UniDep, a tool I've developed to simplify dependency management in Python. It's designed to streamline the process by allowing a single `requirements.yaml` file to handle both Conda and Pip dependencies. Key features: - Unified handling of Conda and Pip dependencies. - Seamless integration with project tools like `pyproject.toml` and `setup.py`. - Support for monorepos: merge multiple `requirements.yaml` into a single `environment.yaml`. - Creates a global conda-lock file and consistent per sub-project conda-lock files. - Supports `pip-compile`. - Conflict resolution for complex dependencies. - Easy installation and integration with existing Python projects. - Support for different platforms and architectures. UniDep is particularly helpful for large-scale projects or those involving multiple environments or platforms. It's open-source and available for contributions on GitHub: https://ift.tt/i3RNpVD I hope this tool can help simplify the often complex world of Python dependency management, and I'm keen to hear feedback from the Hacker News community!
3 by basnijholt | 0 comments on Hacker News.
I'm excited to share UniDep, a tool I've developed to simplify dependency management in Python. It's designed to streamline the process by allowing a single `requirements.yaml` file to handle both Conda and Pip dependencies. Key features: - Unified handling of Conda and Pip dependencies. - Seamless integration with project tools like `pyproject.toml` and `setup.py`. - Support for monorepos: merge multiple `requirements.yaml` into a single `environment.yaml`. - Creates a global conda-lock file and consistent per sub-project conda-lock files. - Supports `pip-compile`. - Conflict resolution for complex dependencies. - Easy installation and integration with existing Python projects. - Support for different platforms and architectures. UniDep is particularly helpful for large-scale projects or those involving multiple environments or platforms. It's open-source and available for contributions on GitHub: https://ift.tt/i3RNpVD I hope this tool can help simplify the often complex world of Python dependency management, and I'm keen to hear feedback from the Hacker News community!
Monday, 11 December 2023
New Show Hacker News story: latest news
Show HN: Pryingdeep – The new OSINT instrument for the Deep Web
2 by iudicium | 0 comments on Hacker News.
PryingDeep is a dark web OSINT tool. It specializes in extracting information depending on modules chosen. Here's an overview of the features: - Email, PhoneNumber, Wordpress search - PGP keys, Certificates and 3 different cryptocurrencies (XMR,BTC,ETH) search - PostgreSQL database, docker container for Tor and docker-compose for the whole project - A built in exporter, currently only JSON, but possibly more. - Exporter has support for: offset, limit, query building via the command line, raw-sql and different modules you can specify, e.g you only want emails, you will only get emails and the html webpage - Collects title, status_code, body and headers from a webpage. - Extremely customizable, supports multiple url's at once, based of the goColly framework which gives the crawler many options, e.g Debugger, allowed-domains or url-filters. - Built install module, so there's no need for manually grabbing our config from github. - Choice to remember previous parameters with our save-config flag. - Built in queue and once reached max size, crawler will automatically exit. That's a short overview, but there will be many more features to come as I enjoy working on this project!
2 by iudicium | 0 comments on Hacker News.
PryingDeep is a dark web OSINT tool. It specializes in extracting information depending on modules chosen. Here's an overview of the features: - Email, PhoneNumber, Wordpress search - PGP keys, Certificates and 3 different cryptocurrencies (XMR,BTC,ETH) search - PostgreSQL database, docker container for Tor and docker-compose for the whole project - A built in exporter, currently only JSON, but possibly more. - Exporter has support for: offset, limit, query building via the command line, raw-sql and different modules you can specify, e.g you only want emails, you will only get emails and the html webpage - Collects title, status_code, body and headers from a webpage. - Extremely customizable, supports multiple url's at once, based of the goColly framework which gives the crawler many options, e.g Debugger, allowed-domains or url-filters. - Built install module, so there's no need for manually grabbing our config from github. - Choice to remember previous parameters with our save-config flag. - Built in queue and once reached max size, crawler will automatically exit. That's a short overview, but there will be many more features to come as I enjoy working on this project!
New Show Hacker News story: latest news
Show HN: Desbordante 1.0.0 Released
2 by chernishev | 0 comments on Hacker News.
We are excited to announce the first release of Desbordante. It brings Python support, enabling the use of complex patterns within your Python programs. Simply run pip install desbordante to download the package from PyPi. Key enhancements in this version include: 1) Python Bindings: We've added Python bindings for many patterns, allowing you to mine pattern instances and other useful information such as exceptions. 2) Examples and Demos: To facilitate your experience with Desbordante, we've prepared a variety of code samples. Explore our example scripts in the 'examples' folder. For an interactive experience, visit our demos at https://ift.tt/iCrTJdN . 3) Enhanced Console Support: The console interface has been rewritten to Python using Python bindings. We also added help descriptions for supported patterns. 4) New Pattern Support: This version introduces support for metric functional dependencies, algebraic constraints, and unique column combinations. We've also expanded the range of simple statistics Desbordante can discover. 5) Revamped Web Application: We have completely redesigned the UI. Additionally, the web application now supports metric functional dependencies and includes predefined examples. Visit the new web version at https://ift.tt/6r8i3Ua . Desbordante is a high-performance data profiler focused on exploratory data analysis. Our tool is distinct in its ability to reveal complex patterns hidden in data, such as functional (both exact and approximate) dependencies, conditional dependencies, association rules, and more. For those interested, we've prepared an introductory article about Desbordante: https://ift.tt/5pmPzV2... . We have also started a Google group for inquiries and discussions: https://ift.tt/YQv26bF . Lastly, as an open-source project, we welcome contributions: https://ift.tt/zmYsC15 .
2 by chernishev | 0 comments on Hacker News.
We are excited to announce the first release of Desbordante. It brings Python support, enabling the use of complex patterns within your Python programs. Simply run pip install desbordante to download the package from PyPi. Key enhancements in this version include: 1) Python Bindings: We've added Python bindings for many patterns, allowing you to mine pattern instances and other useful information such as exceptions. 2) Examples and Demos: To facilitate your experience with Desbordante, we've prepared a variety of code samples. Explore our example scripts in the 'examples' folder. For an interactive experience, visit our demos at https://ift.tt/iCrTJdN . 3) Enhanced Console Support: The console interface has been rewritten to Python using Python bindings. We also added help descriptions for supported patterns. 4) New Pattern Support: This version introduces support for metric functional dependencies, algebraic constraints, and unique column combinations. We've also expanded the range of simple statistics Desbordante can discover. 5) Revamped Web Application: We have completely redesigned the UI. Additionally, the web application now supports metric functional dependencies and includes predefined examples. Visit the new web version at https://ift.tt/6r8i3Ua . Desbordante is a high-performance data profiler focused on exploratory data analysis. Our tool is distinct in its ability to reveal complex patterns hidden in data, such as functional (both exact and approximate) dependencies, conditional dependencies, association rules, and more. For those interested, we've prepared an introductory article about Desbordante: https://ift.tt/5pmPzV2... . We have also started a Google group for inquiries and discussions: https://ift.tt/YQv26bF . Lastly, as an open-source project, we welcome contributions: https://ift.tt/zmYsC15 .
Sunday, 10 December 2023
New Show Hacker News story: latest news
Show HN: MyYogaFlow – Online Yoga Instructor
4 by nexusmukul | 0 comments on Hacker News.
Hi fellow hackers :) I am an indie hacker based in Switzerland who has been tinkering around with many side projects. Most of the things I developed were for myself or just to get familiar with a specific technology or piece of software. I never really deployed anything so far. Not too long ago, my SO and me bought a deck of cards with different yoga poses on them. Since we both work from our office chairs more than 8 hours a day, we wanted to do something for our body and this is where the yoga idea originated from. After the first 10 minutes of reading through the leaflet and another 30 minutes of choosing the poses and putting them in a somewhat meaningful order, we finally started with our own yoga session. It was clear to me: this is not something my SO wants to do every day. Doing the same order of poses every day wasn't an appealing alternative either. Away with the cards and on the lookout for an alternative again. Hence I started developing an application for us, that automatically generates a yoga session. It shows the poses one by one and guides you through the session. Each session is unique, which makes it more interesting over the days. The app even lets you create your custom flow that you select or it chooses among poses that fit your experience level just right. I have recently launched this application and made it publicly available. It is working (in most of the cases) and we are pretty happy about how it turned out. We used it many times in our lunch breaks or after a stressful day to calm down. I would be more than happy to get some feedback on it and some pointers on what to improve or focus on next.
4 by nexusmukul | 0 comments on Hacker News.
Hi fellow hackers :) I am an indie hacker based in Switzerland who has been tinkering around with many side projects. Most of the things I developed were for myself or just to get familiar with a specific technology or piece of software. I never really deployed anything so far. Not too long ago, my SO and me bought a deck of cards with different yoga poses on them. Since we both work from our office chairs more than 8 hours a day, we wanted to do something for our body and this is where the yoga idea originated from. After the first 10 minutes of reading through the leaflet and another 30 minutes of choosing the poses and putting them in a somewhat meaningful order, we finally started with our own yoga session. It was clear to me: this is not something my SO wants to do every day. Doing the same order of poses every day wasn't an appealing alternative either. Away with the cards and on the lookout for an alternative again. Hence I started developing an application for us, that automatically generates a yoga session. It shows the poses one by one and guides you through the session. Each session is unique, which makes it more interesting over the days. The app even lets you create your custom flow that you select or it chooses among poses that fit your experience level just right. I have recently launched this application and made it publicly available. It is working (in most of the cases) and we are pretty happy about how it turned out. We used it many times in our lunch breaks or after a stressful day to calm down. I would be more than happy to get some feedback on it and some pointers on what to improve or focus on next.
New Show Hacker News story: latest news
Show HN: Skytable's new NoSQL engine with BlueQL, injection safety, better perf
4 by sayann | 0 comments on Hacker News.
Hey HN! I've been working on Skytable since 2020 and after several iterations from a simple K/V store, we've walked the path to this release. The goal of Skytable is to deliver a solid foundation for building data intensive applications. Skytable's primary goal is performance and scale . Even with a query language it can outperform K/V stores which use simple commands (benchmarks will be shared in another post). Several implementations in Skytable (especially around query evaluation and execution) are fundamentally different from SQL and even NoSQL counterparts and there are some entirely new concepts which might make it a little hard to grasp. BlueQL is a very important part of Skytable and it employs some interesting concepts to try and reduce the surface for injection attacks and tries to be a modern and secure alternative to SQL. - Source code: https://ift.tt/EQj1PAs - Documentation: https://ift.tt/UF8wBAc - Rust client driver (more client drivers are underway): https://ift.tt/dWzNKQ3 I'm here for any questions! -- Sayan NB: Clustering and Replication will be released around Q1'24. Choice: AP in CAP. The original post has been updated for clarity.
4 by sayann | 0 comments on Hacker News.
Hey HN! I've been working on Skytable since 2020 and after several iterations from a simple K/V store, we've walked the path to this release. The goal of Skytable is to deliver a solid foundation for building data intensive applications. Skytable's primary goal is performance and scale . Even with a query language it can outperform K/V stores which use simple commands (benchmarks will be shared in another post). Several implementations in Skytable (especially around query evaluation and execution) are fundamentally different from SQL and even NoSQL counterparts and there are some entirely new concepts which might make it a little hard to grasp. BlueQL is a very important part of Skytable and it employs some interesting concepts to try and reduce the surface for injection attacks and tries to be a modern and secure alternative to SQL. - Source code: https://ift.tt/EQj1PAs - Documentation: https://ift.tt/UF8wBAc - Rust client driver (more client drivers are underway): https://ift.tt/dWzNKQ3 I'm here for any questions! -- Sayan NB: Clustering and Replication will be released around Q1'24. Choice: AP in CAP. The original post has been updated for clarity.
New Show Hacker News story: latest news
Show HN: Interactive SSH port forwarding scenarios
3 by barbiecue | 0 comments on Hacker News.
Maybe some of you feel like me sometimes: I don't need SSH port forwarding very often. That's why I usually forget the exact ssh call by the time I need it. So that I no longer have to search for the correct call in the man page or on the Internet, I have implemented common scenarios interactively. Simply enter addresses, ports and user names and the result is the correct ssh call. I can simply copy it and use it.
3 by barbiecue | 0 comments on Hacker News.
Maybe some of you feel like me sometimes: I don't need SSH port forwarding very often. That's why I usually forget the exact ssh call by the time I need it. So that I no longer have to search for the correct call in the man page or on the Internet, I have implemented common scenarios interactively. Simply enter addresses, ports and user names and the result is the correct ssh call. I can simply copy it and use it.
Saturday, 9 December 2023
New Show Hacker News story: latest news
Show HN: wallstreetlocal – View investments from the world's biggest SEC filers
3 by anonyonoor | 0 comments on Hacker News.
Hello Hacker News! My name is Anonyo, and I am a seventeen-year-old from Southeast Michigan. This is wallstreetlocal, my passion project for the last year. The United States Securities and Exchange Commission (SEC), forces institutional money managers whose portfolios surpass $100 million to quarterly update the SEC website with their latest investments. These money managers, known as 13F (the form type of the report) filers, are the biggest investors in America, and the law forces them to publicly reveal their investments. The problem I found was that SEC filings are cumbersome to find and view. To remedy this, wallstreetlocal saves and formats SEC data by bulk in an easily accessible format. Other websites do the same thing wallstreetlocal does, but wallstreetlocal places an emphasis on stock data. You can compare prices over time, view gains, and even download the data yourself to make any conclusions you wish. For as many stocks as possible, wallstreetlocal provides accurate, recent data to accompany the filings. As of current, there are 850,000 companies in the search database, 30,000 stocks in the stock database, and about 50 filers queried (equates to a couple million lines of JSON, requested by myself alone). By exploring the website, you can see the resources I used, check out some notable money managers I listed, and download any data that suits you. All for free. I plan to open-source this project someday, but I just wanted to get it released for now. The stack uses FastAPI for the back-end, and Next.js for the front-end. The back-end is hosted on a VM using Docker for the different microservices, and the front-end on Vercel. I made this project to better democratize SEC filings, and also to get some experience on my hands. I love computers, and one day hope to change the world through startups. In the comments, I'd appreciate any and all advice, as well as feedback on how to improve the site. Thanks.
3 by anonyonoor | 0 comments on Hacker News.
Hello Hacker News! My name is Anonyo, and I am a seventeen-year-old from Southeast Michigan. This is wallstreetlocal, my passion project for the last year. The United States Securities and Exchange Commission (SEC), forces institutional money managers whose portfolios surpass $100 million to quarterly update the SEC website with their latest investments. These money managers, known as 13F (the form type of the report) filers, are the biggest investors in America, and the law forces them to publicly reveal their investments. The problem I found was that SEC filings are cumbersome to find and view. To remedy this, wallstreetlocal saves and formats SEC data by bulk in an easily accessible format. Other websites do the same thing wallstreetlocal does, but wallstreetlocal places an emphasis on stock data. You can compare prices over time, view gains, and even download the data yourself to make any conclusions you wish. For as many stocks as possible, wallstreetlocal provides accurate, recent data to accompany the filings. As of current, there are 850,000 companies in the search database, 30,000 stocks in the stock database, and about 50 filers queried (equates to a couple million lines of JSON, requested by myself alone). By exploring the website, you can see the resources I used, check out some notable money managers I listed, and download any data that suits you. All for free. I plan to open-source this project someday, but I just wanted to get it released for now. The stack uses FastAPI for the back-end, and Next.js for the front-end. The back-end is hosted on a VM using Docker for the different microservices, and the front-end on Vercel. I made this project to better democratize SEC filings, and also to get some experience on my hands. I love computers, and one day hope to change the world through startups. In the comments, I'd appreciate any and all advice, as well as feedback on how to improve the site. Thanks.
New Show Hacker News story: latest news
Show HN: Create chat rooms and talk to other developers about programming
2 by cannibalXxx | 0 comments on Hacker News.
2 by cannibalXxx | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Skatespot is the only app that lets you track your runs
3 by cranberryturkey | 0 comments on Hacker News.
3 by cranberryturkey | 0 comments on Hacker News.
Friday, 8 December 2023
New Show Hacker News story: latest news
Show HN: WarpBuild – x86-64 and arm GitHub Action runners for 30% faster builds
29 by suryao | 11 comments on Hacker News.
Hey HN, I’m Surya and I’m excited to show you WarpBuild! WarpBuild provides fast, secure `x86-64` and `arm64` Github actions runners. This speeds up your workloads by 30%, at half the cost, and takes ~2mins to get started. We’ve been seeing pretty good results since we opened up signups a week ago and I’ve shared some numbers publicly here [1]. Currently, we support linux runners for Github organizations (not personal accounts) and MacOS support is coming soon (~Jan). The way the runners work is deceptively simple: Runners are assigned to hardware that is ideal for build workloads with fast NVMe disks and high single-core performance. The runners are allocated on VMs, not containers. This provides faster performance and enables use cases requiring (1) nested virtualization for running firecracker and other hypervisors, (2) k8s without relying on kind, and (3) Android emulators on `arm64` instances in test workflows. We also have released a Github Action called `Action-Debugger` that allows you to SSH into a running workflow for simplifying pesky debugging[2]. The same set of packages that you’d get on Github hosted runners are pre-configured (on x86-64 runners) so everything works out of the box with no modifications needed. A very minor detail that I’m rather proud of, and I’d love your thoughts on improving it further, is the onboarding flow for the ease of moving workflows to WarpBuild. We’ve also put in a lot of effort into making the workflow start up time where we are as fast or faster than Github. [1] https://ift.tt/vA6EMhj [2] https://ift.tt/hXrwgct , h/t to tmate Making builds faster by providing optimal hardware and configurations across CI providers is the first step in our mission to make build engineering better. I’d love your feedback on the product and thoughts on other CI pain points we could solve to enable better collaboration and developer experience.
29 by suryao | 11 comments on Hacker News.
Hey HN, I’m Surya and I’m excited to show you WarpBuild! WarpBuild provides fast, secure `x86-64` and `arm64` Github actions runners. This speeds up your workloads by 30%, at half the cost, and takes ~2mins to get started. We’ve been seeing pretty good results since we opened up signups a week ago and I’ve shared some numbers publicly here [1]. Currently, we support linux runners for Github organizations (not personal accounts) and MacOS support is coming soon (~Jan). The way the runners work is deceptively simple: Runners are assigned to hardware that is ideal for build workloads with fast NVMe disks and high single-core performance. The runners are allocated on VMs, not containers. This provides faster performance and enables use cases requiring (1) nested virtualization for running firecracker and other hypervisors, (2) k8s without relying on kind, and (3) Android emulators on `arm64` instances in test workflows. We also have released a Github Action called `Action-Debugger` that allows you to SSH into a running workflow for simplifying pesky debugging[2]. The same set of packages that you’d get on Github hosted runners are pre-configured (on x86-64 runners) so everything works out of the box with no modifications needed. A very minor detail that I’m rather proud of, and I’d love your thoughts on improving it further, is the onboarding flow for the ease of moving workflows to WarpBuild. We’ve also put in a lot of effort into making the workflow start up time where we are as fast or faster than Github. [1] https://ift.tt/vA6EMhj [2] https://ift.tt/hXrwgct , h/t to tmate Making builds faster by providing optimal hardware and configurations across CI providers is the first step in our mission to make build engineering better. I’d love your feedback on the product and thoughts on other CI pain points we could solve to enable better collaboration and developer experience.
New Show Hacker News story: latest news
Show HN: library for parsing GT7 telemetry
2 by carlos-menezes | 1 comments on Hacker News.
Implements the packet parser for Gran Turismo 7 telemetry data, allowing a developer to retrieve data from a running game.
2 by carlos-menezes | 1 comments on Hacker News.
Implements the packet parser for Gran Turismo 7 telemetry data, allowing a developer to retrieve data from a running game.
New Show Hacker News story: latest news
Show HN: Package PHP apps as standalone, self-executable binaries
3 by kdunglas | 0 comments on Hacker News.
3 by kdunglas | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Gpts123.ai,A website that helps you find fun AI projects
2 by wenfeixiang | 0 comments on Hacker News.
gpts123.ai is a newly launched AI application navigation website that is dedicated to helping users discover various fun gpts.enjoy it
2 by wenfeixiang | 0 comments on Hacker News.
gpts123.ai is a newly launched AI application navigation website that is dedicated to helping users discover various fun gpts.enjoy it
Thursday, 7 December 2023
New Show Hacker News story: latest news
Show HN: Recompyle – A JavaScript Developer Friendly Console / Debugger
3 by dam11 | 0 comments on Hacker News.
Hi HN, I'm Damien, the solo founder of Recompyle. Self-funded. As a JavaScript developer, I have been annoyed by the console.log not being practical enough, and the debugger being 'too slow'. So I made Recompyle to fix that. It's kind of a mix of the console and the debugger. Plus, some file parsing to automatically log the start of the functions of the files you are working on.
3 by dam11 | 0 comments on Hacker News.
Hi HN, I'm Damien, the solo founder of Recompyle. Self-funded. As a JavaScript developer, I have been annoyed by the console.log not being practical enough, and the debugger being 'too slow'. So I made Recompyle to fix that. It's kind of a mix of the console and the debugger. Plus, some file parsing to automatically log the start of the functions of the files you are working on.
New Show Hacker News story: latest news
Show HN: Cujobay – A Modern Alternative to Crunchbase
1 by lukasfoisy | 0 comments on Hacker News.
I’m often asking myself What was the name of that startup doing X? So I decided to build a directory of startups, but group them by the space(s) they operate in. - Every day new startups and spaces are featured - Use the search bar to search for specific startups or search for spaces semantically - Future plans include allowing contributions from users, more detailed startup profiles, and tracking of events (fundraise, product launch, etc.) of listed startups.
1 by lukasfoisy | 0 comments on Hacker News.
I’m often asking myself What was the name of that startup doing X? So I decided to build a directory of startups, but group them by the space(s) they operate in. - Every day new startups and spaces are featured - Use the search bar to search for specific startups or search for spaces semantically - Future plans include allowing contributions from users, more detailed startup profiles, and tracking of events (fundraise, product launch, etc.) of listed startups.
New Show Hacker News story: latest news
Show HN: VideoGist – Useful YouTube video summaries
2 by nliang86 | 0 comments on Hacker News.
Hi all! I put together a website that summarizes youtube videos. Enter any YouTube URL, and it will give you an overall summary, individual chapter summaries, along with key video frames. Here are a few examples: https://ift.tt/E8Cg4aR... https://ift.tt/xaUIjuH... https://ift.tt/JRqEPxc... https://ift.tt/gdH1mQP... I'd love to hear feedback - if it's useful (or not!), what could be improved, etc. Thanks for taking a look! p.s. it can take a few seconds for summary content to show up - I am working to speed it up
2 by nliang86 | 0 comments on Hacker News.
Hi all! I put together a website that summarizes youtube videos. Enter any YouTube URL, and it will give you an overall summary, individual chapter summaries, along with key video frames. Here are a few examples: https://ift.tt/E8Cg4aR... https://ift.tt/xaUIjuH... https://ift.tt/JRqEPxc... https://ift.tt/gdH1mQP... I'd love to hear feedback - if it's useful (or not!), what could be improved, etc. Thanks for taking a look! p.s. it can take a few seconds for summary content to show up - I am working to speed it up
New Show Hacker News story: latest news
Show HN: Fuse.js: The opinionated framework for creating typesafe data layers
4 by mxstbr | 0 comments on Hacker News.
4 by mxstbr | 0 comments on Hacker News.
Wednesday, 6 December 2023
New Show Hacker News story: latest news
Show HN: honeybear.ai – Claude-powered PDF reader, supports OCR
2 by brandonyan5 | 0 comments on Hacker News.
Hi HN, I’m currently working on honeybear.ai with a friend in college. It’s a PDF reader powered by the Claude API, where you can chat and ask questions about any PDF, in a side-by-side view. You can try it out now at: https://ift.tt/C53oEUs We've tinkered with several other things in the past, and this time we wanted to make something we and our friends would find really useful ourselves, and so far we’ve had pretty sticky users. It’s pretty general purpose currently and works for any PDF like case studies, excerpts from books or textbooks, science articles, slideshows, and more. You’re probably thinking, “isn’t this the same thing as those other ones, like pdf.ai or chatpdf.com?” It’s similar currently, but we’re focused on students right now and making it better and eventually integrating it in a normal user flow (Chrome extension, native desktop app supporting any file, or even chatting and getting insights from multiple documents in a simple interface). Some differentiators and features right now: - Upload long, dense PDFs with up to 300 pages/512 MB + even scanned/image documents (we support this using an open source OCR model; ChatGPT doesn't support scans) - Take inline notes within your documents - Currently free with fast, unlimited chats We’re mainly used by other undergrad students right now, but do want to grow our user base much more and really listen to users to make this better than any alternative. We’d love any feedback and welcome any questions!
2 by brandonyan5 | 0 comments on Hacker News.
Hi HN, I’m currently working on honeybear.ai with a friend in college. It’s a PDF reader powered by the Claude API, where you can chat and ask questions about any PDF, in a side-by-side view. You can try it out now at: https://ift.tt/C53oEUs We've tinkered with several other things in the past, and this time we wanted to make something we and our friends would find really useful ourselves, and so far we’ve had pretty sticky users. It’s pretty general purpose currently and works for any PDF like case studies, excerpts from books or textbooks, science articles, slideshows, and more. You’re probably thinking, “isn’t this the same thing as those other ones, like pdf.ai or chatpdf.com?” It’s similar currently, but we’re focused on students right now and making it better and eventually integrating it in a normal user flow (Chrome extension, native desktop app supporting any file, or even chatting and getting insights from multiple documents in a simple interface). Some differentiators and features right now: - Upload long, dense PDFs with up to 300 pages/512 MB + even scanned/image documents (we support this using an open source OCR model; ChatGPT doesn't support scans) - Take inline notes within your documents - Currently free with fast, unlimited chats We’re mainly used by other undergrad students right now, but do want to grow our user base much more and really listen to users to make this better than any alternative. We’d love any feedback and welcome any questions!
New Show Hacker News story: latest news
Show HN: Free No-code tool to design and deploy cloud infrastructure in minutes
2 by irynapoida | 0 comments on Hacker News.
ArchFormation helps customers to design and deploy cloud infrastructure for their needs in minutes instead of months, including DevOps best practices and security standards without sacrificing quality or reliability.
2 by irynapoida | 0 comments on Hacker News.
ArchFormation helps customers to design and deploy cloud infrastructure for their needs in minutes instead of months, including DevOps best practices and security standards without sacrificing quality or reliability.
New Show Hacker News story: latest news
Show HN: Round-Trip Encrypted HTTPS Exfiltration Tool
2 by ImpostorKeanu | 0 comments on Hacker News.
2 by ImpostorKeanu | 0 comments on Hacker News.
Tuesday, 5 December 2023
New Show Hacker News story: latest news
Show HN: Co-founder Fit – find your ideal co-founder
2 by tom8opot8o | 0 comments on Hacker News.
I was playing around with Custom GPTs and made one that helps you find fit with an ideal co-founder. It asks you 10 questions compiled by Y Combinator and then evaluates your compatibility with other potential co-founders. Best part? It has long-term memory, so you can answer questions once and then check your compatibility with others multiple times, anytime. I know it was more of a 'nerdy' part rather than 'best'. Anyway, check it out and let me know what you think! Inspired by the Co-founder Matching platform by Catheryn Li and the team.
2 by tom8opot8o | 0 comments on Hacker News.
I was playing around with Custom GPTs and made one that helps you find fit with an ideal co-founder. It asks you 10 questions compiled by Y Combinator and then evaluates your compatibility with other potential co-founders. Best part? It has long-term memory, so you can answer questions once and then check your compatibility with others multiple times, anytime. I know it was more of a 'nerdy' part rather than 'best'. Anyway, check it out and let me know what you think! Inspired by the Co-founder Matching platform by Catheryn Li and the team.
New Show Hacker News story: latest news
Show HN: SuperDuperDB – Open-source framework for integrating AI with databases
4 by timwitho | 1 comments on Hacker News.
Hi everyone, I’m Timo, one of the creators of SuperDuperDB ! Today we are officially launching SuperDuperDB, an open-source framework for integrating AI directly with major databases, including streaming inference, scalable model training, and vector search, with release of v0.1. on GitHub and on ProductHunt. SuperDuperDB is not a database. It transforms your favorite database into an AI development and deployment environment (𝘮𝘢𝘬𝘪𝘯𝘨 𝘪𝘵 𝘴𝘶𝘱𝘦𝘳-𝘥𝘶𝘱𝘦𝘳). SuperDuperDB eliminates complex MLOps pipelines, specialized vector databases - and the need to migrate and duplicate data by integrating AI at the data's source, directly on top of your existing data infrastructure. This massively simplifies building and managing AI applications. SuperDuperDB provides a simple Python interface, but allows experts to drill down to any level of implementation detail such as models weights or training details. Today’s release comes with the full integration of major SQL databases as well as further MongoDB support: PostgreSQL, MySQL, SQLite, DuckDB, Snowflake, BigQuery, ClickHouse, DataFusion, Druid, Impala, MSSQL, Oracle, pandas, Polars, PySpark, and Trino. Currently Supported AI: Any model from PyTorch, Sklearn, HuggingFace as well as AI APIs such as OpenAI, Anthrophic, Cohere. A few useful links: - Our website: https://ift.tt/t6rMCzX - Getting started docs: https://ift.tt/hT7JLla - Our repo on Github: https://ift.tt/ZptmUYf Check the uses-cases that we have already implemented here https://ift.tt/2OAwjvG as well as apps built by the community here https://ift.tt/FK3pbZA and try all of them with Jupyter your browser https://ift.tt/vopeiLc For more information about SuperDuperDB and why we believe it is much needed, read the blog post https://ift.tt/pqJn9Kv... We are keen to hear your feedback! All the best, Timo
4 by timwitho | 1 comments on Hacker News.
Hi everyone, I’m Timo, one of the creators of SuperDuperDB ! Today we are officially launching SuperDuperDB, an open-source framework for integrating AI directly with major databases, including streaming inference, scalable model training, and vector search, with release of v0.1. on GitHub and on ProductHunt. SuperDuperDB is not a database. It transforms your favorite database into an AI development and deployment environment (𝘮𝘢𝘬𝘪𝘯𝘨 𝘪𝘵 𝘴𝘶𝘱𝘦𝘳-𝘥𝘶𝘱𝘦𝘳). SuperDuperDB eliminates complex MLOps pipelines, specialized vector databases - and the need to migrate and duplicate data by integrating AI at the data's source, directly on top of your existing data infrastructure. This massively simplifies building and managing AI applications. SuperDuperDB provides a simple Python interface, but allows experts to drill down to any level of implementation detail such as models weights or training details. Today’s release comes with the full integration of major SQL databases as well as further MongoDB support: PostgreSQL, MySQL, SQLite, DuckDB, Snowflake, BigQuery, ClickHouse, DataFusion, Druid, Impala, MSSQL, Oracle, pandas, Polars, PySpark, and Trino. Currently Supported AI: Any model from PyTorch, Sklearn, HuggingFace as well as AI APIs such as OpenAI, Anthrophic, Cohere. A few useful links: - Our website: https://ift.tt/t6rMCzX - Getting started docs: https://ift.tt/hT7JLla - Our repo on Github: https://ift.tt/ZptmUYf Check the uses-cases that we have already implemented here https://ift.tt/2OAwjvG as well as apps built by the community here https://ift.tt/FK3pbZA and try all of them with Jupyter your browser https://ift.tt/vopeiLc For more information about SuperDuperDB and why we believe it is much needed, read the blog post https://ift.tt/pqJn9Kv... We are keen to hear your feedback! All the best, Timo
New Show Hacker News story: latest news
Show HN: Figma to Lottie Animation via Lottielab
6 by thegeomaster | 0 comments on Hacker News.
Hello HN! We're super proud to announce the launch of Lottielab's official Figma plugin. The plugin allows nearly 1:1 import of your Figma designs into Lottielab, an easy to use animation tool (still in beta---we launched 3 months ago!). From there, you can use Lottielab's animation powers to animate your designs intuitively and quickly. Then, you can export the animation as a Lottie JSON, or as an animated GIF or MP4. This plugin is the culmination of 3 months of hard work, and we hope you'll like it! Me and a few members of the team will be here to answer all of your questions.
6 by thegeomaster | 0 comments on Hacker News.
Hello HN! We're super proud to announce the launch of Lottielab's official Figma plugin. The plugin allows nearly 1:1 import of your Figma designs into Lottielab, an easy to use animation tool (still in beta---we launched 3 months ago!). From there, you can use Lottielab's animation powers to animate your designs intuitively and quickly. Then, you can export the animation as a Lottie JSON, or as an animated GIF or MP4. This plugin is the culmination of 3 months of hard work, and we hope you'll like it! Me and a few members of the team will be here to answer all of your questions.
Monday, 4 December 2023
New Show Hacker News story: latest news
Show HN: AIConsole, an Open-Source Desktop AI Editor to Customize Your Workflow
16 by mcielecki | 4 comments on Hacker News.
Hey HN! I was frustrated with feeling like an assistant to most AI systems and chats that I used. All I wanted was to have a fully controllable AI System that will potentially do everything for me, and that I can easily teach to do new things and get my context without constant copy and pasting. This is why, together with my team, I built AIConsole, an open-source desktop AI editor that allows you to create your own AI toolset. Giving you the power of AI personalization right on your local machine. Imagine a desktop app that can schedule your meetings, automate responses, craft unique content, code snippets, or even edit code – all while respecting your privacy and preferences. What does it do? * Runs code locally - it can fully operate within your local environment with the tasks your machine can execute – it can do everything that is accessible from your machine. * Gets better the more you put into it - teach it once to perform a task and AIConsole retains the skill indefinitely. * Use your notes to show AI how to complete and automate tasks. * Expert level prompt engineering - AIConsole leverages a multi-agent Retrieval-Augmented Generation (RAG) system not based on a vector database, akin to expert prompt engineering. * Fully open-sourced – This software maintains privacy and only uses dedicated LLM apis with well known privacy policies - and you can verify that yourself * Share and collaborate on your tools with the community - you can create and share your domain-specific AI tool using Github, Google Drive etc. While we are at an early stage, we have a stable desktop application, and are working on sharing actual use-cases and further improving the tooling around it. We’ve got a lot planned on our roadmap, including a full IDE-like experience, generative interfaces, and open source LLMs support. Get it here: https://aiconsole.ai Discord: https://ift.tt/qyP5FMo Repository: https://ift.tt/trNmpgS Newsletter: https://ift.tt/kmCeiAd My Twitter: twitter.com/mcielecki Manifesto: https://ift.tt/gbprnWm I would love to hear your feedback.
16 by mcielecki | 4 comments on Hacker News.
Hey HN! I was frustrated with feeling like an assistant to most AI systems and chats that I used. All I wanted was to have a fully controllable AI System that will potentially do everything for me, and that I can easily teach to do new things and get my context without constant copy and pasting. This is why, together with my team, I built AIConsole, an open-source desktop AI editor that allows you to create your own AI toolset. Giving you the power of AI personalization right on your local machine. Imagine a desktop app that can schedule your meetings, automate responses, craft unique content, code snippets, or even edit code – all while respecting your privacy and preferences. What does it do? * Runs code locally - it can fully operate within your local environment with the tasks your machine can execute – it can do everything that is accessible from your machine. * Gets better the more you put into it - teach it once to perform a task and AIConsole retains the skill indefinitely. * Use your notes to show AI how to complete and automate tasks. * Expert level prompt engineering - AIConsole leverages a multi-agent Retrieval-Augmented Generation (RAG) system not based on a vector database, akin to expert prompt engineering. * Fully open-sourced – This software maintains privacy and only uses dedicated LLM apis with well known privacy policies - and you can verify that yourself * Share and collaborate on your tools with the community - you can create and share your domain-specific AI tool using Github, Google Drive etc. While we are at an early stage, we have a stable desktop application, and are working on sharing actual use-cases and further improving the tooling around it. We’ve got a lot planned on our roadmap, including a full IDE-like experience, generative interfaces, and open source LLMs support. Get it here: https://aiconsole.ai Discord: https://ift.tt/qyP5FMo Repository: https://ift.tt/trNmpgS Newsletter: https://ift.tt/kmCeiAd My Twitter: twitter.com/mcielecki Manifesto: https://ift.tt/gbprnWm I would love to hear your feedback.
New Show Hacker News story: latest news
Show HN: AI assistant to chat with shared documents
2 by IuliiaShnai | 0 comments on Hacker News.
We built AI assistant to chat with not just any docs, but the one shared with yu. Some of use cases: As an investor, you can chat with pitchdecks and other documents. ■ Turn a pitchdeck into an investment memo ■ Find information without reading the document ■ Summarize and analyze documents ■ Compare different pitchdecks As founder, improve your pitchdeck or sales deck before sharing it ■ Improve the content and structure ■ Check the grammar or other errors ■ Compare different version
2 by IuliiaShnai | 0 comments on Hacker News.
We built AI assistant to chat with not just any docs, but the one shared with yu. Some of use cases: As an investor, you can chat with pitchdecks and other documents. ■ Turn a pitchdeck into an investment memo ■ Find information without reading the document ■ Summarize and analyze documents ■ Compare different pitchdecks As founder, improve your pitchdeck or sales deck before sharing it ■ Improve the content and structure ■ Check the grammar or other errors ■ Compare different version
New Show Hacker News story: latest news
Show HN: Zero to Hero – A Haskell Puzzle Game
2 by tonysickpony | 0 comments on Hacker News.
Hi HN. I am a researcher from Monash University. For one of our projects, we made a Haskell puzzle game called Zero to Hero. I invite you to try out the puzzles and share your thoughts (optional). The game contains 10 unique puzzles; each challenges you to implement a seemingly impossible function. You will seek help from a handful of strange-looking helper functions and your own wits. The game starts easy but quickly escalates into madness. The game requires you to be comfortable with basic Haskell syntax to progress. But no other prior knowledge is needed. You can choose to participate in our study or play for fun without any data collection at all. No stress. More details are explained on the landing page. https://ift.tt/EhasmcT Go ahead and enjoy the puzzles!
2 by tonysickpony | 0 comments on Hacker News.
Hi HN. I am a researcher from Monash University. For one of our projects, we made a Haskell puzzle game called Zero to Hero. I invite you to try out the puzzles and share your thoughts (optional). The game contains 10 unique puzzles; each challenges you to implement a seemingly impossible function. You will seek help from a handful of strange-looking helper functions and your own wits. The game starts easy but quickly escalates into madness. The game requires you to be comfortable with basic Haskell syntax to progress. But no other prior knowledge is needed. You can choose to participate in our study or play for fun without any data collection at all. No stress. More details are explained on the landing page. https://ift.tt/EhasmcT Go ahead and enjoy the puzzles!
Sunday, 3 December 2023
New Show Hacker News story: latest news
Show HN: Onsites.fyi - Curated Big Tech Interview Experiences
2 by nisowa | 0 comments on Hacker News.
Hi HN! While Glassdoor and other employment discussion boards offer valuable interview experience data, navigating it to prepare for interviews can be difficult. Onsites.fyi curates interview experiences and insights from Big Tech hiring across various positions and levels. Our collection currently includes interview experiences from top-tier companies like Apple, Google, Meta, Microsoft, and Amazon. Reviewing real interview experiences (rounds, questions, format) of others could be an invaluable preparation tool for interviews. Try it out and please share any feedback!
2 by nisowa | 0 comments on Hacker News.
Hi HN! While Glassdoor and other employment discussion boards offer valuable interview experience data, navigating it to prepare for interviews can be difficult. Onsites.fyi curates interview experiences and insights from Big Tech hiring across various positions and levels. Our collection currently includes interview experiences from top-tier companies like Apple, Google, Meta, Microsoft, and Amazon. Reviewing real interview experiences (rounds, questions, format) of others could be an invaluable preparation tool for interviews. Try it out and please share any feedback!
New Show Hacker News story: latest news
Show HN: Gobble Bot
2 by iamrafal | 1 comments on Hacker News.
All your content digested into one text file You have a website, PDF or a Youtube video and want to make a GPT chatbot on ChatGPT. Simply use Gobble Bot to turn it all into one text file, ready to use for training. see demo video: https://ift.tt/Pdvje1q -> What is this? Gobble Bot is an all-in-1 scraper designed to convert all different kinds of content into one text file. -> Why do I need it? You need it if you want to create a GPT (a custom ChatGPT chatbot) but your content is a website, YouTube video or spans more than 20 files (the current upload limit for GPTs). You can crawl the whole internet and turn it into a chatbot, I guess. -> What data does it handle? Youtube videos with transciptions, public websites and files with extensions: .TXT, .MD, .XSL, .PDF, .DOC, .DOCX, .ODT, .OTT, .RTF, .HTML, .HTM, .ATOM, .RSS, .XML, .XLS, .XLSX, .XLSB, .XLSM, .XLTX, .CSV, .ODS, .OTS, .PPTX, .POTX, .ODP, .OTP, .ODG, .OTG
2 by iamrafal | 1 comments on Hacker News.
All your content digested into one text file You have a website, PDF or a Youtube video and want to make a GPT chatbot on ChatGPT. Simply use Gobble Bot to turn it all into one text file, ready to use for training. see demo video: https://ift.tt/Pdvje1q -> What is this? Gobble Bot is an all-in-1 scraper designed to convert all different kinds of content into one text file. -> Why do I need it? You need it if you want to create a GPT (a custom ChatGPT chatbot) but your content is a website, YouTube video or spans more than 20 files (the current upload limit for GPTs). You can crawl the whole internet and turn it into a chatbot, I guess. -> What data does it handle? Youtube videos with transciptions, public websites and files with extensions: .TXT, .MD, .XSL, .PDF, .DOC, .DOCX, .ODT, .OTT, .RTF, .HTML, .HTM, .ATOM, .RSS, .XML, .XLS, .XLSX, .XLSB, .XLSM, .XLTX, .CSV, .ODS, .OTS, .PPTX, .POTX, .ODP, .OTP, .ODG, .OTG
Saturday, 2 December 2023
New Show Hacker News story: latest news
Show HN: GitAware – Review code faster with improved MR notifications
2 by PlasticSoul | 0 comments on Hacker News.
2 by PlasticSoul | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Httpbun – A companion tool to test HTTP clients
2 by sharat87 | 0 comments on Hacker News.
Hi HN! This is a tool I've been using for ~2y for testing HTTP clients, and to inspect requests, _as seen by_ the target server. It's heavily inspired by httpbin.org, but it has more tools and capabilities. It's been incredibly helpful in some weird debugging exercises recently, so finally decided to share more broadly.
2 by sharat87 | 0 comments on Hacker News.
Hi HN! This is a tool I've been using for ~2y for testing HTTP clients, and to inspect requests, _as seen by_ the target server. It's heavily inspired by httpbin.org, but it has more tools and capabilities. It's been incredibly helpful in some weird debugging exercises recently, so finally decided to share more broadly.
Friday, 1 December 2023
New Show Hacker News story: latest news
Show HN: Instant Resume and Cover Letter Tailoring with AI
2 by adamstiefel | 1 comments on Hacker News.
Hello Everyone! We are beyond excited to announce Wonderin’s Resume AI to the HN community - a beacon for every job seeker and career shaper. Escaping the bounds of a closed beta, we now invite all professionals to enhance their job search with our AI Resume Builder. It's not just a tool; it’s your career architect, streamlining the resume and cover letter creation process, and customizing each application to its fullest potential. We understand the hurdles of job hunting and the importance of a first impression. This understanding led us to create Wonderin’s Resume AI. It’s not just about crafting resumes; it’s about crafting futures. With our AI, you can generate resumes fine-tuned to each job description, saving you time and significantly boosting your interview chances. No more one-size-fits-all resumes. With Wonderin’s Resume AI, you get: Tailored Resume Enhancement - Succeed with resumes crafted by AI for each job role. Customized Cover Letter Creation - Achieve with cover letters crafted by AI for each job role. Quick Creation - Start from scratch and get application-ready in minutes. Be on the cutting edge of satisfied job seekers transforming their job search with us. For the HN community, we're rolling out an exclusive offer to experience our product for $5 off for the first month by entering code HN2023 at checkout. We're committed to evolving alongside your career journey, ensuring your resumes lead to interviews, and interviews lead to offers. Let’s navigate the path to your dream job together. Your insights are our guiding stars, and together, we'll redefine career advancement. Cheers to less searching and more succeeding! Adam, Co-founder of Wonderin
2 by adamstiefel | 1 comments on Hacker News.
Hello Everyone! We are beyond excited to announce Wonderin’s Resume AI to the HN community - a beacon for every job seeker and career shaper. Escaping the bounds of a closed beta, we now invite all professionals to enhance their job search with our AI Resume Builder. It's not just a tool; it’s your career architect, streamlining the resume and cover letter creation process, and customizing each application to its fullest potential. We understand the hurdles of job hunting and the importance of a first impression. This understanding led us to create Wonderin’s Resume AI. It’s not just about crafting resumes; it’s about crafting futures. With our AI, you can generate resumes fine-tuned to each job description, saving you time and significantly boosting your interview chances. No more one-size-fits-all resumes. With Wonderin’s Resume AI, you get: Tailored Resume Enhancement - Succeed with resumes crafted by AI for each job role. Customized Cover Letter Creation - Achieve with cover letters crafted by AI for each job role. Quick Creation - Start from scratch and get application-ready in minutes. Be on the cutting edge of satisfied job seekers transforming their job search with us. For the HN community, we're rolling out an exclusive offer to experience our product for $5 off for the first month by entering code HN2023 at checkout. We're committed to evolving alongside your career journey, ensuring your resumes lead to interviews, and interviews lead to offers. Let’s navigate the path to your dream job together. Your insights are our guiding stars, and together, we'll redefine career advancement. Cheers to less searching and more succeeding! Adam, Co-founder of Wonderin
New Show Hacker News story: latest news
Show HN: I made feature-rich and free VS Code extension to use GPT-3/4 (PaLM2)
3 by fmdz | 2 comments on Hacker News.
Hey HN, I am a software engineer and solopreneur who has recently been delivering a bunch of apps. While coding, at the beginning of the year, I developed my own VS Code extension, which I've been using for coding tasks and assistance from top AI models like GPT-3/4 and Google PaLM2. After a while, I realized it would be good to publish it, so I integrated it into an existing SaaS, which I had previously launched, named SnippetHub, and the extension is called SnippetHub Lens AI. Why Lens AI? Well, because one of the unique features is that you can create as many CodeLenses as you want, for which you can define custom AI instructions and target points in code, so you will have a little clickable links (CodeLens) above target points (methods/classes/variables...). The result is that you have a pre-defined AI buddies which you trigger on a piece of code and do some AI magic, with just one click. In addition, it has other features such as AI Chat, setting selected code as AI Chat context and similar. I am currently working on the AI Test Storm feature, which will have a separate view in VS Code, where you will be able to use top AI models to generate tests for your code, for different cases. The extension is completely free for AI chatting and 1 AI Lens, with your own OpenAI API key. Just register on SnippetHub, log in from VS Code and you can use it. I would love to hear your feedback, both positive and negative. Fahir
3 by fmdz | 2 comments on Hacker News.
Hey HN, I am a software engineer and solopreneur who has recently been delivering a bunch of apps. While coding, at the beginning of the year, I developed my own VS Code extension, which I've been using for coding tasks and assistance from top AI models like GPT-3/4 and Google PaLM2. After a while, I realized it would be good to publish it, so I integrated it into an existing SaaS, which I had previously launched, named SnippetHub, and the extension is called SnippetHub Lens AI. Why Lens AI? Well, because one of the unique features is that you can create as many CodeLenses as you want, for which you can define custom AI instructions and target points in code, so you will have a little clickable links (CodeLens) above target points (methods/classes/variables...). The result is that you have a pre-defined AI buddies which you trigger on a piece of code and do some AI magic, with just one click. In addition, it has other features such as AI Chat, setting selected code as AI Chat context and similar. I am currently working on the AI Test Storm feature, which will have a separate view in VS Code, where you will be able to use top AI models to generate tests for your code, for different cases. The extension is completely free for AI chatting and 1 AI Lens, with your own OpenAI API key. Just register on SnippetHub, log in from VS Code and you can use it. I would love to hear your feedback, both positive and negative. Fahir
New Show Hacker News story: latest news
Show HN: Generate a video to animate stars of any GitHub repository
2 by scastiel | 0 comments on Hacker News.
I made this as a fun tiny project to experiment with Remotion [1] to generate videos. You can find the source code on GitHub [2]. [1] https://ift.tt/B7uKpWs [2] https://ift.tt/VbTozj9
2 by scastiel | 0 comments on Hacker News.
I made this as a fun tiny project to experiment with Remotion [1] to generate videos. You can find the source code on GitHub [2]. [1] https://ift.tt/B7uKpWs [2] https://ift.tt/VbTozj9
Thursday, 30 November 2023
New Show Hacker News story: latest news
Show HN: Typeframes – Website to Video in seconds
14 by mrayushsoni | 3 comments on Hacker News.
Instant video creation from YOUR website, forget complex video editing tools, and WOW your audience with high-quality product promos - with ease.
14 by mrayushsoni | 3 comments on Hacker News.
Instant video creation from YOUR website, forget complex video editing tools, and WOW your audience with high-quality product promos - with ease.
New Show Hacker News story: latest news
Show HN: Play a pen-and-paper game that is almost unknown in the US and Europe
6 by Kharacternyk | 1 comments on Hacker News.
6 by Kharacternyk | 1 comments on Hacker News.
Wednesday, 29 November 2023
New Show Hacker News story: latest news
Show HN: Design2Code – open-source code generator from screenshots
2 by _mostafa97 | 0 comments on Hacker News.
2 by _mostafa97 | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Docu – Never sign a sketchy contract again. GPT-4 contract review
5 by Ryner001 | 4 comments on Hacker News.
A simple tool for people like me whose brain hurts when they read any legal document full of bloated jargon. It's called Docu and it's makes contract review super simple. It gives you a very readable summary, highlights beneficial clauses, flags potential risks, and gives you actions you can take to make the contract work for you. Build on OpenAI assistant API using a combination of prompts. https://docu.review
5 by Ryner001 | 4 comments on Hacker News.
A simple tool for people like me whose brain hurts when they read any legal document full of bloated jargon. It's called Docu and it's makes contract review super simple. It gives you a very readable summary, highlights beneficial clauses, flags potential risks, and gives you actions you can take to make the contract work for you. Build on OpenAI assistant API using a combination of prompts. https://docu.review
Tuesday, 28 November 2023
New Show Hacker News story: latest news
Show HN: I have created a stablecoins bounty community
2 by jameshih | 0 comments on Hacker News.
Hi HN, I have created a stablecoins bounty community, Stablecoins.club, where you can earn USDC through bounties. It's an open Slack group for anyone to join. You can create bounties in the #bounties channel with USDC payouts, and anyone can submit their solutions by replying to bounty posts to earn the payouts. Bounties can be anything, e.g. logo design, product feedbacks, helping someone to create a travel guide for his or her trip to Japan, etc. Be creative! Currently, bounty payouts should only be in USDC as I have created this community mostly to help connecting people with USDC looking to hire talents for Internet gigs with people looking to earn stablecoins by completing gigs over the Internet. Bounty owners will have to send payouts to winners on their own now as I am working on automating this process. Join the club and start bounty hunting! https://ift.tt/FtKSIE8
2 by jameshih | 0 comments on Hacker News.
Hi HN, I have created a stablecoins bounty community, Stablecoins.club, where you can earn USDC through bounties. It's an open Slack group for anyone to join. You can create bounties in the #bounties channel with USDC payouts, and anyone can submit their solutions by replying to bounty posts to earn the payouts. Bounties can be anything, e.g. logo design, product feedbacks, helping someone to create a travel guide for his or her trip to Japan, etc. Be creative! Currently, bounty payouts should only be in USDC as I have created this community mostly to help connecting people with USDC looking to hire talents for Internet gigs with people looking to earn stablecoins by completing gigs over the Internet. Bounty owners will have to send payouts to winners on their own now as I am working on automating this process. Join the club and start bounty hunting! https://ift.tt/FtKSIE8
New Show Hacker News story: latest news
Show HN: Plants Vs Zombies Ported to 64-bit Clang from 32-bit MSVC
2 by Minerscale | 0 comments on Hacker News.
2 by Minerscale | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: AI Image to Video – Generate videos from still images
2 by lishuzi | 0 comments on Hacker News.
online & easy to use, with customizable frame rates of up to 14 or 25 frames.
2 by lishuzi | 0 comments on Hacker News.
online & easy to use, with customizable frame rates of up to 14 or 25 frames.
New Show Hacker News story: latest news
Show HN: Transform Notes into Visual Mind Maps
2 by gxara | 0 comments on Hacker News.
Hey, HN Community! I'm a Brazilian software engineer, and my educational journey led to a significant discovery. During my master's degree, I often struggled to recall foundational concepts studied years earlier, which were crucial for my current studies. This challenge sparked a reevaluation of traditional note-taking and inspired the creation of cmaps.io. Human thinking is inherently associative, not linear. We often draw connections between learned concepts unconsciously. To leverage this natural process, making these connections explicit is essential – and that's precisely what cmaps.io offers. I can personally vouch for the impact of cmaps.io on my learning and retention. It's become an invaluable tool for me, and I'm confident it can be for you as well! You can find more details on the ProductHunt post: https://ift.tt/ZDCiX8V Discover cmaps.io and enjoy a revolutionary note-taking experience! I eagerly await your feedback and thoughts
2 by gxara | 0 comments on Hacker News.
Hey, HN Community! I'm a Brazilian software engineer, and my educational journey led to a significant discovery. During my master's degree, I often struggled to recall foundational concepts studied years earlier, which were crucial for my current studies. This challenge sparked a reevaluation of traditional note-taking and inspired the creation of cmaps.io. Human thinking is inherently associative, not linear. We often draw connections between learned concepts unconsciously. To leverage this natural process, making these connections explicit is essential – and that's precisely what cmaps.io offers. I can personally vouch for the impact of cmaps.io on my learning and retention. It's become an invaluable tool for me, and I'm confident it can be for you as well! You can find more details on the ProductHunt post: https://ift.tt/ZDCiX8V Discover cmaps.io and enjoy a revolutionary note-taking experience! I eagerly await your feedback and thoughts
Monday, 27 November 2023
New Show Hacker News story: latest news
Show HN: Gitea Cloud: A brand new platform for managed Gitea Instances
3 by techknowlogick | 0 comments on Hacker News.
3 by techknowlogick | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Open-source Custom GPT builder using Assistants API
2 by Anil1331 | 0 comments on Hacker News.
2 by Anil1331 | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: A Dalle-3 and GPT4-Vision feedback loop
3 by z991 | 0 comments on Hacker News.
I used to enjoy Translation Party, and over the weekend I realized that we can build the same feedback loop with DALLE-3 and GPT4-Vision. Start with a text prompt, let DALLE-3 generate an image, then GPT-4 Vision turns that image back into a text prompt, DALLE-3 creates another image, and so on. You need to bring your own OpenAI API key (costs about $0.10/run) Some prompts are very stable, others go wild. If you bias GPT4's prompting by telling it to "make it weird" you can get crazy results. Here's a few of my favorites: - Gnomes: https://ift.tt/vdseFfG - Start with a sailboat but bias GPT4V to "replace everything with cats": https://ift.tt/f2laK6t - A more stable one (but everyone is always an actor): https://ift.tt/9C2jNJH
3 by z991 | 0 comments on Hacker News.
I used to enjoy Translation Party, and over the weekend I realized that we can build the same feedback loop with DALLE-3 and GPT4-Vision. Start with a text prompt, let DALLE-3 generate an image, then GPT-4 Vision turns that image back into a text prompt, DALLE-3 creates another image, and so on. You need to bring your own OpenAI API key (costs about $0.10/run) Some prompts are very stable, others go wild. If you bias GPT4's prompting by telling it to "make it weird" you can get crazy results. Here's a few of my favorites: - Gnomes: https://ift.tt/vdseFfG - Start with a sailboat but bias GPT4V to "replace everything with cats": https://ift.tt/f2laK6t - A more stable one (but everyone is always an actor): https://ift.tt/9C2jNJH
Sunday, 26 November 2023
New Show Hacker News story: latest news
Show HN: Dreamachines.ai
3 by amegahed | 0 comments on Hacker News.
AI image generation, management, and sharing platform. Built on top of a cloud OS. Provides a range of mechanisms for sharing. Free, no commercial tier.
3 by amegahed | 0 comments on Hacker News.
AI image generation, management, and sharing platform. Built on top of a cloud OS. Provides a range of mechanisms for sharing. Free, no commercial tier.
New Show Hacker News story: latest news
Show HN: ThemeNix: Theme your NixOS configuration consistently
2 by RGBCube | 0 comments on Hacker News.
2 by RGBCube | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: GitAware – A simple browser extension that helps you stay on top of MRs
2 by PlasticSoul | 0 comments on Hacker News.
2 by PlasticSoul | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: LockDB now natively supports acting on multiple locks
3 by BrunoBernardino | 0 comments on Hacker News.
LockDB is a cross-platform tool you can use to handle process/event locking and avoid race conditions. It is sometimes also known as a semaphore. There are packages for Node.js / Browser / Bun / NPM, Deno, and you can also use it as a CLI. The new LockDB release supports a feature request common for complex locking necessities: The ability to lock, unlock, and check multiple locks. I understand new features aren't _generally_ accepted [1] here, but this one seemed "juicy" enough for it. Feel free to remove the post if I'm wrong, and I apologize in that case! [1]: https://ift.tt/BH21ARh
3 by BrunoBernardino | 0 comments on Hacker News.
LockDB is a cross-platform tool you can use to handle process/event locking and avoid race conditions. It is sometimes also known as a semaphore. There are packages for Node.js / Browser / Bun / NPM, Deno, and you can also use it as a CLI. The new LockDB release supports a feature request common for complex locking necessities: The ability to lock, unlock, and check multiple locks. I understand new features aren't _generally_ accepted [1] here, but this one seemed "juicy" enough for it. Feel free to remove the post if I'm wrong, and I apologize in that case! [1]: https://ift.tt/BH21ARh
Saturday, 25 November 2023
New Show Hacker News story: latest news
Show HN: Play Sopwith – a classic bi-plane shoot 'em up from 1984 in the browser
9 by midzer | 2 comments on Hacker News.
src: https://ift.tt/ENV6vQ7
9 by midzer | 2 comments on Hacker News.
src: https://ift.tt/ENV6vQ7
New Show Hacker News story: latest news
Show HN: Personalized Meal Plans to Suit Your Lifestyle
2 by pat_hacks | 0 comments on Hacker News.
Hey HN, I'm Patrick a developer working on side projects beside a 9-5. I created a Site where you can create customised Meal Plans + Grocery Lists and get them automatically every Week into your Inbox. Please Check it out, any feedback is welcome! Pat
2 by pat_hacks | 0 comments on Hacker News.
Hey HN, I'm Patrick a developer working on side projects beside a 9-5. I created a Site where you can create customised Meal Plans + Grocery Lists and get them automatically every Week into your Inbox. Please Check it out, any feedback is welcome! Pat
New Show Hacker News story: latest news
Show HN: We made an interactive coloring experience for kids
3 by Franzeus | 3 comments on Hacker News.
Hi HN community! Proud to have recently become a founder myself and now to submit a "Show HN". We are Dibulo, a young startup which is on a mission to redefine coloring sessions for kids! We have built our first worlds, sold our first coloring books and now we want to let the world know about us :) So far we have been praised by parents, and also got pretty good feedback from institutions like daycares and elementary school teachers. What sets our coloring experience apart? Not only do we bring vibrant templates on paper to life on screens, but we also introduce a captivating group activity. Picture this: kids enthusiastically coloring away, their creations showcased prominently on a big screen for all to admire. For us it is crucial that the user experience is smooth and easy. Our platform works in pretty much all modern browsers and on all major devices (PC, laptop, tablet, AndroidTV / FireTV). Setting up a coloring session on Dibulo takes less time than a kid can color our templates and uploading is as easy as snapping a picture. You can even share the coloring session with your family and friends and if they like they can participate and upload their drawings too (remotely). Feel free to download and print our free templates and try them with your kids / nephews / at your daycare. Thank you for checking us out! Looking forward to receiving feedback!
3 by Franzeus | 3 comments on Hacker News.
Hi HN community! Proud to have recently become a founder myself and now to submit a "Show HN". We are Dibulo, a young startup which is on a mission to redefine coloring sessions for kids! We have built our first worlds, sold our first coloring books and now we want to let the world know about us :) So far we have been praised by parents, and also got pretty good feedback from institutions like daycares and elementary school teachers. What sets our coloring experience apart? Not only do we bring vibrant templates on paper to life on screens, but we also introduce a captivating group activity. Picture this: kids enthusiastically coloring away, their creations showcased prominently on a big screen for all to admire. For us it is crucial that the user experience is smooth and easy. Our platform works in pretty much all modern browsers and on all major devices (PC, laptop, tablet, AndroidTV / FireTV). Setting up a coloring session on Dibulo takes less time than a kid can color our templates and uploading is as easy as snapping a picture. You can even share the coloring session with your family and friends and if they like they can participate and upload their drawings too (remotely). Feel free to download and print our free templates and try them with your kids / nephews / at your daycare. Thank you for checking us out! Looking forward to receiving feedback!
Friday, 24 November 2023
New Show Hacker News story: latest news
Show HN: I curated a list of Black Friday deals from Indie Makers
5 by nithinjawahar | 0 comments on Hacker News.
Hey HN! I curated a list of 100 black friday deals from indie makers that includes Developer tools, Design & Marketing tools, Mac Apps,Productivity apps & other digital products. Here are few of the good ones Mac Apps: 1) Motionscribe - 50% off on lifetime deal (Make apple-style product videos) 2) Paste - 30% off on all devices for 1 year (Universal clipboard manager) 3) Spaces - 35% off lifetime license (Declutter your workspace on mac) 4) Elephas - 20% off on the lifetime deal (Personal AI assistant for the Mac) Developer tools: 1) Gravity SaaS Boilerplate - 30% off (SaaS Boilerplate for Node.js & React) 2) Claws - 50% off (AWS developer playgrounds to iterate faster) 3) Local Can - 25% off ( Ngrok alternative to build and test apps with .local domains and secure persistent Public URLs) I hope this is useful to find some cool new apps this BF. let me know if you have any feedback.
5 by nithinjawahar | 0 comments on Hacker News.
Hey HN! I curated a list of 100 black friday deals from indie makers that includes Developer tools, Design & Marketing tools, Mac Apps,Productivity apps & other digital products. Here are few of the good ones Mac Apps: 1) Motionscribe - 50% off on lifetime deal (Make apple-style product videos) 2) Paste - 30% off on all devices for 1 year (Universal clipboard manager) 3) Spaces - 35% off lifetime license (Declutter your workspace on mac) 4) Elephas - 20% off on the lifetime deal (Personal AI assistant for the Mac) Developer tools: 1) Gravity SaaS Boilerplate - 30% off (SaaS Boilerplate for Node.js & React) 2) Claws - 50% off (AWS developer playgrounds to iterate faster) 3) Local Can - 25% off ( Ngrok alternative to build and test apps with .local domains and secure persistent Public URLs) I hope this is useful to find some cool new apps this BF. let me know if you have any feedback.
New Show Hacker News story: latest news
Show HN: Downtoearth – astronomical scales through geographical intuition
2 by pedrosbmartins | 2 comments on Hacker News.
2 by pedrosbmartins | 2 comments on Hacker News.
Thursday, 23 November 2023
New Show Hacker News story: latest news
Show HN: UI Library Creator
12 by kemyd | 0 comments on Hacker News.
Hey HN! The "Generative" trend is booming, and UI Library Creator is our original approach to it. In the last three years, we have added 60+ professional UI libraries to Shuffle's catalog (Shuffle = visual editor for web developers). Still, we know we need more than this to satisfy our growing user base! That's why we created the UI Library Creator. In this tool, you can combine elements and styles to create unique UI libraries that work seamlessly with the Shuffle Editor and all its capabilities (drag-and-drop, customizations, live preview, and more). We provide you with UX solutions (components) written in Tailwind CSS and presets so you can quickly combine them to create what you need. You don't need to talk to a "black box" AI with a chat interface. Possible combinations are in gazillions. We aim for original creations, but you have complete control over the final effect. How to use the UI Library Creator: * Visit: https://ift.tt/Rapqs37 * We recommend starting by selecting Assets and Copywriting for your target audience. * When these two options are locked, use the "Shuffle Styles" button to bootstrap your project with the first style. * If you like something, lock the category and then repeat shuffling. You can also change options manually, but with "Shuffle Styles," you can quickly see many creations. If you enjoy the final result, click "Publish now" and send your UI Library to Shuffle. Once processed, it will be available for use in your Dashboard. Let us know what you think! Video (2min) with product tour: https://www.youtube.com/watch?v=8ZFlWEDr7XM
12 by kemyd | 0 comments on Hacker News.
Hey HN! The "Generative" trend is booming, and UI Library Creator is our original approach to it. In the last three years, we have added 60+ professional UI libraries to Shuffle's catalog (Shuffle = visual editor for web developers). Still, we know we need more than this to satisfy our growing user base! That's why we created the UI Library Creator. In this tool, you can combine elements and styles to create unique UI libraries that work seamlessly with the Shuffle Editor and all its capabilities (drag-and-drop, customizations, live preview, and more). We provide you with UX solutions (components) written in Tailwind CSS and presets so you can quickly combine them to create what you need. You don't need to talk to a "black box" AI with a chat interface. Possible combinations are in gazillions. We aim for original creations, but you have complete control over the final effect. How to use the UI Library Creator: * Visit: https://ift.tt/Rapqs37 * We recommend starting by selecting Assets and Copywriting for your target audience. * When these two options are locked, use the "Shuffle Styles" button to bootstrap your project with the first style. * If you like something, lock the category and then repeat shuffling. You can also change options manually, but with "Shuffle Styles," you can quickly see many creations. If you enjoy the final result, click "Publish now" and send your UI Library to Shuffle. Once processed, it will be available for use in your Dashboard. Let us know what you think! Video (2min) with product tour: https://www.youtube.com/watch?v=8ZFlWEDr7XM
New Show Hacker News story: latest news
Show HN: I made iOS app that converts any speech into clear&structured text
3 by iilfat | 0 comments on Hacker News.
Hello! I left my job, gathered with friends and focused on creating this iOS app. The idea is simple: it turns speech into well-structured clear text which you can save as a note. It's not only transcription. We used OpenAI tech, fine-tuned prompts, trained it with our texts, and added one-button rewrite options. Recently, doctor was gaving me recommendations. I switched on my app and got bullet points of his advice. Any comment would be super valuable, guys! Thank you in advance!
3 by iilfat | 0 comments on Hacker News.
Hello! I left my job, gathered with friends and focused on creating this iOS app. The idea is simple: it turns speech into well-structured clear text which you can save as a note. It's not only transcription. We used OpenAI tech, fine-tuned prompts, trained it with our texts, and added one-button rewrite options. Recently, doctor was gaving me recommendations. I switched on my app and got bullet points of his advice. Any comment would be super valuable, guys! Thank you in advance!
Wednesday, 22 November 2023
New Show Hacker News story: latest news
Show HN: Kuvastin – An E Ink art piece that displays AI art from Google cal
3 by livealight | 0 comments on Hacker News.
A little hack put together over a weekend. Nice interesection of AI and physical devices.
3 by livealight | 0 comments on Hacker News.
A little hack put together over a weekend. Nice interesection of AI and physical devices.
New Show Hacker News story: latest news
Show HN: How to create a color palette for design systems
2 by lessio | 0 comments on Hacker News.
This article provides a helpful guide on creating color palettes for design systems.
2 by lessio | 0 comments on Hacker News.
This article provides a helpful guide on creating color palettes for design systems.
New Show Hacker News story: latest news
Show HN: Play SDL-Ball, Brick-breaking game like DX-Ball/Arkanoid in the browser
2 by midzer | 0 comments on Hacker News.
src: https://ift.tt/lPQAhzJ
2 by midzer | 0 comments on Hacker News.
src: https://ift.tt/lPQAhzJ
Tuesday, 21 November 2023
New Show Hacker News story: latest news
Show HN: Jeopardy Think Music animated directed graph
2 by admtal | 0 comments on Hacker News.
Pretty cool huh? I’ve spent a lot of time on this pointless project, and plan to spend a bit more. https://ift.tt/WKYl5xI
2 by admtal | 0 comments on Hacker News.
Pretty cool huh? I’ve spent a lot of time on this pointless project, and plan to spend a bit more. https://ift.tt/WKYl5xI
New Show Hacker News story: latest news
Show HN: Companies with 4 Day Workweeks
4 by goqu | 0 comments on Hacker News.
Here today to share something that may be of interest to some of you. I reviewed existing lists online and other sources and created a refreshed list of companies that hire for 4 day weeks. A couple of tweaks I made were, first I made sure the reviewed companies offer the true 4 day week (4x8hrs), not compressed hours, which is known as 4x10hrs. Many companies go through a 4 day week trial and often revert to the old schedule, or they label themselves as a 4 day week company when, in fact, they have a 4.5 day workweek, or it's a seasonal thing where a short weeks happens over a single month in summer - these companies were not included on the list. Anther rule I followed was that if I couldn't find a mention of a 4 day week as a job benefit on the company's website or directly in a job description, the company wouldn't make the list. And finally, it's not too common, but some companies offer the benefit of short weeks to certain departments only, or to certain locations (for example, US-based employees only). Those companies are on the list. I hope this is useful and let me know if you have any feedback.
4 by goqu | 0 comments on Hacker News.
Here today to share something that may be of interest to some of you. I reviewed existing lists online and other sources and created a refreshed list of companies that hire for 4 day weeks. A couple of tweaks I made were, first I made sure the reviewed companies offer the true 4 day week (4x8hrs), not compressed hours, which is known as 4x10hrs. Many companies go through a 4 day week trial and often revert to the old schedule, or they label themselves as a 4 day week company when, in fact, they have a 4.5 day workweek, or it's a seasonal thing where a short weeks happens over a single month in summer - these companies were not included on the list. Anther rule I followed was that if I couldn't find a mention of a 4 day week as a job benefit on the company's website or directly in a job description, the company wouldn't make the list. And finally, it's not too common, but some companies offer the benefit of short weeks to certain departments only, or to certain locations (for example, US-based employees only). Those companies are on the list. I hope this is useful and let me know if you have any feedback.
New Show Hacker News story: latest news
Show HN: Telegram bot to filter new HN stories by keywords
4 by solus_factor | 3 comments on Hacker News.
4 by solus_factor | 3 comments on Hacker News.
Monday, 20 November 2023
New Show Hacker News story: latest news
Show HN: Torbb – now with Tor, run a BrowserBox as a hidden service
2 by keepamovin | 0 comments on Hacker News.
2 by keepamovin | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Latent Workers – AI tool for SEO through content optimization
4 by leewenjie | 0 comments on Hacker News.
4 by leewenjie | 0 comments on Hacker News.
New Show Hacker News story: latest news
Show HN: Internet.nl – test tool for modern internet standards
4 by aequitas | 1 comments on Hacker News.
For the past months we've been working on making our open source tool Internet.nl easier to deploy and develop on. Last week we release version 1.8.0 ( https://ift.tt/oz7I4ky ) which includes these changes. Tests include: IPv6, DNSSEC, HTTPS/TLS, various security options like XSS, CSP headers, security.txt, RPKI, DMARC, DKIM, SPF, STARTTLS, DANE for web/email, and a browser connection test for IPv6 and DNSSEC. (see: https://ift.tt/GLoWryQ ) Using Docker & Docker Compose it is now trivial to deploy your own instance of our test tool, including all dependencies required to run the tests, web frontend, metrics collection, integration test suite and more. There are two deployment variants, one (the default) for single scan deployments with a web frontend (like on https://en.internet.nl ) and one for batch scan where scan's can be submitted in batches via JSON API. To try out the tool online visit: https://en.internet.nl/ To deploy your own instance follow this guide: https://ift.tt/Bj0yUMo... For development or other topics see: https://ift.tt/Bj0yUMo...
4 by aequitas | 1 comments on Hacker News.
For the past months we've been working on making our open source tool Internet.nl easier to deploy and develop on. Last week we release version 1.8.0 ( https://ift.tt/oz7I4ky ) which includes these changes. Tests include: IPv6, DNSSEC, HTTPS/TLS, various security options like XSS, CSP headers, security.txt, RPKI, DMARC, DKIM, SPF, STARTTLS, DANE for web/email, and a browser connection test for IPv6 and DNSSEC. (see: https://ift.tt/GLoWryQ ) Using Docker & Docker Compose it is now trivial to deploy your own instance of our test tool, including all dependencies required to run the tests, web frontend, metrics collection, integration test suite and more. There are two deployment variants, one (the default) for single scan deployments with a web frontend (like on https://en.internet.nl ) and one for batch scan where scan's can be submitted in batches via JSON API. To try out the tool online visit: https://en.internet.nl/ To deploy your own instance follow this guide: https://ift.tt/Bj0yUMo... For development or other topics see: https://ift.tt/Bj0yUMo...
Sunday, 19 November 2023
New Show Hacker News story: latest news
Show HN: Serverless VPN App for Android. Unlimited Devices. Unlimited Data
2 by gigapotential | 3 comments on Hacker News.
Hello HN, Serverless VPN app for Android is fully open source including desktop apps: https://ift.tt/tpGDWzq Get it on Play Store: https://ift.tt/okOBNeY... Feedback about product, pricing, website is most welcome! Thank you, Himanshu
2 by gigapotential | 3 comments on Hacker News.
Hello HN, Serverless VPN app for Android is fully open source including desktop apps: https://ift.tt/tpGDWzq Get it on Play Store: https://ift.tt/okOBNeY... Feedback about product, pricing, website is most welcome! Thank you, Himanshu
New Show Hacker News story: latest news
Show HN: cmaps.io – Transform Thoughts into Visual Masterpieces
2 by gxara | 0 comments on Hacker News.
Hey! Just launched my new project! It's a tool to rethink the way we study and take notes. Human thinking is inherently associative, not linear. Check it out at https://cmaps.io I would love to get some feedback! Thanks!
2 by gxara | 0 comments on Hacker News.
Hey! Just launched my new project! It's a tool to rethink the way we study and take notes. Human thinking is inherently associative, not linear. Check it out at https://cmaps.io I would love to get some feedback! Thanks!
New Show Hacker News story: latest news
Show HN: torbb – Now with Tor, run BrowserBox as a hidden service instantly
2 by keepamovin | 1 comments on Hacker News.
2 by keepamovin | 1 comments on Hacker News.
Saturday, 18 November 2023
New Show Hacker News story: latest news
Show HN: YouTube banned adblockers so I built an extension to skip their ads
5 by rKarpinski | 0 comments on Hacker News.
Hi HN! Since Youtube no longer allows AdBlockers, I built my own extension to get around their video ads. If there is an ad it temporarily manipulates the video; Mutes the volume, sets speed to 10x, and skips it if there is a button. Chrome Webstore link: https://ift.tt/MYlqEOK Code: https://ift.tt/kWU9YOI
5 by rKarpinski | 0 comments on Hacker News.
Hi HN! Since Youtube no longer allows AdBlockers, I built my own extension to get around their video ads. If there is an ad it temporarily manipulates the video; Mutes the volume, sets speed to 10x, and skips it if there is a button. Chrome Webstore link: https://ift.tt/MYlqEOK Code: https://ift.tt/kWU9YOI
New Show Hacker News story: latest news
Show HN: MDServe – A minimalistic framework for creating websites with Markdown
2 by dandrew5 | 1 comments on Hacker News.
2 by dandrew5 | 1 comments on Hacker News.
Friday, 17 November 2023
Thursday, 16 November 2023
New Show Hacker News story: latest news
Show HN: Near-realtime cloud maps for visualisations, 3D modelling and more
16 by matteason | 3 comments on Hacker News.
This is a service I've built to provide equirectangular cloud maps of the whole Earth, updated every 3 hours, for free. It's based on infrared and visible light data from EUMETSAT, processed to enhance the clouds and try to reduce the impact of surface temperatures on the final image. I built it because it's surprisingly hard to find these kinds of images in a format that's useful to developers and hobbyists. I was building a 3D ISS tracker and wanted to include live clouds but couldn't find anything good, so I got sidetracked, and here we are.
16 by matteason | 3 comments on Hacker News.
This is a service I've built to provide equirectangular cloud maps of the whole Earth, updated every 3 hours, for free. It's based on infrared and visible light data from EUMETSAT, processed to enhance the clouds and try to reduce the impact of surface temperatures on the final image. I built it because it's surprisingly hard to find these kinds of images in a format that's useful to developers and hobbyists. I was building a 3D ISS tracker and wanted to include live clouds but couldn't find anything good, so I got sidetracked, and here we are.
New Show Hacker News story: latest news
Show HN: GPT-4 Turbo with integrated DALL-E 3
7 by llmllmllm | 0 comments on Hacker News.
Hi HN, The OpenAI announcements last week were fantastic, one thing that we think is missing from ChatGPT (or the APIs) is the ability to create text content alongside DALL-E 3. Since there is now API access for DALL-E 3, we've integrated it into FlowChai ( https://flowch.ai ). We've found this makes workflows with images much smoother, with a natural extension of typical prompts to specify images types, styles and locations. Check out the demo video here: https://ift.tt/gSliDaK And view the generated summary with images here: https://ift.tt/d48OLbD...
7 by llmllmllm | 0 comments on Hacker News.
Hi HN, The OpenAI announcements last week were fantastic, one thing that we think is missing from ChatGPT (or the APIs) is the ability to create text content alongside DALL-E 3. Since there is now API access for DALL-E 3, we've integrated it into FlowChai ( https://flowch.ai ). We've found this makes workflows with images much smoother, with a natural extension of typical prompts to specify images types, styles and locations. Check out the demo video here: https://ift.tt/gSliDaK And view the generated summary with images here: https://ift.tt/d48OLbD...
New Show Hacker News story: latest news
Show HN: Simple List Merge Tool Built So You Don't Have To
2 by dougSF70 | 0 comments on Hacker News.
We spend a lot of time matching items in one list in another list...it's time consuming. Speaking with our fractional CFO, he said he also spends too much time match items in one list in another. So we built https://robomerge.com/ so you don't have too. It is free for now and allows for anonymous sessions created by your ip address, we will be allowing user registrations soon, and we also have an api in the works. Feedback welcome.
2 by dougSF70 | 0 comments on Hacker News.
We spend a lot of time matching items in one list in another list...it's time consuming. Speaking with our fractional CFO, he said he also spends too much time match items in one list in another. So we built https://robomerge.com/ so you don't have too. It is free for now and allows for anonymous sessions created by your ip address, we will be allowing user registrations soon, and we also have an api in the works. Feedback welcome.
New Show Hacker News story: latest news
Show HN: Plasmic – open-source Webflow + Retool + React CMS
3 by xyzzyrz | 0 comments on Hacker News.
3 by xyzzyrz | 0 comments on Hacker News.
Wednesday, 15 November 2023
New Show Hacker News story: latest news
Show HN: MonkeyPatch – Cheap, fast and predictable LLM functions in Python
15 by JackHopkins | 3 comments on Hacker News.
Hi HN, Jack here! I'm one of the creators of MonkeyPatch, an easy tool that helps you build LLM-powered functions and apps that get cheaper and faster the more you use them. For example, if you need to classify PDFs, extract product feedback from tweets, or auto-generate synthetic data, you can spin up an LLM-powered Python function in <5 minutes to power your application. Unlike existing LLM clients, these functions generate well-typed outputs with guardrails to mitigate unexpected behavior. After about 200-300 calls, these functions will begin to get cheaper and faster. We've seen 8-10x reduction in cost and latency in some use-cases! This happens via progressive knowledge distillation - MonkeyPatch incrementally fine-tunes smaller, cheaper models in the background, tests them against the constraints defined by the developer, and retains the smallest model that meets accuracy requirements, which typically has significantly lower costs and latency. As an LLM researcher, I kept getting asked by startups and friends to build specific LLM features that they could embed into their applications. I realized that most developers have to either 1) use existing low-level LLM clients (GPT4/Claude), which can be unreliable, untyped, and pricey, or 2) pore through LangChain documentation for days to build something. We built MonkeyPatch to make it easy for developers to inject LLM-powered functions into their code and create tests to ensure they behave as intended. Our goal is to help developers easily build apps and functions without worrying about reliability, cost, and latency, while following best software engineering practices. We're only available in Python currently but actively working on a Typescript version. The repo has all the instructions you need to get up and running in a few minutes. The world of LLMs is changing by the day and so we're not 100% sure how MonkeyPatch will evolve. For now, I'm just excited to share what we've been working on with the HN community. Would love to know what you guys think! Open-source repo: https://github.com/monkeypatch/monkeypatch.py Sample use-cases: https://github.com/monkeypatch/monkeypatch.py/tree/master/ex... Benchmarks: https://github.com/monkeypatch/monkeypatch.py#scaling-and-fi...
15 by JackHopkins | 3 comments on Hacker News.
Hi HN, Jack here! I'm one of the creators of MonkeyPatch, an easy tool that helps you build LLM-powered functions and apps that get cheaper and faster the more you use them. For example, if you need to classify PDFs, extract product feedback from tweets, or auto-generate synthetic data, you can spin up an LLM-powered Python function in <5 minutes to power your application. Unlike existing LLM clients, these functions generate well-typed outputs with guardrails to mitigate unexpected behavior. After about 200-300 calls, these functions will begin to get cheaper and faster. We've seen 8-10x reduction in cost and latency in some use-cases! This happens via progressive knowledge distillation - MonkeyPatch incrementally fine-tunes smaller, cheaper models in the background, tests them against the constraints defined by the developer, and retains the smallest model that meets accuracy requirements, which typically has significantly lower costs and latency. As an LLM researcher, I kept getting asked by startups and friends to build specific LLM features that they could embed into their applications. I realized that most developers have to either 1) use existing low-level LLM clients (GPT4/Claude), which can be unreliable, untyped, and pricey, or 2) pore through LangChain documentation for days to build something. We built MonkeyPatch to make it easy for developers to inject LLM-powered functions into their code and create tests to ensure they behave as intended. Our goal is to help developers easily build apps and functions without worrying about reliability, cost, and latency, while following best software engineering practices. We're only available in Python currently but actively working on a Typescript version. The repo has all the instructions you need to get up and running in a few minutes. The world of LLMs is changing by the day and so we're not 100% sure how MonkeyPatch will evolve. For now, I'm just excited to share what we've been working on with the HN community. Would love to know what you guys think! Open-source repo: https://github.com/monkeypatch/monkeypatch.py Sample use-cases: https://github.com/monkeypatch/monkeypatch.py/tree/master/ex... Benchmarks: https://github.com/monkeypatch/monkeypatch.py#scaling-and-fi...
Subscribe to:
Posts (Atom)