This is a autopost bolg frinds we are trying to all latest sports,news,all new update provide for you
Thursday, February 29, 2024
Show HN: Flat – simple task tracking that stays out of your way https://ift.tt/euyiq9j
Show HN: Flat – simple task tracking that stays out of your way Hi HN! Flat’s a lot like Trello, but with a cleaner, simpler, friendlier UI and real discussion threads. Flat also sports a first-class GitHub integration. To take it for a spin without signing up, just go to https://try.flat.app . And there’s also a quick demo video here: https://youtu.be/NW2c9cZVaD0 We made Flat for ourselves, after a decade of wanting a simple, lightweight tool to stay on top of our work and not finding one. Trello is close, but we find it really frustrating to use in lots of ways. And most everything else is way too complex. We think there’s a need for a task tracker that prioritizes simplicity, clarity, and usability over bells and whistles that most users don't need. And like many folks who are burned out on team chat, we also think there’s a need for a mode of workplace communication that’s lightweight, async, and attached to the work rather than chats in Slack or Teams where it’s too easy for things to get lost (and to be interrupted all day). Flat doesn’t try to replace Slack--chat will always have its uses--but it does offer a better venue for a subset of Slack’s workload, like asking and answering questions, making quick requests, and raising issues about things the team is working on. Flat is aimed at small teams with basic needs. Small dev teams without a lot of process seem to love it, as do people who used to like Trello back in the days when it was less stressful to use, and people for whom Asana’s complexity is a non-starter. Flat is still in beta, so it’s probably missing some things you expect, but what’s there is pretty baked. It’s available in-browser as well as Electron apps for Mac, Windows, and Linux (.deb) Feedback is welcome and greatly appreciated! Either in the comments here, or if you sign up there's also a feedback button in the app navbar for whenever something irks you or you have an idea. Thanks, Seth, Andrew, & Marcin https://flat.app/ February 29, 2024 at 11:33AM
Show HN: Instant 'Link-Site' HTML Generator https://ift.tt/L70pVHk
Show HN: Instant 'Link-Site' HTML Generator https://ift.tt/Vu8PdLc March 1, 2024 at 12:07AM
Show HN: Marimo – open-source reactive Python notebook – running in WASM https://ift.tt/Dc9dXfh
Show HN: Marimo – open-source reactive Python notebook – running in WASM Hi HN! Last month, we shared marimo [1][2], an open-source reactive notebook for Python. For those who missed it, marimo notebooks are reproducible, stored as Python files, executable as Python scripts, and deployable as web apps. It’s now possible to run marimo notebooks entirely in the browser via WebAssembly (WASM). - A marimo tutorial as a WASM notebook: https://ift.tt/xVhD6jk - Training a neural network with Karpathy’s micrograd: https://ift.tt/ftFS1pJ - Visualizing attractors, as a read-only app: https://ift.tt/audbhmX - A blank notebook: https://marimo.new - Docs: https://ift.tt/Yr7xmpo WASM notebooks let you experiment with code without having to install Python on your machine. These notebooks can be easily shared — marimo includes a button that generates a marimo.app URL (code encoded as a query parameter), and marimo.app has a built-in permalink generator. We also support embedding via iframes: you can use this to (say) author interactive documentation or standalone interactive blog posts. We now in fact use embedded WASM notebooks throughout our API docs. Our WASM notebook is powered by Pyodide [3], a WASM-based Python distribution. Pyodide can run any Python package that has a pure Python wheel, as well as many popular libraries for scientific computing and machine learning, including Pandas, NumPy, SciPy, and scikit-learn. Over time, we expect more and more libraries to be packaged for Pyodide. We’re very excited by the potential of WASM notebooks to make computing more accessible, and we’re in awe of all that the WASM and Pyodide contributors have accomplished. We have lots more planned (one example: we plan to make it easy to work with local files), and hope to share new developments with you in the future. In the meantime, please try https://marimo.app out. We’d appreciate feedback! P.S. Our support for WASM is very new; you may encounter sharp edges. Still, since WASM-compatibility was one of the most requested features from our previous HN, we felt it was worth sharing. [1] https://ift.tt/HuS4Y8a [2] https://ift.tt/9nsxPe6 [3] https://ift.tt/vT9KgR5 https://ift.tt/xVhD6jk February 29, 2024 at 11:42PM
Show HN: Capture emails with 5 lines of code https://ift.tt/VyvEwhf
Show HN: Capture emails with 5 lines of code Capturing emails always sucked. I don't want to add a full-blown newsletter API. That's why I've created my own tool. Would love your feedback on this https://www.mailee.dev February 29, 2024 at 02:21PM
Wednesday, February 28, 2024
Show HN: CriticalPath – Advanced Profiler for Android https://ift.tt/ETqhj28
Show HN: CriticalPath – Advanced Profiler for Android I am excited to announce the project I am working on: an advanced mobile app profiler for Android. Its primary purpose is to optimize app performance and make it faster. Additionally, it serves as an excellent debugging tool. The main distinction between existing tools, such as Perfetto and the Android Studio Profiler, is the ability to synchronize the trace with a video recording of your app. This allows you to see the app's UX alongside what's occurring within the app to identify what's causing slowdowns. Another key feature is the ability to click on any slice and view the cross-thread execution path of function calls, tracing from a user action to the selected slice. This makes it easier to identify performance regressions: slow functions, suboptimal network calls, or functions clogging the main thread. Additionally, we have implemented smart code instrumentation that has a minimal impact on performance. I am one of the developers of this tool. The project is in active development and are eager for feedback from Android developers. You can try it out at https://crpath.app https://crpath.app February 29, 2024 at 02:22AM
Show HN: Finetune a Gemma 2B model for codegen https://ift.tt/i3eA5u8
Show HN: Finetune a Gemma 2B model for codegen Sharing a prototype of finetuning Gemma2b for a codegen usecase! https://ift.tt/mDU2uRW February 29, 2024 at 01:57AM
Show HN: Statichost.eu – privacy-first static site hosting https://ift.tt/iMN3B58
Show HN: Statichost.eu – privacy-first static site hosting Excited to announce StaticHost.eu - a privacy-first static site hosting service! No logging whatsoever apart from usage metrics, and hosted on Hetzner who own and operate their own data centers. Based on the git workflow where updates trigger a clone-build-deploy-publish. Other notable characteristics: - Clones from any git repository, even a folder on an SSH box - Can use any Docker image to perform the site generation (i.e. build) The classic story of something I built for myself that eventually became a something more. Still not ready, but when is such a thing ever ready... Feedback and questions extremely welcome! :) https://ift.tt/GiuFTCo February 29, 2024 at 12:06AM
Tuesday, February 27, 2024
Show HN: Hey – Open Source Decentralized Social Media https://ift.tt/Kamh8l5
Show HN: Hey – Open Source Decentralized Social Media The garden gates are officially open! Dive into Hey and explore a space where connections grow. https://hey.xyz/?signup=true February 28, 2024 at 02:08AM
Show HN: Velvet – Data platform with an AI SQL editor https://ift.tt/Ash4v7W
Show HN: Velvet – Data platform with an AI SQL editor Hi HN — Chris here, Velvet co-founder. I’m excited to share what we’ve been working on, a platform to unify disparate data sources into a single queryable interface. We built Velvet to solve our own problem. We’re a small team and wanted to combine the data from various services (Stripe, Supabase, etc.) into a layer that would help us make product decisions and ship new features faster. On the surface, it may look like a simple text-to-SQL data notebook. But under the hood, it’s an accessible and interoperable backend-as-a-service that your entire product team can utilize. Connect to your databases, sync third-party APIs, capture webhook events — then write data directly, spinning up queues and analytics databases on the fly. The magic of our tool is in unifying data sources into a native SQL layer. We leverage ClickHouse to enable you to write joins across datasets you’ve never been able to pair together before (without significant effort). We layer on an iterative SQL query interface to help you write and refine queries with the assistance of AI. Our product works great for individual contributors and solo devs, but we’ve also built in collaboration features so data access doesn’t get siloed. Your saved queries can be turned into API endpoints and used directly in feature development. This makes the workflow of shipping new features really fast! Ping me if you want to early access to this feature. Watch our video demo ( https://youtu.be/CW5TXMCyfC0 ) and try the live demo in our app. Feel free to email me directly (chris@usevelvet.com) with questions and feedback. Thanks for checking out Velvet! https://ift.tt/zyDf03C February 27, 2024 at 11:41PM
Show HN: Scribbler - An open source notebook tool for JavaScript https://ift.tt/zxOoirC
Show HN: Scribbler - An open source notebook tool for JavaScript Scribbler is a tool to do experimentation in JavaScript using a notebook kind of environment. It runs in the browser without the need for a backend. It is deal for learning and experimentation in JavaScript. USP of Scribbler are: no login, no node/npm, can load ES 6 modules. Check the website at: https://scribbler.live . The web-app is available at: https://ift.tt/20jEamB . Scribbler has been built to satisfy a need for doing experimentation. Jupyter Notebook is very popular amongst python developers and data scientists for experimentation. It gives a simple interface for experimenting in python for testing code or for experimental analysis. Jupyter Notebook provides this application by running what is known as a “kernel” in the backend and giving back the results to the ui for display. It is an open source and free to use tool. Thus it has become extremely popular. As it is in Python, it requires installation of python environment and the libraries to use the tool. There are fully hosted alternatives like Google Colabs, where one can experiment in Python without installing anything. There is no similar open source tools for Javascript. There are online tools like jsfiddle/codepen etc but none that can be downloaded and used as a free tool or embedded on other solutions. Pure Javascript and JS libraries can ideally run without the need for a backend code like node.js or Python. Javascript is built to run by default in the browser. Optimization of the browser tech by Chromium (i.e. V8) and Firefox has ensured Javascript in the browser is fast and efficient. Thus we can build a good notebook tool using just front end technologies. I’ve been looking for such a solution for quite sometime mainly to test out some of the open source JS libraries and also for building some new open source projects. As I couldn’t find any solution I have built a simple tool to run javascript in notebooks. I call it Scribbler (so much for creativity). It is available as an open source solutions — free to use and modify. The source code is available at: https://ift.tt/yNst8U4 It does not require any backend technology. Users can download and use it in the file system or host it in webserver to use it on the internet. I have used Github Pages to host it. As it does not require backend, I need not buy/host a server to do that (ain’t it beautiful?). JavaScript can be used for a variety of experimentation. I’ve learnt a lot about Dynamic systems while using Scribbler to do simulations. It has also helped me in understanding some concepts of decentralized finance. I’ve also used Scribbler to solve some equations using numeric methods. Given the dynamic nature of JavaScript and its close integration with the UI, one can use it for building charting/dahsboarding tools. Scribbler can infact be even used for data science and machine learning. JavaScript has a vibrant community with a wide range of libraries available. Thus the usecases of Scribbler are limitless. I hope as more people start using Scribbler, there will be more and more applications including interactuve data science, Generative AI, scientific simulations, financial/economic applications, decentralized computing etc. Happy experimenting!! https://ift.tt/20jEamB February 27, 2024 at 10:17PM
Show HN: I built a tool to help you search for CivitAI's models by art style https://ift.tt/XYQudib
Show HN: I built a tool to help you search for CivitAI's models by art style https://ift.tt/4dVe52Y February 27, 2024 at 12:38PM
Monday, February 26, 2024
Show HN: Middle Class Text Editor https://ift.tt/CiMkp9o
Show HN: Middle Class Text Editor This is an implementation of slack-style mentions in a plain HTML textarea. Consider something like the caption for an image on Instagram. There is more or less no rich text functionality, except for the ability to tag people. There's no reason you should have to import a huge rich text editor library to implement just that feature - it's completely doable with just a textarea. This is proof of concept demonstrating that. https://ift.tt/zwjIa3B February 27, 2024 at 12:28AM
Show HN: Teraace: Product Analytics Beyond Numbers https://ift.tt/VR3QJP8
Show HN: Teraace: Product Analytics Beyond Numbers Profitable growth relies on understanding user behavior. Discover the why, not just the what. Traditional analytics skim the surface, falling short of capturing the narrative 'why'. Event tracking quickly becomes cumbersome and hard to keep up with. Whether your growth is sales or product-led (PLG), use Teraace to accelerate activations, optimize onboarding, or target training. Teraace harnesses machine learning to transform user behavior into a clear visualization of the actual buyer's journey. Crucial insights even at low user volumes. Private and secure data ingestion methods include an easy one-line script for automatic interaction capture, integration with Segment for streamlined data flow, or send your own direct batches from Mobile, App, or Web through our secure API. Uncover hidden patterns in user behavior. By joining our free beta, you gain early access to tools that will evolve to predict and influence user journeys, with a commitment to maintaining fair and predictable usage-based pricing. https://www.teraace.com February 26, 2024 at 11:46PM
Sunday, February 25, 2024
Show HN: Nekoweb – a retro static web hosting https://ift.tt/ZXFQ0cm
Show HN: Nekoweb – a retro static web hosting https://nekoweb.org/ February 26, 2024 at 02:33AM
Show HN: Continuous-eval – Granular evaluation of GenAI pipelines https://ift.tt/PtCLhxn
Show HN: Continuous-eval – Granular evaluation of GenAI pipelines Hi HN - we are the creators of “continuous-eval”, an open-source tool to test and evaluate generative AI apps. "Continuous-eval" came from our efforts to measure, validate and improve the reliability of a finance AI copilot we were developing for banks. End-to-end evaluation was not enough for us. We wanted to have granular evaluations that help pinpoint the bottlenecks and identify what / how to improve. We’ve since developed more metrics and made the framework more flexible so it can evaluate components like agent tool use, code change, retrieval steps, etc. Let us know what you think of our approach to GenAI App evaluation. https://ift.tt/oPqb51D February 26, 2024 at 12:11AM
Saturday, February 24, 2024
Show HN: Task manager with bear notes style tagging system https://ift.tt/m9vDo8C
Show HN: Task manager with bear notes style tagging system https://hyperaide.com/ February 25, 2024 at 02:27AM
Show HN: Psfiles – a CLI tool to monitor file system activity of a Linux process https://ift.tt/tDfwlhT
Show HN: Psfiles – a CLI tool to monitor file system activity of a Linux process Psfiles is a simple utility to view file system activity of Linux processes. Features: - start new process or attach to existing one and trace its file system activity, - output results to standard output or save results to file, - custom results sorting and filtering. https://ift.tt/9Er8psU February 25, 2024 at 01:08AM
Show HN: Logo Generation with AI https://ift.tt/4VeIN3w
Show HN: Logo Generation with AI https://mylogo.ai February 25, 2024 at 12:33AM
Show HN: I built jq-like scriptable tool to query CSV and JSON with SQLite https://ift.tt/7WXNc3j
Show HN: I built jq-like scriptable tool to query CSV and JSON with SQLite https://ift.tt/CmIvjyt February 24, 2024 at 11:49PM
Friday, February 23, 2024
Show HN: Consol3 – A 3D engine for the terminal that executes on the CPU https://ift.tt/zkohElB
Show HN: Consol3 – A 3D engine for the terminal that executes on the CPU Hi all This has been my hobby project for quite a few years now It started as a small engine to serve as a sandbox to try out new 3d graphics ideas After adding many features through out the years and re-writing the entire engine a few times, this is the latest state It currently supports loading models with animations, textures, lights, shadow maps, normal maps, and some other goodies I've also recently added voxel raymarching as an alternative renderer, along with a fun physics simulation :) https://ift.tt/MFR7Qw9 February 24, 2024 at 07:47AM
Show HN: Refractify: optical software against Myopia https://ift.tt/S1Vtba0
Show HN: Refractify: optical software against Myopia Last summer there was an Ask HN[1] about a Nature article that said bluring the blue and green color channels on screen may be good against early myopia development. The OP wanted such software and there was none available. So I quit my job and implemented this software, did a short video with a 3D artist about it. Turns out marketing is expensive, so I made an open source browser extension version too. How it works? There is a small neural network on the retina that tries to detect if the eye is far-sighted(most people are born far-sighted), and it is producing dopamine to slow or increase eye growth rate. It is not very smart, and if you do a lot of near-work it can think you are still hyperopic, causing further myopia progression. So, based on the refractive properties of the eye the software calculates the signal that would convince the retinal neural network that the eye is long enough, so it would produce dopamine, a known signal to stop axial eye growth. (based on myopic defocus LCA from the papers[2][3]) Some myopia control techniques work similarly, like MiSight and Hoya lenses. Since then I got a Neurobiologist co-founder and the goal is to best understand the Retinal NN to create the best anti-myopic effect that does not interfere with productivity. The effect can be tried live on the site. Also check out the github repo. Any questions suggestions welcome! [1] https://ift.tt/Ypie0zZ [2] https://ift.tt/E4doyHO [3] https://ift.tt/mlM6rgv... https://refractify.io/ February 24, 2024 at 12:17AM
Show HN: Babel – browse every book that will ever be written using simple math https://ift.tt/ubhp0rA
Show HN: Babel – browse every book that will ever be written using simple math https://ift.tt/kUIzawX February 23, 2024 at 10:37PM
Thursday, February 22, 2024
Show HN: I made a multiplayer browser game https://ift.tt/4kRA5bq
Show HN: I made a multiplayer browser game http://boxfight.xyz/ February 23, 2024 at 01:31AM
Show HN: Learn Game Theory Optimal Poker Preflop with Spaced-Repetition https://ift.tt/ov5S12L
Show HN: Learn Game Theory Optimal Poker Preflop with Spaced-Repetition Hi HN, Sharing my poker preflop trainer product, a subset of my Live Poker Theory project. https://ift.tt/BQczFwm Live Poker Theory helps translate complex poker solver strategy to actionable strategies while playing and aims to make studying poker more efficient and more fun. While I usually try to focus on sharing it in poker communities, I saw a few poker articles frontpage this site so I figure it doesn't hurt to share it here. In case you don't know, before 2015 most poker software could only calculate "all-in equity" - if there was no game tree and players could only go all-in or fold. These days, solvers can calculate the full game tree, with a lot of assumptions, and we can use them to generate preflop charts. Sometimes people call this GTO (game-theory optimal) though I prefer the term "theory-based" to recognize how frequently you want to diverge from equilibrium even if you've studied it. Preflop refers to the first two cards you're dealt and the first round of betting which is a very fundamental street. Preflop is a good example of where I find it useful to study equilbrium even if you might diverge in practice - for example, once you understand how often a player should be 3-betting you (re-raising you after you've raised), if you know someone doesn't do it with hands like Ace-Five suited, you can fold hands you'd otherwise continue with. But it's helpful to understand a strong player should frequently be 3-betting Ace-Five suited. Some other info that might be helpful: 1) Rake refers to whether the "house" removes money from the pot which happens at most low-stakes games. Higher stakes games tend to be "time" games where the players simply pay an hourly fee so there's no effect of rake on the game itself. That also may be true at an unraked home game. 2) A straddle is an optional third blind that's often strongly encouraged as something everyone at the table does, and of course the charts are different with that third blind Spaced-repetition is something that only my trainer does, while it's a well understood concept on places like Hacker News, it's not well understood by the poker community. Even if you plan to make adjustments against certain players, there's good reasons to memorize a preflop chart. It helps you stay disciplined if you're "tilted" if you know what a reasonable baseline strategy is. It also helps you clearly define your postflop strategy, both while doing solver work and while playing. For examlpe, frequently the best river bluffs are the "bottom of our range", since our worst hands beneift the most from our opponent folding. But the "bottom of our range" is only clearly defined if our range is clearly defined, so if you've memorized your preflop range, you'll have a better understanding of your overall strategy postflop. One last important note, the charts are based on a 2.5x raise, so in a 2/5 game, a raise to $12, which is fairly rare to see in practice. If you have the solver raise 3x or 4x, the overall strategy is much much tighter. While this is more correct against perfect opponents, in practice frequently we're against weaker opponents and we'd rather play a looser range since we'll have an advantage postflop. By studying 2.5x, we keep a more reasonable loose range but still let the solver give us a reasonable baseline of hands to play. Currently, you can try out Tournament, 50 Big Blind stack depth, Raise First In without an account. With an account and for free, you can study cash or tournament "Raise First In" (whether to raise or fold if it folds to you), "Vs Open" (whether you raise, fold, or call if someone raises before you act), for free, for cash or tournaments. I have paywalled only cash game BB defend (if someone raises when you're in the big blind) for $10/mo or $59/year. I'm also actively adding more preflop charts, developing postflop content with spaced-repetition and a native mobile app. https://ift.tt/BQczFwm February 23, 2024 at 01:06AM
Wednesday, February 21, 2024
Show HN: I scraped 200M Shopify products to build a search engine https://ift.tt/EBTcx5v
Show HN: I scraped 200M Shopify products to build a search engine Hi HN! In December I launched an MVP for Agora here: https://ift.tt/9NiLSqn After posting, we got thousands of users and hundreds of comments with valuable feedback from the community. I spent a couple sleepless nights frantically pacing around my room trying to keep the product live and, relatively, performant. After getting some sleep, I got back to work to make the product better. A few updates: 1. We've grown from 25 million to 200 million products on Shopify and WooCommerce. The team at WooCommerce reached out after the HN launch to help us figure out how to index their stores. Similar to Shopify, we found that there’s a public file available for all stores that use Wordpress and WooCommerce at [Base URL]/wp-json/wc/v1/products. For example, the file for Good Works Tractors is available here: https://ift.tt/zXDjAxg... So I bought a list of 3.5 million active WooCommerce stores on a website called BuiltWith, adapted the product data model, and started the crawler to go down the list. We've indexed around 515k stores so far. 2. We improved the search experience. We're using Mongo to host the 200 million product records. First, we switched from Mongo Atlas Search to Typesense. After testing Typesense with our product records, we found most searches to be under 200ms. We're not storing the product images which slows down the loading speed at times. This week, we set up a server using Paperspace to run SBERT embeddings on a GPU (new to the AI workflow so apologies if I get the lingo wrong). We quickly realized that the dimension size of the embeddings matters a lot here, given the size of the data set. The GPU is still running to process all 200 million records and we're about a week away from releasing AI-powered search. 3. We localized the user experience. There's now frontend and backend IP detection to only show users products that are 'based in' or 'ship to' their specific country. This 'ships to' filter (i.e. stored in all Shopify stores in the /meta.json route like https://ift.tt/psmLtSC ) significantly slows down the search results but we're trying to get creative on the loading process and animation. For example, we're using Revalidating on Next.JS to give several pages a 'hard coded' feel and the data refreshes every 60 seconds. https://ift.tt/ZchNm9G... 4. We got our first few paying customers. Store owners can sign up for free to track their store's performance on Agora. We validate that they are the store owner by making sure the email address and store URL match on sign up, and then send them an email verification link. They can upgrade to a subscription tier to 'verify' their products to get better placement in relevant search results. Additionally, they can pay to 'boost' products and guarantee that they'll show up in the first row of results. Given the high purchase-intent searches on Agora, I'm finding this to be the right business model. The next challenge to solve: We need to improve the quality of products on Agora. There's a lot of resellers, dropshipping stores, and low quality images. Now, just because a product is sold on a reseller or dropshipping website, doesn't mean it's a bad product. There's a lot of exceptions and edge cases to solve. One potential solution: we're considering coming up with an "Agora Score" that takes in several factors including the image quality, store name, brand name, website SEO, etc. to tell users how trustworthy we think the product is. I'd love any feedback or advice. I did solve my original problem of finding 'red shoes' for my wife, but inadvertently created more problems for myself. I'm loving every minute of it though. My wife jokes that everything is now "Agora this...Agora that". Open to any advice on that as well. https://ift.tt/S5qNZj7 February 22, 2024 at 04:04AM
Show HN: Wiwo – Find events happening around you. Google Maps, but for events. https://ift.tt/xEwY8ab
Show HN: Wiwo – Find events happening around you. Google Maps, but for events. Hey everyone in the USA! I'm developing a map-based event discovery platform that helps people find unique and exciting events in their city or area. I imagine that it could help young locals who are searching what is to be attended in their area & tourists who are visiting and want to find what to do in the area. But before I unleash it on the world, I need your help! One major pain point that I am trying to solve is information overload and difficulty in discovering relevant events nearby. Traditionally, people might rely on social media, local newspapers, or word-of-mouth to find events happening around them. These methods can be: Scattered: Information is spread across different sources, making it time-consuming to search. Unfiltered: Showing a large amount of events, not necessarily relevant to individual interests. Limited information: Often lacking key details like event descriptions, schedules, or ticket options. So my MVP address these issues by: Aggregating: Bringing together event information from multiple sources in one place. Personalization: Using filters and user preferences to recommend relevant events. Visualization: Displaying events on a map, allowing users to discover events based on location and proximity. Detailed information: Providing comprehensive descriptions and links to purchase tickets. What other features I plan to build: Build-in resell marketplace, own event upload, live-streaming, PPV and more. However I find it difficult to get any feedback on the platform. I've tried paid ads, posting to other Early Adopters websites, personally reaching out to people, who I think are target users, but do not get any meaningful feedback. So I'm eager to hear your honest opinions: What works well in the platform? What needs improvement? Are there any features you'd like to see added? Your feedback will be invaluable in shaping the future of Wiwo! P.S. For now only US users are needed, as other won't find events in their areas :) https://ift.tt/vkHtcfr February 22, 2024 at 02:28AM
Show HN: An Experiment with One-Feature Tool Made $7164/Mo https://ift.tt/gEPh8Zv
Show HN: An Experiment with One-Feature Tool Made $7164/Mo My Raw Story on coming up with an idea, building and growing it. It's very detailed, with the purpose of giving another founder an insider look at one way of doing it. In January I launched an indexing tool called Index Rusher, that forces google to index your pages quicker, to get ranked for SEO faster. This whole project was something I needed myself since I got over 20 products and paying for an external one would simply cost too much. My initial idea was that I would just build an internal tool for my use, that has only 1 feature. No UI really, just 1 button. In the middle of the process, I realized that I could actually run an experiment and launch this tool publically with just one feature. Super simple. I hired a dev who spent a month building it. It looked super easy at first, but it turned out there were so many hidden snakes on the way. Troubles with sitemaps, google APIs, and more. 1 month later I launched it (In Jan). The launch didn't go so great, but I didn't really have high hopes. Because nobody knew about this tool, I had no traffic on the site. I still sold several licenses, which made me pretty happy, it felt like validation, people needed it, even if it solved such a narrow problem. At that point, I declared my next stage of the experiment: Growing the traffic and revenue. I've done a number of growth hacks in the next 30 days, resulting in over $7k in revenue, but what's more important, the traffic on the site has grown a lot and stays high and growing. This means I've done a pretty good job on organic growth too, which will just accelerate over time. Here is what I've done: Cross-linking. I added links in the footer on my other products. This is one hidden effect of having multiple products. Each may serve as a lead magnet for the other one. In my case, I have the same audience for all my tools, people who love one of my tools often check out the rest. Being visible on social media. I monitor discussions around the Google Indexing topics and add my replies there. I don't just spam in replies with my tools, in most cases, I genuinely answer and bring value. If my reply gets a reply, I may include my URL in the next reply. Social Media and Blog posts. I've posted several posts about Growth, where I mentioned Indexrusher since I actually use it for me Growth. Traffic from Directories. This one was the top channel of growth. Over 50% of the paying users arrive from web directories. I used a tool that listed Index Rusher on 100 directories & websites. Sponsored listings. I "sponsored" directories to place a banner for my tool on the top of their page/list. Seeing the effect of "boosted" listings. The ROI was good. About $2.5k of revenue came in from these boosts. Affiliate partners Made a deal with a few affiliate partners who reached out to me on X and he drove a decent amount of traffic and paid users to me since he was launching on PH the same week, The total economy of the project now Dev costs: $1500*3=$4500 - Godaddy domain: $9 - hetzner Hosting: $10/mo - landing page on Unicorn Platform: $9/mo - cost of sponsorships: $800 - Affiliate payouts: $150 - listingbott for backlinks: $499 - seobot ai for blog: $99 - Stripe fees: $654 Total cost: $6711 Revenue: $7164 Profit: $453. So, it's profitable! My next steps will be 1) Promote it to 100,000+ users of my Website Builder and reach out to more website builders and pitch them the integration 2) Increase Word-of-mouth effect 3) Perhaps try some paid ads 4) Add automated emails to remind about Index Rusher users who signed up but didn't buy 5) Launch a directory as a lead magnet 6) Launch little free tools as lead magnets 7) Product Hunt launch 8) AppSumo launch I will make a new post in a month describing how it went. February 22, 2024 at 02:13AM
Show HN: jSuites v4 - A library of ultra-light components and plugins free (MIT) https://ift.tt/dhvxQIo
Show HN: jSuites v4 - A library of ultra-light components and plugins free (MIT) https://ift.tt/u6fDKsL February 21, 2024 at 10:47PM
Tuesday, February 20, 2024
Show HN: LoraLand – 25 fine-tuned LLMs that beat GPT-4 https://ift.tt/JrxoWmb
Show HN: LoraLand – 25 fine-tuned LLMs that beat GPT-4 Hi all, today we're excited to launch LoraLand: 25 fine-tuned mistral-7b models that outperform #gpt4 on task-specific applications ranging from sentiment detection to question answering. All 25 fine-tuned models… - Outperform GPT-4, GPT-3.5-turbo, and mistral-7b-instruct for specific tasks - Are cost-effectively served from a single GPU through LoRAX - Were trained for less than $8 each on average You can prompt all of the fine-tuned models today and compare their results to mistral-7b-instruct in real time! We'd love to hear comments and feedback from the community https://ift.tt/0pXFhgf February 20, 2024 at 10:18PM
Show HN: Hyperdiv – Reactive, immediate-mode web UI framework for Python https://ift.tt/RFA9rTq
Show HN: Hyperdiv – Reactive, immediate-mode web UI framework for Python Hello HN, I'm releasing Hyperdiv ( https://hyperdiv.io ), a framework for rapidly developing reactive browser UIs in Python, with immediate-mode syntax and using Shoelace ( https://shoelace.style ) as its built-in component system. This short coding video will give you a good idea of what it is: https://www.youtube.com/watch?v=4XJKfxaqvGE I wrote a brief article about the motivation and approach: https://ift.tt/mP3sXFk Hyperdiv doesn't aim to compete with serious full-stack frameworks. The core aim was to make it easy and fast to prototype apps and build UI-based tools. I was originally motivated by internal tools at work -- feeling the need to quickly put together UI-based tools to share with both technical and non-technical coworkers, without having to stand up and maintain a full internal stack. This is my first major open source release. I really appreciate your feedback and support. - Marius https://ift.tt/OHvQmzS February 20, 2024 at 07:53PM
Show HN: DMARC Checker https://ift.tt/uy2wWKR
Show HN: DMARC Checker https://ift.tt/FA7kVjp February 20, 2024 at 10:22PM
Monday, February 19, 2024
Show HN: CaveRibbon (SFCave Remake) https://ift.tt/9xyetF1
Show HN: CaveRibbon (SFCave Remake) https://ift.tt/kpP90FG February 19, 2024 at 05:02PM
Show HN: Tl;Dr Voters – Simplifying Democracy with AI Powered Ballot Summaries https://ift.tt/97Ge5Hs
Show HN: Tl;Dr Voters – Simplifying Democracy with AI Powered Ballot Summaries https://ift.tt/OqWymu6 February 19, 2024 at 10:54PM
Sunday, February 18, 2024
Show HN: Like HN, but for Science https://ift.tt/ZCjsSwD
Show HN: Like HN, but for Science https://ift.tt/Lp1vTod February 19, 2024 at 03:00AM
Show HN: The History Chronicle – daily historical facts in newspaper form https://ift.tt/qt8fc4u
Show HN: The History Chronicle – daily historical facts in newspaper form https://ift.tt/AW0U1oe February 19, 2024 at 01:56AM
Show HN: Caps-log (Captain's log) – A small TUI journaling tool https://ift.tt/6yWGEsp
Show HN: Caps-log (Captain's log) – A small TUI journaling tool Caps-log is a compact TUI (Text-based User Interface) journaling application crafted in C++ and leveraging the FTXUI library for its terminal interface. It allows users to save daily log entries as simple markdown files, making it an appealing tool for those who prefer working within a terminal environment. The interface is designed with a calendar feature that stands out by marking the days associated with a log entry. Furthermore, it can accentuate days based on specific 'tags' or 'sections' identified in the logs, which are either markdown list items starting with '*' or level one headers. In addition to these features, caps-log includes password protection for your entries and offers a somewhat 'hacky' (for now) method for remote storage. This is achieved by integrating with a pre-configured Git repository, enabling remote storage via a git remote. https://ift.tt/7K0Bf4h February 19, 2024 at 01:07AM
Show HN: I Built an Open Source API with Insanely Fast Whisper and Fly GPUs https://ift.tt/KS8EXQA
Show HN: I Built an Open Source API with Insanely Fast Whisper and Fly GPUs Hi HN! Since the launch of JigsawStack.com, we've been trying to dive deeper into fully managed AI APIs built and fine tuned for specific use cases. Audio/video transcription was one of the more basic things and we wanted the best open source model at this point it is OpenAI's whisper large v3 model based on the number of languages it supports and its accuracy. The thing is, the model is huge and requires tons of GPU power for it to run efficiently at scale. Even OpenAI doesn't provide an API for their best transcription model while only providing whisper v2 at a pretty high price. I tried running the whisper large v3 model on multiple cloud providers from Modal.com, Replicate, and Hugging faces dedicated interface and it takes a long time to transcribe any content about ~30mins long for 150mins of audio and this doesn't include the machine startup time for on-demand GPUs. Keeping in mind at JigsawStack we aim to return any heavy computation under 25s or 2mins for async cases and any basic computation under 2s. While exploring Replicate, I came across this project https://ift.tt/A40xZrI by Vaibhav Srivastav which optimises the hell out of this whisper large v3 model with a variety of techniques like batching and using FlashAttention 2. This reduces computation time by almost 30x, check out the amazing repo for more stats! Open source wins again!! First, we tried using Replicate's dedicated on-demand GPU service to run this model but that did not help, the cold startup/booting time alone of a GPU made the benefits of the optimised model pretty useless for our use case. Then we tried Hugging face and modal.com and we got the same results, with an A100 80GB GPU, we saw around an average of ~2mins start up time to load the machine and model image. It didn't make sense for us to have an always on GPU running due to the crazy high cost. At this point, I was inches away from giving up. The next day I got an email from Fly.io: "Congrats, Yoeven D Khemlani has GPU access!". I forgot the Fly started providing GPUs and I'm a big fan of their infra reliability and ease of deployment. We also run some of our GraphQL servers for JigsawStack on Fly's infra! I quickly picked up some Python and Docker by referring to a bunch of other Github repos and Fly's GPU tutorials, then wrote the API layer with the optimised version of Whisper 3 and deployed it on Fly's GPU machines. And wow the results were pretty amazing, the start up time of the machine on average was ~20 seconds compared to the other providers at ~2mins with all the performance benefits from the optimised whisper. I've added some more stats in the Github repo. The more interesting thing to me is the cost↓ Based on 10mins of audio: - OpenAI Whisper v2 API -> $0.06/10mins - Insanely Fast Whisper large v3 API on Fly GPU (Cold startup) -> ~$0.029/10mins - Insanely Fast Whisper large v3 API on Fly GPU (Warm startup) -> ~$0.011/10mins (Note: These are rough estimates I did by taking averages after running 5 rounds each) If you guys want to run this on any other GPU providers you can as long as they support Docker. We'll be optimising this more over the next few days specific to Fly's infrastructure allowing for global distributed instances of whisper and will soon be providing a fully managed API on JigsawStack.com. Stay tuned! https://ift.tt/fqmatjT February 18, 2024 at 01:48PM
Saturday, February 17, 2024
Show HN: Programming is easier than you think https://ift.tt/iaqJCFW
Show HN: Programming is easier than you think https://ift.tt/BqjTktw February 17, 2024 at 10:23PM
Show HN: Polybar Module for Using AirPods https://ift.tt/xG3F0sR
Show HN: Polybar Module for Using AirPods https://ift.tt/EpMWac9 February 18, 2024 at 01:06AM
Show HN - tool that converts image receipts to Excel https://ift.tt/XfZ5PEU
Show HN - tool that converts image receipts to Excel Hey I'm excited to share my first project, Receipts2CSV, a web application designed to simplify bookkeeping by converting receipt images into CSV files. https://ift.tt/4irGm0x Problem Statement: Keeping track of expenses and managing receipts can be a tedious task, especially for small businesses and freelancers. Traditional methods involve manually entering data from receipts into spreadsheets, which is time-consuming and prone to errors. With Receipts2CSV, users can streamline this process by simply uploading images of their receipts and obtaining structured CSV files ready for import into accounting software. If you are lazy like I am, you could accumulate receipts in just one folder and re-run all images every time, remove duplicates and merge with older CSV to minimize looking through receipts on a monthly/annual basis. Questions for Validation: Do you find a receipt image to CSV converter useful? Would you consider using such a tool for your bookkeeping needs? Considering higher costs for AI models like GPT-4 Vision Preview, how are other indie hackers able to create and sustain offering free products like these? Do small products like these have a monetization market? If so, where do I begin? Curious to hear your candid thoughts about this web app. Should I explore it further or move to the next idea? Feel free to share your thoughts, suggestions, or any additional features you'd like to see in the product! Thank you for your valuable input and support! https://ift.tt/xWA3UwJ February 17, 2024 at 11:35PM
Friday, February 16, 2024
Show HN: Host a planet-scale geocoder for $10/mo https://ift.tt/IORLiE5
Show HN: Host a planet-scale geocoder for $10/mo For the uninitiated, a geocoder is maps-tech jargon for a search engine for addresses and points of interest. Geocoders are expensive to run. Like, really expensive. Like, $100+/month per instance expensive unless you go for a budget provider. I've been poking at this problem for about a month now and I think I've come up with something kind of cool. I'm calling it Airmail. Airmail's unique feature is that it can query against a remote index, e.g. on object storage or on a static site somewhere. This, along with low memory requirements mean it's about 10x cheaper to run an Airmail instance than anything else in this space that I'm aware of. It does great on 512MB of RAM and doesn't require any storage other than the root disk and remote index. So storage costs stay fixed as you scale horizontally. Pretty neat. Demo here: https://ift.tt/2XiAWKf Writeup: https://ift.tt/gUJOTce... Repository: https://ift.tt/XpoMWb4 https://ift.tt/TIoKXH0 February 16, 2024 at 09:51PM
Show HN: A real-time speech-language model for $10 of training https://ift.tt/6ekOitJ
Show HN: A real-time speech-language model for $10 of training https://tincans.ai/slm February 16, 2024 at 11:53PM
Thursday, February 15, 2024
Show HN: Galactic Compass – an app that points to the galactic center https://ift.tt/Fc4hBZA
Show HN: Galactic Compass – an app that points to the galactic center I made a single-serving iPhone app with a floating green arrow that always points to the center of the Milky Way, 26,000 lights years away. It’s weirdly grounding. I’ve never made an app before, so here’s how it worked with ChatGPT. https://ift.tt/NgtbZBJ February 16, 2024 at 03:42AM
Show HN: BotArchive – Print Directly to Google Drive from Windows https://ift.tt/pstLoQk
Show HN: BotArchive – Print Directly to Google Drive from Windows I built BotArchive ( https://ift.tt/VPUtzjT ) to make it easy to save content to cloud storage: you connect it to your Google Drive, Microsoft OneDrive, Dropbox or Box, and then anything you send to it gets automatically saved in the attached storage location. I'd originally built it for Telegram and Slack, but I've been long interested in doing things with print: printing has long felt like one of the biggest underutilized output processes out there. Almost every piece of software has print integration, the output format is usually legible and for things like receipts I always find myself printing them out, and then copying them to Google Drive. So I built a custom IPP printer: no drivers needed on Windows, OSX or Android (haven't tried iOS yet but I assume its the same), easy configuration and prints PDFs that appear right in your cloud storage location of choice (handy replacement for the missing Google Cloud Print feature). Future work includes parsing the printed PDFs for things like conversion into a Kindle book, or extracting financial data. Feedback welcome! https://ift.tt/3KwWTDc February 16, 2024 at 01:02AM
Show HN: SlideCross – a combination of a crossword and Rubik's Cube https://ift.tt/SleiX3z
Show HN: SlideCross – a combination of a crossword and Rubik's Cube Hello! Try out a 3x3 puzzle and click the question mark in the top right for a tutorial. I'd really appreciate any feedback! Thanks https://slidecross.io February 16, 2024 at 12:11AM
Wednesday, February 14, 2024
Show HN: NeuralFlow – Visualize the intermediate output of Mistral 7B https://ift.tt/KvTDHqZ
Show HN: NeuralFlow – Visualize the intermediate output of Mistral 7B https://ift.tt/zUD9Ejy February 15, 2024 at 08:59AM
Show HN: Gitlab Meeting Simulator 2024 https://ift.tt/coXaGbY
Show HN: Gitlab Meeting Simulator 2024 Gitlab's meeting recordings on YouTube have tens of thousands of views by people pretending to work. Now you can appear to be in the meeting using your own webcam. https://ift.tt/NinH2x6 February 15, 2024 at 05:52AM
Show HN: Natural Language to SQL "Text-to-SQL" API https://ift.tt/ScODvgo
Show HN: Natural Language to SQL "Text-to-SQL" API Hi HN- Today, we are releasing the hosted API for our natural language to SQL engine, which allows you to: (1) Explain Your Data: Feed in dictionaries, dbt, schemas, Confluence docs - we'll understand the business context to your data. (2) Train Your AI: Fine-tune an LLM (including GPT-4) specifically for your data, increasing accuracy and lowering latency (3) Trust the Answer: See confidence scores with each AI-generated query, stay in control. (4) Conduct complex SQL queries Problem background - Developers struggle to build NL-to-SQL into products because LLMs do not work out-of-the-box; they lack metadata and business definitions. Existing NL-to-SQL tools struggle with context, complexity, and adapting to your data. For example, given the question “what was the average rent in Los Angeles in May 2023?” a reasonable human would either assume the question is about Los Angeles, CA or would confirm the state with the question asker in a follow up. However, an LLM translates this to: select price from rent_prices where city=”Los Angeles” AND month=”05” AND year=”2023” Dataherald integrates with major data warehouses, including PostgreSQL, Databricks, Snowflake, BigQuery, and DuckDB. You can try it now free – no fees, no credit card, no sales pitches, just get the API key and get going. Let us know if it works for you, even your complex queries. ( https://ift.tt/BkoJmS7 ) While the open source version works just fine ( https://ift.tt/IiTjaBU ), the hosted API might be a better fit for those looking for: (1) someone else to take care of infrastructure setup, (2) access to an Admin UI console where you can configure and monitor performance, and (3) ability to invite team members to a project. We're looking for feedback, particularly from anyone who can compare this performance to other NL-to-SQL products. Share your thoughts and join the conversation For more background on the release: https://ift.tt/BnWr7El https://ift.tt/BkoJmS7 February 15, 2024 at 12:33AM
Show HN: FoldMation – An Interactive Origami Learning and Creation Application https://ift.tt/dAQXLBM
Show HN: FoldMation – An Interactive Origami Learning and Creation Application Hi, I've created an application where you can follow step by step origami fold instructions, and a Creator where you can make these interactive folds. On comparing to video instructions, you have the ability to quickly skip/rewind steps and replay a complicated step many times. On the creation side, there have been one or two attempts at this before, but those solutions rely on mouse drags as the user interface. This greatly limited the kinds of folds possible. The foldMation Creator uses commands, keywords and values to compose a domain specific language/step and provides a (relatively speaking) easy to use user interface to compose the steps. For those interested in using the Creator, please go through the tutorial at the top of the create page. Btw, the DSL for foldMation uses https://ift.tt/qaJX0VS . I created it since I couldn't find anything out there that is similar, allowing me to specify a well structured data with English-like readable syntax. Let me know what you think? https://foldmation.com February 15, 2024 at 12:38AM
Tuesday, February 13, 2024
Show HN: Event finding map-based platform https://ift.tt/Zs1h53l
Show HN: Event finding map-based platform Hello there, We're trying to develop a map-based event-finding platform for people to explore nearby events. On the following URL u can find our MVP: https://wiwo.world/map . The thing is, we are not sure how to find early adopters. We have lots of ideas how to develop the platform, but would like to do it with active feedback from the users. Some of the feature ideas that we have: - Build-in resell marketplace for tickets for people who cannot attend an events - Users' own event facilitation - Events live streaming and PPV - Community building (go together with friends or have no friends to go with and you search people through the platform to go with) - Our own build-in navigation system to the events - Personalized notifications/newsletter for events like the ones you have attended or added in favorites - VR/AR event attending Thanks in advance to those who will check out our platform! :) Best Regards, Kalo https://www.wiwo.world/ February 14, 2024 at 05:18AM
Show HN: Linen.team – A lightweight, thread-first Slack alternative https://ift.tt/eoq1LGC
Show HN: Linen.team – A lightweight, thread-first Slack alternative Hi HN! I'm Kam, the founder and one of the authors of Linen. Today, we are launching Linen.team ( https://linen.team/ ), a lightweight threaded messaging app for your team. Modern workplace messaging apps (like Slack) are based on IRC, which is great for small groups, but as it scales, breaks down quickly: you either get overwhelmed by notifications or you have to turn them all off. Most chat apps have threads tacked on but aren't built from the ground up with this design in mind. We wanted to create a thread-first experience where you can organize and prioritize conversations so that you are not reliant on notifications to make sure you don’t miss anything. In apps like Slack, you have to check activities, channels, threads, and replies just to make sure you aren't missing anything important. We designed every message in Linen to belong to a thread, so it makes it easy to centralize everything in a single location. We let you select which channels you subscribe to from your inbox. This way, your inbox only has the important channels. This makes it easy to keep track of conversations without having to rely on notifications to make sure you don’t miss anything. We also wanted a better way to separate urgent vs. non-urgent communication. In Linen, we have introduced the concept of a !mention that is designed for urgent/time-sensitive messages. A !mention will send a push notification, whereas an @mention will show up in the person’s inbox. This allows us to encourage more async conversations and reduce the need for the number of push notifications. We also designed the mention system closely with the inbox so that even if you aren’t subscribed to channels, mentions will still appear in your inbox. This is great for joining partner teams where you don’t need to view every conversation but do need to respond when you are mentioned. We believe that most messaging apps are secretly to-do lists in disguise; you have to read, respond, or do some task when you receive a thread. We wanted to give you the ability to manage threads individually. We let you mark each thread as done, which hides them from your inbox and is useful to keep track of tasks. You also can set reminders and mute threads with one click/key. With these features, we make it easy to get to a zero inbox state. This combined with the inbox makes it easy for you to keep track of conversations and make sure you don’t miss anything. Linen is designed for power users. We love keyboard shortcuts and want an experience that is keyboard-first. For many, the messaging app is the app that is used the most. We believe that you should be able to use Linen for an entire day without touching the mouse. We’ve added modern features like CMD+K for navigation. We’ve designed Linen to be fast and lightweight. Our gzipped bundle size is 400KB, so it's fast on first load, and we’ve introduced multiple layers of caching to make sure things are fast on subsequent loads. We’ve been working hard on this app for the past 6 months, so there are still gaps in the platform. But we’re also very excited about the direction we can take. Our focus is on what a modern message platform built in 2024 should look like and what lessons we can take from the previous decades of IRC and messaging apps. If our message resonates with you, we would love for you to give us a try at https://ift.tt/DFuixLw , where you can join our public community and come say hi! February 13, 2024 at 08:01PM
Show HN: The Namingless Programming Language https://ift.tt/Rf07i9H
Show HN: The Namingless Programming Language A programming language that avoids naming at all costs. Data structures don't have names since there is only one data structure and there is no point naming it other than 'the data structure'. There is only one operation, so also unnamed. Even the language itself doesn't have a name. "The namingless programming language" is a definition. But the most cool feature is that when you write a script, you don't have to give the file a name either. The file name itself becomes the code. The file body is the executable interpreter. Is it beautiful? No. Is it practical? Hell no. Is it fun? More than you'd think it would be. https://ift.tt/wCPJBzZ February 14, 2024 at 01:38AM
Monday, February 12, 2024
Show HN: Swift Mail, a native macOS app for JMAP mail https://ift.tt/pQ27ndR
Show HN: Swift Mail, a native macOS app for JMAP mail Hello HN! I'm excited to share Swift Mail, a native macOS email client purpose-built for the JMAP mail standard. Primarily constructed with SwiftUI with occasional AppKit elements, Swift Mail combines the speed and efficiency of a modern mail standard with desktop-centric features such as system notifications, keyboard shortcuts, quick look, multiple windows, state restoration, dark mode, and more. Swift Mail distinguishes itself from other email clients with its steadfast commitment to the JMAP standard over the traditional IMAP implementation, facilitating seamless alignment with modern mail features. It supports various innovative Fastmail features, such as multiple sending identities, the ability to send or reply on-the-fly from wildcard (*) aliases, and the ability to swiftly transition between (true) label and folder organization schemes. Swift Mail prioritizes user privacy and does not collect any user data or function through intermediary servers. Instead, it directly connects to the JMAP server with the user's provided account credentials, processing and storing all data locally on the user's device. Currently, Swift Mail is available directly via the Mac App Store with support extending back to Monterey. I’m also running a developer build on visionOS (if you have hardware and are interested in testing a beta release, please reach out to beta at swiftmail dot io). A sincere thank you to everyone who has contributed their valuable insights or participated in beta testing via TestFlight thus far. Looking forward to your feedback! - Karl https://swiftmail.io February 13, 2024 at 07:34AM
Show HN: I built a simple daily budgeting app for me and my wife https://ift.tt/u2O8HZQ
Show HN: I built a simple daily budgeting app for me and my wife https://porkybank.io February 13, 2024 at 02:18AM
Show HN: AED Map – Mobile App for Automated External Defibrillators https://ift.tt/YMJz51p
Show HN: AED Map – Mobile App for Automated External Defibrillators I've created mobile app in Flutter that allows people to look for nearest AED (automated external defibrillator). In case of sudden cardiac arrest, usage of AED increases chances of survival from 5% to 70%. Data comes from openstreetmap database. My app also allows users to navigate via pedestrian routing engine. Users can also contribute to OSM database. https://ift.tt/f6FNh5v February 13, 2024 at 01:38AM
Show HN: Teaching my 2y old son animal sounds https://ift.tt/g9xOTuw
Show HN: Teaching my 2y old son animal sounds Hi, Hacker News! To teach my 2yo son animal sounds I created web app which you can add to homescreen on you iPad or other device. There are 24 animal sounds. Zero ads. TODO: add more languages, now it is only in Latvian. https://skanas.lv/ February 12, 2024 at 10:10PM
Sunday, February 11, 2024
Show HN: Bitwise Liminal – A Short Film in 256 Bytes of Code https://ift.tt/D2TmPJI
Show HN: Bitwise Liminal – A Short Film in 256 Bytes of Code Bitwise Liminal A Short Film in 256 Bytes of Code Programmed by KilledByAPixel Presented at Lovebyte Party 2024 ... I found an old VHS tape at a yard sale. It was labeled "Bitwise Liminal" in sharpie. But when I watched the video it was only static. Then I started having vivid and... unsettling dreams. Also I couldn't stop thinking about that weird VHS tape. After researching I learned it was a digital backup. Using some special software I recovered the data. To my shock, it was a 256 byte program... With trembling hands I opened it in a web browser. Strange. This reminds me of the dreams I've been having. Now I don't need to sleep anymore. I just keep watching. ... l ɐ u ᴉ ɯ ᴉ ⅂ ǝ s ᴉ ʍ ʇ ᴉ ᗺ
Show HN: Aurora- a comprehensive set of Statistics and Machine Learning tools https://ift.tt/Dy5EFmd
Show HN: Aurora- a comprehensive set of Statistics and Machine Learning tools https://ift.tt/hFQoAIr February 12, 2024 at 03:50AM
Show HN: Oration (iOS) turns pdfs into audiobooks https://ift.tt/0dKjQJz
Show HN: Oration (iOS) turns pdfs into audiobooks Hello HN community! I'm excited to introduce a project I've recently launched: Oration, an iOS app designed to convert PDFs into audiobooks. This idea was inspired by my experiences as an engineering student with ADHD, struggling to engage with dense academic papers. Relying on Text-to-Speech tools, despite their robotic quality, was a workaround for me and others with similar learning preferences or challenges, such as Dyslexia. Recognizing the limitations of existing tools—difficulty with complex formats, inability to skip over citations or footnotes, and inadequate handling of tables, graphs, and figures—I developed Oration. Our goal is to refine these areas continuously, offering both summarized and full versions of PDFs for a more accessible learning experience. Oration aims to serve as a high-quality, user-friendly platform for auditory learners and those who find traditional reading methods challenging, with features akin to popular audiobook apps like Audible or Spotify. How Oration Works: 1. Download the app and sign up using either a username and password or through Google, with a 2-week free trial that doesn't require a payment method. 2. Upload a PDF document. 3. Within about 5-10 minutes, you'll receive a notification that your Audiobook is ready. 4. Listen to your Audiobook directly in the app or through a browser-based web player, which also facilitates easy sharing with friends and family. Also, to emphasize - all audio generated by the user is yours to own! We're working on some updates to easily export .MP3 files of Oration Audiobooks you create For an example of how the web player looks and functions, check out this link: https://ift.tt/DlRdeUE... I believe Oration can significantly benefit those who prefer or require alternative learning formats. We're committed to enhancing the app's functionality and user experience, so feedback and constructive criticism are always welcome. Thank you for considering Oration, and I hope it proves to be a valuable tool for you or someone you know. https://oration.app February 9, 2024 at 09:21PM
Saturday, February 10, 2024
Show HN: A platform for remote piano lessons based on the Web MIDI API https://ift.tt/KLkRz7u
Show HN: A platform for remote piano lessons based on the Web MIDI API I'm building a video conferencing app designed to facilitate better remote piano lessons. My hope is to solve a lot of the challenges piano tutors and new students deal with when taking lessons through Skype/Zoom. It leverages WebRTC's data transmission to send media, MIDI state, and (eventually) send sheet music files and other musical data. I'm surprised with how well the MVP has worked and would love to hear any feedback or suggestions! https://ift.tt/cZ1esaH February 11, 2024 at 05:20AM
Show HN: AI Video to Anime Stylizer https://ift.tt/SglUEOc
Show HN: AI Video to Anime Stylizer https://ift.tt/B0a5DCh February 11, 2024 at 04:01AM
Show HN: Kexp – Exploring Kubernetes the Visual Way https://ift.tt/TxkVUtl
Show HN: Kexp – Exploring Kubernetes the Visual Way https://ift.tt/Iz63jkT February 11, 2024 at 02:41AM
Friday, February 9, 2024
Show HN: Mukette, a Markdown Pager for Unix-Based Systems https://ift.tt/i6Xo0s1
Show HN: Mukette, a Markdown Pager for Unix-Based Systems I really apologize if I am submitting this twice. I am new to these fora. I just discovered Show HN. The other thread did not have Show HN so it did not get any traction. This is a useful little tool so I guess people will like it. You're eithre like me, and do all your work in the terminal emulator. If they literally replace my displays with a VT100 I won't complain (but have to watch Youtube on my phone -_-). The other kind of use is someone who uses X (I know emulators are X too!) extensively, and only often needs to use the terminal This can be useful for both groups. Imagine you wanna read the README.md file of a repository. This happened to me what I wanted to read PackCC's REAMDE. And I had to do a pipline from Pandoc to Philadelphia! This nifty little tool will page the markdown file. I want to improve it in the future. I have made some leeway to adding more features to it. I want people to execute the code listings (in a safe environment) by navigating to them. It's all right these in the code, I just got tired of picking at this like an old wound and releassed it. It's been rand through ASAN and Valgrind. Some errors were fixed. If anything remains that I missed please tell me. I always initialize pointer ssto NULL so it should not complain much? Anyways thanks. https://ift.tt/oMVIulY February 10, 2024 at 05:45AM
Show HN: AutoBashCraft – a tool for automated Markdown screencast generation https://ift.tt/w759WUk
Show HN: AutoBashCraft – a tool for automated Markdown screencast generation Hello HN, Around New Year's I started a personal project called AutoBashCraft (ABC), aiming to simplify the creation of screencasts from bash code blocks in markdown files. I needed to create a lot of markdown files explaining workflows and code. I wanted to make the text-heavy files more interesting and thought of screencasts. There are many great tools to record terminal sessions. Then I found the asciinema-rec-script ( https://ift.tt/cfNwiKR ) by Chris Ottrey that creates screencasts of bash scripts that look like a record of a terminal session including typing out the commands. I wanted the markdown files to be the same documents you would use as training or documentation material so I picked HTML comments to mark the codeblocks that are supposed to be executed. It would then execute the commands and save the screencast next to the markdown file in an asset folder so they can be easily embedded just under the codeblock. I went on from there and more commands were added such as 'create' to create a file with the contents of the codeblock, 'browse' to create a screenshot of a website, 'spawn' to spawn a background process, 'snapshot' to create a docker container of the current environment state, 'init' to initialize a new environment e.g. from a snapshot created in another file and 'config' to change configuration for the following commands. ABC is very much a work-in-progress and a proof of concept at this stage. I am also thinking of adding an editor to create a similar experience to jupyter notebooks, with automatic snapshots between each command in dev mode. There is so much work left to be done but for now I am back at my day job. The repository includes some examples that also work as (currently manually executed tests) including more complex workflows like automating MBTiles generation and usage or integrating private GPT, showcasing what I hope it can become. Running it is as simple as using NPX, with Docker and Node.js being the only requirements. Please only run your code or code you trust (esp. with docker activated). I later realized it also serves as a validator for the accuracy of instructional content. It happens so often that training material is missing important steps and it is very frustrating for beginners to follow a guide step by step and it just won't work. I'd be incredibly grateful if you could take a moment to check it out on GitHub, give it a star if you find it interesting, and maybe even contribute or fork it. I'm looking forward to your feedback and suggestions. Let's make something great together! Links: https://ift.tt/J0dDt1R https://ift.tt/KDMBiZm... https://ift.tt/0V1lwuc... https://ift.tt/0V1lwuc... https://ift.tt/0V1lwuc... https://ift.tt/J0dDt1R February 10, 2024 at 03:31AM
Show HN: Klp, a viewer for structured log files (logfmt, jsonl) https://ift.tt/Vs7lvGq
Show HN: Klp, a viewer for structured log files (logfmt, jsonl) https://ift.tt/MBaOrQk February 10, 2024 at 03:08AM
Show HN: A "Comments Layer" for the Internet https://news.ycombinator.com/item?id=39320239
Show HN: A "Comments Layer" for the Internet SwearBy is an iOS app that provides a "comments section" and live chat for every URL. Load SwearBy in Safari, Chrome, and many other apps (Airbnb, Spotify, Redfin, Amazon...) Just tap the "Share" button from your current page. Basically - you get a "Twitter thread" and a "Youtube Live Chat" on every URL. LMK what you think :) https://www.swearby.app February 10, 2024 at 02:11AM
Thursday, February 8, 2024
Show HN: Open-source coding assistant with terminal access https://ift.tt/Xpc0JML
Show HN: Open-source coding assistant with terminal access Sweep is an AI coding assistant that reads your files and runs code in your terminal. It takes a list of files and instructions, and performs edits using GPT4. For example, you can tell Sweep to reference a.tsx to localize b.tsx. We previously worked on Sweep as a bot that generated pull requests from GitHub issues. We learned that AI needs validation (like formatters and unit tests) to code properly. We tried setting up a code sandbox for each user but this didn't work well. We’re now relying on the prebuilt dev environment on their machine to avoid having to install dependencies. LLM based pipelines are also error-prone. Our previous project was a pipeline that turns the issue into relevant files as context, relevant files to a generated plan of files to change, and then the generated plan to a series of code changes. It’s frustrating when one/all of these steps fail and you’re forced to start over. You can now intervene at each step, making the entire process more reliable. Sweep is open source (licensed under AGPL) and runs entirely on your laptop. The only remote calls will be to OpenAI. We'd love to help you perform software chores like version upgrades, where you describe a set of changes to have Sweep apply over multiple files. You can install Sweep here with a one-line command: https://ift.tt/a4ypdJb . We'd love to hear any feedback you have! https://ift.tt/a4ypdJb February 9, 2024 at 03:32AM
Show HN: Open-source template for end-to-end streaming analytics https://ift.tt/H4wUZKe
Show HN: Open-source template for end-to-end streaming analytics To help my future self, I decided to build a repository in which I can quickly deploy an end-to-end modern analytics pipeline, from ingestion to fast analytics and business dashboards, including data exploration, time-series forecasting, and monitoring of the stack. Of course, all the components are open source, and you can use this template as a stepping stone for your near-realtime streaming analytics. What's the inspiration? I’ve been working with streaming analytics for a long time. I’ve done not-too-stale analytics with a RDBMs incremental query and a spreadsheet, gone over the micro-batch-looks-almost-like-real-time lambda analytics, and the near-real-time analytics since kappa and afterwards. The range and features of tools today is way better than what we had 15 years ago. What remains constant is the requirement for freshness of data, and for more advanced analytics. This means that you cannot really build a reliable data pipeline for near-realtime analytics at scale using a single component, and every time you start a new project you waste a lot of time just integrating the different moving parts. When the repository starts, the pipeline will collect public events from the GitHub API, send them to a message broker (Apache Kafka), persist them into a fast time-series database (QuestDB), and visualize them on a dashboard (Grafana). It will also provide a web-based development environment (Jupyter Notebook) for data science and machine learning. Monitoring metrics are captured by a server agent (Telegraf) and stored back into the time-series database (QuestDB). Hopefully others in the community find this useful! https://ift.tt/ebUNzvc February 9, 2024 at 01:22AM
Show HN: AI and AR 20 yrs in the future: A utopian/distopian RPG https://ift.tt/kQzGXj9
Show HN: AI and AR 20 yrs in the future: A utopian/distopian RPG https://ift.tt/FWBbetp February 9, 2024 at 12:11AM
Daily Price Tracking for Trader Joes https://ift.tt/jfy2Wr0
Daily Price Tracking for Trader Joes https://ift.tt/HRAy5gl February 8, 2024 at 10:07PM
Show HN: Audiocate – a Haskell library for combating audio deepfake misuse https://ift.tt/kpcSIUs
Show HN: Audiocate – a Haskell library for combating audio deepfake misuse Audiocate is a Haskell library for audio verification and source validation to attempt to combat AI generated audio deepfake misuse. It's currently just a MSc dissertation project but hoping to make it actually usable in the near future https://ift.tt/fLjyuh9 February 8, 2024 at 04:19PM
Show HN: Open-source code editor with autocomplete built-in https://ift.tt/wkflXJm
Show HN: Open-source code editor with autocomplete built-in https://ift.tt/fNMq2gy February 8, 2024 at 12:27AM
Wednesday, February 7, 2024
Show HN: Directory of All LLM Models(Closed and Open Source) https://ift.tt/aSJVOsp
Show HN: Directory of All LLM Models(Closed and Open Source) https://llmmodels.org/ February 8, 2024 at 05:10AM
Show HN: kbackup – No-config push/pull incremental backups built on top of rsync https://ift.tt/1UMPVHB
Show HN: kbackup – No-config push/pull incremental backups built on top of rsync https://ift.tt/ZiGYhyW February 7, 2024 at 11:32PM
Tuesday, February 6, 2024
Show HN: Client/server 2d "defender" game in TypeScript https://ift.tt/3M29Xko
Show HN: Client/server 2d "defender" game in TypeScript https://ift.tt/cOHZrzd February 7, 2024 at 02:11AM
Show HN: Geppetto, an open source AI companion for your Slack teams https://ift.tt/HBeU8wC
Show HN: Geppetto, an open source AI companion for your Slack teams Our team just published Geppetto. Geppetto is an open source Slack App to use ChatGPT inside your workspace. It is written in Python and super easy to tinker and fork: - GitHub: https://ift.tt/T73OyjZ - Our first public release: https://ift.tt/oFQTewN https://ift.tt/T73OyjZ February 7, 2024 at 02:18AM
Show HN: Logdy.dev – web based logs viewer UI for local development environment https://ift.tt/oaH2jnD
Show HN: Logdy.dev – web based logs viewer UI for local development environment https://ift.tt/eMup3YL February 6, 2024 at 10:41PM
Monday, February 5, 2024
Show HN: Name That Nation https://ift.tt/5npxgUt
Show HN: Name That Nation I made this map game. react, material ui, hosted on vercel cdn, no back end. https://ift.tt/1zFs5Wh February 6, 2024 at 04:34AM
Show HN: CLI for generating beautiful PDF for offline reading https://ift.tt/Ldoqhri
Show HN: CLI for generating beautiful PDF for offline reading I've always thought that extensive reading was best suited for the realm of paper. As a result, I've created a command-line interface (CLI) tailored for my own use and decided to make it open source. I welcome any feedback you may have. https://ift.tt/ImcBwys February 6, 2024 at 12:54AM
Show HN: Molerat – Small Web Protocol https://ift.tt/QBgJyG1
Show HN: Molerat – Small Web Protocol https://ift.tt/PMhtaUp February 5, 2024 at 11:46PM
Sunday, February 4, 2024
Show HN: Hookdeck Event Gateway https://ift.tt/Jhy0GrS
Show HN: Hookdeck Event Gateway Hey HN, I’m Maurice, co-founder and CTO at Hookdeck. You might remember Alex and me from August 4th, 2021, when we announced Hookdeck as a “webhook infrastructure”. https://ift.tt/FAvG4kU Since then, a lot has happened. We’ve onboarded thousands of developers, and through their cleverness, we eventually realized that we could serve a much bigger purpose in your event-driven stack. Events are now essential to system interoperability since we spend just as much time building as integrating software nowadays, so we’ve dedicated the last six months to building an Event Gateway. Yeah, I know, that’s a new concept. So, let’s define it - The Event Gateway is a superset of our original work on webhooks management. It builds on that foundation to introduce support for more use cases, such as outbounds webhooks, integrating 3rd party providers, asynchronous APIs (IoT, SDKs, customer-facing endpoints), and more. It’s an API gateway for asynchronous, stateful, and interoperable requests. Hookdeck handles security (handshake and signature verification), spike protection, queuing, observability, alerting, logs, transformations, filtering, and much more. I wrote a blog post introducing the event gateway: https://ift.tt/Am7LFoE I am eager to read your thoughts and feedback. Let’s find out what we can do better. https://hookdeck.com February 4, 2024 at 11:57PM
Show HN: Weekend art project Voronoi Virus https://ift.tt/KhRWE0U
Show HN: Weekend art project Voronoi Virus https://ift.tt/1OG2lD3 February 4, 2024 at 06:12PM
Show HN: Aidely is AI powered thread; AI and Humans cooperation https://ift.tt/qYVd1nj
Show HN: Aidely is AI powered thread; AI and Humans cooperation Discover the future of community engagement with our iPhone app. Seamlessly blend human creativity with AI prowess as users collaborate with ChatGPT, Bard, and Llama to spark captivating threads and discussions. Join us in shaping the next frontier of content creation. https://www.aidely.io/ February 4, 2024 at 08:18PM
Show HN: USD 0.99/TB/month cloud storage https://ift.tt/dHecE7J
Show HN: USD 0.99/TB/month cloud storage https://ift.tt/HEr3cwx February 4, 2024 at 07:46PM
Show HN: Unofficial Google Lens OCR API https://ift.tt/wAOETys
Show HN: Unofficial Google Lens OCR API Default OCR in ShareX is pretty bad, so I reverse-engineered Lens API and made a library to call unofficial Lens API and made a script for ShareX to OCR the captured region. URL points to library I've made, there's a tutorial for ShareX in separate file: https://ift.tt/BVhs3pl... https://ift.tt/9rV3pic February 4, 2024 at 05:38PM
Saturday, February 3, 2024
Show HN: A Python PDF Form Library https://ift.tt/H8iVNWf
Show HN: A Python PDF Form Library Hi HN! I have a project that I have been working on for three years that I’d love to show you today called PyPDForm ( https://ift.tt/vYz4puk ). It is a Python library that specializes in processing PDF forms, with the most outstanding feature being programmatically filling a PDF form by simply feeding a Python dictionary. I used to work at a startup company with Python as our backend stack. We were constantly given paper documents by our clients that we needed to generate into PDFs. We were doing it using reportlab scripts and I quickly found the process tedious and time consuming for more complex PDFs. This is where the idea of this project came from. Instead of writing lengthy and unmaintainable reportlab scripts to generate PDFs, you can just turn any paper document into a PDF form template and PyPDFForm can fill it easily. On top of the GitHub repo, here are some additional resources for this project: PyPi: https://ift.tt/zy8goG4 Docs: https://ift.tt/mwBNtkP A public speak I did about this project: https://www.youtube.com/watch?v=8t1RdAKwr9w I hope you guys find the library helpful for your own PDF generation workflow. Feel free to try it, test it, leave comments or suggestions, and open issues. And of course if you are willing, kindly give me a star on GitHub. https://ift.tt/vYz4puk February 4, 2024 at 06:55AM
Friday, February 2, 2024
Show HN: HN stories categorized by topics of interest https://ift.tt/suO98GP
Show HN: HN stories categorized by topics of interest Hi HN, TL;DR: I made a website that takes all the top stories on HN and categorizes them into one of ten topics of interest using LangChain and GPT-4. I've always liked the idea of getting a personal mix of news tailored to my interests. Hacker News is pretty close to that ideal, which is reflected in the time I spend on here every day. It's a great mix, but playing with LangChain, I got the idea for a weekend project. Roughly speaking most posts on HN fall into one of these categories: * Programming, Software & Computer Science * AI, Data Science & Analytics * Business & Entrepreneurship * Science & Research * Cybersecurity & Digital Safety * Design, User Experience & Creativity * Finance & Economics in Tech * Work Culture & Career Development * Media, Content & Communication * General & Diverse Interests Using langchain with GPT-4 Turbo (JSON mode), I sort every top submission into one of the above. Costs for using the API are currently at 15$ a month, with few optimizations. For ease of use I also added the possibility to consume the news topics via a responsive webpage, RSS and email digest (daily,weekly,monthly). https://hnto.pics/ February 3, 2024 at 03:30AM
Show HN: An open source performance monitoring tool https://ift.tt/iBt6HUh
Show HN: An open source performance monitoring tool Hey HN. We’re Jay and Vadim from Highlight.io ( https://highlight.io ). We’re building an open source [1] monitoring platform for web applications. Today we’re excited to be sharing a performance tool we’ve been working on, which helps you inspect the latency of code execution from the client to the server. As engineers at past startups, we often had to debug slow queries, poor load times, inconsistent errors, etc... While tools like Jaegar [2] helped us inspect server-side performance, we had no way to tie user events to the traces we were inspecting. In other words, although we had an idea of what API route was slow, there wasn’t much visibility into the actual bottleneck. This is where our performance product comes in: we’re rethinking a tracing/performance tool that focuses on bridging the gap between the client and server. What’s unique about our approach is that we lean heavily into creating traces from the frontend. For example, if you’re using our Next.js SDK, we automatically connect browser HTTP requests with server-side code execution, all from the perspective of a user. We find this much more powerful because you can understand what part of your frontend codebase causes a given trace to occur. There’s an example here [3]. From an instrumentation perspective, we’ve built our SDKs on-top of OTel, so you can create custom spans to expand highlight-created traces in server routes that will transparently roll up into the flame graph you see in our UI. You can also send us raw OTel traces and manually set up the client-server connection if you want. [4] Here’s an example of what a trace looks like with a database integration using our Golang GORM SDK, triggered by a frontend GraphQL query [5] [6]. In terms of how it's built, we continue to rely heavily on ClickHouse as our time-series storage engine. Given that traces require that we also query based on an ID for specific groups of spans (more akin to an OLTP db), we’ve leveraged the power of CH materialized views to make these operations efficient (described here [7]). To try it out, you can spin up the project with our self hosted docs [8] or use our cloud offering at app.highlight.io. The entire stack runs in docker via a compose file, including an OpenTelemetry collector for data ingestion. You’ll need to point your SDK to export data to it by setting the relevant OTLP endpoint configuration (ie. environment variable OTEL_EXPORTER_OTLP_LOGS_ENDPOINT [9]). Overall, we’d really appreciate feedback on what we’re building here. We’re also all ears if anyone has opinions on what they’d like to see in a product like this! [1] https://ift.tt/XH0eKcZ [2] https://ift.tt/XhBx9RA [3] https://ift.tt/eLl5UEf... [4] https://ift.tt/P3AvYcL... [5] https://ift.tt/EdlWiFy [6] https://ift.tt/kSxYjvN... [7] https://ift.tt/C83qeRY [8] https://ift.tt/U7FtqcD... [9] https://ift.tt/7gEkATs... https://ift.tt/jezqkFV February 1, 2024 at 09:02PM
Show HN: Vibescape – Immersive Meditations for Apple Vision Pro https://ift.tt/dAKuVnl
Show HN: Vibescape – Immersive Meditations for Apple Vision Pro Hey folks, back with a new release! I'm very happy to share with you my day one immersive meditation app for Apple Vision Pro. It's called Vibescape, and it's available today! This first version features a series of meditative vignettes, shot on Spatial Video, on location in the Pacific Northwest. Dramatic Douglas Fir stands sway in a winter storm. Ripples undulate in pools of water in a 19th century quarry. Icy-ASMR in a fern covered forest. You can also set up a custom meditation timer, either silent or from a selection of deep ambient noise, and transport yourself to truly unique immersive environments. It was a lot of fun building this – from braving an ice storm to capture these vignettes for you, to developing something once again for a brand new platform. It was almost 15 years ago I took that leap when creating Polychord for iPad. Similar vibes. Hope you check it out, and let me know what you think! Lots planned for version 2, but hearing what would excite you the most would make a huge difference. https://ift.tt/tXH4OJL February 2, 2024 at 10:02PM
Thursday, February 1, 2024
Show HN: Shotune – Online screenshot editor and app mockup generator https://ift.tt/5TwuBGr
Show HN: Shotune – Online screenshot editor and app mockup generator https://shotune.com February 2, 2024 at 12:18AM
Show HN: The Super Programmer – A colorful introduction to engineering https://ift.tt/XYtdUJy
Show HN: The Super Programmer – A colorful introduction to engineering I have started writing an unusual book discussing various topics in computer science by implementing them from scratch. I would like to know your opinion on it! WARNING: It's a very draft version of it! https://keyvan.me/tsp February 2, 2024 at 02:54AM
Show HN: Fixkey is a keyboard-focused AI copilot for writing https://ift.tt/WeNMqnZ
Show HN: Fixkey is a keyboard-focused AI copilot for writing Demo: https://www.youtube.com/watch?v=sRFOWNpb3U4 Imagine having the CMD+K functionality of Cursor.sh but instead of code you edit natural language. *Introducing Fixkey:* - Native Swift macOS app (no Electron) - Keyboard-centric - Select common prompts with keyboard shortcuts - Press one shortcut to select and fix the current paragraph - Create custom prompts just in time - Works in every application on macOS (Apple Notes, Obsidian, Notion, Gmail, Slack…) - Support for local running models (Beta) *Why not using Grammarly?:* I always feel that traditional grammar correction tools like Grammarly distract me from my flow of writing and thoughts by requiring me to actively select words to autocorrect with my mouse. Fixkey introduces a new mental model for writing; Just hammer down your thoughts and fix your sentence with one shortcut. Using this method boosted my typing speed from 90 to 120 words per minute. Typing feels effortless. I was able to write this paragraph without looking at my screen, just focusing on what I want to say. https://www.fixkey.ai/ February 2, 2024 at 01:44AM
Show HN: Spliit – FOSS alternative to Splitwise, with receipt scanning https://ift.tt/RjB8DoE
Show HN: Spliit – FOSS alternative to Splitwise, with receipt scanning https://ift.tt/3RqK5km February 2, 2024 at 12:34AM
Subscribe to:
Posts (Atom)
Show HN: Tablr – Supabase with AI Features https://ift.tt/ltABMro
Show HN: Tablr – Supabase with AI Features https://www.tablr.dev/ June 30, 2025 at 04:35AM
-
Show HN: Locksmith – detect locks taken by Postgres migrations https://ift.tt/0cBueJt February 10, 2025 at 02:26AM
-
Show HN: I built a FOSS tool to run your Steam games in the Cloud I wanted to play my Steam games but my aging PC couldn’t keep up, so I bui...
-
Show HN: TNX API – Natural Language Interactions with Your Database Hey HN! I built TNX API to make working with databases as simple as aski...