Wednesday, January 31, 2024
Show HN: Some blind hackers are bridging IRC to LMMs running locally https://ift.tt/wKbZIVv
Show HN: Some blind hackers are bridging IRC to LMMs running locally https://ift.tt/bcCSvFD February 1, 2024 at 01:20AM
Show HN: Samsung NVMe Developers AMA https://ift.tt/9BurKWS
Show HN: Samsung NVMe Developers AMA https://ift.tt/5KViyQC February 1, 2024 at 12:32AM
Show HN: Watch Life – A compact "analog" watch in Conway's Game of Life https://ift.tt/BmsxRzj
Show HN: Watch Life – A compact "analog" watch in Conway's Game of Life https://ift.tt/6phKlUa February 1, 2024 at 12:24AM
Show HN: Telescope – Hassle-free company research https://ift.tt/1FWdsvT
Show HN: Telescope – Hassle-free company research Hey HN. I recently started a company and found myself constantly doing company research for competitors, prospective customers, and outbound leads. As an engineer, I found it challenging to figure out where to get up-to-date company information as well as tedious needing to visit multiple sites often. I built Telescope to solve that problem. Under the hood, Telescope performs multiple search queries the same way I would and synthesizes the results for me. This is very much a WIP but I would love for you to try it out and let me know what you think. Over the next couple of weeks, I plan on continuing to improve Telescope and add more features. Cheers :) https://ift.tt/gWMruGQ January 31, 2024 at 06:55PM
Tuesday, January 30, 2024
Show HN: FrequentlyAskedAI – An interactive AI FAQ alternative to chatbots https://ift.tt/RiSlsjh
Show HN: FrequentlyAskedAI – An interactive AI FAQ alternative to chatbots I originally released an interactive resume tool and that went well but I got pulled in another direction by HN. HN really slammed my server on the original thing I built (thanks for the unexpected but useful battle testing, I learned a lot). More importantly some people reached out and said they wanted to use it for their business, not professional networking, which led me down a completely different path for a different tool using similar tech. Long story short, these businesses: 1) Wanted to know more about what their customers wanted but couldn't necessarily rely on customers reaching out to them 2) Spent more time answering similar questions than they'd like 3) REALLY hated chatbots and didn't want to pay for/train customer service agents yet I added a bunch of features they asked for like being able to embed my tool on their website, customize the quick questions, and add related links that can route their customers to other URLs. That last feature request was particularly interesting. Two businesses independently asked for this and they used it to basically make a mini Google search for their complex product (e.g. to direct customers to the right help pages, tutorials, etc). I have no idea where this project is going to end up yet and it's already turned in a direction I didn't expect. I'd love y'all's thoughts on the latest. Here's a link to my new home page with more information: https://www.infaq.ai Forgive me for lack of visual elements and some of the corny marketing text. Many are placeholders and I'm working on it. Also shout out to the business owner that went out of their way to find me this relevant domain name. We were joking that my tool should actually be called InfrequentlyAskedAI since it actually handles a long tail of questions. https://ift.tt/dZV25wW January 31, 2024 at 03:03AM
Show HN: Privacy-first cross platform spreadsheet pipeline app https://ift.tt/3xTKOWt
Show HN: Privacy-first cross platform spreadsheet pipeline app In my previous role at a small startup, I frequently developed simple scripts to assist recruiters and marketing professionals in handling data processing tasks on Excel or CSV files. These tasks were typically straightforward and repetitive, stemming from the periodic export of data. This experience sparked the idea to create a straightforward tool dedicated to such functionalities(also mobile friendly, as they occasionally need to process data on their smartphones). There are powerful tools like Power Query and Tableau, but they often prove too complex for non-technical users to navigate effectively. Additionally, ETL tools that support CSV/XLSX formats often come with a high price. That's why I build Tablesmith, an easy-to-use and free spreadsheet automation tool that empowers anyone to automate their data-related tasks with ease. Furthermore, I also include AI autofill capability, which I believe would be useful. https://tablesmith.io/ January 29, 2024 at 08:24PM
Show HN: Sankofa – Browser extension to semantically search your history https://ift.tt/zlk2A3s
Show HN: Sankofa – Browser extension to semantically search your history Hey there HN! I lead Product at Vectara. Some of us read a lot of articles on the web (like those on HN) and we were desperately trying to recall the text we read -- using semantic search because we might not have remembered the exact text we read. (Or ask questions about the content -- ChatGPT style.) Sankofa is a new browser extension that can automatically index web pages you visit and let you search / ask questions about that content. We built it using Vectara's retrieval-augmented-generation (RAG) platform and hope this is useful to folks. This is an initial release: we would love to hear any feedback and suggestions! https://ift.tt/9bZPKk8 January 31, 2024 at 03:09AM
Show HN: Get notified when your desired Twitter handle is available https://ift.tt/PfQB0xJ
Show HN: Get notified when your desired Twitter handle is available https://handlespot.pro January 31, 2024 at 01:03AM
Monday, January 29, 2024
Show HN: Pruvious – A CMS for Nuxt https://ift.tt/csGDFKH
Show HN: Pruvious – A CMS for Nuxt Hi HN! Throughout the past year, I have been building a CMS for the Vue framework Nuxt. It started as a side project for myself, where I was trying to develop a decent block/content builder for my client websites. It was fun creating stuff, and it ended up as a fully featured CMS ready to replace my current WordPress projects with something much more enjoyable to develop with. It's free (MIT) and open-source. I'm here to answer all your questions. Thanks for reading! Muris :) https://pruvious.com January 29, 2024 at 10:24PM
Show HN: The Next Round – Weekly newsletter showcasing startups raising capital https://ift.tt/rtVzy9a
Show HN: The Next Round – Weekly newsletter showcasing startups raising capital https://ift.tt/zATepL0 January 30, 2024 at 02:31AM
Show HN: Boardzilla, a framework for making web-based board games https://ift.tt/DtoHd7b
Show HN: Boardzilla, a framework for making web-based board games Show HN: Boardzilla, a framework for making web-based board games Tldr: We’ve made a framework for web-based board games. You can try out some games over at https://boardzilla.io , or you can take a look at https://ift.tt/LzTeh4v to learn more about how to develop your own game. Source is available at https://ift.tt/38hy1nl Hey y’all. My brother and I have made a framework for board games. During the pandemic we started to look at BGA but got discouraged by how old-fashioned the tools were and how cumbersome the development process was. We set out to make our own framework where you could use the same code for both the client and server. Our hope is anyone familiar with Typescript and CSS could code up a game without worrying about state management, persistence or networking. It’s still very much a wip, and we're rapidly adding features and games. But we’ve got our first draft of developer docs done, and we've put up a few games we've developed to showcase and test out the platform. Source for the games and framework is available on Github, and we’re excited to code more games and hopefully encourage other people to try it out. Happy for any feedback. https://ift.tt/ciDeBo9 January 30, 2024 at 12:42AM
Sunday, January 28, 2024
Show HN: Animating the World of Van Gogh with Stable Diffusion and AnimateDiff [video] https://ift.tt/hdtwMPv
Show HN: Animating the World of Van Gogh with Stable Diffusion and AnimateDiff [video] I know I'm very late to the game but tried to realize Van Gogh's work with AI. Workflow is quite straightforward, generated all the video samples through Automatic1000's Web-UI by leveraging SD1.5 + Motionv3 in AnimateDiff. Rendered everything on my RTX 3080TIM laptop. Took me decent 40 mins for different experiments and generations. https://www.youtube.com/watch?v=yntoe0i6QxY January 29, 2024 at 11:30AM
Show HN: 12-colored visual interactive music theory for pop/rock MIDI (+Github) https://ift.tt/OzLUahB
Show HN: 12-colored visual interactive music theory for pop/rock MIDI (+Github) I'm sharing an early prototype of my open-source interactive book and MIDI viewer. My approach is to annotate a tonic and phrasing in each file, so that chords become visible as 3-4 color bundles after a bit of training. This radically simplifies seeing and hearing chords, so that you can rapidly browse through many arrangements and study Western harmonic/arrangement language If you don't have a touchpad, a horizontal scrolling can be done via shift+mouse wheel (generally on the web). Also, I have a second color scheme that I tried to optimized for people with color vision deficiencies. My big dream now is to have all piano rolls in DAWs support 12-coloring (in any color scheme really), so that the music can be seen as less complex, less gatekeeped and less entangled. It's not as hard as I've seen it before. Source code: https://ift.tt/aerZO6Q It currently doesn't play music from Russia or Türkiye (=requires a VPN), because I rely on corsproxy.io internally which blocks access from those countries. I plan to rehost stuff on S3 soon to fix that. Also, it's more performant in Chrome than in Safari - audio clicks less. === Backstory: I quit Whatsapp in 2021 to focus full-time on studying music theory. Along that I've assembled a list of resources to see the frontier: https://ift.tt/txecmWY My biggest inspiration is Hooktheory - an interactive book that teaches how melody and chords interact in Western pop music. After it I wanted to study how the rest of the arrangement works - what the bass line is doing, how is melody doubled, what chromatic chords are possible, are there any functional pre-dominants and dominants in mixolydian or dorian etc. I wanted to focus on music for which the complete arrangement is clean and available. This is early chiptune (NES/Genesis) OSTs and MIDI arrangements (primarily created in 1990s). As I plugged MIDIs into my front-end, I discovered that the harmonic analysis - the cornerstone of studying Western harmony - can be done by eyes in real-time. That is, if you color the notes consistently, the chords start to stare at you, sharply and memorably. I'm intrigued by latest shifts towards corpus studies in music theory and I'm generally happy that nowadays the research is not just about classical music anymore. At least in the West. https://rawl.rocks/ January 28, 2024 at 07:07PM
Show HN: A text-mode periodic table in C for GNU/Linux terminals https://ift.tt/I5ijM0s
Show HN: A text-mode periodic table in C for GNU/Linux terminals I'm sharing a retro-looking periodic table I made in C that I think looks really nice. https://ift.tt/uFgLo5h January 28, 2024 at 11:29PM
Saturday, January 27, 2024
Show HN: Psc: Programmable Synth Controller https://ift.tt/awXnMED
Show HN: Psc: Programmable Synth Controller Write up of an embedded project I made to control my analogue synthesizer. Happy to answer any questions or provide any further details of this project if wanted. https://ift.tt/MPQ3Ge0 January 28, 2024 at 02:34AM
Show HN: PalWorld Breeding Calculator https://ift.tt/5LbZXjG
Show HN: PalWorld Breeding Calculator https://ift.tt/S58mOF1 January 27, 2024 at 01:38PM
Show HN: Strava-Postgres, load your Strava activities into a PG instance https://ift.tt/dVQLxhK
Show HN: Strava-Postgres, load your Strava activities into a PG instance https://ift.tt/DziPnRL January 28, 2024 at 02:55AM
Show HN: Pong Wars https://ift.tt/IYFm4Zj
Show HN: Pong Wars https://ift.tt/E9BRmhX January 28, 2024 at 01:49AM
Friday, January 26, 2024
Show HN: Anki/Duolingo like app using Educational YouTube videos https://ift.tt/J6jVG4c
Show HN: Anki/Duolingo like app using Educational YouTube videos Hi HN, I watch A LOT of educational YouTube videos but wasn't forgetting a good chunk of the details because I was only really passively watching. So I made a tool that generates quiz questions/flashcards from YouTube videos, and uses spaced repetition like Anki or Duolingo to keep it in memory. Let me know if you find it cool/useful (or terrible ) or if you want to know a bit about the details! https://ift.tt/8gP2w6H January 27, 2024 at 02:34AM
Show HN: An Amiga Soundtracker Mod / PDF / CSV Polyglot File [pdf] https://ift.tt/wh8C9TS
Show HN: An Amiga Soundtracker Mod / PDF / CSV Polyglot File [pdf] Open it in your browser (pdf.js), Adobe Acrobat, Okular, mpv, VLC, Microsoft Excel, and more. https://lab6.com/6 January 26, 2024 at 10:47PM
Show HN: PHP API Bindings for Open Brewery DB https://ift.tt/5OEtZB0
Show HN: PHP API Bindings for Open Brewery DB Howdy! I'm a recent PHP convert after a decade of laughing at PHP memes on r/programmerhumor, and wanted to dive a bit deeper into the language by building something practical with it. I also love beer and decided to combine the two by building a PHP library for the Open Brewery DB API ( https://ift.tt/EByaxTs ). Hope someone finds it useful! https://ift.tt/r4pUSdQ January 26, 2024 at 11:48PM
Thursday, January 25, 2024
Show HN: ChatGPT for Your Data https://ift.tt/ywCIBFN
Show HN: ChatGPT for Your Data I built an ai agent that can connect to your database. There's a lot of text-to-sql ai tools out there, here are the 2 key differences about my approach: 1. AI Agent - I give the Agent a bunch of tools and let it decide what tools to call, in what order, with which parameters, in order to help the user. this means you can ask super vague questions and the agent helps you think through coming up with a good answer. 2. Metadata graph & embeddings - I use an LLM to create metadata about the db schemas including things like join keys, column descriptions, and table contents. I also convert this metadata into embeddings. this powers a kNN search that the agent can use to find the right data in the db. if you would be willing to give it a try please put in your email on the page. thanks! https://ift.tt/EtpJl1a January 26, 2024 at 01:57AM
Show HN: Specify 2.0 – Your design token engine https://ift.tt/cB6lEWw
Show HN: Specify 2.0 – Your design token engine Hi HN! I'm one of the creators of Specify, and we're thrilled to share this on HN. I must admit, I'm quite nervous about sharing Specify here, but I was also eager to get your feedback. We've been working on design systems for several years now, so my main focus is on designers and front-end developers, or anyone working with web interfaces. Less than two years ago, we launched Specify 1.0, which allowed designers and developers to connect their Figma files, extract styles and assets, transform them, and deliver them to developers' tools in the desired formats. In addition to working with the Design Token Community Group on an industry standard, we've had many discussions with the community and our clients since then. Teams are becoming more mature and demanding advanced features. Design tools are starting to implement some features, but we're still far from a general standardization. So, as we aim to build a central and tool-agnostic platform for design tokens, it seemed logical to create our own data format, which serves as a translator for each format offered by market tools. By creating our format, we've taken Specify to the next level. It's now compatible with over 50 types of design tokens, Figma Styles and Variables, and also hosted JSON files (GitHub, JSONBin, etc.), as well as SVGs. Specify supports advanced concepts like aliases, collections, or modes. In terms of delivering and transforming tokens, an infinite number of workflows can be created using parsers, our CLI, and our SDK. There's also the possibility to connect GitHub to receive automatic PRs, as well as Gitlab, AzureDevOps, and Bitbucket. In short, Specify was built to streamline the design/dev collaboration, especially when managing multiple brands, products, and platforms. If this topic resonates with anyone in this community, I'd love to hear what you think. :) Here are some links that might be helpful if you want to test: - The tool: https://specifyapp.com - The docs: https://ift.tt/Ya2TnB4 - A short video: https://www.youtube.com/watch?v=khOpD0BN-Ug https://specifyapp.com/ January 26, 2024 at 12:09AM
Show HN: Lumos, a Local LLM Chrome Extension https://ift.tt/WiXPgkf
Show HN: Lumos, a Local LLM Chrome Extension Lumos is an LLM co-pilot for browsing the web, powered by local LLMs (Ollama). - Summarize long threads on issue tracking sites, forums, and social media sites - Summarize news articles - Ask questions about reviews on business and product pages - Ask questions about long, technical documentation - What else? https://ift.tt/eCXUH14 January 25, 2024 at 11:54PM
Wednesday, January 24, 2024
Show HN: Integer Map Data Structure https://ift.tt/wTPl1ke
Show HN: Integer Map Data Structure This project presents a new data structure for storing ordered integer maps. The proposed data structure is a compressive, cache-friendly, radix tree that has performance comparable to an unordered map (`std::unordered_map`) and is an order of magnitude faster than an ordered map (`std::map`). https://ift.tt/O3Vish6 January 25, 2024 at 05:58AM
Show HN: Geo-Distributed KV Store for Metadata Management https://ift.tt/GHoByrO
Show HN: Geo-Distributed KV Store for Metadata Management Community Meeting In order to provide a more comprehensive overview of Xline's progress and to promote the Xline community, we will be hosting an Xline community meeting on January 26, 2024 at 6:00 PM PST The meeting will be held via zoom: Meeting number: 874 4309 5241 Password: 124294 Link: https://ift.tt/B9EmcLG... https://ift.tt/oM4Uh1i January 25, 2024 at 04:44AM
Show HN: A self-hosted GitHub issues notifier https://ift.tt/iQny9Hv
Show HN: A self-hosted GitHub issues notifier I wrote this simple tool to receive an email each time a Github issue with certain tags is created in a repository I'd like to contribute to. I thought somebody else might find this useful. https://ift.tt/YSoF6Ip January 25, 2024 at 01:12AM
Show HN: Startup funding simulator https://ift.tt/6ABSoRT
Show HN: Startup funding simulator Hi HN We built a tool to help founders understand how modern fundraising (with safes) works, and how much dilution you can expect when raising money. The project is open-source. The code is a mess right now, but it'll get better I promise. You can also help with that. We didn't build this to make money. We genuinely did it because we were looking for it, and couldn't find it. We're in fact in the process of fundraising for a company, and at first glance the process looks simple. Just an excel sheet will do! But then the more we dug into it and tried different simulators, the more we realized that it's more complex than it looks. We even signed up to Pulley, Carta and others just to run simulations. But they're a bit confusing. TL;DR: Understanding modern startup funding and knowing how much dilution you'll face is hard. We built a tool that'll hopefully help with that. You can add Post-money Safes, priced rounds and issue options to employees, and you can see how that affects your ownership at every step. You can also simulate an Exit scenario and see how much money you'll be left with. --- Some examples of complex stuff: - There are many different types of safes. They all convert at the first priced round, but in different ways. Some are through discount, some are uncapped, some have a fixed valuation cap, and some have both a discount and a valuation cap. - All safes (before first priced round) convert at the same time. They don't dilute each other, which is what happens in the rest of fundraising. - Investors often require you to set aside some options. This one is particularily nasty. Basically, if an investor expects you to set aside 10% as options, and expects to get 10% equity, that's what should appear in the subsequent cap table. However, calculating the options is difficult, and is often a circular calculation (even Kirsty Nathoo from YC says it's complex and avoids showing the calculation in the Safe video "Understanding SAFEs and Priced Equity Rounds") - Safes and priced rounds can have pro-rata, but don't always exercise it - Pro-ratas of safes are taken from the priced round money, so you'd expect the safe holder's equity to remain the same if they exercise it. BUT ... it gets diluted by the new options issued. - Safes can have an MFN provision, which defers the valuation discussion/calculation until the moment the priced round is about to close. With a mix of discounts, uncapped and valuation caps, it gets tricky to know which deal is "better". - ... Assumptions and limitations: - Only post-money safes and priced rounds. - No down rounds. There's a bit more complexity around liquidation preferences and anti-dilution rights - we don't support that now. It only matters if you're simulating a "bad" situation. But come on, it's a simulator — Be optimistic. - No pro-rata caps. We might add that soon, to fully support the YC standard deal. But for now, if an investor gets a pro-rata, they can exercise either all of it (keeping their original ownership) or none. - Safes' pro-ratas disappear after the first priced round. (I think this is what happens normally?) - Remaining available options get redistributed evenly at exit. - The round is the investor. For the sake of simplicity, consider "Series A" as the combination of all series A investors into one, super-investor. Let us know what you think! https://ift.tt/7hwzWBt January 24, 2024 at 11:41PM
Tuesday, January 23, 2024
Show HN: Queries – Natural Language Data Analysis from Structured https://ift.tt/Ch1GIZg
Show HN: Queries – Natural Language Data Analysis from Structured Hello HN community, We’re excited to share our latest feature at Structured, called Queries. We've focused on making data analysis as intuitive as possible, and are eager to hear your feedback. Key Features: - Natural Language Understanding: Imagine querying your data with simple questions like, "Show recent error logs" or "Summarize last month's sales." Queries translates these into actionable data insights, bypassing traditional query complexities. - Direct Data Connectivity: Connect your datasets easily, whether they're in S3 buckets or uploaded directly. Queries handles various data formats, making it a versatile tool for any data source. - Instant Data Insights: Get real-time answers without the need for intricate database queries. It's about making data exploration quick and accessible, even for non-technical users. - Customizable Output: Tailor your data presentation to suit your specific requirements. Whether it's sorting, filtering, or visualizing, Queries adapts to your needs. Potential Benefits: - Enhance Productivity: By simplifying data interrogation, Queries can significantly speed up data analysis and decision-making processes. - Democratize Data Analysis: It's not just for developers or data scientists. Queries opens up data exploration to a broader range of users, fostering a more inclusive data-driven culture. - Reduce Reliance on Technical Teams: Empower users across your organization to answer their own data questions, freeing up your technical staff for more complex tasks. We believe Queries can be valuable, whether for troubleshooting, reporting, or gaining business insights. It’s aiming to make data analysis more intuitive and less time-consuming. Curious about your thoughts, potential use cases, or any feedback you might have. For those interested, more info here: app.structuredlabs.io Thanks! https://ift.tt/SuFhorP January 23, 2024 at 10:31PM
Show HN: Blocks by Cosmic – Web components for headless CMS https://ift.tt/RJTBID1
Show HN: Blocks by Cosmic – Web components for headless CMS Hi HN, today we are releasing Blocks ( https://ift.tt/kWVw9yn ), our new data infused components for building Cosmic ( https://ift.tt/Olv2zcx ) (W19) powered websites and apps. Cosmic is a headless content management system (CMS). We provide a dashboard to create content and API tools to deliver content to any website or app. Blocks are pre-built website components that you can drop into your project. Choose from landing pages, blogs, image galleries, product pages, and more. With Blocks you can build these features with Cosmic faster than ever. It's our goal to empower your team to create the best content powered websites and apps. Blocks can be considered the missing "head" to connect with the Cosmic headless CMS. It is our opinionated component frontend for building highly scalable and performant web applications built with tools we think offer a development experience and performance advantage (React Server Components, Next.js, and Tailwind CSS). React Server Components (RSCs) have unlocked a new paradigm in building data-driven web applications. By safely encapsulating data-fetching inside components, we can use RSCs as building blocks to enable faster and more scalable application development. We are excited for the potential of RSCs and Blocks. This is just the beginning. To get started, go to the Blocks website ( https://ift.tt/kWVw9yn ) and follow the steps for installation. View the Blocks demo (Agency Template) ( https://ift.tt/yf2RSC1 ) to see all of the Blocks in action. Blocks are built to give developers a head start with features that are: - Performance optimized - Draft preview ready - Mobile responsive - Localization ready - Dark mode ready - Customizable - Accessible - Type safe Blocks not only provide a fast development experience, they have been optimized for speed and performance by default, so you can ship production-ready faster. Check out the Blocks demo (Agency Template) ( https://ift.tt/yf2RSC1 ) to see how building with Blocks can give you high scores across the board for performance, SEO, and accessibility. Blocks are open source ( https://ift.tt/ImlvJ2n ) and built with React Server Components, Next.js, TypeScript, Tailwind CSS, and powered by the Cosmic content management system. You can install Blocks into any new or existing Next.js (v13+) codebase using the Blocks CLI ( https://ift.tt/BwRfgKQ ). Check it out on the Blocks website ( https://ift.tt/kWVw9yn ) and let us know what you think in the comments. Tony January 24, 2024 at 12:03AM
Show HN: Atlas – Make maps like never before https://ift.tt/wN5GVuE
Show HN: Atlas – Make maps like never before https://atlas.co January 23, 2024 at 11:59PM
Monday, January 22, 2024
Show HN: Simply Reading Analog Gauges – GPT4, CogVLM Can't https://ift.tt/rCWbo0D
Show HN: Simply Reading Analog Gauges – GPT4, CogVLM Can't https://ift.tt/m35D6wx January 23, 2024 at 12:41AM
Show HN: Postcrest.com – faceswap and image generation tool https://ift.tt/8bvejsS
Show HN: Postcrest.com – faceswap and image generation tool Hey HN! I created a tool that includes multiple image generation models, faceswapping and face enhance, with more AI models coming soon. It allows you to create workspaces where you can generate images, faceswap, face enhance and have a structured way to save your results. https://ift.tt/BjDzEJF January 20, 2024 at 06:10PM
Sunday, January 21, 2024
Show HN: Finagg – free and nearly unlimited financial data https://ift.tt/49sjqZc
Show HN: Finagg – free and nearly unlimited financial data finagg is a Python package and CLI that enables you to aggregate and update free financial data from a handful of high quality data sources all within your own SQL database. Here're some quick facts about it: - Implements nearly all of the BEA API, FRED API, and SEC EDGAR APIs (all of which have free and nearly unlimited data access) - Only focused on macrodata (no intraday data support) - Provides methods for transforming data from these APIs into normalized features that're readily useable for analysis, strategy development, and AI/ML - The most popular methods include getting historical price earnings ratios, getting historical price earnings ratios normalized across industries, and sorting companies by their industry-normalized price earnings ratios - Python >= 3.10 only (you should upgrade anyways if you haven't ;) I'm looking for feedback on the overall package and CLI designs. Also, I'd appreciate any recommendations for implementing other financial data sources that're free with no daily API limits. Cheers! https://ift.tt/lRHg9LI January 22, 2024 at 08:46AM
Show HN: Use GitHub Issues as Blog https://ift.tt/FTZCR3n
Show HN: Use GitHub Issues as Blog https://gitblog.io January 22, 2024 at 02:09AM
Show HN: WireGuard Config Generator https://ift.tt/Ngy3MHU
Show HN: WireGuard Config Generator https://ift.tt/5Sbela1 January 22, 2024 at 12:16AM
Show HN: AskYoutube, Smarter Video Search https://ift.tt/LXOJoab
Show HN: AskYoutube, Smarter Video Search https://ift.tt/Fy0ZXkU January 21, 2024 at 01:02AM
Saturday, January 20, 2024
Show HN: Chai - remote PDF and Hex Viewer service accessible via remote browser https://ift.tt/VxBNWk9
Show HN: Chai - remote PDF and Hex Viewer service accessible via remote browser I'm really happy with this. It doesn't provide the "best" PDF support (it converts to images, page by page) -- but it does support a bunch of other documen formats supported by the union of LibreOffice, Pandoc and MuPDF -- and it was hella fun to write and get working: a mix of bash scripting glue, nodejs servering, and dependency installation. Next up in the todo for Chai is getting it working on Windows (which will basically involve finding the right dependencies and maybe branching within the bash glue for their different paths from the Windows dimensions haha! :)). I was particularly proud of the hex viewer part. I just felt it was not complete without really being able to see the byte by byte playout of a file. Obviously there are some file size limitations (but the hex viewer is streaming, so should work for any size the underlying system can handle), and therefore optimally efficient. Oh, and it also should handle archives just fine, as in, you can open {zip,tar.gz,... etc ...} archives and inspect them "file viewer" style. Somehow I just felt this kind of capability (remote viewing files, from a safe and secure distance) was absolutely necessary for a remote browser. I often think of these things like a "glovebox"^0 0: https://ift.tt/pjORdW3 specifically designed for handling hazardous materials, including biological, chemical, or radioactive substances. Gloveboxes provide a sealed environment where researchers or technicians can manipulate hazardous substances safely https://ift.tt/fI0TYri January 21, 2024 at 10:13AM
Show HN: I built presently.live for better weekend planning and insights https://ift.tt/2su1mYD
Show HN: I built presently.live for better weekend planning and insights Hi HN , my partner and I were looking for easier answers to our weekend planning ritual, such as: - When is our next free weekend? - What weekend activities have we got planned? - How busy/available are we to travel / host? Especially at the start of each year, when we're trying to plan flights and/or commit to hosting friends & family visits, I struggled to find a usable overview of multiple months that wasn't cluttered with weekdays. Our social events are overwhelmingly centered around weekends and we wanted a view of the year ahead that reflected that. How about just a line of 52 boxes, one per weekend ahead, shaded differently whether it was free or maybe busy or definitely busy? That was the initial sketch on a napkin that lead to a first proof of concept script that I ran locally. Now, it's a webapp* that reads from our calendars (Google only for now, sorry) to visually summarise weekends - all with readonly access. I've since added some calendar-write features from there ("pro" version, completely free) as our lives become busier with a dog, and parenthood more recently. Features like event templates, summarising events by hashtags, flagging draft/unconfirmed events etc. We've been using it to scratch our own planning itches for some years now already, and I'm sharing here now in case it can be useful for others. Even better if you have any feedback. What / how have you hacked to get clearer and direct insights into your time? I think time management and calendars have been lacking a UX overhaul for a long long time so it's a space I'm passionate about tinkering within. *stack is Nuxt 3, backed by Supabase, hosted on Cloudflare Pages. https://presently.live/ January 21, 2024 at 02:58AM
Show HN: Checkmate Champ – a training tool for chess tactics https://ift.tt/m9iaXwT
Show HN: Checkmate Champ – a training tool for chess tactics https://ift.tt/Gnk3MOE January 21, 2024 at 02:11AM
Friday, January 19, 2024
Show HN: We built a multimodal AI interviewer for mock system design interviews https://ift.tt/nIQGDXK
Show HN: We built a multimodal AI interviewer for mock system design interviews Hey HN! We’re Jared, Shreyas, and Varun the creators of TechInterviewer. We’re building a product for software engineers to go through an entirely simulated systems design interview. Our AI interviewer, Steve, gives you a prompt and you talk out loud and draw on a whiteboard while Steve guides you through the interview and gives real-time feedback. Check out our demo: https://ift.tt/Iort5W8 Every software engineer today has to prepare for systems design interviews and have two awful options: pay hundreds of dollars for a single session with a FAANG engineer or follow silently alongside a YouTube playlist. Because there is no instant feedback while practicing, engineers often learn about their most important knowledge gaps during the course of the interview loop. Jared and Shreyas are both senior engineers who have spent 1000s of hours preparing for and administering systems design interviews. Shreyas was an early engineer at Deepgram and spent many years tracking developments in the TTS (text to speech) space. He realized that voice interviews had potential to change the candidate experience when he starting using chatGPT to prepare for interviewing founding engineer candidates at his startup. We’re hoping that having easy access to interview feedback will level the playing field of software engineers at different skill levels. We’re really excited to share this with you all and we’d love any thoughts, feedback, and comments https://ift.tt/e7bXn9o January 19, 2024 at 07:59PM
Thursday, January 18, 2024
Show HN: Auto-generate load tests/synthetic test data from OpenAPI spec/HAR file https://ift.tt/xtuyDeq
Show HN: Auto-generate load tests/synthetic test data from OpenAPI spec/HAR file Hey HN, We just shipped a new AI-powered feature... BUT the "AI" piece is largely in the background. Instead of relying on a chatbot, we've integrated AI (with strict input & output guardrails) into a workflow to handle two specific tasks that would be difficult for traditional programming: 1. Identifying the most relevant base URL from HAR files, since it would be tedious to cover every edge case or scenario to omit analytics, tracking, and other network noise. 2. Generating synthetic data for API requests by passing the API context and faker-js functions to GPT-4. The steps are broken down into a simple flow, with users working with the AI and verifying the output throughout. All of the focus is on reducing cognitive load and speeding up test generation. Let me know what you think! https://ift.tt/E6lgcNz January 19, 2024 at 01:32AM
Show HN: Minimal – minimalistic astro blog theme https://ift.tt/CgdLhaU
Show HN: Minimal – minimalistic astro blog theme Can you tell me what I should improve? ty https://ift.tt/trO7pE2 January 19, 2024 at 01:15AM
Show HN: I made a website to share rejection letters https://ift.tt/mA2aexg
Show HN: I made a website to share rejection letters Hi HN, First time posting on Show HN. Spent two weeks over Christmas and new years to make this fun little full stack web app built with Next.js and Supabase PostgreSQL, hosted on Netlify open to feedback and hope you enjoy it! https://ift.tt/G15uPxQ January 18, 2024 at 11:56PM
Wednesday, January 17, 2024
Show HN: Kasper – Practice job interview and Y Combinator interview using AI https://ift.tt/S0m2zMJ
Show HN: Kasper – Practice job interview and Y Combinator interview using AI https://ift.tt/s2d93w5 January 18, 2024 at 04:14AM
Show HN: Maintenanceless – Keep your packages up-to-date automatically https://ift.tt/OijH4Bn
Show HN: Maintenanceless – Keep your packages up-to-date automatically https://ift.tt/aNKwyvc January 18, 2024 at 12:33AM
Show HN: Best Email Services in 2024 – Comparison and Screenshots https://ift.tt/ySWZ7O4
Show HN: Best Email Services in 2024 – Comparison and Screenshots https://ift.tt/0jeqX2D January 18, 2024 at 02:10AM
Show HN: Transitive, an open-source framework for full-stack robotic software https://ift.tt/R9M2wl8
Show HN: Transitive, an open-source framework for full-stack robotic software After three years in development, I'm thrilled to share Transitive: an open-source framework for full-stack robotic software ( https://ift.tt/Et9FN1w ). The Transitive framework makes it easy to build robot cloud portals. Even given all the great open-source tools for web development and device management, building such cloud portals for robots is still not an easy task. There are several reasons for this, but a big one is that robots are different from regular servers, despite many people attempting to tread them as such. They go offline a lot, have limited network bandwidth, and each robot in a fleet may run a different version of software and require a different configuration. Robots also generate a lot of data, some of which needs to be synced in real-time with cloud and web front-ends for processing and visualization, some of which recorded, and some discarded. In addition robots roam insecure areas and are connected over networks outside of the control of the startup, hence requiring tight authentication and authorization. Transitive solves many of these issues. It provides a reliable, real-time data synchronization protocol that operates on top of MQTT, called MQTTSync. MQTTSync seamlessly synchronizes stateful data between robot, cloud, and web, instead of just passing messages. It provides the notion of full-stack packages that implement encapsulation and versioning of software components for all three systems (robot, cloud, and web) and uses MQTTSync's name-spaced data model to reliably communicate and operate, even when different robots run different versions of the package. The robot and cloud components are run in sandboxes to isolate them from the rest of the system, and the web components can be embedded in any web page including existing robot cloud portals. And of course, all this is secured, using SSL for transport-level security, client certificates and JSON Web Tokens for authentication, and authorization based on MQTT topics. Taken together this lays a solid foundation for building new full-stack capabilities with ease. Note that Transitive is not a replacement for ROS, and in fact many of our capabilities run ROS nodes on the robot. Neither is Transitive a fleet management system. It just makes it easy for you to build your own! To learn more about our first release of the self-hosted version, please see the linked blog post. If you just want to try it out quickly please go to https://ift.tt/M34Z6dO to create a free account, which will also give you some starting credit for try out any of our premium capabilities, such as webrtc-based video streaming, our web-terminal, or file-sync ("Dropbox for robots"). I'll be watching this thread for responses, or you can use the contact info at the bottom of the blog post to get in touch. Would love to hear your feedback! https://ift.tt/mGqfndy January 17, 2024 at 11:50PM
Tuesday, January 16, 2024
Show HN: Just another AI tool for chatting with docs, only better:) https://ift.tt/HD2ugqS
Show HN: Just another AI tool for chatting with docs, only better:) aiPDF is your AI assistant that can scan, understand and "chat" with all your documents. It summarises massive docs in seconds and finds any information you want. It works with any file type, web articles and even with YouTube videos! https://aipdf.ai/ January 17, 2024 at 02:55AM
Show HN: Browser's internal local routes containing juicy stuff https://ift.tt/GxELPVd
Show HN: Browser's internal local routes containing juicy stuff There are internal local routes inside browsers which are used for debugging purposing by developers but one can find a use case for him selves. Play around with it to find something interesting. Here are those internal routes/urls corresponding to the browser. Put it in url bar (omnibox/search bar) and hit enter. chrome - chrome://chrome-urls/ firefox - about:about edge - edge://edge-urls/ I'm pretty sure that most of the browsers have this you can just google like this "[your browser name] internal urls" https://ift.tt/aQTgO7k January 17, 2024 at 01:15AM
Show HN: Deploy a containerized RaspAP with Docker Compose https://ift.tt/jzJCSPV
Show HN: Deploy a containerized RaspAP with Docker Compose https://ift.tt/ESqeogM January 16, 2024 at 11:44PM
Monday, January 15, 2024
Show HN: Visualise novels using Midjourney and GPT-4 https://ift.tt/AXy495v
Show HN: Visualise novels using Midjourney and GPT-4 https://ift.tt/uKMCBF2 January 16, 2024 at 02:06AM
Show HN: I made a wearable AI assistant for $50. (Rabbit r1 analog) https://ift.tt/NyAdrxs
Show HN: I made a wearable AI assistant for $50. (Rabbit r1 analog) Hi! I made OpenWearableAI - AI assistant/pendant assembled from widely available components. Here I shared how to do it yourself. Also it would be great to make it an opensource so that everyone can build and use it. https://twitter.com/ihorbeaver/status/1746980273475011022 January 16, 2024 at 01:42AM
Show HN: A minimal working Rust / SDL2 / WASM browser game https://ift.tt/N9cot7O
Show HN: A minimal working Rust / SDL2 / WASM browser game "Game" is a stretch, but I put together this repo containing a pure Rust app which uses SDL2 and compiles to WASM (and can be run in a browser). Older resources were a bit out of date and a bit too verbose for my purposes, so here's a minimal working example. https://ift.tt/rKA83gU January 15, 2024 at 08:19PM
Show HN: BSON Extension for Postgres https://ift.tt/6zwyOhF
Show HN: BSON Extension for Postgres JSON support in postgres is superb but sometimes you really want decimal, date, and binary types, "carefree" UTF8 string handling (i.e. no escaping), and robust roundtrippability. So I made an extension for BSON. https://ift.tt/oipMHzh January 15, 2024 at 07:16PM
Sunday, January 14, 2024
Show HN: EXT – an easy way to build cross-platform desktop software https://ift.tt/1vTrYuS
Show HN: EXT – an easy way to build cross-platform desktop software Hi HN! If you've ever tried to build a desktop app, you probably understand our frustrations with how challenging it is to build one and make it available on Mac, Windows, and Linux. Even with Electron, you still have to set up your own build pipelines, updating mechanisms, code-signing, deployments, and deal with cross-platform compatibility issues. We built EXT to make building cross-platform desktop software easier! Dog-fooding our own APIs, we ported 36 initial games and utilities to the EXT store (all free), and we've open-sourced all of them: https://ift.tt/ZwcESt0 If you're into casual web games or want to check out some fun and useful utilities like JS Paint (inspired by '95 MS Paint), you can check it out here: https://ext.store -- Features of EXT -- - All extensions work offline (we call apps on the platform "EXTensions" :drum_with_drumsticks:). - Once installed, extensions load instantly. - All extensions are available on Mac, Windows and Linux. - There are a variety of games including platformers, strategy games, puzzle games, and more… - All the extensions currently available are free! -- What's Currently Available on EXT? -- Utilities - JS Paint - Inspired by 95 MS Paint - Excalidraw - whiteboarding tool - EXTDraw - whiteboarding tool Games - 2001: a Space Opera - Backcountry - Bounce Back - Break Lock - CHOCH - Diver Down - Evil Glitch - Fire & Fondness 2 - Gods Gambit - Klondike Solitaire - Little Spy - Memory Override - Null Dagger - Only - Planet Waves - Planetfall - Radius Raid - Resistor - Retrohaunt - ROTA - Shifty Dungeon - Space Garden - Space Huggers - SpacePi - Starcatcher - Techmaniac - The Adventures of Captain Callisto - The Chroma Incident - The March of the White King - Tiny Crate - Totem Storm - Triangle: Back to Home - Vapor Trails -- Interested in building your own extension? -- Our API docs can be found here - https://docs.ext.store/ Open-source example apps (all the extensions above) can be found here - https://ift.tt/ZwcESt0 - Thanks for checking out EXT! - We're grateful that you decided to check out EXT! If you're looking for a few games to get started, we personally love Vapor Trails, ROTA, Techmaniac, and Breaklock. Let us know what you think! https://ext.store January 15, 2024 at 01:07AM
Show HN: Come and have fun on this site that talks a lot about video games https://ift.tt/yxsn1Qf
Show HN: Come and have fun on this site that talks a lot about video games https://ift.tt/BS96zPJ January 14, 2024 at 11:48PM
Show HN: DataMapPlot for visualizing large corpora of documents https://ift.tt/RBvU6PF
Show HN: DataMapPlot for visualizing large corpora of documents https://ift.tt/0xS5iUz January 14, 2024 at 11:32PM
Saturday, January 13, 2024
Show HN: A GPT-4 chat loop that can directly read and write your code files https://ift.tt/mCQtDIx
Show HN: A GPT-4 chat loop that can directly read and write your code files https://ift.tt/KUfOStX January 13, 2024 at 10:45PM
Show HN: C port of the (non-super) Star Trek game, incl. WASM for browser/phone https://ift.tt/W7uetPB
Show HN: C port of the (non-super) Star Trek game, incl. WASM for browser/phone Hi HN, I've decided to port the original (non-super) Star Trek game to C since I wanted to try playing the original but wasn't able to find a lot of sources that run on modern machines. Therefore I based this port on Michael Birken's 2008 C# port. This is in contrast to the Super Star Trek game which was far more popular and has a number of sources available on the web. I took some hamfisted measures to allow the Web Assembly version of the game to be played on mobile as well, it's not very pretty but it kind of works. You can tap into the terminal to open your phone keyboard, then the terminal should be visible in the top half while the keyboard can stay open in the lower half. The tips section on the page has some further hints. The port itself is quite crude but I made sure that it is ANSI C89 compliant, because I wanted the game to be able to run on just about anything. For the best effect, I recommend playing the game using the aptly named cool-retro-term. https://ift.tt/iwGqnVC This is the best way to play short of hooking up your needle printer as a faux teletype terminal. https://ift.tt/uE70P5W January 14, 2024 at 01:25AM
Show HN: Synphage a modern phage genome synteny graph generator for .gb files https://ift.tt/UxYVyIn
Show HN: Synphage a modern phage genome synteny graph generator for .gb files https://ift.tt/vflG9ML January 13, 2024 at 04:43PM
Friday, January 12, 2024
Show HN: Conway's Game of Life, but with a gallery of other peoples patterns https://ift.tt/3P7ktRT
Show HN: Conway's Game of Life, but with a gallery of other peoples patterns This is my spin on Conway's Game of Life. I have added the ability to create an account, save grids that you have discovered, and browse the gallery of grids saved by other people and replay them. This project has served as a sandbox for me to practice various aspects of developing a comprehensive web application from scratch. This was my first time developing a full scale web app with [almost] all the features you would expect. I know it is nowhere near perfect in its current state, but I feel it has reached a point of diminishing returns, and therefore my time is better spent focussing on other projects with more potential. I may continue to develop this project further in the future just for fun. https://ift.tt/1jrN7mS January 12, 2024 at 01:42PM
Thursday, January 11, 2024
Show HN: I built yet another ChatGPT Chrome extension https://ift.tt/pluO3Ts
Show HN: I built yet another ChatGPT Chrome extension Hey HN, I’m here to introduce you my first of hopefully-many-projects-to-come this year: ReadPal.ai, a chrome extension that let’s you chat with ANY web pages while browsing. Let’s first address the elephant in the room: there are tons of chrome extensions of sorts out there…Why did I choose to work on this? Over the years, I’ve had many projects started that never crossed the finishing line; and also many ideas that’s dauntingly ambitious that I never even started. So I chose this project, in the hope that its moderate size & scope can help me finally exercise the build→ship muscle. And I must say, it has served its purpose. I thought it would just be a weekend project, however, end up dragging it for months…With the pressure of the year-end and the free time in the holiday season, I finally got to the ship phase! During the process of building, testing, and beta testing, I came across two revelations about the product: - Having AI side by side with access to the same information as you is very helpful! It's not just about summarizing long research papers, but even simple day-to-day activities can benefit from it. e.g. asking “is this miso good for making ramen?” on a miso product page on amazon, etc. - Despite a lot of similar extensions, there is still room for differentiation! The average user who isn’t intentionally following the developments in the AI field, can benefit from a tool that simplifies the complexity of various models & prompting techniques, and focuses on providing a user experience that seamlessly integrates with their workflows. There is still a long way to go in terms of the second point. Your feedback would be very helpful with that! Thank you!! https://readpal.ai January 11, 2024 at 09:03PM
Wednesday, January 10, 2024
Show HN: Elevate Your Game Nights with Handcrafted Playing Cards ♠♥♦♣ https://ift.tt/w98tmqG
Show HN: Elevate Your Game Nights with Handcrafted Playing Cards ♠♥♦♣ https://thedevcards.com January 10, 2024 at 09:28PM
Show HN: Dbeel – A distributed thread-per-core db https://ift.tt/N1USCGM
Show HN: Dbeel – A distributed thread-per-core db For a while now I had the urge to learn how to pick the "right" database for projects, I looked around online at different databases to try to understand their different traits, and was bombarded with marketing instead of actual info on the advantages and drawbacks. The only solution for me was to learn some database internals (I read the wonderful book written by Alex Petrov), and the problems seemed so interesting, I could not fight the urge and went ahead with trying to write my own db. Anyway, ~9 months have passed and I feel like I'm "done", I have learned a ton, and really proud of dbeel. Now I can pick a database and way more easily understand what are its most defining traits. Some short time in the future, I will release a blog post or something, where I will write about the fundamental problems you need to solve when writing a performant data system like a database, so stay tuned :) https://ift.tt/IZ2nGeN January 11, 2024 at 02:23AM
Show HN: No-frills photo gallery site https://ift.tt/O7YJDxf
Show HN: No-frills photo gallery site https://mood.site/ January 10, 2024 at 09:47PM
Show HN: A tool to help you find teammates for rapidly prototyping ideas https://ift.tt/hdAk4gB
Show HN: A tool to help you find teammates for rapidly prototyping ideas https://48hr.dev/ January 10, 2024 at 09:26PM
Tuesday, January 9, 2024
Show HN: Peer-to-peer mini r/place with Proof of Work https://ift.tt/inuXDMm
Show HN: Peer-to-peer mini r/place with Proof of Work Hi HN, This is a site where users can submit content and the shortest SHA256 value of nonce+content among them will make the site display the content. Very basic, without a blockchain. It's a static site with WebRTC and peer-to-peer. Why? I wanted r/place (Reddit canvas where users collaborate on a pixel grid), but with proof of work. This is my progress so far. It's a WebRTC app with peer to peer connectivity that forwards the best hashed values to other users, which verify them, display them and pass them on. There are many many improvements to be done (especially I should probably use something like libp2p-gossipsub, otherwise scale is probably an issue) and more ideas to be implemented, and I'm sure there are bugs. But I didn't find any similar projects yet (except blockchains of course). Hope you like it! https://ift.tt/Tn0MA7B January 10, 2024 at 06:15AM
Show HN: I did a platform like Upwork but for Romania https://ift.tt/3TnEOm0
Show HN: I did a platform like Upwork but for Romania https://taskora.co January 10, 2024 at 03:08AM
Show HN: Asymptotic Growth Order Calculator https://ift.tt/rPEtk39
Show HN: Asymptotic Growth Order Calculator I'm an undergraduate student and for my math honors thesis I'm studying asymptotic growth orders, the kind you usually see written in "big-Theta" notation to describe an algorithm's time/memory usage. The most interesting part was studying how to compute the growth order of the sequence of partial sums of a given sequence - that is, the growth order of (a_1 + ... + a_n), in terms of the growth order of (a_n). So I thought I would make a little web calculator for playing around with this. Enjoy! :-) Some things to try: 1. The sums of the harmonic sequence (1/n) diverge, but can you find a faster-decaying sequence that also has diverging sums? 2. Can you make the growth order log(log(log(n))) using only one register? 3. What happens when you apply Σ⅟ΣΣΣ (applied from right to left) to any growth order, and why? https://ift.tt/pnNOPMk January 9, 2024 at 11:22PM
Monday, January 8, 2024
Show HN: Custom GPT that can render UML https://ift.tt/wAh0XRi
Show HN: Custom GPT that can render UML https://ift.tt/FKr3VOQ January 9, 2024 at 12:45AM
Show HN: Dashwave – Fast Android cloud build tool with collaborative emulators https://ift.tt/ieSFfxJ
Show HN: Dashwave – Fast Android cloud build tool with collaborative emulators Introducing Dashwave Public Beta! Hello, I am Supratik Das, Co-founder, and CTO at Dashwave. I am thrilled to announce the launch of Dashwave, a powerful cloud build and emulation tool for fast and collaborative Android development. It supports all major Android languages/frameworks: Java, Kotlin, React Native and Flutter. Why Dashwave? - The Problem Android developers often struggle with insanely long build times and resource-intensive emulation sessions. They work in close collaboration with product stakeholders and rely on WIP feedback. Since builds, and feedback are slow, this leads to a 'code more, build less' approach, causing debugging challenges due to insufficient testing and productivity losses. Solutions exist but their scope is limited either as a general-purpose build tool or a CI/CD build tool. At Dashwave we are tailoring the entire platform right from the local development stage for the use cases of Android Developers. What is Dashwave? - The Solution With Dashwave, you can quickly onboard your project, fire your local build on Dashwave’s cloud, preview the native emulated app interactively streamed to the browser and share emulation for feedback/demo/anything you want. Don’t believe me? Watch this video where I do all the above three in 5 minutes: https://www.youtube.com/watch?v=uQpmVfyF44o KEY FEATURES Integration with IDEs/Editors: Integrate local code with our build engine using DW CLI. Attach an Android debugger while you build and emulate on our cloud. Cloud Builds: Get fresh build environments with no dependency conflict. Build on powerful cloud nodes tapping parallelization. Supports Java, Kotlin, React Native and Flutter Remote Caching: Dashwave uses Gradle Enterprise grade Distributed Caching to speed up your builds. If a project was built historically by anyone on Dashwave, future users will enjoy cached builds. Build Analytics: Analyse build performance and dev productivity with Builds ROI stats, cache utilisation metrics Cloud Emulation and Previews: Preview your built app on cloud emulators, interactively streamed to your browsers. You can also connect your physical device to Dashwave Cloud to enjoy real device previews. Collaborate: Share your emulated app build as a link to anyone, exchange contextual comments with screenshots and logs to get feedback. Reduce CI Headaches: Use a singular ground for development and CI builds. If it builds on dev, it will build on CI. Security and Privacy: Rest easy knowing that your data and intellectual property are protected by the latest security measures. Visit https://dashwave.io to know more. Join our discord server for help and the latest updates. Start creating your first build on ( https://ift.tt/ybzDh85 ) We can't wait to see what you create with Dashwave! Happy building! https://ift.tt/RSyWK6t January 8, 2024 at 09:34PM
Sunday, January 7, 2024
Show HN: Inference Mixtral 8x7B in pure Rust https://ift.tt/OdCMqhv
Show HN: Inference Mixtral 8x7B in pure Rust https://ift.tt/K3NXzIo January 8, 2024 at 04:13AM
Show HN: AnyText AI – Multilingual text generation and editing tool https://ift.tt/cWBayUf
Show HN: AnyText AI – Multilingual text generation and editing tool I just started to learn frontend and built a free AI powered web app for editing text in image using AnyText. I will continue iterating the AnyText.pics to make it easier to use and will learn frontend skills by building the web app. https://anytext.pics/ January 7, 2024 at 09:08PM
Show HN: A Command Line tool to journal your daily accomplishments https://ift.tt/1W0O9jq
Show HN: A Command Line tool to journal your daily accomplishments I saw this blog from Julia Evans on HN about building a bragging document: https://ift.tt/vr4gw0j . It inspired me to create a CLI tool to log my accomplishments in markdown files. I was learning about building CLI applications in Go and this project seemed like a good entry point. I used to maintain a Google Docs as my work log and bragging document but I'll often forget to update it or lose it between my open tabs. A CLI tool will be present right in my development environment and that removes friction with information logging. Release (v0.1): https://ift.tt/2XkK13b https://ift.tt/kVMY8lf January 7, 2024 at 07:38PM
Show HN: Designing, manufacturing, and selling an LED 'social battery' pin badge https://ift.tt/vOXIE19
Show HN: Designing, manufacturing, and selling an LED 'social battery' pin badge https://ift.tt/2TXEPyA January 8, 2024 at 12:51AM
Saturday, January 6, 2024
Show HN: I built an automatic film development machine https://ift.tt/s3GKctv
Show HN: I built an automatic film development machine Remember that old cameras on which you cannot preview the picture you've just made? Cameras that can't shoot more than 36 pictures in a row, and those pictures are on film which needs to be processed with chemistry? OpenAutoLab allows to automatically process those films at home. What's done: Two prototypes are built and tested by developing lots of films. All necessary 3d-printed parts and electronic schematics as well as source code are published. Most of build and usage instructions are written and published. A short video introduction is cut and published. What I will update soon: Missing pictures from build instructions. Full length video of building the machine. Full length video of using the machine. What needs to be done: Public testing. Can't wait when someone else builds this thing. https://ift.tt/vF6DrnO January 7, 2024 at 02:03AM
Show HN: iOS Shortcut to convert webpage into disco party https://ift.tt/3vOJ90U
Show HN: iOS Shortcut to convert webpage into disco party https://ift.tt/MjiL9cB January 6, 2024 at 11:13PM
Show HN: Filter and Monitor Hacker News Based on Your Interests https://ift.tt/6TK3t4i
Show HN: Filter and Monitor Hacker News Based on Your Interests I was overwhelmed by the pace of AI news and papers coming out, so I built an automated HN news monitoring service that delivers relvant news straight to my inbox or RSS feed. It uses LLMs to extract, summarize, and classify the front page articles and analyzes the different perspectives in the comments. No more FOMO :) https://ift.tt/IJ2LZgF January 6, 2024 at 11:16PM
Friday, January 5, 2024
Show HN: Seedling – A Decentralised Medium https://ift.tt/I9We3ba
Show HN: Seedling – A Decentralised Medium Initial version of my decentralised publishing platform for articles and blog posts - like a Web3 Medium. It's open source and [almost] fully decentralised. Runs on the Polygon network. Current version lets authors publish markdown content from their GitHub account and lets users tip articles. No wallet or GitHub account is needed to browse content. Authors link their GitHub account or organisation to their wallet address via oauth and an on-chain user registry, after which they can submit article URLs directly to the on-chain content registry. The content registry ensures only registered users can publish, and only from their registered GitHub account. By adding different hosting options and expanding the feature set, the ultimate goal is to create a platform for independent journalists to publish without fear of censorship or repression, and to fund their journalism through direct tipping, subscriptions and profit sharing models. https://seedling-d.app January 6, 2024 at 04:24AM
Show HN: Fitlock – Block apps until you reach your daily fitness/health goals https://ift.tt/2AT4bQx
Show HN: Fitlock – Block apps until you reach your daily fitness/health goals Introducing Fitlock, the privacy-focused app designed to empower users in curbing screen time and enhancing fitness through the utilisation of Apple Health and Screen Time features. Fitlock's innovative approach involves blocking apps and websites until users achieve their daily health and fitness objectives. Here's how Fitlock operates: users can establish a personalised schedule to block specific apps at chosen times of the day, adjusting the strictness level of the block to suit their preferences. Once the user's schedule is active, the blocked apps remain inaccessible until they successfully meet their health and fitness goals. For instance, a user might set up a schedule to restrict social media apps daily, unlocking them only for 30 minutes each time they reach 2000 steps within the specified timeframe. Beyond its core functionality, Fitlock boasts additional features like progress tracking over time and a range of strictness levels to cater to diverse user preferences. It's worth noting that Fitlock is currently exclusive to iOS, but stay tuned as there are plans to develop an Android version in the near future. I'd love to hear your questions/feedback. https://fitlock.io/ January 6, 2024 at 04:12AM
Show HN: Passwordless Login as a Service https://ift.tt/d0gXec9
Show HN: Passwordless Login as a Service https://ift.tt/wkCEqgf January 6, 2024 at 03:04AM
Show HN: Go index me – Get indexed by Google quickly https://ift.tt/D6yFspG
Show HN: Go index me – Get indexed by Google quickly https://goindex.me/#/ January 5, 2024 at 08:30PM
Thursday, January 4, 2024
Show HN: I made dashy.io – an all in one app for your data, notifications, tools https://ift.tt/6rPJ0zu
Show HN: I made dashy.io – an all in one app for your data, notifications, tools Dashy is an app that pulls together all your tools and data so that instead of opening many apps and websites to achieve something, you can just do it in one place instead. I currently have over 40 widgets that allow you to do a variety of things such as: • Hex to ASCII Converter: Converts hexadecimal to readable ASCII text. • Line Sort and Dedupe Tool: Sorts and dedupes text lines. • Base64 Image Encode/Decoder: Converts images to/from Base64. • JSON Formatter: Makes JSON strings readable and structured. • Color Converter: Converts colors to HSL, RGB, HEX formats. • Text Diff Tool: Highlights differences between two texts. • Text Inspector: Counts lines, characters, and words in text. • CSV to JSON Converter: Converts between CSV and JSON formats. • ChatGPT Grammar Check: Instant grammar correctness check. • ChatGPT Translate: Translates text between languages. • ChatGPT Polish Up: Formats casual text for professional use. • ChatGPT Dictionary: Provides word definitions and examples. • Image Re-sizer: quickly resize images to your desired dimensions • Stock Ticker: ticker to stay up to date with how the markets are performing • Ticketmaster Events: Shows nearby events conveniently. • Sports Score Tracker: Provides real-time scores for various sports games. • Betting Odds: Displays betting odds for various sports events. I would love to hear all your feedback/suggestions. Thanks! https://dashy.io January 4, 2024 at 08:36PM
Show HN: Spence – AI-Powered Career Copilot https://ift.tt/R6wJbLI
Show HN: Spence – AI-Powered Career Copilot We are excited to introduce Spence, our newly launched AI Career Copilot, to the Hacker News community. Spence is a browser extension that leverages advanced AI technologies to transform the job application process, providing personalized assistance in crafting resumes, cover letters, and preparing for interviews. At Spence, we've integrated AI tools to analyze job postings and tailor applications to fit each unique opportunity. Our platform is designed to save job seekers time and increase their chances of landing their desired job by offering insights and strategies tailored to each job posting. Our aim with Spence is to democratize the job search process, making it more accessible and effective for a global audience. We understand the nuances and complexities of job applications vary across different regions and languages. That's why Spence is equipped to assist job seekers in 26 different languages, ensuring that users can receive help in their native tongue. One of Spence's standout features is its integration with major job sites and over 30,000 employer websites. We've built Spence to be more than just a tool; it's a partner in your job search journey. Whether you are a recent graduate entering the workforce, a seasoned professional looking for your next challenge, or somewhere in between, Spence is here to guide you. With Spence, users can: * Automatically generate customized resumes and cover letters. * Receive tailored job application strategies. * Access insights for job matches and industry trends. We believe Spence has the potential to make a significant impact on how individuals approach their job search, and we're eager to hear your thoughts, feedback, and suggestions. Check out Spence here: https://ift.tt/ZFNC84I We welcome your thoughts, feedback, and any questions you have about Spence. Looking forward to engaging with the Hacker News community! https://ift.tt/ZFNC84I January 5, 2024 at 12:05AM
Wednesday, January 3, 2024
Show HN: CyberNvim, the simplest and most extensible Neovim distribution https://ift.tt/vVyLtD0
Show HN: CyberNvim, the simplest and most extensible Neovim distribution CyberNvim is a fully-featured and incredibly easy-to-understand Neovim config. It is a fully-featured IDE-like setup with an extremely simple configuration and an uncompromising featureset. CyberNvim is where simplicity meets power. Only 1200 lines of code Built to be broken Zero compromises in available features Minimal learning curve Plug and go personal configuration See it here: https://ift.tt/5xpmahG https://ift.tt/5xpmahG January 4, 2024 at 12:04AM
Show HN: Get a PostgreSQL instance, 100% free, forever https://ift.tt/6BML8TY
Show HN: Get a PostgreSQL instance, 100% free, forever https://ift.tt/4dKBg80 January 3, 2024 at 11:14PM
Tuesday, January 2, 2024
Show HN: I've Implemented a RSS Reader https://ift.tt/KHBI4sG
Show HN: I've Implemented a RSS Reader https://ift.tt/gsAHMyp January 2, 2024 at 11:46PM
Show HN: SwiftBar 2.0 Powerful macOS menu bar customization tool https://ift.tt/yHbjMdr
Show HN: SwiftBar 2.0 Powerful macOS menu bar customization tool New release of my opensource project to help you build menu bar apps. This release features a lot of new features, but I want to highlight two: - Shortcuts Plugin - allows you to create menu bar apps from Shortcuts app - Ephemeral Plugin - allows you to create a transient menu bar app, i.e. for notification https://ift.tt/EF1Cda3 January 2, 2024 at 08:35PM
Monday, January 1, 2024
Show HN: Build your startup or side project faster with these SaaS templates https://ift.tt/5CRWpzX
Show HN: Build your startup or side project faster with these SaaS templates https://ift.tt/oZj57YQ January 2, 2024 at 09:20AM
Show HN: AI Undetect – The Freemium Undetectable AI Writing Tool https://ift.tt/4C6cGK3
Show HN: AI Undetect – The Freemium Undetectable AI Writing Tool AI Undetect is undetectable AI rewrite tool It offers an AI detection remover service that integrates 8 free AI detector interfaces, including GPTZero, ZeroGPT, Copyleak, Writer, and SAPLING. With a single click, you can determine whether your content has been generated by AI. If you wish to make your content seem more human-like and bypass AI detectors, you should make use of our AI humanizer, which helps in converting AI text to a more human-friendly form to anti AI detector. https://ift.tt/m1RXx2A January 2, 2024 at 08:04AM
Show HN: Hook – a simple graphical C/C++ runtime editor https://ift.tt/J8DQkCL
Show HN: Hook – a simple graphical C/C++ runtime editor While helping one of my students create and iterate on a game in C using raylib, I realized there was quite a lot of time spent on experimenting with level design and colors, how the player moves, gravity, etc. and a lot of time was wasted making a change, exiting the game, recompiling, running the game, deciding his change wasn't right, and going through the whole cycle over and over. I could tell it was demotivating, and this process was creating a barrier that prevented him from experimenting to his heart's content. I started this project to solve this problem by giving a simple gui to a few core features of lldb through the lldb api. Experimenting with changing colors, where blocks in the level go, how tall the player is, gravity is all now just a simple toggle or text field edit. The variables are modifiable while the program is running. The project is still in its early stages, and so far only targets macOS. https://ift.tt/Hd51l9D January 2, 2024 at 06:45AM
Show HN: Build Atari Games in the Browser https://ift.tt/wtHCcEG
Show HN: Build Atari Games in the Browser https://ift.tt/MeaHovu January 2, 2024 at 12:30AM
Subscribe to:
Posts (Atom)
Show HN: Soundscapes and Lofi Player https://ift.tt/VFzM94Q
Show HN: Soundscapes and Lofi Player Hello HN! I would like to share my website which lets you play soundscapes and lofi music. All the soun...
-
Show HN: High school robotics code/CAD/design binder release Hello HN! My name is Patrick, and I am a junior at my High School’s FRC robotic...
-
Show HN: D&D meets Siri – Interactive voice adventure Hey HN! I've been building tooling for voice-driven apps over the past few mon...
-
Show HN: I Made an AI Social Media Manager to Automate Content Creation Hey HN, I am a Solopreneur, and I love building apps to automate bor...