Postingan

Menampilkan postingan dari Juli, 2022

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

Show HN: A WYSIWYM Markdown editor and brainstorming tool on the web https://ift.tt/plUWbn2 August 1, 2022 at 01:18AM

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

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

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

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/HtWkfML P.S.: The puzzles come from https://ift.tt/zbchlBG (the author is credited and has been contacted before using them). https://ift.tt/zvmkDjE August 1, 2022 at 12:31AM

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

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

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

Show HN: Generate pitch decks using GPT3 from 1-line ideas https://deck.rocks August 1, 2022 at 01:30AM

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

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 11:46PM

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

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

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

I've been making JavaScript sandbox alone for 6 years https://playcode.io/ July 31, 2022 at 11:27AM

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

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

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

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

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

Show HN: Bunny REST Proxy – a HTTP message broker built on top of RabbitMQ https://ift.tt/gBhzesM July 31, 2022 at 01:24AM

Show HN: Automatdeck – simple lightweight IT automation tool for your deployment https://ift.tt/Ma89vsm

Show HN: Automatdeck – simple lightweight IT automation tool for your deployment https://ift.tt/JND7tPS July 31, 2022 at 12:25AM

Show HN: Redis-rope, a native data type for large strings https://ift.tt/T76jqcf

Show HN: Redis-rope, a native data type for large strings https://ift.tt/rg9l3ah July 31, 2022 at 12:03AM

Show HN: Gowitness – a Golang, web screenshot utility using Chrome Headless https://ift.tt/JbjW0GC

Show HN: Gowitness – a Golang, web screenshot utility using Chrome Headless https://ift.tt/1l4G6XN July 30, 2022 at 10:38PM

Show HN: Clp, a Faster Alternative to Bat https://ift.tt/b4aNGKw

Show HN: Clp, a Faster Alternative to Bat This is a small hobby project that writes files to stdout with syntax highlighting. My main use case is replacing bat for use in the preview window for the program fzf. I wanted to speed it up and support languages that didn’t meet bat’s inclusion criteria out of the box (myrddin, hare, etc)- more info in the blog post. https://ift.tt/v9EYucU July 30, 2022 at 09:40PM

Show HN: ColorAround – where you need to find a color around u using the camera https://ift.tt/sKZmgrj

Show HN: ColorAround – where you need to find a color around u using the camera Hi I made a game in an evening, I would like to share and get feedback. You get a random color palette and have to find it for yourself. ColorAround is an easy and fun color game. It is recommended to play on mobile devices https://ift.tt/2DVJOWj July 30, 2022 at 12:49AM

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

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 g

Show HN: TapeMeasure – Swift class for creating segmented, labeled lines in UI https://ift.tt/pkqEszK

Show HN: TapeMeasure – Swift class for creating segmented, labeled lines in UI TapeMeasure is a utility class, written in Swift, for generating a visual tape measure, or any other graphical elements that need layout in a measured sequence. https://ift.tt/FfK6iRz July 30, 2022 at 12:39AM

Show HN: Niche Community – Simply create niche online communities https://ift.tt/Ju7ZCcq

Show HN: Niche Community – Simply create niche online communities https://niche.community July 29, 2022 at 09:16PM

Show HN: Kurynt – The last tool you will ever need to manage third party code https://ift.tt/jFh1S62

Show HN: Kurynt – The last tool you will ever need to manage third party code I built Kurynt after numerous and repeated headaches maintaining multiple codebases with innumerable dependencies. Many developers know that sinking feeling every time they inherit a codebase where many packages are long outdated and in need of updates or upgrades. Kurynt is the solution to this problem by rapidly giving you an overview of how far behind you are on all packages used by your codebase. In my opinion, Kurynt is a step above 'dumb' tools like Snyk or Dependabot, which simply create a pull request on your repository on your code with the latest version changes in your package manager. How many of us have honestly immediately merged those changes? I never have, because I know it takes time to review the content of the upgraded packages, review breaking changes, actually install the new packages, and then finally, test the entire codebase to ensure the suggested upgrades are working as sugge

Show HN: Doxx Me – See how doxxable your phone number is https://ift.tt/zBrPXgJ

Show HN: Doxx Me – See how doxxable your phone number is https://ift.tt/j0PQeBF July 29, 2022 at 11:21PM

Show HN: Craftle – Furnish room under $2k https://ift.tt/7J6kNIF

Show HN: Craftle – Furnish room under $2k https://craftle.app/ July 29, 2022 at 11:02PM

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

Show HN: Distributed SQLite on FoundationDB https://ift.tt/efh0KmH July 29, 2022 at 02:49AM

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

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/m8vFCh5... ) 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/A4txe08 July 29, 2022 at 12:27AM

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

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

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

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/ZpTq5ho July 28, 2022 at 10:01PM

Show HN: API to track and control account sharing https://ift.tt/pAWVKbL

Show HN: API to track and control account sharing https://www.sabil.io/ July 28, 2022 at 11:52PM

Show HN: Parsnip – “Duolingo for Cooking” https://ift.tt/BWqG0Nx

Show HN: Parsnip – “Duolingo for Cooking” We're building Parsnip to create a "tech tree" of cooking skills that allows anyone to level up on the building blocks of cooking knowledge while tracking their progress over time. It took us a few iterations to figure out the right product; here's the story of our latest pivot: [ https://ift.tt/4MOH8Xm ] The goal is to create a personalized way to learn any recipe on the Internet, then use this as a springboard to help home cooks of all levels solve the problem of repeated meal planning in a 10x better way: [ https://ift.tt/kb1p8zs ] We believe that solving this problem at scale is good for people and for the planet [ https://ift.tt/mNdoVuR ] and that now is the perfect time in history to do it: [ https://ift.tt/SeVw8zD ]. Would love any suggestions, feedback, or advice; and happy to answer any questions! https://www.parsnip.ai/ July 28, 2022 at 10:57PM

Show HN: RFS – Alternative to Google Search https://ift.tt/MTUx4GB

Show HN: RFS – Alternative to Google Search https://ift.tt/SJPR6Ey July 28, 2022 at 10:08PM

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

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

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

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 28, 2022 at 02:58AM

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

Show HN: I made this webcomic with text-to-image AI https://pov.so/ July 28, 2022 at 01:14AM

Show HN: Chord Genius – karaoke for guitar app https://ift.tt/1INJYiH

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/7SGlgQ5 , 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/nTLPqjR Android: https://ift.tt/hUscqv6... https://chordgenius.app July 28, 2022 at 02:28AM

Show HN: Experienced founders reveal how they got their earliest traction https://ift.tt/LryHhZm

Show HN: Experienced founders reveal how they got their earliest traction https://ift.tt/uhEtSai July 28, 2022 at 01:16AM

Show HN: Vi-pipe, edit and replay text changes in the middle of a shell pipeline https://ift.tt/nslTgPy

Show HN: Vi-pipe, edit and replay text changes in the middle of a shell pipeline https://ift.tt/PeCYncr July 28, 2022 at 12:56AM

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

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/d4EoSfc July 27, 2022 at 10:26AM

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

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

Show HN: Looria – A product (re)search engine https://ift.tt/2C9uUSc

Show HN: Looria – A product (re)search engine About 1.5 years ago, I introduced my review aggregator BuyForLife on Hacker News, where it became the #8 most upvoted Show HN project of all time[1]. The idea of helping people to make better purchasing decisions continued to chase me over the last year. Here are some stats that illustrate how important online reviews are: • 90% check online reviews as part of their online buying journey • 43% visit 5-10 websites to research a product • 75% spend more than a day doing research before buying a product The top frustrations with the current process are: • Google full of SEO spam and Ads • Fake reviews • Fragmented trusted sources • Inconsistent information across sources Thanks to the recent advances in NLP (transformers, GPT-3, etc.) it became possible to solve these problems at scale, so I decided to team up with my co-founders Johnny and Tavis to build https://Looria.com . We aggregate and summarize the most trusted product reviews on the w

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

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

Show HN: TypeScript query builder with full type inference https://ift.tt/JbGOIey

Show HN: TypeScript query builder with full type inference Hey HN! Colin here - a TypeScripter, open sourcer, and engineer at EdgeDB. As the creator of Zod and tRPC, I'm interested in designing tools/APIs that use type inference and generics to make life easier for devs. This query builder represents another step in that direction. We set out to build an EdgeQL query builder that can express queries of arbitrary complexity (EdgeQL has feature parity with SQL, roughly) and infer the static type of the query result. We introspect the database and generate a schema-aware client that represent any query, including ones that use built-in functions, operators, string/array/tuple indexing, aggregations, conditionals, type casting, subqueries, computed properties, etc—things most ORMs can’t represent. This post mostly discusses the API design, which I think will be interesting regardless of familiarity with EdgeQL. I’d love to see some of these ideas bleed into future generations of TypeSc

Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime https://ift.tt/RxSFrUV

Show HN: Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime https://blueboat.io/ July 26, 2022 at 11:33PM

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

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:

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

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

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

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/mR80tsT July 26, 2022 at 08:23AM

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

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

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

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

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

Show HN: I built an email marketing tool made for indie hackers and solopreneurs https://ift.tt/RK3OrWz July 26, 2022 at 01:58AM

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

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

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

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

Show HN: AI art from text – Express yourself with images https://ift.tt/yjpuG08

Show HN: AI art from text – Express yourself with images https://art.elbo.ai July 25, 2022 at 06:29AM

Show HN: A Hugo Theme – Eternity https://ift.tt/fgXLmp9

Show HN: A Hugo Theme – Eternity https://ift.tt/kflOb3E July 25, 2022 at 02:04AM

Show HN: Shelver, document store using cloud storage providers https://ift.tt/nZcovQt

Show HN: Shelver, document store using cloud storage providers https://ift.tt/ZiKCqsT July 25, 2022 at 12:09AM

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

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

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

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

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

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/auNfDjb July 23, 2022 at 10:32PM

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

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

Show HN: Famnom – Nutrition tracker and meal planner for families https://ift.tt/CA1JbTm

Show HN: Famnom – Nutrition tracker and meal planner for families https://www.famnom.com July 23, 2022 at 11:40PM

Show HN: Skłable – a scrabble-like game created with Scala and Scala.js https://ift.tt/BmfLwen

Show HN: Skłable – a scrabble-like game created with Scala and Scala.js https://ift.tt/mgxP3OZ July 23, 2022 at 10:47PM

Show HN: Providence, Better State Management for React https://ift.tt/Axm3SYw

Show HN: Providence, Better State Management for React https://ift.tt/dZVt1h6 July 22, 2022 at 10:54PM

Show HN: I built the social media management platform you'll love https://ift.tt/GyvqQZ2

Show HN: I built the social media management platform you'll love https://ift.tt/QoSKqzs July 22, 2022 at 04:21PM

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

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/R71sto4 July 22, 2022 at 04:08PM

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

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

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

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

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

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/4TkyfpQ July 22, 2022 at 04:58AM

Show HN: Project Euler Offline https://ift.tt/Je0UmL6

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

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

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/v5f906R July 22, 2022 at 02:16AM

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

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

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

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/eRXxf1T July 21, 2022 at 05:03PM

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

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/LuXGCiV July 21, 2022 at 09:11AM

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

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 05:13AM

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

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

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

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

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

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

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

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

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

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

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

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/jDF7Ot2 July 20, 2022 at 04:42A

Show HN: Play Wordle using the 5-letter words on any webpage https://ift.tt/gT7S38k

Show HN: Play Wordle using the 5-letter words on any webpage https://ift.tt/BItCuE7 July 19, 2022 at 11:31PM

Show HN: Launching Sustainable License, an Alternative to Open Source https://ift.tt/y4UxZX3

Show HN: Launching Sustainable License, an Alternative to Open Source https://ift.tt/97klBVS July 19, 2022 at 11:03PM

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

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

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

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/IH17Ygu July 19, 2022 at 02:01AM

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

Show HN: Micro-Services on Micro-Controllers https://ift.tt/OEvmjc8 July 19, 2022 at 02:48AM

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

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/oE7jb5m https://www.pubkey.pm July 18, 2022 at 04:23PM

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

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

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

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 might 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. Any feedback or comments will be very welcomed. Thank you :) https://ift.tt/Yeg1nQD July 18, 2022 at 09:46AM

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

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

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

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

Show HN: Uber for Coding — Build product with bounties https://ift.tt/Qit1wDK

Show HN: Uber for Coding — Build product with bounties https://algora.io July 18, 2022 at 12:42AM

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

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/TLp9Rnw July 17, 2022 at 08:05AM

Show HN: Tone v0.0.7 – scriptable command line audio tagger with docker support https://ift.tt/LDkj6Nq

Show HN: Tone v0.0.7 – scriptable command line audio tagger with docker support Hey HN, again some progress on my little (maybe useless) toy project called tone[1] hoping for feedback. tone is a cross plattform command line audio tagger deployed as a single static binary without dependencies, so a wget should be enough to install on any platform (seems not to work on M1 Macs atm... if someone can help here I would really appreciate it). Improvements since the last post (v0.0.4): - multiarch docker image for all major platforms - docker pull sandreas/tone:v0.0.7 - docker run -it --rm -u $(id -u):$(id -g) -v "$(pwd)":/mnt sandreas/tone:v0.0.7 dump my-audio-book.m4b - new JSON metadata format with JSONPath support - tone dump my-file.m4b --format=json --query="$.meta.album" - metadata writer fixes for m4b audiobooks iTunes General Features: - Supports most common formats (mp3, m4a, flac, ape, etc.) - Most common AND custom metadata fields - Chapter support - Embeddable

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

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

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

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 wha

Show HN: Generate dynamic images for social sharing from HTML using Kodyfire CLI https://ift.tt/SlcJIgv

Show HN: Generate dynamic images for social sharing from HTML using Kodyfire CLI https://ift.tt/FDehTPH July 17, 2022 at 12:11AM

Show HN: Text-Diff Powered by WebAssembly https://ift.tt/kP93O4T

Show HN: Text-Diff Powered by WebAssembly https://ift.tt/tb1Zifa July 16, 2022 at 10:12PM

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

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/gsx0jYt July 16, 2022 at 07:50PM

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

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

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

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

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

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

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

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/6WGPiNx July 16, 2022 at 03:39AM

Show HN: Eesel – Federated search without API integrations https://ift.tt/1mVeyTv

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 com

Show HN: Mapedia.org – A Crowdsourced Learning Map https://ift.tt/BySehaV

Show HN: Mapedia.org – A Crowdsourced Learning Map Hi HN! We're happy to announce the launch of Mapedia.org, an open source crowdsourced learning map! Mapedia is a new kind of learning platform at the crossroad between Wikipedia, Google Maps and Khan Academy: a learning map built collaboratively to support online learners to learn any topic seamlessly. We built an interactive learning map of topics to be able to visualize the different fields of knowledge, what concepts are included in them and how they relate to each other. This allows for curiosity based exploration, identifying knowledge gaps (unknown unknowns) and figuring out what to learn next (and in which order). For each topic you can then find community and expert curated resources, learning advices and smart recommendations in order to learn as efficiently as possible. We want people to spend time learning rather than figuring out how to learn, and in particular to empower self-directed learners. The idea came out of the

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

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/nCsIyvH https://ift

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

Show HN: Bytewax – Python Stateful Stream Processing on Timely Dataflow https://ift.tt/Gnw4UCM July 15, 2022 at 12:57AM

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

Show HN: Zordle – Wordle but with zero-knowledge proofs https://ift.tt/pXSGA49 July 15, 2022 at 12:54AM

Show HN: Cargo-semver-checks, a fast CI-friendly query-based Rust semver linter https://ift.tt/WAiBteR

Show HN: Cargo-semver-checks, a fast CI-friendly query-based Rust semver linter https://twitter.com/PredragGruevski/status/1547227278865842178 July 15, 2022 at 01:21AM

Show HN: Old News – News that gets better the *less* you read it https://ift.tt/aKvQIME

Show HN: Old News – News that gets better the *less* you read it I’ve always wanted a news app designed for people who don’t stay up-to-date daily. That pays attention to when I check-in and what stories I’m aware of and adapts to me. You see, I’m not a good “follower” of the news, and I “catch-up” fairly infrequently. When I do, I want to see the most important things I’ve missed in the meantime, not today’s top stories. I’d like to emerge from my metaphorical cave after a week, a month, or longer, and quickly see what I missed. That’s Old News. I built it for myself, but if you’re like me (statistically, you probably aren’t!) you may like it too. It is quite simple. Swipe to see recommended Hacker News stories and the app keeps track of what you’ve seen. When you come back you’ll see the top stories you haven’t seen yet, with a slow exponential decay of the score over time (a big story from yesterday is still more interesting than one from last month). In the future, I’d love to expl

Show HN: Chrome extension to save jobs from LinkedIn and Indeed to Sheets https://ift.tt/W0rxVip

Show HN: Chrome extension to save jobs from LinkedIn and Indeed to Sheets Hey HN - I built a Chrome extension that adds a button to LinkedIn, Indeed, and Lever to autosave the job's title, company, and link in a Google Sheet so you can organize all your job applications in one location. I used to open a bunch of tabs to apply for jobs that I never ended up applying to bc I was either lazy or it got too messy to keep track of. AKA I never went back to that tab again The job hunt is stressful enough / it's easy to get discouraged when Chrome loads 50 tabs for LinkedIn and Indeed postings that have expired when you finally get to it. I figured I'd try to build something to make the process simpler. The extension has really helped me navigate my own job search. (BTW it got approved by the Chrome store yesterday ). I wanted to share it with anyone looking for a simple and beneficial tool. What's great about this extension: - It's free forever - just trying to help people

Show HN: I built a tiny platform where you can say anything you want https://ift.tt/TxwU5hH

Show HN: I built a tiny platform where you can say anything you want https://boomers.dog July 14, 2022 at 11:31PM

Show HN: Stdg – Universal 2D Graphics https://ift.tt/kGFZv4j

Show HN: Stdg – Universal 2D Graphics https://ift.tt/dKmPgce July 13, 2022 at 11:51PM

Show HN: A benchmark for analytical databases (Snowflake, Druid, Redshift) https://ift.tt/GrFicXT

Show HN: A benchmark for analytical databases (Snowflake, Druid, Redshift) I created a web page to compare different analytical databases (both self-managed and services, open-source and proprietary) on a realistic dataset. It contains 20+ databases, each with installation and data loading scripts. And they can be compared to each other on a set of 43 queries, by data load time or by storage size. There are switches to select different types of databases for comparison - for example, only MySQL compatible or PostgreSQL compatible. If you play with the switches, many interesting details will be uncovered. Full description: https://ift.tt/rJB3FM1 https://ift.tt/TkynNS8 July 13, 2022 at 11:03PM

Show HN: A JWST/Hubble deepfield comparison on a zoomable/pannable map interface https://ift.tt/d2ty1XR

Show HN: A JWST/Hubble deepfield comparison on a zoomable/pannable map interface https://ift.tt/bN7SykD July 13, 2022 at 08:59PM

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

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

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

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

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

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 01:56PM

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

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/zodrlfG July 13, 2022 at 09:47AM

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

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

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

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

Midyear Check-In: SFMTA Milestones in 2022

Gambar
Midyear Check-In: SFMTA Milestones in 2022 By Erica Kato Despite the ups and downs of COVID-19 in 2022, the SFMTA has been highly productive so far this year, keeping everyone moving and supporting San Francisco’s recovery from the pandemic. We increased Muni service in February and April, completed the Van Ness Bus Rapid Transit corridor and have moved forward with our quick-build program that help us reap the benefits of safe street design faster than ever, among other accomplishments. As we head in to the second half of the year, we continue to think creatively and expedite processes and practices that have traditionally required long lead times. We’re proud to give an update on some of our projects with significant milestones happening before year’s end. There’s a lot to look forward to. Muni riders in the subway   Here's a snapshot of what we’re currently working on: Muni Service: July 9, 2022 : Muni service changes, including the restoration of the 2 Sutter (modifi

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

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

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

Show HN: Namecheap AI business name generator https://ift.tt/X21zVbI July 12, 2022 at 02:45AM

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

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/LJAcFsZ July 12, 2022 at 01:30AM

Show HN: Terminalyst – A job board without GUI https://ift.tt/fS4QI7W

Show HN: Terminalyst – A job board without GUI https://ift.tt/lukRUGp July 12, 2022 at 12:21AM

Show HN: Lldap, a Simplified LDAP Server https://ift.tt/yqD7tBZ

Show HN: Lldap, a Simplified LDAP Server Hi everyone! For the past year I've been working on a simple LDAP server for user management, targeted at self-hosted servers. The idea is that OpenLDAP is a pain to install, configure and manage, and on top of that you need a frontend if you want a web UI. LDAP instead provides a minimalistic LDAP server that supports the subset of LDAP needed for user management and authentication, with almost no configuration required, and a nice UI/API in front of it. We just released version 0.4 (and 0.3 actually) and it should now be stable enough to use it yourself! We've had some people using it for tests as well. https://ift.tt/J6UKvPm July 11, 2022 at 04:29PM

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

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

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

Show HN: CANDL, a Replacement for YAML https://ift.tt/PjLNxkD July 11, 2022 at 01:32PM

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

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/eFXjQKh https://ift.tt/Sy8xAgB July 11, 2022 at 05:27AM

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

Show HN: A USB-Rubber-Ducky Blocker (Clarified) https://ift.tt/PejJdBa July 11, 2022 at 02:56AM

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

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 possib

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

Show HN: Whatcha – the social network for digital media https://ift.tt/iAf0YDK July 11, 2022 at 01:57AM

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

Show HN: Lumigo – free tracing for AWS lambdas https://lumigo.io/ July 10, 2022 at 02:39AM

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

Show HN: Maze Generation Visualization https://ift.tt/2z9uJ8S July 9, 2022 at 03:04PM

Show HN: Copy React code from any site https://ift.tt/HgpUVz9

Show HN: Copy React code from any site https://ift.tt/RcW5gG9 July 10, 2022 at 01:06AM

Show HN: Piano Trainer – Learn piano scales, chords and more using MIDI https://ift.tt/cezAa8B

Show HN: Piano Trainer – Learn piano scales, chords and more using MIDI https://ift.tt/M9emyFf July 8, 2022 at 02:27PM

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

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 suggest

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

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

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

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

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

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/z7JO8DW July 9, 2022 at 03:58AM

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

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

SFMTA Receives $116 Million Award from CalSTA

Gambar
SFMTA Receives $116 Million Award from CalSTA By A Snapshot from our most recent round of service changes Back in June, we published a blog about the loss of Proposition A , the Muni Reliability and Street Safety Bond, and what it would mean for our infrastructure projects going forward. In the post, we reaffirmed our commitment to find alternative sources for these funds. We know that improving Muni and making streets safer remain priorities for our community—and we’re dedicated to making that a reality. We’ve also committed to being transparent about our financial situation and budget, and we have good news to share on that front. Last week, the California State Transportation Agency (CalSTA) awarded us $116 million for SFMTA Core Capacity projects as part of the fifth cycle of the Transit and Intercity Rail Capital Program (TIRCP) . This historic investment will be used to directly fund projects that will make Muni more reliable and dependable. Speeding up Muni and making i

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

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

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

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

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

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

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

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/DolPNv6 ) 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/SeN7xmk July 8, 2022 at 01:42AM

Show HN: See3ee.com – Find Cars like you find EC2’s https://ift.tt/koKQ6FT

Show HN: See3ee.com – Find Cars like you find EC2’s https://see3ee.com/ July 7, 2022 at 09:50PM

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

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

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

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

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

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/OMyc6tz July 7, 2022 at 04:00AM

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

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

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

Show HN: C3 – A C alternative that looks like C Compiler link: https://ift.tt/l38uYTW Docs: http://www.c3-lang.org This is my follow-up "Show HN" from roughly a year ago ( https://ift.tt/ouD6NIW ). 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/E4GkrNB - The parts in C3 which breaks C semantics or syntax: https://ift.tt/wgJKjtB - 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

Show HN: Guess That Product https://ift.tt/WXsbZCV

Show HN: Guess That Product https://ift.tt/7D2ePuW July 6, 2022 at 10:58PM

Show HN: Instant Search in NYC Restaurant Menus https://ift.tt/J5UOflX

Show HN: Instant Search in NYC Restaurant Menus A few years ago I wrote a crawler to fetch all NYC menus. I wanted to prove that many specific dishes can't be found in NYC restaurants. After more than two years that I had forgotten about the project I decided to clean it up, deal with the css, and put it online. The number of interesting dishes that can be found is actually quite surprising. The backend is written using nodejs without any framework (no db, just a bunch of in memory DS) and vanilla js/html/css for the frontend. https://ift.tt/sHolbvX July 6, 2022 at 10:10PM

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

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

Show HN: An unreasonably efficient Game of Life, in pure Python https://ift.tt/zSkiose July 6, 2022 at 12:45AM

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

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

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

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

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

Show HN: A USB-Rubber-Ducky Blocker (50 Codes) https://ift.tt/otZs8WM July 6, 2022 at 02:46AM

Show HN: I made Daspoll – Survey and Form Builder https://ift.tt/mzwkjZ1

Show HN: I made Daspoll – Survey and Form Builder Hi HN, I started building this around 6 months back. Having a full-time job makes it difficult to work on a side project. People say the hardest part is marketing but repetitive development is very boring. I will definitely choose a fun-ner side project than this if this fails. It's such a tiring journey as a solo developer/founder/marketer. The tech stack is Node.js and Angular. Daspoll is a survey builder for everyone. https://daspoll.com July 5, 2022 at 04:32PM

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

Show HN: A short dystopian game I build last weekend https://ift.tt/s8x4qpF July 5, 2022 at 02:43AM

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

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/UNVn5S6 July 4, 2022 at 06:4

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

Show HN: Trane, an automated system for learning complex skills Hi HN, I released Trane over the weekend: https://ift.tt/03zVkYg . 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/jFQXY5r and some music courses at https://ift.tt/NDnWZI6 . I would like to get some ideas i

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

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

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

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/oUNaR7j and let me know your feedback. Thank you July 4, 2022 at 02:43PM

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

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

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

Show HN: VS Code extenstion that connects documentation to code https://ift.tt/WKCdlhv July 4, 2022 at 02:54AM

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

Show HN: Bebo – run Clojure scripts on Deno Made this little thing: https://ift.tt/KGIPm9n 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/ChQJF6p - https://ift.tt/wetbqI9 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 08:39PM

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

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

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

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/45u6MOZ July 3, 2022 at 02:34PM

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

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

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

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/fbCdz9M 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 3, 2022 at 01:17AM

Show HN: BrainTool 0.9.9a – still seeking feedback from this group https://ift.tt/cLuUlq3

Show HN: BrainTool 0.9.9a – still seeking feedback from this group https://braintool.org/ July 2, 2022 at 04:35AM

Show HN: Redbean 2.0 in Docker https://ift.tt/nX8bGfx

Show HN: Redbean 2.0 in Docker https://ift.tt/QIhaoGi July 2, 2022 at 03:50AM

Show HN: We're making our geolocation mapping API public https://ift.tt/JixpOAK

Show HN: We're making our geolocation mapping API public https://ift.tt/8dbU7nu July 2, 2022 at 12:28AM

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

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

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

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

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

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