الأحد، 31 يوليو 2022

Show HN: Outserv – GraphQL Search Engine https://ift.tt/T463bqM

Show HN: Outserv – GraphQL Search Engine https://ift.tt/H9buNEm August 1, 2022 at 09:24AM

Show HN: International Legal Dictionary https://ift.tt/kw2lOV0

Show HN: International Legal Dictionary I'm a pro bono attorney, and have been really interested in making the law easier to understand. I also see a ton of government resources online in varying degrees of usability. And for sure, there's no interoperability between them. This is an international legal dictionary, an experiment in improving the situation: glossaries are scraped and parses from official sources: https://ift.tt/MnugPOw . The results are saved as datasets in well formed JSON with Dublin Core metadata: https://ift.tt/qVpzFRh I add Library of Congress subject headings to the sources, to enable filtering (still to come). The web app is basically an old-school mashup, which I've always liked. Another experiment is using the Dale-Chall readability formula to improve the reader's experience. Here's an example of it at work: https://ift.tt/5qlEvhY This is an experiment, using readability as a relative metric. I.e., not extracing an absolute grade-level score as its normaly used. Instead, using it to compare different definitions of the same phrase. My theory is, there's strong scientific validity for this use, even when applied to very short passages: All I simply want is to figure out, "Which is more readable? Passage A or B?" And then, my code sorts the definitions in order of readability to (theoretically) produce a newspaper-article-like effect: A reader can read the first couple of sentences to get an overview of the story. https://ift.tt/jplMNAa August 1, 2022 at 07:11AM

Show HN: A WYSIWYM Markdown editor and brainstorming tool on the web https://ift.tt/abmGEpv

Show HN: A WYSIWYM Markdown editor and brainstorming tool on the web https://ift.tt/VIGjdlv July 31, 2022 at 10:18PM

Show HN: Rentaflop – Render your Blender projects without sacrificing quality https://ift.tt/Xn0tvE8

Show HN: Rentaflop – Render your Blender projects without sacrificing quality Hi HN, My name is David Sokol, and I'm the founder of rentaflop (https://rentaflop.com). We're a crowdsourced render farm aimed at making Blender rendering fast and affordable. If you've used Blender, then I'm sure you've experienced the pain of waiting around for your animations to render. You've probably even had to sacrifice the quality of your work to reduce your render times. I've been there too. If you're like me, then you're also disappointed with the alternative solutions: spending thousands of dollars on graphics cards or using prohibitively expensive cloud render farms to get fast render times. Our solution to this dilemma is to leverage low opportunity cost hardware from around the world to allow Blender artists to render their projects quickly, affordably, and without compromising on quality. Since most graphics card owners aren't utilizing their hardware to do valuable work 24/7, we provide them with a way to make money without lifting a finger, while lowering the cost curve for 3D rendering. We're currently doing a private beta. If you'd like to get early access, check out our site (https://rentaflop.com) and join the waitlist. If you're a graphics card owner who wants to help Blender artists while earning money, reach out to support@rentaflop.com and we'll help you get set up. Please leave a comment below, we'd love to hear your thoughts :) August 1, 2022 at 02:59AM

Show HN: Generate pitch decks using GPT3 from 1-line ideas https://ift.tt/IjdauJe

Show HN: Generate pitch decks using GPT3 from 1-line ideas https://deck.rocks July 31, 2022 at 10:30PM

Show HN: Ordinary Puzzles, a free puzzle game inspired by Picross and Sudoku https://ift.tt/8s5cUpJ

Show HN: Ordinary Puzzles, a free puzzle game inspired by Picross and Sudoku Hello hello HN! I wanted to share with you Ordinary Puzzles, a little puzzle game I designed and developed in my free time, inspired by Picross and Sudoku. I already posted it here ages ago, but I wanted to share it again now that I updated it to also be playable online as a Progressive Web App. Ordinary Puzzles is open source, is built with React Native, and it’s available on the mobile app stores, on the web (as a PWA), and as an Electron app. Hope you give it a try! (Please don’t skip the short tutorial :P) https://ift.tt/scDpISO P.S.: The puzzles come from https://ift.tt/wqREsjb (the author is credited and has been contacted before using them). https://ift.tt/EcGzpVB July 31, 2022 at 09:31PM

Show HN: Collective list of bots on Twitter, feel free to participate https://ift.tt/QIb41e7

Show HN: Collective list of bots on Twitter, feel free to participate https://ift.tt/7BoExSl July 31, 2022 at 07:57PM

Show HN: I've been making JavaScript sandbox alone for 6 years https://ift.tt/QaqSclF

Show HN: I've been making JavaScript sandbox alone for 6 years Hi HN! Thanks for your attention to my post. It was a big challenge to run most of Node.js packages in browser, fast moreover. Virtual File system, resolve import/export. I got cold many times, depressions, burned out, yet still alive and finished it. Many guys helped me with an advice. Many users give a lot of positive feedback. There are 200,000 monthly unique users. I work full time now because of the freemium business model. To be honest - I am happy after many years of hard work. https://playcode.io/ July 31, 2022 at 08:27AM

Show HN: DevRaven – Monitoring for Developers https://ift.tt/sgJ5q87

Show HN: DevRaven – Monitoring for Developers Hi HN! I am Krishna Thota, founder of DevRaven. DevRaven is a monitoring platform for Developers. DevRaven enables engineering teams or individual developers to setup active monitoring for their services/applications and get alerted when things don't work as expected Today's launch makes available the following features: API Monitoring - Monitor your HTTP end points and perform no-code or scripted assertions. Synthetic Monitoring - Execute browser based end-to-end tests using Playwright framework. No setup required. SSL Monitoring - Monitor SSL certificates for your end points and get alerted before they expire. Web Page Monitoring - Run continuous Lighthouse audits on your web pages to ensure best performance, SEO. Welcome any feedback, questions or suggestions. https://www.devraven.io July 31, 2022 at 08:46PM

Show HN: Jeager Plugin for AWS S3/GCS/Azure Blobs https://ift.tt/RDc5yxf

Show HN: Jeager Plugin for AWS S3/GCS/Azure Blobs https://ift.tt/FKSBpX2 July 31, 2022 at 01:08PM

Show HN: BDC – Ergonomic, sub 1KiB virtual DOM library https://ift.tt/jXuVvwf

Show HN: BDC – Ergonomic, sub 1KiB virtual DOM library BDC is a simple library for updating the DOM to match a javascript description. Does not require JSX or a compilation step. clobber( document.body, h("marquee", [ h("span", {"style": "font-weight: bold"}, "Hello"), ", ", h("blink", "world"), "!", ]), ); Very fast to first render, moderately slow on subsequent updates. Prompted by the post on millionjs, which compiles user code to hit the same outrageously small size target. https://ift.tt/kK8UOzV July 31, 2022 at 11:17AM

Show HN: I made a GH repo to curate remote jobs that don't ask for a location https://ift.tt/IFNkQ2R

Show HN: I made a GH repo to curate remote jobs that don't ask for a location https://ift.tt/54xzInh July 31, 2022 at 05:37PM

Show HN: DALL-E Chess in Jungle and Dunes https://ift.tt/SJqnUIp

Show HN: DALL-E Chess in Jungle and Dunes https://ift.tt/w6WmdSv July 31, 2022 at 02:25AM

السبت، 30 يوليو 2022

Show HN: Bunny REST Proxy – a HTTP message broker built on top of RabbitMQ https://ift.tt/gZFt8kX

Show HN: Bunny REST Proxy – a HTTP message broker built on top of RabbitMQ https://ift.tt/rEjgd5l July 30, 2022 at 10:24PM

Show HN: Going Contactless with Electromyography Sensor https://ift.tt/R91t08O

Show HN: Going Contactless with Electromyography Sensor https://ift.tt/CAqQtBp July 30, 2022 at 02:05PM

Show HN: SSHScript – shell script-like Python script https://ift.tt/H8CtMpn

Show HN: SSHScript – shell script-like Python script I have many Python scripts which run commands and deal with outputs on localhost and remote hosts. Between these scripts, there are many common routines. Eg. making ssh connections, execution and collecting data. Based on the subprocess and Paramiko, I created the SSHScript. With it, I could embed shell commands in Python scripts. This kind of script is converted to a regular Python script by SSHScript for execution . Working with SSHScript, I feel like writing shell scripts with Python and all Python packages. For backend engineers who want to automate tasks with Python scripts instead of shell script s , hope you enjoy the SSHScript. https://ift.tt/LKzS0eA July 30, 2022 at 01:28PM

Show HN: BMList - A list of big pre-trained models (GPT-3, DALL-E2...) https://ift.tt/8Yfg4h7

Show HN: BMList - A list of big pre-trained models (GPT-3, DALL-E2...) https://ift.tt/JShRYaD July 30, 2022 at 01:04PM

Show HN: My first attempt to make a programming language https://ift.tt/Jo4Visl

Show HN: My first attempt to make a programming language https://ift.tt/iHljU1s July 30, 2022 at 11:53AM

الجمعة، 29 يوليو 2022

Show HN: P2PCF – Low cost, low effort WebRTC signalling using Cloudflare workers https://ift.tt/TvaJy1Q

Show HN: P2PCF – Low cost, low effort WebRTC signalling using Cloudflare workers https://ift.tt/90voqHt July 30, 2022 at 03:45AM

Show HN: Chunk – Code sandbox for back-end devs https://ift.tt/ZOkE7Pp

Show HN: Chunk – Code sandbox for back-end devs Chunk co-founder here. We spent the last 2 weeks building this to scratch our own itch: As developers, we often have problems that could be solved just by running a few lines of code. Sometimes, running this code on your local machine is fine. But other time, the code need to run automatically reacting to external events or to run continuously, which means, it needs to run on a server somewhere. So now, you have to find a cloud provider, to package or build the code and finally to deploy it. All of that for what could be literally be 4 lines of code. We couldn’t find an easier way to do this, so we built it. Chunk is an all in one web editor (think of the codesandbox experience) that allows you to write, deploy and run a piece of code in the cloud from a variety of triggers: HTTP, WebHook, manual or scheduled (cron). No setup, no build, no deploy. Chunk makes you go from idea to code running in the cloud in seconds. Let me know what you guys think! https://chunk.run July 28, 2022 at 09:49PM

الخميس، 28 يوليو 2022

Show HN: Django REST Framework and Open API 3 Tutorial https://ift.tt/lTWiw81

Show HN: Django REST Framework and Open API 3 Tutorial https://ift.tt/e4vVsyX July 29, 2022 at 12:59AM

Show HN: TensorDock Core GPU Cloud – GPU servers from $0.29/hr https://ift.tt/GSdyKUE

Show HN: TensorDock Core GPU Cloud – GPU servers from $0.29/hr Hello HN! I’m Jonathan from TensorDock. After 7 months in beta, we’re finally launching Core Cloud, our platform to deploy GPU virtual machines in as little as 45 seconds! https://ift.tt/4acFt9s Why? Training machine learning workloads at large clouds can be extremely expensive. This left us wondering, “how did cloud ever become more expensive than on-prem?” I’ve seen too many ML startups buy their own hardware. Cheaper dedicated servers with NVIDIA GPUs are not too hard to find, but they lack the functionality and scalability of the big clouds. We thought to ourselves, what if we built a platform that combines the functionality of the large clouds but made it priced somewhere between a dedicated server and the large clouds? That’s exactly what we’ve done. Built to make engineers more productive. We have 3 machine learning images so you can start training ML models in 2 minutes, not 2 hours. We provide a REST API, so you can integrate directly your code with ours. And, there’s a community CLI you can use to manage your servers directly via command line We provide a feature set only large clouds supersede. We have storage-only billing when the VM is stopped (for only $0.073/GB/month) so that you aren't paying for compute when you don't need it. We also provide the ability to edit virtual machines after they’re created to downsize costs. If you provision a NVIDIA A6000 and find out you’re only using 50% of it, stop the VM, modify it to a NVIDIA A5000, and you’ll be billed the lower hourly rate without needing to recreate your server and migrate data over! Our infrastructure is built on 3x-replicated NVMe-based network storage, 10 Gbps networking, and 3 locations (New York, Chicago, Las Vegas) with more coming soon! - CPU-only servers from $0.027/hour - NVIDIA Quadro RTX 4000s from $0.29/hour - NVIDIA Tesla V100s from $0.52/hour - and 8 other GPU types that let you truly right-size workloads so that you’re never paying for more than you actually need We're starting off with $1 in free credits! Yes, we sound cheap… but $1 is all you need to get started with us! That’s more than 3 hours of compute time on our cheapest configuration! Use code HACKERNEWS_1 on the billing page to redeem this free credit :) TensorDock: https://ift.tt/q0jzCxs Product page: https://ift.tt/4acFt9s API: https://ift.tt/vsqZKPj Community CLI: https://ift.tt/Vw24im7 Deploy a GPU: https://ift.tt/Z8PuwYF I'm here to answer your questions, so post them below! Or, email me directly at jonathan@tensordock.com :) https://ift.tt/4acFt9s July 29, 2022 at 12:28AM

Show HN: Distributed SQLite on FoundationDB https://ift.tt/E5w1pTy

Show HN: Distributed SQLite on FoundationDB https://ift.tt/h1M3HC8 July 28, 2022 at 11:49PM

Show HN: Equities.fyi – Startup valuations based on public company data https://ift.tt/4dIWGJt

Show HN: Equities.fyi – Startup valuations based on public company data With the current down markets, we were wondering what private company valuations looked like when compared to similar public companies. We were inspired by the a16z article ( https://ift.tt/t23bQ94... ) for calculating valuations and figured out the sales-to-valuation ratio of public companies at the time of the last fundraising round and applied the change in the public market to get the current startup valuation. If things don’t look right, our defaults might be off - please feel free to change those if they’re too different from what you’d expect. https://ift.tt/83yb5F7 July 28, 2022 at 09:27PM

Show HN: BestDamnJobs – Best damn jobs updated daily and sorted by new openings https://ift.tt/OLIWjZy

Show HN: BestDamnJobs – Best damn jobs updated daily and sorted by new openings https://ift.tt/baLU29V July 28, 2022 at 07:01PM

Show HN: Rimoto, control your computer with WebSockets https://ift.tt/Id8CDxz

Show HN: Rimoto, control your computer with WebSockets Rimoto allows you to control your computer and show some stats from it like cpu & ram usage with the help of websockets. https://ift.tt/KUzjuMo July 28, 2022 at 07:01PM

الأربعاء، 27 يوليو 2022

Show HN: JSON-Safe Lisp Language https://ift.tt/et1yRwq

Show HN: JSON-Safe Lisp Language Relatively simple currently, but figured I'd post for some feedback. I started this project last year but somewhat abandoned it. This feels like something which most likely already exists, but I couldn't find anything at the time I made it. I feel like my write up on the repo is pretty good at explaining the inspiration and purpose of this package; "Let's say you have an API, and you're looking for a method by which you can increase performance of your app via doing transformations of the data directly in the API. In this scenario, you would middleman the API returned data through a Fluxduct parser in order to get the data in the format you would like. An important distinction to be made here is that you are not changing the raw output of your API, but rather defining explicit values which you would like back in the app. These values are much more versatile than a pure API response as well, as they can be compounded with operators and conditionals to return computed values not otherwise returned in your API. Even more, the number of fields is completely up to you! If you only want 3 fields, foo, bar, and baz, on an API endpoint that returns more than just those 3 fields, you can explicitly only request those fields back. As icing on the cake; Fluxduct is made from plain javascript, which allows for implementation either server-side or client-side, on top of this, Fluxduct is JSON-safe, meaning all transformations can exist as JSON, making these transformations able to be stored in most databases without the need for any additional transformations." All criticism is appreciated. https://ift.tt/a1vwLHr July 28, 2022 at 12:38AM

Show HN: Share your screen to a projector/TV with only a web-browser https://ift.tt/2u9Hyj5

Show HN: Share your screen to a projector/TV with only a web-browser https://ift.tt/MPfklIi July 28, 2022 at 12:19AM

Show HN: Reach your localhost server from the internet with LocalXpose https://ift.tt/oUChr8L

Show HN: Reach your localhost server from the internet with LocalXpose Hi everyone, I'm Ahmed, founder of LocalXpose (ngrok alternative) - a reverse proxy that enables you to expose your localhost to the internet. This is my first SaaS. I created LocalXpose for (developers, DevOps engineers, sys admins or even gamers) to reach their localhost server behind a NAT or firewall with a secure and fast tunnel. Check it out here https://localxpose.io . Bye bye localhost, Hello World. Support me and give me your feedback, please!. https://localxpose.io July 27, 2022 at 11:58PM

Show HN: Chord Genius – karaoke for guitar app https://ift.tt/0z9FlAu

Show HN: Chord Genius – karaoke for guitar app Hey everyone! My team and I have just launched Chord Genius, an app that helps Guitar players learn songs faster and more fun by having chords and lyrics that move along. Use Spotify, YouTube, or Apple Music to stream music and have it automagically synced up with the chords and lyrics on the screen. Visit our launch page and support us on Product Hunt https://ift.tt/EKceSfD , you'll find some promo codes there too. A feedback on the post would be much appreciated! Or else, just download the app right away: iOS: https://ift.tt/0URo6rB Android: https://ift.tt/FaZHMfK... https://chordgenius.app July 27, 2022 at 11:28PM

Show HN: I made this webcomic with text-to-image AI https://ift.tt/wJtFM9h

Show HN: I made this webcomic with text-to-image AI https://pov.so/ July 27, 2022 at 10:14PM

Show HN: Quarter Life List – Stories and Resource to find your purpose https://ift.tt/E6q4wxL

Show HN: Quarter Life List – Stories and Resource to find your purpose https://ift.tt/KbN0ejY July 27, 2022 at 06:03PM

Show HN: Birdy – Twitter Profile A/B Testing https://ift.tt/Jn1asKo

Show HN: Birdy – Twitter Profile A/B Testing https://birdy.so July 27, 2022 at 03:57PM

Show HN: Discover and discuss one painting a day https://ift.tt/UIyCofe

Show HN: Discover and discuss one painting a day Hi everyone, I made Peerdiem (a portmanteau word between Peer and Per Diem, which means Per Day in latin). The idea is very simple, a new painting or artwork to discover and discuss with your peers every day. Content is currently only fetched from Chicago Art Institute Free API [1] but I'm planning to add more sources in the short future. It was built with a couple of technologies I wanted to try for some time. Frontend is made with Preact and styled with Tailwindcss. Backend consists of an FastAPI app deployed in a Docker container. [1] https://ift.tt/5MQCiWb https://peerdiem.com/ July 27, 2022 at 04:22PM

Show HN: Create reproducible data analysis workflows with pytask https://ift.tt/8WVl4Mv

Show HN: Create reproducible data analysis workflows with pytask https://ift.tt/Wg402fx July 27, 2022 at 01:06PM

Show HN: Pulter – CSV, Spreadsheet import button for a web app, SaaS or system https://ift.tt/FmOxeNa

Show HN: Pulter – CSV, Spreadsheet import button for a web app, SaaS or system https://www.pulter.co/ July 27, 2022 at 10:09AM

الثلاثاء، 26 يوليو 2022

Show HN: Canvas, Browser, Note Taking, One app to rule them all https://ift.tt/G5xX2P8

Show HN: Canvas, Browser, Note Taking, One app to rule them all Superus is a canvas app with browser and notes built in. You can put all your workpieces(ex: Notion, Figma, Airtable) together in a visual workspace. https://ift.tt/vkyblDi July 27, 2022 at 07:26AM

Show HN: I built a note taking tool that executes Python for indie hackers https://ift.tt/YIOX01G

Show HN: I built a note taking tool that executes Python for indie hackers https://satta.dev/index July 27, 2022 at 04:12AM

Show HN: The Ultimate C++14 (and later) Enum Library https://ift.tt/0PKXMOE

Show HN: The Ultimate C++14 (and later) Enum Library https://ift.tt/zBptX53 July 26, 2022 at 02:24PM

Show HN: Pathvector – Secure and open-source BGP routing platform https://ift.tt/vdUA6Sc

Show HN: Pathvector – Secure and open-source BGP routing platform https://ift.tt/qR2jJ0l July 26, 2022 at 08:47AM

الاثنين، 25 يوليو 2022

Show HN: We made a way to earn subscriptions by having your computer turned on https://ift.tt/qPm4otF

Show HN: We made a way to earn subscriptions by having your computer turned on With the recent explosion of streaming services, paying for the variety of monthly subscriptions is becoming a costly burden. Because of this, we made a desktop app that passively earns users money towards digital subscriptions based on how much data they serve on our peer-to-peer video content delivery network. We created this because we realized large corporations are taking user data to run targeted ads without compensating them. With our project, we hope that users will be able to pay for internet content using their extra computer processing power instead of their personal data. Note that this is a pre-alpha version of our product but please check it out and let us know what you think! Also note, that in future versions we will provide a power user feature with more data on the amount of CPU and bandwidth our application is using in order to provide even more transparency and control to the user. https://www.apiara.net July 26, 2022 at 07:30AM

Show HN: Visual interactive explanations of VLOOKUP use-cases https://ift.tt/6dWpXlO

Show HN: Visual interactive explanations of VLOOKUP use-cases https://vlookup.com July 26, 2022 at 01:52AM

Show HN: Open-Source Notion UI, Lotion https://ift.tt/O9XJtqp

Show HN: Open-Source Notion UI, Lotion My friend and I love the Notion UI, so we open-source a version we have been building. - Block-based editor - Drag to reorder blocks - Basic Markdown-parsing including bold, italic, headings and divider - Type '/' for command menu and shortcuts Tiny fun detail: When you move between blocks with your arrow keys, your cursor will remain at roughly the same horizontal position (vs jumping to the start or end of a block). Lotion is quite limited for now, and we would love any contributions (e.g. image blocks, video blocks, code blocks, etc.) https://ift.tt/e4Zsh3l July 26, 2022 at 05:23AM

Show HN: PickCode – An educational coding environment for students after Scratch https://ift.tt/wIVBAXf

Show HN: PickCode – An educational coding environment for students after Scratch PickCode is designed for use on desktop and tablet, and supports creating chatbots, visual designs, and 2D games. There is plenty of functionality missing - you can't add media to games for instance, but the current version shows off the foundation of what I'm aiming at. I taught myself to code using MIT's App Inventor, so I have an enormous respect for block based languages like App Inventor, Scratch, Snap!, MakeCode, etc. PickCode is my attempt at adding options for students who want to learn more about programming without making the jump to text, or as an alternative to block coding for beginners coming to programming at an older age. The visual language is meant to lower the barrier to entry to coding but the far more important aspect for me is giving students the ability to make things they're proud of as quickly as possible. A JS/Python API for controlling the chatbot and game engine are in the works. As of now, there are sample programs to play with and an editor which saves your programs to local storage. Full user accounts, tutorials and administrator accounts for teachers to organize assignments are on their way soon. If you're interested in using PickCode in a classroom or want to discuss feedback, send me an email at charlie@pickcode.io https://ift.tt/c4zOpm0 July 26, 2022 at 12:16AM

Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid https://ift.tt/GSUEubH

Show HN: Pipes puzzle (a.k.a. Net) on a hexagonal grid Hello, HN - I wanted to share this puzzle game I made during my vacation. I'm rather fond of the pipes puzzle where your goal is to restore a scrambled network of connections by rotating tiles. It's usually played on a grid of squares and this all started when I decided to make a programmatic solver for that kind of puzzle. Then I realized that with some minor changes the solver could generate new puzzle instances. I thought about what kind of puzzle to make and someone suggested a hexagonal grid. Adapting the generator wasn't too hard but then I had to create a way to play this variant. So I did just that =). I find hexagonal pipes a bit more difficult than the square variant because there's a larger variety of possible tile shapes. For an extra challenge I implemented wrap mode where the board can connect to itself (right to left and top to bottom), so there are no convenient outer walls to start from. The site is made with Svelte Kit, its code is available on github at < https://github.com/gereleth/hexapipes >. Hope you enjoy playing =). https://ift.tt/VLnkGdl July 24, 2022 at 10:50PM

Show HN: I built an email marketing tool made for indie hackers and solopreneurs https://ift.tt/cGBCdl6

Show HN: I built an email marketing tool made for indie hackers and solopreneurs https://ift.tt/Fuy4ldk July 25, 2022 at 10:58PM

Show HN: Search PDFs with Transformers and Python Notebook https://ift.tt/ZI6AcNv

Show HN: Search PDFs with Transformers and Python Notebook https://ift.tt/fij8tQS July 25, 2022 at 06:11PM

الأحد، 24 يوليو 2022

Show HN: Redirect clicks using a formula https://ift.tt/32cCbi7

Show HN: Redirect clicks using a formula Part of my day job requires me to review a report monthly. The URL for July's report looks something like this: fancyreport.com?from=2022-07-01&to=2022-07-31 Typing this URL manually every month was just enough pain for me to put up a simple script on somedomainiown.com/magic that redirected me to the report for the current month by automatically filling in the "from" and "to" values in the URL. This way, I could bookmark one link and always open the latest report with one click. At some point, I figured I should put this behind a UI so that I could share it with my colleagues and maybe HN too. A couple of weeks of hacking, and here we are with an MVP the little imposter inside me finally accepted to post online. P.S. the "formule" implementation gets the job done for me, but is pretty rudimentary. Would love to know if you have a specific use case that'd benefit from other parameters or a more advanced formula system. https://ift.tt/ymBYU9t July 25, 2022 at 01:05AM

Show HN: Find compelling and comprehensible media for learning a language https://ift.tt/8rNjnZu

Show HN: Find compelling and comprehensible media for learning a language https://ift.tt/60TMsDY July 24, 2022 at 05:43PM

Show HN: HTML Forms Data into Spreadsheet https://ift.tt/vAqzcUa

Show HN: HTML Forms Data into Spreadsheet https://ift.tt/Y5tfPBr July 24, 2022 at 07:16PM

Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall https://ift.tt/DFLQIVd

Show HN: SkillPress – Learn JavaScript via spaced repetition and active recall When I was getting into web development I used a combination of Anki and git to help me quickly learn and retain skills. Figuring there might be demand for a product that uses the same strategy (without the requirement that you already know Anki and git), I created SkillPress. No account is needed to start learning. I would greatly appreciate any feedback or suggestions. https://ift.tt/wGzjhPc July 24, 2022 at 06:18PM

Show HN: Kvass, a personal key-value store https://ift.tt/GLW6akE

Show HN: Kvass, a personal key-value store https://ift.tt/zATklIe July 24, 2022 at 03:05PM

Show HN: Interactive meeting demo with WebRTC and WebSockets https://ift.tt/Z8GsMeP

Show HN: Interactive meeting demo with WebRTC and WebSockets Just a little no sign-up demo I threw together of my product. WebRTC is just incredibly powerful. https://ift.tt/rpN1fQ9 July 23, 2022 at 07:32PM

Show HN: Complete trace of the link of a distributed transaction https://ift.tt/Yo6lALf

Show HN: Complete trace of the link of a distributed transaction https://ift.tt/J5inuXL July 24, 2022 at 07:10AM

السبت، 23 يوليو 2022

Show HN: Vssshield, a Rust project to mitigate Windows ransomware https://ift.tt/hWMQE0q

Show HN: Vssshield, a Rust project to mitigate Windows ransomware https://ift.tt/QacK48u July 23, 2022 at 02:13PM

الجمعة، 22 يوليو 2022

Show HN: RawInputViewer – examine how games receive inputs from Windows https://ift.tt/rz5gHO9

Show HN: RawInputViewer – examine how games receive inputs from Windows This is my third ever GUI programming project -- I've only ever done any sort of programming in AutoIt as I'm entirely self-taught via their docs/tutorials. I've only just started learning about control flow and structuring of GUI apps really recently, so you might find that the data access patterns in my source code to be a mess as I wrote them before learning about those concepts. https://ift.tt/H0BFTAX July 23, 2022 at 07:59AM

Show HN: Cryptosaving a tool crypto DCA calculator https://ift.tt/yjKnvQp

Show HN: Cryptosaving a tool crypto DCA calculator I've built a tool to help the DCA calculator crypto. It supports the top 100 coins. https://ift.tt/MwXUBiL July 23, 2022 at 07:17AM

Show HN: A better way of version controlling IAC https://ift.tt/nGhrOYU

Show HN: A better way of version controlling IAC I believe I've reached a point in my career, and used Terraform enough, that I can confidently say that the semver system for managing IAC code bases simply doesn't cut it anymore. I'd love more widespread feedback on how I currently propose we version control our IAC. If the feedback is constructive and forthcoming, I'll move this written piece to a more formal location. This is currently being tested, with extremely positive results, at Cisco (yeah, the networking company.) https://ift.tt/aPDAWRu July 23, 2022 at 03:38AM

Show HN: Hacolyte – a Hacker News reader built with NextJS https://ift.tt/m7kSful

Show HN: Hacolyte – a Hacker News reader built with NextJS Long time Hacker News lurker, first time Hacker News poster : ) I built a Hacker News reader app with NextJS and TailwindCSS that pulls item and user data from the hacker news api ( https://ift.tt/nPj9cls ). This is my first time really building and launching something for users so I'd love any and all feedback. The roughest spots at the moment are the threading of comments and the fetching of posts on a user's page (lots of individual calls (async) for individual items rather than getting them in bulk from an endpoint like /v0/beststories). Let me know what parts of it are Not Good and where I can improve things! https://ift.tt/Ez6gHZA July 23, 2022 at 12:03AM

Show HN: Datazip – Retool for Data Infrastructure https://ift.tt/IanMzFy

Show HN: Datazip – Retool for Data Infrastructure https://datazip.io/ July 22, 2022 at 08:56PM

Show HN: Windows Terminal Screen Noise https://ift.tt/dxohHPE

Show HN: Windows Terminal Screen Noise https://ift.tt/5hVRAUE July 22, 2022 at 08:44PM

Show HN: Timezone Sync Widget https://ift.tt/EU5PYf6

Show HN: Timezone Sync Widget I've built a widget to help remote teams stay in sync across time zones. It's easy to use, customizable, and you can embed it on your Notion page. Let me know what do you think :) https://ift.tt/bN5AEX8 July 22, 2022 at 01:08PM

Show HN: Terrabook – Replit for Infrastructure https://ift.tt/wGOtZBc

Show HN: Terrabook – Replit for Infrastructure https://terrabook.io/ July 22, 2022 at 04:22PM

Show HN: Next.js, Prisma, Docker Boilerplate that you can reuse https://ift.tt/p2kPe70

Show HN: Next.js, Prisma, Docker Boilerplate that you can reuse https://ift.tt/1XeHp6r July 22, 2022 at 02:02PM

الخميس، 21 يوليو 2022

Show HN: Scribe, a Go library for writing, running, and generating CI pipelines https://ift.tt/xPTQI8L

Show HN: Scribe, a Go library for writing, running, and generating CI pipelines Hi there. This is a passion project of mine I started after spending many painful hours working on CI pipelines. The general idea is that I wanted to stop making flimsy scripts in build & release pipelines and start writing software. I'm happy to answer any questions. Please let me know what you think of the idea and if there's anything you'd like to see. https://ift.tt/Lr4d2fK July 22, 2022 at 01:58AM

Show HN: Project Euler Offline https://ift.tt/7yF6QoZ

Show HN: Project Euler Offline https://ift.tt/utI8h43 July 22, 2022 at 12:24AM

Show HN: Open current Pull Request in browser with a single command https://ift.tt/gyDBm5I

Show HN: Open current Pull Request in browser with a single command I wanted to save a few clicks every day, so I spent way too much time to create this simple tool. Learned a bit of Go along the way. "pro" is a single command for opening Pull Request for current branch. Works with GitHub and Gitlab, on Windows, Linux and macOS. https://ift.tt/8o2uVLj July 21, 2022 at 11:16PM

Show HN: Qboard, a drawing app with Vim-style keybindings https://ift.tt/0tLp1Uw

Show HN: Qboard, a drawing app with Vim-style keybindings I was frustrated with drawing apps where the eraser was E and the pen was P. Often, when I'm drawing, I want to quickly erase and then switch back to the pen. As one of my hands is on my mouse or tablet, I have to use my other hand to reach across the keyboard. I wanted a drawing app with customizable keybindings, so I made qboard a while back and have used it since. I talk more about the design principles on the Github repo: < https://github.com/cjquines/qboard/#design-principles >. https://ift.tt/xo9q06T July 20, 2022 at 12:14PM

Show HN: A Linktree alternative for indie authors https://ift.tt/6THr1KG

Show HN: A Linktree alternative for indie authors https://1link.st July 21, 2022 at 05:27PM

Show HN: I made a website that helps you turn your life into a game and a story https://ift.tt/nNCSpyW

Show HN: I made a website that helps you turn your life into a game and a story https://ift.tt/hmY8JTz July 21, 2022 at 04:49PM

Show HN: New Restaurants Discovery Notifier https://ift.tt/B4spvSR

Show HN: New Restaurants Discovery Notifier https://ift.tt/sW4rC0p July 21, 2022 at 03:52PM

Show HN: Active learning as a service for easy data selection https://ift.tt/mbDGOPs

Show HN: Active learning as a service for easy data selection We are thinking about building a framework that can be used for unlabeled data selection (using active learning) to reduce human labeling budgets. And hope it can be easily used as a service, currently we are adding more SOTA active learning algorithms and there is a demo for you to play with! https://ift.tt/0eVnURG July 21, 2022 at 02:03PM

الأربعاء، 20 يوليو 2022

Show HN: A better way of version controlling IAC https://ift.tt/0vMmPlW

Show HN: A better way of version controlling IAC I believe I've reached a point in my career, and used Terraform enough, that I can confidently say that the semver system for managing IAC code bases simply doesn't cut it anymore. I'd love more widespread feedback on how I currently propose we version control our IAC. If the feedback is constructive and forthcoming, I'll move this written piece to a more formal location. This is currently being tested, with extremely positive results, at Cisco (yeah, the networking company.) https://ift.tt/7QR2uXc July 21, 2022 at 06:11AM

Show HN: I built an all-in-one virtual production platform for indies https://ift.tt/yW0lco1

Show HN: I built an all-in-one virtual production platform for indies After being frustrated with the budget and learning curve requirements of the big names in the Virtual Production field, I decided to create my own all-in-one platform designed with beginners and less-technical folk in mind. It takes complicated tasks in other engines (tracking, compositing, floor plans, etc.) and makes them two-click solutions. And, with the free companion mobile app, you can track cameras, scan your sets, and (coming soon) do full body motion capture! There's a ton more features that I'm super proud of, and I'm open to any and all feedback! Thanks! Https://SceneForge.app July 21, 2022 at 02:13AM

Show HN: Sunmao – A framework for developing low-code tools https://ift.tt/tL2oHZ0

Show HN: Sunmao – A framework for developing low-code tools https://sunmao-ui.com/ July 20, 2022 at 02:45PM

Show HN: GitHub City – generate a 3D city with your GitHub contributions https://ift.tt/RDU94iX

Show HN: GitHub City – generate a 3D city with your GitHub contributions https://ift.tt/ZwPc8bJ July 20, 2022 at 02:22PM

الثلاثاء، 19 يوليو 2022

Show HN: bashttp - a very (very) simple web server in Bash https://ift.tt/Dtrwhpb

Show HN: bashttp - a very (very) simple web server in Bash https://ift.tt/a10YxoP July 20, 2022 at 06:07AM

Show HN: rqlite, the distributed database built on SQLite – now with ARM support https://ift.tt/6guUWhM

Show HN: rqlite, the distributed database built on SQLite – now with ARM support https://ift.tt/RwFxWNu July 20, 2022 at 05:26AM

Show HN: Open-source code editor for transforming data and building ML pipelines https://ift.tt/tBEc2b6

Show HN: Open-source code editor for transforming data and building ML pipelines https://ift.tt/M9y637d July 20, 2022 at 03:16AM

Show HN: I built a handheld CHIP-8 game console to teach myself embedded systems https://ift.tt/7RFvOkC

Show HN: I built a handheld CHIP-8 game console to teach myself embedded systems A while back I wrote a CHIP-8 emulator (which is considered the Hello, World! of emulators and is more accurately a virtual machine since historically CHIP-8 was an interpreted language running on top of the COSMAC VIP to make game programming easier). But a few months ago I got really interested in embedded software, so decided it would be neat to port my emulator to a STM32 MCU and design a console around it as a learning experience, since CHIP-8 never existed as a physical system. I didn't know much about embedded software when I began, and even less about electronics, but I managed to write all the firmware from scratch and even designed my first PCB, resulting in a finished (though not very polished) handheld CHIP-8 console. For those curious, the GitHub repo also has links to my dev blog about the project as well as a build guide. Thanks for looking! https://ift.tt/WPCOpaE July 20, 2022 at 01:42AM

الاثنين، 18 يوليو 2022

Show HN: A simple async, thread-safe Java library to perform rDNS lookups https://ift.tt/UuhOLvb

Show HN: A simple async, thread-safe Java library to perform rDNS lookups https://ift.tt/YUABVvr July 19, 2022 at 01:19AM

Show HN: A simple Twitter-feed-style web RSS reader provided as a container https://ift.tt/yklnZwc

Show HN: A simple Twitter-feed-style web RSS reader provided as a container https://ift.tt/NSsc6Pb July 19, 2022 at 12:32AM

Show HN: SVG stroke-dashoffset interactive examples https://ift.tt/yimOuVl

Show HN: SVG stroke-dashoffset interactive examples SVG stroke-dashoffsets have always confused me. I couldn't never figure out which way the line was going to move as I increased or decreased them. So I made some interactive examples to help. https://ift.tt/sNW2rS5 July 18, 2022 at 11:01PM

Show HN: Puke Planner, organize tasks based on how much they make u want to puke https://ift.tt/uFV1iDR

Show HN: Puke Planner, organize tasks based on how much they make u want to puke https://twitter.com/lisperati/status/1549112958348890116 July 18, 2022 at 11:55PM

Show HN: Micro-Services on Micro-Controllers https://ift.tt/q2fgtQJ

Show HN: Micro-Services on Micro-Controllers https://ift.tt/4w6QEmJ July 18, 2022 at 11:48PM

Show HN: Trending AI Research Papers https://ift.tt/UJObYFs

Show HN: Trending AI Research Papers https://ai.papers.bar July 18, 2022 at 02:28PM

Show HN: PubKey – Communicate Privately in Anonymous Public Spaces https://ift.tt/QbUumCw

Show HN: PubKey – Communicate Privately in Anonymous Public Spaces A little while back I remember seeing a user on a certain anonymous imageboard asking for an invite to a selective email host. Only after a few minutes did the guy realize the perplexity of the situation. How do you insure against a race condition in a public forum with no way to direct message? Luckily, he nabbed the invite code, but it got me thinking about using PGP to provide a solution. This is meant to be a rough PoC and the UX is definitely not ready for the average Joe, but the functionality I'd like to think is there. What catbox.moe is to dropbox is what I'd like this to eventually be to keybase. Btw, "this page uses NO SERVER" just means it's static. I'm not trying to fool anyone lol. Edit: Source Code: https://ift.tt/1JFUkrH https://www.pubkey.pm July 18, 2022 at 01:23PM

Show HN: If VS Code had a data-centric IDE sibling, what would that look like? https://ift.tt/FX2eiu3

Show HN: If VS Code had a data-centric IDE sibling, what would that look like? https://ift.tt/o0hGH9X July 18, 2022 at 01:09PM

الأحد، 17 يوليو 2022

Show HN: A just another Cron alternative but with much more capabilities https://ift.tt/EUxrVcu

Show HN: A just another Cron alternative but with much more capabilities I have created a Cron alternative that runs DAGs (Directed acyclic graph) defined in a simple YAML format. Why not Airflow? Airflow and other similar tools are powerful and valuable, but in most cases, they require writing code to manage workflows. Our ETL pipeline is already hundreds of thousands of lines of complex code in Perl and shell scripts. Adding another layer of Python on top of this would make it difficult to maintain. Instead, we needed a more lightweight solution. So we developed Dagu, which requires no coding, and is easy-to-use and self-contained, making it ideal for smaller projects with fewer people. https://ift.tt/khxT3VQ July 18, 2022 at 06:46AM

Show HN: Typograms, Markdown-like renderer for ASCII diagrams https://ift.tt/xWsKEZJ

Show HN: Typograms, Markdown-like renderer for ASCII diagrams https://ift.tt/WEu2rgB July 18, 2022 at 05:05AM

Show HN: Netflix Calculator https://ift.tt/Tgk0sRF

Show HN: Netflix Calculator https://ift.tt/ZQhb94W July 17, 2022 at 08:09PM

Show HN: MechKeebs – Online community to discover your next mechanical keyboard https://ift.tt/vhfJO2V

Show HN: MechKeebs – Online community to discover your next mechanical keyboard https://mechkeebs.com/ July 17, 2022 at 03:20PM

Show HN: IOK – an open ruleset and DSL for detecting phishing kits https://ift.tt/cLU97K5

Show HN: IOK – an open ruleset and DSL for detecting phishing kits https://ift.tt/r5AWQ4F July 17, 2022 at 02:21PM

السبت، 16 يوليو 2022

Show HN: I built a walkthrough of Redis's source code https://ift.tt/WezU2Rh

Show HN: I built a walkthrough of Redis's source code https://ift.tt/h4IbeMU July 17, 2022 at 07:12AM

Show HN: dpScreenOCR – a program to recognize text on the screen https://ift.tt/FEfu6bA

Show HN: dpScreenOCR – a program to recognize text on the screen In a nutshell, dpScreenOCR can recognize text from the selected screen area, and then can copy it to the clipboard, add it to history, or pass it as an argument to an executable. https://ift.tt/yoCEjm0 July 17, 2022 at 05:05AM

Show HN: A compiler and VM for a simple language, in 150 lines of code https://ift.tt/J6Q03Kn

Show HN: A compiler and VM for a simple language, in 150 lines of code https://ift.tt/ymYihHn July 17, 2022 at 12:51AM

Show HN: Ex Platform for SWEs https://ift.tt/aLluywf

Show HN: Ex Platform for SWEs Hey guys, just sharing this project that I've been working on. Let me know what you think. This idea came primarily from my own experience in the software industry. After a while, I was feeling discouraged by my job, mostly because I felt expendable (like a code monkey), burned out, and had unchallenging work. It felt like the employers I was working for didn’t have an idea of what was going on or how their employees were feeling. They would talk a lot about the technical challenges, but never did we talk about any mental/emotional challenges. So I started thinking about what could be done to mitigate this problem and came up with this solution. An employee experience platform that tracks multiple psychological dimensions (specifically customized to track problems that can be faced in a software engineering environment) and gives the managers some insights into their teams/employees. I'm still currently working on the MVP but would love to hear what you guys think about the idea and landing page. The MVP should be out in 2-3 weeks from now. https://smartteams.ca/ July 16, 2022 at 11:54PM

Show HN: Interactive course about “everyday” data science https://ift.tt/NUuPX4l

Show HN: Interactive course about “everyday” data science Last year, I wrote the book Everyday Data Science. It was #1 on HN! [1] This year, I've been working with Jim Fisher on a new kind of interactive course. It's like a choose-your-own-adventure, except you'll learn Thompson sampling, differential equations, and Bayesian-optimal pricing. After several months, the first two chapters are ready! Every word, button, and sound has been painstakingly crafted. Try out the first chapter to see what we mean! [2] The course will be $99, but it’s $29 today, as a thanks for helping us build the next 8 chapters! Let us know what you think :-) - Andrew Carr [3] [1]: https://ift.tt/6zaZeMy [2]: https://ift.tt/xBHlFC9... [3]: https://twitter.com/andrew_n_carr https://ift.tt/839P0RE July 16, 2022 at 06:32PM

Show HN: I made a simple platform to buy/sell side projects https://ift.tt/SKMgIL0

Show HN: I made a simple platform to buy/sell side projects Hi Guys, I made a simple platform to buy/sell side projects. Current solutions are over complicated so I decided to make things simpler. Let me know your what you think about this. https://ift.tt/uElQhKx July 16, 2022 at 04:50PM

Show HN: A searchable archive of Wikipedia's “Current Events” portal https://ift.tt/eYCiBJQ

Show HN: A searchable archive of Wikipedia's “Current Events” portal https://pastevents.org/ July 16, 2022 at 04:26PM

Show HN: WatchThemLive – Legally Watch Your Users' Activities on Your Website https://ift.tt/XyE40CF

Show HN: WatchThemLive – Legally Watch Your Users' Activities on Your Website https://watchthem.live/ July 16, 2022 at 12:33PM

الجمعة، 15 يوليو 2022

Show HN: Owlkettle – A Declarative user interface framework based on GTK 4 https://ift.tt/Uz59vxG

Show HN: Owlkettle – A Declarative user interface framework based on GTK 4 https://ift.tt/AByNDeR July 16, 2022 at 01:26AM

Show HN: Hacker News Mods - A collection of tools/mods for HN https://ift.tt/exrXjP9

Show HN: Hacker News Mods - A collection of tools/mods for HN Hey HN! I built Hacker News Mods as a place to collect any tools or sites related to HN. We just started building one mod/tool for HN per week, and I thought it’d be a good idea to showcase all of the tools we’ve created, as well as tools that others have created as well. The site is pretty scrappy, so any feedback is appreciated! Also, please submit any projects that we don’t already have listed! Thanks, Jarren https://ift.tt/E5YjnDS July 16, 2022 at 12:39AM

Show HN: Eesel – Federated search without API integrations https://ift.tt/3vzaZ0D

Show HN: Eesel – Federated search without API integrations Hey there! Amogh here from eesel ( https://eesel.app ). eesel filters your browser history to show the docs you need for work, right in your new tab. You can see recent docs, filter by app or search by title or content. We're trying to solve a pretty universal problem. Everyone's work is spread across apps - there's a project brief in Google Docs, issues in Jira, a mockup in Figma, PRs in GitHub - and with this kind of sprawl, it can be a game of trial and error to find the links we need to do our job. Trying keywords in the address bar only works if we remember the title and it's specific enough, search in apps can be slow and noisy, company "knowledge hubs" in Confluence or Google Drive are usually not up to date, and we ultimately just ping each other on Slack to find things. I was struggling with this acutely as a PM at Intercom, and it felt ridiculous that I could search the web faster than my company's docs. It was around this time that I also discovered an Effective Altruism blog post on Operations ( https://ift.tt/mMeFIfh ) and how "maximising the productivity of others in the organisation" can have this multiplier effect for your own impact. That's when it clicked - here's an "operations" problem that felt tractable for my skills and I could potentially multiply my impact by solving it. This is what gave the conviction to prototype something on the weekends, and things spun off from there. Let's talk about the solution more. The magical thing about eesel is that we don't use APIs. When it comes to "search across apps", integrating with different APIs is a pretty default way to approach things. That's how we started, but things felt uneasy - could we really build API integrations with _everything_? There's so much out there, and this list is pretty much always changing. If we really did want a search across all work apps, we'd have to play catch up with old and new APIs. You could argue that these were just the schleps ( https://ift.tt/6akR3ts ) we had to overcome, but it was amidst this we realised that uh, the browser exists. We mostly work in the browser, and the great thing about it is that it's built on web standards. From HTTP and URLs to HTML and CSS, all apps in the browser follow the same predictable patterns: documents are accessed via URLs, content lives inside the HTML, there's a page title, there's a favicon, and so on. It's not a perfect replacement for APIs, but it felt good enough. We didn't need to manually integrate with each app, and could instead rely on existing web standards. And that's what we did. eesel works with any app in the browser, including apps without APIs (like that internal company tool), or apps that don't exist yet (the new Product Hunt hit). Not using APIs also meant that we could go an extra step with privacy - eesel works fully locally by default and you don't need to login to _anything_ (even eesel!). Simply install and it works. We want to keep building on this approach and improve how we work in the browser. For instance, eesel uses keywords to automatically organise pages into Folders, and there's Commands to take actions (spoiler: you can customise a JavaScript to inject on a page, like this script that goes to a Notion backlog and clicks the "New" button - https://ift.tt/8bRmdIX... ). Alright, that's a lot of writing from us. We have a bunch of ideas, and would love to hear about where you think we should take this next. https://www.eesel.app/ July 15, 2022 at 04:14PM

الخميس، 14 يوليو 2022

Show HN: Robin: A terminal-friendly, dead-simple file server. Written in Go https://ift.tt/l4cL91W

Show HN: Robin: A terminal-friendly, dead-simple file server. Written in Go https://ift.tt/SvZsOdW July 15, 2022 at 05:13AM

Show HN: A US Evolution Simulator https://ift.tt/Rh3C4O6

Show HN: A US Evolution Simulator https://ift.tt/EfRb8in July 14, 2022 at 11:27PM

Show HN: Payload, X-Platform Desktop App for LAN File Transfers [Tauri/Rust, Go] https://ift.tt/fKZQlSr

Show HN: Payload, X-Platform Desktop App for LAN File Transfers [Tauri/Rust, Go] Hi HN. I built Payload to make file transfers easy for less-technical users who need large/fast transfers, so I have focused on auto-discovery, drag-and-drop, visually distinct device icons. It's using Tauri (an "Electron alternative" built on Rust) which keeps my binaries small and bundles to .msi, .dmg, .deb and .appimage. No CLI, iOS or Android support (yet). The network stack is a separate binary written in Go. It uses mDNS for local network discovery and TLS over TCP or Quic, with a public Ed25519 keypair for each device. The protocol is ad-hoc and symmetrical control stream using JSON and binary data streams. Planning to open source these parts eventually.. Transfers should saturate the local network link. It reaches ~116 MB/s wired at my home, but if you have a >1000 Mbit link, I'd be curious to see how much speed you can squeeze out. See also: https://ift.tt/aJvyIP5 https://ift.tt/vFrI4R0 https://payload.app/ July 14, 2022 at 11:16PM

Show HN: Bytewax – Python Stateful Stream Processing on Timely Dataflow https://ift.tt/nsvwWtO

Show HN: Bytewax – Python Stateful Stream Processing on Timely Dataflow https://ift.tt/O7mX2b9 July 14, 2022 at 09:57PM

Show HN: Zordle – Wordle but with zero-knowledge proofs https://ift.tt/BncyNI2

Show HN: Zordle – Wordle but with zero-knowledge proofs https://ift.tt/H7XwC9y July 14, 2022 at 09:54PM

Show HN: Atorable-Loader – Build a website that serves itself https://ift.tt/oAKzSHT

Show HN: Atorable-Loader – Build a website that serves itself https://ift.tt/Ao0NmWV July 14, 2022 at 03:22PM

Show HN: Free: NextJs Firebase Starter Kit https://ift.tt/6uUd8q3

Show HN: Free: NextJs Firebase Starter Kit https://ift.tt/KwnmeMt July 14, 2022 at 02:34PM

الأربعاء، 13 يوليو 2022

Show HN: Near-Real-Time Voice Chat Moderation that my startup made https://ift.tt/jPmfreK

Show HN: Near-Real-Time Voice Chat Moderation that my startup made https://ift.tt/RqUYcin July 14, 2022 at 07:32AM

Show HN: Blender Python 3D simulator for computer vision and inverse render AI https://ift.tt/2UAsYkE

Show HN: Blender Python 3D simulator for computer vision and inverse render AI https://ift.tt/RwE2V4a July 14, 2022 at 07:17AM

Show HN: How to get access to coredumps from GitHub Actions runs https://ift.tt/LOe28Zb

Show HN: How to get access to coredumps from GitHub Actions runs https://ift.tt/Mb2ViSE July 14, 2022 at 01:51AM

Show HN: Remove unwanted objects in photos simply by dragging boxes https://ift.tt/qvKrjGy

Show HN: Remove unwanted objects in photos simply by dragging boxes https://ift.tt/myp6M0d July 13, 2022 at 01:19PM

Show HN: Face IO – Facial Authentication for the Web https://ift.tt/vIZU48H

Show HN: Face IO – Facial Authentication for the Web https://faceio.net July 13, 2022 at 12:31PM

Show HN: Blank – A keyboard-first Markdown Editor made for writing https://ift.tt/C8cr3pW

Show HN: Blank – A keyboard-first Markdown Editor made for writing https://ift.tt/wt2CUqP July 13, 2022 at 12:36PM

Show HN: Image Compression and Resizing Tool https://ift.tt/gUKtjBO

Show HN: Image Compression and Resizing Tool When I'm working on my niche sites, I often have the problem that I need to resize my images and compress them so I get the best performance. For my use-case I needed 2 different tools + renaming them manually to get the image I want to upload onto my niche site. I'm a programmer and hate tedious and repeating work, so I decided to make a tool for my workflow: https://www.canvar.io Right now the functionality is very basic: You can upload an image, select an output format, resize and rename it. When you click on "Compress & Download", the image gets compressed and - surprise - downloaded to your computer. Now I would love your feedback on the tool. What can I make better? What did I do good, what sucks? July 13, 2022 at 10:56AM

Show HN: WordDumb, a calibre plugin that helps you read books https://ift.tt/A8DKbyT

Show HN: WordDumb, a calibre plugin that helps you read books This plugin creates Word Wise and X-Ray sqlite files for Kindle format books, it also adds these data as tags and footnotes to EPUB books. If an e-reader device is connected, it'll send the book and created files to the device. It uses spaCy to find named entities as X-Ray, 22 languages are supported. X-Ray descriptions come from Wikipedia, locator map, Democracy Index and country/city inception data are queried from Wikidata. Wiktionary files downloaded from https://kaikki.org are used for EPUB Word Wise. https://ift.tt/gvaqX8Z July 13, 2022 at 06:47AM

الثلاثاء، 12 يوليو 2022

Show HN: Restore titles for removed or private videos in YouTube playlists https://ift.tt/8OjzCa3

Show HN: Restore titles for removed or private videos in YouTube playlists https://ift.tt/BjoNbGP July 13, 2022 at 09:26AM

Show HN: Sun Clock: a 24hr clock that shows the position of the sun https://ift.tt/fVWePcj

Show HN: Sun Clock: a 24hr clock that shows the position of the sun https://sunclock.net July 13, 2022 at 05:20AM

Show HN: Fastify DX, a full stack framework based on Fastify and Vite https://ift.tt/0PitLFU

Show HN: Fastify DX, a full stack framework based on Fastify and Vite https://ift.tt/AF5anwi July 12, 2022 at 03:59PM

Show HN: Cloud-Runner, up to 40% faster Gitlab-ci pipelines https://ift.tt/wemEHgC

Show HN: Cloud-Runner, up to 40% faster Gitlab-ci pipelines https://ift.tt/jQBmbJr July 12, 2022 at 02:06PM

Show HN: GitHub as Code – Enable self-service by managing GitHub with Terraform https://ift.tt/ZxTXf3B

Show HN: GitHub as Code – Enable self-service by managing GitHub with Terraform https://ift.tt/l3n87CE July 12, 2022 at 02:44PM

Show HN: Kreya, a Postman Alternative https://ift.tt/gceW0Dp

Show HN: Kreya, a Postman Alternative Hi HN! For over a year we've been working on Kreya. At first, it only supported gRPC, because the alternative tools (eg. BloomRPC) were very limited in their functionality. Since then, we have added many features, trying hard to keep the UI clean while still supporting advanced use cases. Yesterday, we released Kreya v1.8, which added support for REST! In our opinion, Kreya is a good alternative to the existing tools out there. Sure, it may not support all the features that Postman has. But we think that Kreya has some innovative approaches (eg. authentication or API importers) that users may find interesting. https://kreya.app/ July 12, 2022 at 11:05AM

الاثنين، 11 يوليو 2022

Show HN: I made a simple addictive web game https://ift.tt/ESmuVWQ

Show HN: I made a simple addictive web game https://ift.tt/QxTJvwz July 12, 2022 at 03:40AM

Show HN: Run transformers model inference in C/C++ and even assembly https://ift.tt/MEjkmlL

Show HN: Run transformers model inference in C/C++ and even assembly https://ift.tt/Ht04Zsd July 12, 2022 at 01:44AM

Show HN: Namecheap AI business name generator https://ift.tt/tRopUcF

Show HN: Namecheap AI business name generator https://ift.tt/SNKo6ez July 11, 2022 at 11:45PM

Show HN: Simple Python struct format-string explainer https://ift.tt/fjAQUPH

Show HN: Simple Python struct format-string explainer Hi everyone! As a side project I made a tiny static website that helps explain format strings used with Python's `struct` module. Type/paste in a format string and you get a quick explanation of the structure instead of having to look through the docs. It's open source, happy to hear any suggestions how to make it more useful. https://ift.tt/uSFOhwP July 11, 2022 at 10:30PM

Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity https://ift.tt/C0Kxabg

Show HN: Colorvote.io – ranking all 16,777,216 sRGB web colors by popularity https://ift.tt/bEBXzDt July 11, 2022 at 01:05PM

Show HN: CANDL, a Replacement for YAML https://ift.tt/Z4FXGOr

Show HN: CANDL, a Replacement for YAML https://ift.tt/O8beZcL July 11, 2022 at 10:32AM

الأحد، 10 يوليو 2022

Show HN: Typewaiter, the typewriter that doesn't wait https://ift.tt/JLUtYQz

Show HN: Typewaiter, the typewriter that doesn't wait Howdy HN, just recently made this silly typewriter variant and think some of you might enjoy it so thought I'd share. Here the cursor takes no heed of what you're typing and just advances at a steady pace, with the effect that typing something reasonable-looking requires you to type at a very steady rhythm. There's also the bonus that the space character is no longer needed—you can (and kind of have to) just wait—so the keyboard minimalists among us can shave even more space off their devices. Only desktop for now. It's an interesting contrast to the last one I made—which requires you to do all the heavy lifting in moving the cursor position yourself— https://ift.tt/Ug6cVNG https://ift.tt/r2d4JwU July 11, 2022 at 02:27AM

Show HN: A USB-Rubber-Ducky Blocker (Clarified) https://ift.tt/JLweFKD

Show HN: A USB-Rubber-Ducky Blocker (Clarified) https://ift.tt/H43Vr0Z July 10, 2022 at 11:56PM

Show HN: Whatcha – social network for digital media https://ift.tt/M5PbpQ7

Show HN: Whatcha – social network for digital media Hi all! Christian here, creator of Whatcha, the easiest way to discover, track, discuss, and share movies, shows, books, and podcasts. I created Whatcha because I wanted all the information I needed to decide what I should check out next in one place. If you're like me, you're having multiple conversations with friends on what they're watching, creating watch/read/listen lists on multiple platforms (or just a notes app) that quickly get disorganized, or just have a hard time deciding on what to start next. Whatcha is aiming to solve those problems by bringing everything and everyone together in one place. With the proliferation of media platforms, services, and content, Whatcha has been a great way to organize and share your favorites. I just launched Whatcha on the Apple app store, with an Android version coming soon. Would appreciate any feedback you have on how I can make Whatcha better and more useful for you. Thanks! https://ift.tt/gXsPWer July 10, 2022 at 10:57PM

Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts https://ift.tt/I2uH8U1

Show HN: Evryca – fractal thinking tool to brainstorm and organize thoughts Made a tool to organize thoughts. Actually it is a mind tree, but in a more web-friendly form. It has pivoted from what I originally started building at evryca.com. Some years ago I got the idea of fractal conversation, instead of old-school tree/ladder-like comments. I wanted to see only comments related to the current level. I started making "something" with fractal comments. This "something" was a project discussion platform. But it turned out that even I myself don't use it, and the idea of fractal comments stuck there unused. And recently it dawned on me that it may be a conversation with yourself — thinking, brainstorming, taking notes, writing. So made this kind of cork/whiteboard, where one can dive into the subject and, being in the flow, write and see only related notes and rearrange them later. I'm trying to make it flawless and add keyboard shortcuts where it's possible (Ctr+Enter to submit idea, drag-and-drop to rearrange, Esc to jump level up). So finally I've made a tool that I use myself and will update it gradually (sorting, touch devices, ex/import (json, text), boards, more navigation with keyboard and other stuff, and login). https://www.evryca.com/ July 9, 2022 at 01:33PM

Show HN: Find Snippets from Stackoverflow for VSCode https://ift.tt/73TFXp4

Show HN: Find Snippets from Stackoverflow for VSCode https://ift.tt/jh5Kiyt July 10, 2022 at 02:56PM

Show HN: Ants Sandbox - an ants simulator https://ift.tt/o4H8XgT

Show HN: Ants Sandbox - an ants simulator https://ift.tt/G8tEZnP July 10, 2022 at 01:48PM

Show HN: mbtiles-s3-server – serve vector map tiles directly from mbtiles on S3 https://ift.tt/8KkT71t

Show HN: mbtiles-s3-server – serve vector map tiles directly from mbtiles on S3 https://ift.tt/nCKlpJQ July 10, 2022 at 01:24PM

السبت، 9 يوليو 2022

Show HN: Office hours for technical books/frameworks https://ift.tt/KX53rHq

Show HN: Office hours for technical books/frameworks https://ift.tt/frKaAdg July 10, 2022 at 12:04AM

Show HN: Lumigo – free tracing for AWS lambdas https://ift.tt/2gfJ7QN

Show HN: Lumigo – free tracing for AWS lambdas https://lumigo.io/ July 9, 2022 at 11:39PM

Show HN: Maze Generation Visualization https://ift.tt/q6jmi2u

Show HN: Maze Generation Visualization https://ift.tt/UVYvwgc July 9, 2022 at 12:04PM

الجمعة، 8 يوليو 2022

Show HN: I made a MIDI tool to teach me piano https://ift.tt/2TAElPj

Show HN: I made a MIDI tool to teach me piano https://ift.tt/lmOfTAG July 9, 2022 at 04:21AM

Show HN: Find out where your supplements are made & sourced https://ift.tt/oM6GjFt

Show HN: Find out where your supplements are made & sourced I made a table where you can find out the source/location of factory for where health supplements are made. This is a work in progress but it functions. At the moment you can sort by cGMP/GMP certification. * Full disclosure - if you purchase anything using the links, i earn an small affiliate fee (5%) I made this to help demystify the language behind product labelling, which in many cases is obfuscating the manufacturing and sourcing of certain products https://ift.tt/YpHVb4S July 9, 2022 at 03:54AM

Show HN: Triple Payments – Request crypto from anyone by sharing a link https://ift.tt/xJQ9evg

Show HN: Triple Payments – Request crypto from anyone by sharing a link Hi HN, Kevin and Ben here. Triple Payments is the easiest way to invoice someone and get paid in crypto. Just specify an amount and currency to pay out in, and share the link that we generate. We built Triple Payments to solve one of the most annoying problems we faced as web3 developers – requesting crypto without going back-and-forth on tokens and wallet addresses. When sending large sums of USDC or ETH, we were never 100% sure that our money was going to the right wallets. Under the hood, we let payers send ETH or stablecoins like USDC directly by calling standard transfer methods that work with their web3 wallets. If payers don’t have any of the requested currency, we give them the option to pay with a different token, using the 0x [1] platform and our custom contract to swap tokens behind the scenes. We’d love it if you could try creating a payment request, and look forward to hearing your feedback and suggestions! [1]: https://www.0x.org/ https://triple.xyz/ July 9, 2022 at 03:05AM

Show HN: Nasefa – Sending myself files (via self-hosted NATS) https://ift.tt/Ik4goV1

Show HN: Nasefa – Sending myself files (via self-hosted NATS) https://ift.tt/bx0Tr78 July 9, 2022 at 02:01AM

Show HN: Wiby is now free software https://ift.tt/4J21SYL

Show HN: Wiby is now free software https://ift.tt/QhpEaXl July 9, 2022 at 01:13AM

Show HN: I made a small Space Shooter https://ift.tt/Hg2m6Mn

Show HN: I made a small Space Shooter Thank you https://opengameart.org for your service. People like me who can't draw or compose music are in your debt. The game, "Glitch and Rush" has been made in a few hours here and there. I've been tinkering in GameDev for years, if not decades, but I never released anything. The goal here was simple: - come up with a core mechanic - implement a single level - add some polishing - RELEASE I hope you'll enjoy it. BTW, my best time is 2min23s (yes, I'm bad at my own game, it's ok, I'm ok). https://ift.tt/kIN1pl3 July 9, 2022 at 12:58AM

Show HN: Status Page Status Page Status Page https://ift.tt/zqt8DF0

Show HN: Status Page Status Page Status Page https://ift.tt/bY8PScX July 9, 2022 at 12:33AM

Show HN: Packetmaker – A low alloc, lightweight way to generate packets in Go https://ift.tt/G3aEMCB

Show HN: Packetmaker – A low alloc, lightweight way to generate packets in Go https://ift.tt/n6d5utK July 8, 2022 at 01:28PM

الخميس، 7 يوليو 2022

Show HN: I made an app to help insomniacs learn how to sleep again https://ift.tt/HANysfu

Show HN: I made an app to help insomniacs learn how to sleep again Hi HN! I suffered from chronic insomnia for over a year and tried everything from cutting coffee, blocking blue light, to taking melatonin and antihistamine, but couldn’t find anything that worked. I even bought a $500 research-grade EEG device to track my sleep, which was honestly kind of depressing because it showed that I was sleeping less than 4 hours per night for weeks straight. In the day, it took an immense amount of energy for me to perform even the most mundane of tasks, such as doing my laundry or ordering groceries. At night, I felt an overwhelming sense of loneliness and resentment as I lay in bed wide-awake, reading and re-reading Sleep by Murakami or mindlessly scrolling through reddit/ HN. My performance at work suffered, my personal relationships suffered, and my happiness suffered. When I finally decided to see a sleep specialist, I was put on a 3-month long waiting list. Eventually, I was able to get my insomnia treated, but I realized that there is no reason why anyone should wait 3 months to get treatment when the same therapy that I received can be delivered online. My co-founder and I both have experience in digital health, so we decided to partner with sleep experts to create a mobile app to help people with insomnia get better sleep using psychology. We launched in February this year, and have already helped over 500 patients improve their sleep permanently. Our data shows that our program is just as effective as group, in-person sleep therapy, and we’re doing a clinical study with Brigham and Women’s hospital and Harvard Medical School to prove the efficacy of our product. On average, our users sleep 74 minutes longer than before and spend 52% less time awake in the middle of the night. If you have trouble with sleep, try our app and let us know what you think! https://slumber.one July 8, 2022 at 06:23AM

Show HN: RemoteFriendly – A remote job board inspired by HN https://ift.tt/edCnhDM

Show HN: RemoteFriendly – A remote job board inspired by HN https://ift.tt/lQfFgXI July 8, 2022 at 01:20AM

Show HN: PostgreSQL proxy for integration testing things you don't control https://ift.tt/XUszMTF

Show HN: PostgreSQL proxy for integration testing things you don't control Hi hackers! I recently tried to get a stack of microservices running in a docker-compose sandbox for integration testing using their original (e.g. prod) configuration. This means I didn't know what credentials they'd be using or what database name. So I hacked together a postgresql proxy using an existing project ( https://ift.tt/MN5H9Gu ) and simply allow any credentials to connect and make sure the desired database exists before returning control to the caller. Sharing this in the hopes it is useful for someone else. Lucas https://ift.tt/grhHqIe July 7, 2022 at 10:42PM

Show HN: RSS Feed Discovery Engine https://ift.tt/gmpKRXr

Show HN: RSS Feed Discovery Engine Proprietary feed readers don't reveal their discovery algorithms. This is a FOSS solution to that problem. Also has an api: https://ift.tt/JdDWGa9... https://ift.tt/YuC0LWd July 7, 2022 at 04:03PM

Show HN: A dependency injection library based on Go 1.18 Generics https://ift.tt/phcJdtM

Show HN: A dependency injection library based on Go 1.18 Generics https://ift.tt/opAjnt9 July 7, 2022 at 02:31PM

Show HN: tlogistry.dev: Transparently Immutable Tags Using Sigstore's Rekor https://ift.tt/RNnHmLP

Show HN: tlogistry.dev: Transparently Immutable Tags Using Sigstore's Rekor https://ift.tt/xwCzqEm July 7, 2022 at 06:51PM

Show HN: PocketBase – open-source realtime back end in 1 file https://ift.tt/cQPjaEd

Show HN: PocketBase – open-source realtime back end in 1 file https://ift.tt/8zxXFVj July 7, 2022 at 04:45PM

Show HN: Mind Flayer – A Stranger Things style interactive web experience https://ift.tt/4Ghcrdf

Show HN: Mind Flayer – A Stranger Things style interactive web experience https://ift.tt/Yzh4a0T July 7, 2022 at 03:56PM

الأربعاء، 6 يوليو 2022

Show HN: Barfi – Python flow based programming with GUI https://ift.tt/L5YSHD8

Show HN: Barfi – Python flow based programming with GUI What? Another flow based programming library for Python? Yes. All the FBP libraries out there for Python need to be run as a self contained application. They are not components that could be integrated into your existing data workflows. Barfi, on the other hand can be integrated. At the moment it has a Streamlit component that you can use in your Streamlit apps. Currently, I am working on a Jupyter notebook widget. https://ift.tt/jRfemtB July 7, 2022 at 01:00AM

Show HN: We created a password and data manager for teams https://ift.tt/3vdiJuC

Show HN: We created a password and data manager for teams https://ift.tt/2duJWXV July 7, 2022 at 12:57AM

Show HN: C3 – A C alternative that looks like C https://ift.tt/O1n4Urh

Show HN: C3 – A C alternative that looks like C Compiler link: https://ift.tt/ZM6QBb9 Docs: http://www.c3-lang.org This is my follow-up "Show HN" from roughly a year ago ( https://ift.tt/jMxXvTZ ). Since then the language design has evolved and the compiler has gotten much more solid. Assorted extra info: - The C3 name is a homage to the C2 language project ( http://c2lang.org ) which it was originally inspired by. - Although C3 mostly conforms to C syntax, the most obvious change is requiring `fn` in front of the functions. This is to simplify searching for definitions in editors. - There is a comparison with some other languages here: https://ift.tt/gT7PDoR - The parts in C3 which breaks C semantics or syntax: https://ift.tt/vy0LtP2 - Aside from the very C-like syntax, one the biggest difference between C3 and other "C competitors" is that C3 prioritizes C ABI compatibility, so that all C3 special types (such as slices and optionals) can be used from C without any effort. C and C3 can coexist nicely in a code base. - Currently the standard library is not even alpha quality, it's actively being built, but there is a `libc` module which allows accessing all of libc. Raylib is available to use from C3 with MacOS and Windows, see: https://ift.tt/U1DxFlR - There is a blog with assorted articles I've written during the development: https://ift.tt/Bm06W2E July 6, 2022 at 11:31PM

Show HN: NeoPOP says “hello world” in open source https://ift.tt/ymQPpv7

Show HN: NeoPOP says “hello world” in open source https://ift.tt/gmyDq1N July 6, 2022 at 10:38AM

Show HN: A simple Italian to English translator written in C (Hello World joke) https://ift.tt/9bJTRjh

الثلاثاء، 5 يوليو 2022

Show HN: An unreasonably efficient Game of Life, in pure Python https://ift.tt/5ehYIMV

Show HN: An unreasonably efficient Game of Life, in pure Python https://ift.tt/jmRSdl0 July 5, 2022 at 09:45PM

Show HN: Z shell config - what the files do, where they go, how to run them https://ift.tt/vWo3i1Z

Show HN: Z shell config - what the files do, where they go, how to run them https://ift.tt/HGFTyoY July 6, 2022 at 12:43AM

Show HN: Localization and translations should be code, not data https://ift.tt/vRcp5In

Show HN: Localization and translations should be code, not data https://ift.tt/lZEU9CW July 6, 2022 at 12:15AM

Show HN: A USB-Rubber-Ducky Blocker (50 Codes) https://ift.tt/EKJDHok

Show HN: A USB-Rubber-Ducky Blocker (50 Codes) https://ift.tt/DoGqMmC July 5, 2022 at 11:46PM

الاثنين، 4 يوليو 2022

Show HN: Typed React useStorage hook for Chrome extensions https://ift.tt/Hs6yYbU

Show HN: Typed React useStorage hook for Chrome extensions https://ift.tt/GMOVxyH July 5, 2022 at 02:47AM

Show HN: Get the machine to CROON - Singer/Songwriters with Jukebox [pdf] https://ift.tt/FgNbvS0

Show HN: Get the machine to CROON - Singer/Songwriters with Jukebox [pdf] https://ift.tt/RPhK0cQ July 4, 2022 at 10:44PM

Show HN: A short dystopian game I build last weekend https://ift.tt/ZSfHL0r

Show HN: A short dystopian game I build last weekend https://ift.tt/Caw4bAo July 4, 2022 at 11:43PM

Show HN: Graphsignal – ML profiler to speed up training and inference https://ift.tt/z1g46wY

Show HN: Graphsignal – ML profiler to speed up training and inference Hi, Graphsignal founder here. We've launched Graphsignal earlier this year to make machine learning profiling practical and easy to use. Basically, it enables the profile-optimize-benchmark loop. For example, making inference faster by optimizing an ML model, while still maintaining accuracy. We've make a lot of progress that I wanted to share. The profiler now natively supports TensorFlow, Keras, PyTorch, PyTorch Lightning, Hugging Face, XGBoost and JAX frameworks along with built-in support for distributed workloads. Profiles now include tracing information in chrome trace format. Process and GPU utilization data has been extended as well. It is now possible to monitor all run metrics. Useful for long runs. Profiled workloads are now sharable across teams and publicly (if enabled). I'm excited to show it here and appreciate any thoughts, comments and feedback! https://ift.tt/aE8NZKz July 4, 2022 at 03:40PM

Show HN: Trane, an automated system for learning complex skills https://ift.tt/Pbyq514

Show HN: Trane, an automated system for learning complex skills Hi HN, I released Trane over the weekend: https://ift.tt/hPTa9Cq . Trane is an automated system for learning complex skills. Think of it like defining a skills tree (technically a graph) of all the smaller skills you need to master a complex skill and having an automated system to automatically traverse the graph as you master them. The seed for Trane was planted after my frustration trying to learn music, and jazz in particular. There are simply too many things you need to master first (e.g. knowing the names of a note, knowing where the notes are in your instrument, timing, etc) and it becomes difficult to track what it is that you should focus on, and there is a process of constant atrophy, even if you practice consistently. Trane is an early state, but is already usable. I have released a command line interface at https://ift.tt/SFuJzyt and some music courses at https://ift.tt/aJV16jx . I would like to get some ideas in regard to what other skills could be a good fit for Trane. I am thinking chess, programming, or languages could be a fit. I am wondering if Trane could be applied to something like learning pure mathematics. I would love to hear any suggestions. Perhaps there's some of you who have found a similar issue while practicing your own hobbies. https://ift.tt/hPTa9Cq July 4, 2022 at 10:04PM

Show HN: Instant.gallery pushing the 3D immersive web further https://ift.tt/bazepuB

Show HN: Instant.gallery pushing the 3D immersive web further https://ift.tt/WmEx281 July 4, 2022 at 08:53PM

Show HN: Auto scan receipt data feature in my app https://ift.tt/NDqHKsr

Show HN: Auto scan receipt data feature in my app Hi all, Just released a feature in my app Receipts Co to auto scan the data from receipts while saving the receipts. App will try to read store, price and purchase date from receipts to make the process faster. Kindly download the app from here https://ift.tt/SvJW6fP and let me know your feedback. Thank you July 4, 2022 at 11:43AM

SHOW HN: Building an app to rule all web-based SaaS, need feedbacks from HN https://ift.tt/eQJkWSR

SHOW HN: Building an app to rule all web-based SaaS, need feedbacks from HN https://ift.tt/o19ZBHi July 4, 2022 at 08:05AM

الأحد، 3 يوليو 2022

Show HN: Desklamp – convenient and collaborative notemaking on PDFs https://ift.tt/geKwRfO

Show HN: Desklamp – convenient and collaborative notemaking on PDFs Hey HN! I'm Prajwal, the co-creator of Desklamp! I just completed my undergrad, which is where we got the idea for Desklamp. A bunch of friends and I built this because we hated the experience of studying on our laptops. It was boring, and we found ourselves staring at the screen for hours on end with no output to show for it. To make reading more engaging and to make sure we could remember what we read, we built a note-making system integrated with a PDF reader. The aim is to encourage you to make notes! LaTeX support, clipping out sections from the document, linking notes to sections in the PDF - everything is designed to really make sure you have no excuse to not make notes as you read. We've also added a lot of fixes for minor inconveniences (scrolling across sections, hitting the wrong page number, light mode, viewing your highlights at a glance). And all of this is collaborative, because that just makes notes even more useful. It's free for a while - we want to know what the rest of you think! Feedback can only help us make this even better. It's available as a web-app and a desktop app for Mac and Windows (Linux users, mail us, we're operating on a very closed beta right now). https://desklamp.io/ July 3, 2022 at 03:35PM

Show HN: VS Code extenstion that connects documentation to code https://ift.tt/FBYha1w

Show HN: VS Code extenstion that connects documentation to code https://ift.tt/sdZ6w0A July 3, 2022 at 11:54PM

Show HN: Bebo – run Clojure scripts on Deno https://ift.tt/Q6OEbPn

Show HN: Bebo – run Clojure scripts on Deno Made this little thing: https://ift.tt/M4ESqZr In the spirit of deno it allows you to install a script from an https location but for Clojure(Script, .cljs). Why would you use this? I love Clojure and I'd love to see it in more places than the JVM and browser. Maybe you do too. It is similar to the idea of nbb which allows you to run .cljs scripts on Node.js via the SCI interpreter: - https://ift.tt/CSltjDT - https://ift.tt/HJzUdXg I posted this project yesterday but forgot to add "Show HN"... I hope that is OK since I can't edit my previous message anymore. July 3, 2022 at 05:39PM

Show HN: Generate webpage summary images with DALL-E mini https://ift.tt/Pon7UTk

Show HN: Generate webpage summary images with DALL-E mini https://ift.tt/MEH7YWt July 3, 2022 at 04:18PM

Show HN: Inject TailwindCSS into HTML Templates https://ift.tt/otlXJsG

Show HN: Inject TailwindCSS into HTML Templates https://ift.tt/RWNmAHj July 3, 2022 at 01:01PM

Show HN: Using ThreeJS to create a city from Your GitHub contributions https://ift.tt/agfZG8z

Show HN: Using ThreeJS to create a city from Your GitHub contributions I spent some time making this. I am a beginner with blender but I did my best :) I'm open to any and all feedback. https://ift.tt/hOpxWEu July 3, 2022 at 11:34AM

السبت، 2 يوليو 2022

Show HN: DatabaseMesh for distributed transaction、read write splitting、sharding https://ift.tt/68oFGOW

Show HN: DatabaseMesh for distributed transaction、read write splitting、sharding https://ift.tt/7vlHICO July 3, 2022 at 05:45AM

Show HN: WebReducer – micro event sourcing cloud function https://ift.tt/DgtEKQL

Show HN: WebReducer – micro event sourcing cloud function Hey everyone, WebReducer is a project I've been working on since last December. You can read about my process here: https://ift.tt/fs4mUjX Send some data to WebReducer. Then, write a reducer function to retain some state. You can change the reducer function as much as you want and recreate that state. Still working on how to explain it. It's a tiny FaaS platform. It's a tiny database. It's micro event sourcing. It's "redux" on the server as a service. It's a backend for tiny personal projects. It's a place to send your webhooks. I'm looking for feedback on the following: - Do you get what it is? - What would you use it for? - What would I need to iron out for you to seriously consider trying this? https://webreducer.dev July 2, 2022 at 10:17PM

Show HN: Rapidly Develop CRUD Apps with Locode https://ift.tt/48nPxyF

Show HN: Rapidly Develop CRUD Apps with Locode https://www.locode.dev July 2, 2022 at 10:12AM

Show HN: Coffeehouse, one-on-one voicechat with random HN users https://ift.tt/Fbe0DTf

Show HN: Coffeehouse, one-on-one voicechat with random HN users One-on-one, because it's simpler: - When one stops talking, the other starts. - No groups, no hierarchy, no status. Voicechat, because it's more intimate then text and more private then video. With other HN readers, because that creates some common ground. https://ift.tt/QxiMXaj July 2, 2022 at 01:02PM

Show HN: Responsecodes.xyz https://ift.tt/bTUdPXA

Show HN: Responsecodes.xyz responsecodes.xyz returns response status codes based on the subdomain. https://ift.tt/aSKYskZ returns a response with a status code of 222. https://ift.tt/aAnt03s returns a response with a status code of 999. Non-numeric subdomains will return a 400. I built this because I needed it and I couldn't find one after searching around for a few minutes. July 2, 2022 at 08:43AM

Show HN: What do avoided crossings sound like? https://ift.tt/h7dU6Ox

Show HN: What do avoided crossings sound like? http://hyad.es/chirp July 2, 2022 at 10:40AM

الجمعة، 1 يوليو 2022

Show HN: Codesearch.ai – Semantic Code Search https://ift.tt/MO8gf7p

Show HN: Codesearch.ai – Semantic Code Search https://codesearch.ai/ July 1, 2022 at 08:26PM

Show HN: Typed GQL in Zeus 5.1.5 https://ift.tt/sX0TjzA

Show HN: Typed GQL in Zeus 5.1.5 https://ift.tt/nV6zgkp July 1, 2022 at 04:15PM

Show HN: Meantime.me – I'll call you to check that you have done your tasks https://ift.tt/hVdYCbJ

Show HN: Meantime.me – I'll call you to check that you have done your tasks https://meantime.me July 1, 2022 at 03:49PM

Show HN: Sliceform – Learn CAD for 3D printing from scratch https://ift.tt/YhSVjtd

Show HN: Sliceform – Learn CAD for 3D printing from scratch https://www.youtube.com/playlist?list=PLV7axIz-kU_AZ8wjR6cdvTTn4aGcvXhVg July 1, 2022 at 07:31PM

Show HN: CSVFiddle – Query CSV files with DuckDB in the browser https://ift.tt/4f9hWRk

Show HN: CSVFiddle – Query CSV files with DuckDB in the browser https://csvfiddle.io/ July 1, 2022 at 05:27PM

Show HN: Find Developers via GitHub Data https://ift.tt/lSmIUR4

Show HN: Find Developers via GitHub Data So i made this, was thinking if i can improve what kind of people get invited for interviews. Probably better than filtering by linkedin but who knows. didnt bother to buy a proper domain for now. https://ift.tt/7H34cO9 July 1, 2022 at 02:15PM