الاثنين، 31 أكتوبر 2022

Show HN: InterAlia – creatively search fashion by prompting AI model https://ift.tt/oBfpmrJ

Show HN: InterAlia – creatively search fashion by prompting AI model https://ift.tt/m8l1R2N November 1, 2022 at 03:46AM

Show HN: Stable Diffusion implementation in Rust/libtorch https://ift.tt/u46d1Rm

Show HN: Stable Diffusion implementation in Rust/libtorch This is an implementation of Stable Diffusion in Rust using libtorch bindings - including some nice samples of rusty robots! It follows the lines of Huggingface's (amazing) diffusers library. The main goal is to show how a complex model can be converted and re-used on the Rust side. https://ift.tt/RV7usKg November 1, 2022 at 12:32AM

Show HN: BlockchainDevs, a reverse job board for Blockchain developers https://ift.tt/KTDaHVY

Show HN: BlockchainDevs, a reverse job board for Blockchain developers https://ift.tt/31R95oT October 31, 2022 at 08:06PM

Show HN: Hueflake – endlessly customizable editor color schemes https://ift.tt/Aor0f26

Show HN: Hueflake – endlessly customizable editor color schemes https://ift.tt/QPMYVtf October 31, 2022 at 07:10PM

Show HN: Rust on AWS Lambda https://ift.tt/ir7RJyX

Show HN: Rust on AWS Lambda https://www.youtube.com/watch?v=Idys2BAmqIU October 31, 2022 at 04:32PM

Show HN: MetalliCSS: A JavaScript library that gives CSS a metallic lustre https://ift.tt/8FeZ1AR

Show HN: MetalliCSS: A JavaScript library that gives CSS a metallic lustre https://ift.tt/XcUkaTh October 31, 2022 at 11:25AM

الأحد، 30 أكتوبر 2022

Show HN: Waddle – Like Wordle, but Harder https://ift.tt/alBYXwn

Show HN: Waddle – Like Wordle, but Harder https://ift.tt/DCUWYP1 October 30, 2022 at 08:42PM

Show HN: Conzept encyclopedia https://ift.tt/48nDkmB

Show HN: Conzept encyclopedia Conzept is an attempt to create an encyclopedia for the 21st century. A free topic-exploration tool based on Wikipedia, Wikidata, the Open Library and more. The project is free software (GNU GPL v3). A big new release was made today: - https://ift.tt/OtTAUiZ - https://twitter.com/conzept__/status/1586689998702665730 https://ift.tt/WBhw1J6 October 30, 2022 at 04:22PM

Show HN: Shell Of A New Machine: Quickly configure new environments https://ift.tt/4Ca02dz

Show HN: Shell Of A New Machine: Quickly configure new environments https://ift.tt/b72nvLk October 30, 2022 at 06:41AM

Show HN: Hyper minimalist habit tracker for Chrome https://ift.tt/I2NoUgS

Show HN: Hyper minimalist habit tracker for Chrome I'm an undergrad at cal who's trying to get better at React and building apps. I'd love any feedback on the general UI and user experience, new to coding products! If you don't want to download it, but still want to give me feedback, app demo vid & pictures in official launch https://ift.tt/AUidT5t Please let me know your thoughts, critical or supportive! Looking to learn https://ift.tt/cYWiMs7 October 30, 2022 at 11:57AM

Show HN: Create Posts with Gradient Text https://ift.tt/otsaURk

Show HN: Create Posts with Gradient Text Who doesn't like gradients? With Purple Photo, we can create posts with zero designing skills. We have recently added support for the gradient text. Let us know what you think about it. https://ift.tt/XLBrZVf October 30, 2022 at 10:20AM

Show HN: I designed a ring binder to organize 1,700 resistors https://ift.tt/vSoN36B

Show HN: I designed a ring binder to organize 1,700 resistors https://ift.tt/1IGemr3 October 30, 2022 at 11:20AM

السبت، 29 أكتوبر 2022

Show HN: I made yet another Arduino clone https://ift.tt/PoxIH20

Show HN: I made yet another Arduino clone https://ift.tt/WUoKSq0 October 29, 2022 at 08:28PM

Show HN: I made a website with musical exercises for beginner musicians https://ift.tt/6JwHGgL

Show HN: I made a website with musical exercises for beginner musicians https://ift.tt/lDVqakA October 29, 2022 at 05:53PM

Show HN: An SSH Agent for hardware keys on Windows https://ift.tt/an1J5yo

Show HN: An SSH Agent for hardware keys on Windows An SSH Agent for Hardware backed keys on Windows. I wanted something like Secretive for Windows, so attempted to make one... https://ift.tt/f2kWLsg October 29, 2022 at 06:34PM

Show HN: Veecam virtual camera chrome extension https://ift.tt/IMV0na8

Show HN: Veecam virtual camera chrome extension Veecam is a proof-of-concept virtual camera chrome extension that lets you adjust your video appearance in a video conference call. It currently works with Google Meet. https://ift.tt/raivdpT October 29, 2022 at 02:01PM

Show HN: Google hijacking search from GitHub, Twitter, others https://ift.tt/TBqIeA3

Show HN: Google hijacking search from GitHub, Twitter, others I couldn't find any relevant info about this. Maybe I'm part of some new Chrome experiment, or just very bad at searching. Here's what it looks like: https://ift.tt/2cxWLzC I opened a new Chrome tab just now, typed GitHub in the address bar. Opened the top suggested repository I'm checking frequently, and then used the GitHub search input box. As GitHub search results loaded, on the right side of the Chrome address bar I noticed a new, and colorful G icon. Animating and distracting, the icon expanded into a pretty big inline notification saying "See more search results". After a few seconds it animated and minimized itself back to the G icon. Clicking the icon opens a right side panel with Google results of my GitHub query. I then tried to search for something via the Chrome address bar. Without clicking on any of the results, I used the address bar again to open Twitter's home page (typing twitter.com). The animated G icon showed up again - right there on Twitter's home page. Firefox installed. Rage, rage against the dying of the light. October 29, 2022 at 09:42AM

Show HN: Allurt – Privacy Keeper for Screen Sharing https://ift.tt/hWIa5KU

Show HN: Allurt – Privacy Keeper for Screen Sharing https://ift.tt/oilXNgf October 29, 2022 at 12:12PM

الجمعة، 28 أكتوبر 2022

Show HN: Checksum.sh verify every install script https://ift.tt/TWH9gVM

Show HN: Checksum.sh verify every install script The pattern of downloading and executing installation scripts without verifying them has bothered me for a while. I started messing around with a way to verify the checksum of scripts before I execute them. I've found it a really useful tool for installing things like Rust or Deno. It's written entirely as a shell script, and it's easy to read and understand what's happening. I hope it may be useful to someone else! https://checksum.sh/ October 28, 2022 at 10:38PM

Show HN: A Data Stack for Web3 https://ift.tt/KW0hf42

Show HN: A Data Stack for Web3 Hey - We're building https://luabase.com/ . tl;dr - Luabase is a data stack for web3 teams. We make it easy to query any blockchain with SQL, analyze it in notebooks, and embed the data in your app with our API. You can answer questions like: how many people that used Uniswap also have an ENS / .eth address? I know a lot of people here hate crypto. I get it. There's a lot of bullshit and scams in crypto. I'm personally drawn to it because a lot of financial applications suck and crypto provides a set of open source tools to build better ones. Anyway, if you're into web3, check it out and let me know if I can answer any questions. I'll be around. https://luabase.com/ October 28, 2022 at 10:01PM

Show HN: Proxy-web-storage, a more convenient way to use storage through proxy https://ift.tt/YKsnuzV

Show HN: Proxy-web-storage, a more convenient way to use storage through proxy Keep the type of storage value unchanged and change array and object directly. Supports listening to the changes and setting expires. https://ift.tt/Vi2jHMs October 28, 2022 at 08:26PM

Show HN: Gun.io funding 3 months of dev resources from their platform https://ift.tt/rJMaPh9

Show HN: Gun.io funding 3 months of dev resources from their platform Gun.io is running a pitch competition, judged by the community, for 3 months of dev resources. https://gun.io/pitch/ October 28, 2022 at 05:36PM

Show HN: A self-hosted Twitter- and Reddit-like site written in Rust https://ift.tt/53RNrMl

Show HN: A self-hosted Twitter- and Reddit-like site written in Rust https://ift.tt/5U6TSqV October 28, 2022 at 07:46AM

Show HN: Dvi-decode for LuaTeX. Render LaTeX documents directly in the browser https://ift.tt/HPmWKn5

Show HN: Dvi-decode for LuaTeX. Render LaTeX documents directly in the browser https://ift.tt/l7dj8zH October 28, 2022 at 11:23AM

الخميس، 27 أكتوبر 2022

Show HN: Free weekly email of 20 vetted software engineers that you can hire https://ift.tt/SqCwbOn

Show HN: Free weekly email of 20 vetted software engineers that you can hire https://ift.tt/aQosSRM October 28, 2022 at 02:27AM

Show HN: Running WordPress with WebAssembly using mod_WASM and Apache https://ift.tt/tJ1yBME

Show HN: Running WordPress with WebAssembly using mod_WASM and Apache https://ift.tt/ZxbgRLo October 27, 2022 at 06:24PM

Show HN: Logto – We just launched our brand-new website https://ift.tt/tS93Yr1

Show HN: Logto – We just launched our brand-new website Folks, we have just gone live with our brand-new website! The design of our official website has been brought up to date, and experience has been improved. Our official site now boasts a modernized design and enhanced functionality. https://logto.io/ Feel free to let us know your thoughts. Cheers! October 27, 2022 at 04:16PM

Show HN: I 3D scanned the interior of the Great Pyramid at Giza (Khufu) https://ift.tt/une1a2m

Show HN: I 3D scanned the interior of the Great Pyramid at Giza (Khufu) Hey HN, I 3d scanned the interior of the Great Pyramid / Khufu's pyramid for the Giza Project this summer and just finished the guided version to share. Would love feedback and/or problems you encounter. I used both a Leica BLK 360 and Matterport Pro 2 to do the scanning and the Matterport SDK for the web viewer. Matterport's web display with Three.js has been the most accessible to a wide audience in the past (previous iterations are in Unity and Unreal, but difficult to download over slower connections). I've been interviewing social studies teachers around the 6th grade level to create teaching materials as well, and these along with other monuments that I've scanned at Giza are up at https://giza.mused.org/ Cheers from Cairo--and thanks for any feedback. https://ift.tt/aOy8nxL October 27, 2022 at 05:31PM

Show HN: Phraisely.com – look up words by their description https://ift.tt/tJr6fjq

Show HN: Phraisely.com – look up words by their description I did not get much feedback last time I shared [ https://ift.tt/mAd3xZt ] I built phraisely as an AI assistant to look up words by their descriptions. Since my last posts, I've added: - free trial with *no signup* required - improved quality of the model and results. - improved usability. Example usage: if you query for "being home at night watching Netflix on the couch", results can contain "relaxing" and "unwinding" but also "binge-watching" since I mentioned Netflix. Bonus points when I get some slang in the results (e.g. couch-potatoing). Remember: (i) the more detailed your query is, the better and (ii) phraisely is creative so try to run a query multiple times. I'm planning to keep working improving the model and the results. Comments and suggestions are welcome. Thank you. https://phraisely.com/ October 27, 2022 at 03:55PM

Show HN: CloudOps Automation Project https://ift.tt/PX1gB0w

Show HN: CloudOps Automation Project https://ift.tt/poQnAlE October 27, 2022 at 03:54PM

الأربعاء، 26 أكتوبر 2022

Show HN: Interactive symbols from your decompiler to your debugger https://ift.tt/bHcf1yn

Show HN: Interactive symbols from your decompiler to your debugger It works on Ghidra, Binja, IDA, and angr-dec. Currently, gdb is the only debugger supported -- best with GEF. https://ift.tt/8YvMmTX October 27, 2022 at 03:40AM

Show HN: The Typing of the RegEX https://ift.tt/7MXdxje

Show HN: The Typing of the RegEX I'm sorry/not sorry for creating this. https://ift.tt/XVgcOIR October 26, 2022 at 05:03PM

Show HN: Keyboard Jobs – A job board which truly understands software developers https://ift.tt/qnvpGEM

Show HN: Keyboard Jobs – A job board which truly understands software developers Hi HN, When my daughter got born this year I decided to take 6 months off to be at home with my new daughter and spend the first few months together with her and my wife to be hands on in those first few crucial months. Throughout that time I always kept an eye on the job market so I could stay in the loop and better gauge what my prospects would be to go back into work later, not least because of the economic turmoil. However, I got immensely frustrated with existing job boards advertising software developer jobs. I didn't feel like they included a lot of information which engineers actually care about or even basic things like a salary range. Additionally I observed discussions on HN how increasingly more software engineers say they wouldn't want to work for a company anymore if they use technology X or Y. With that in mind I created Keyboard Jobs and launched it a few weeks ago. So far I've been mostly talking friends at former companies I've worked with or sent cold emails with 100% discounted voucher codes to get the first jobs listed. It's been moderately successful but I am ready to gather more feedback on what hackers would love to see from a job board made for them! https://ift.tt/W1xgs5z October 26, 2022 at 10:45AM

الثلاثاء، 25 أكتوبر 2022

Show HN: Xreviews: manage App Store reviews https://ift.tt/m1okiHB

Show HN: Xreviews: manage App Store reviews Xreviews is a native Mac app that allows you to view and manage reviews for your Apple App Store apps. Just sign in with your App Store Connect API keys, and we'll import customer reviews for all of your apps. You can search, sort, and filter reviews by keyword, date, rating, and more. Xreviews also lets you respond to App Store reviews directly from the app. You can even filter out reviews that you already responded to. For our power users, Xreviews supports multiple App Store accounts. Have too many apps? You can hide apps for which you don't need to see reviews. And once the initial import completes, you can view all customer reviews offline. https://xreviews.app October 26, 2022 at 06:18AM

Show HN: Comment on live websites just like you comment on Google Docs/Figma https://ift.tt/CPLR5bl

Show HN: Comment on live websites just like you comment on Google Docs/Figma I'd love your feedback on this new JS plugin we launched. With this, you can comment on live websites just like you comment on Google Docs or Figma. You can use is to get Copy or UI feedback right on the website you are building. Feedback can be provided in rich formats like audio and video. You can get started by installing a JS tag in the footer of the website. You can then turn the review mode on or off on demand by adding “?review=true” to the URL. Demo video (43s): https://www.youtube.com/watch?v=cdnfBEw8TfI Demo video: https://www.youtube.com/watch?v=h6vxzXJuh8o https://ift.tt/rFlBn8Y October 26, 2022 at 12:18AM

Show HN: LPM (Lua Package Manager) – The Commands Are Like NPM https://ift.tt/M0LiIWN

Show HN: LPM (Lua Package Manager) – The Commands Are Like NPM https://ift.tt/2mkK0RZ October 26, 2022 at 01:22AM

Show HN: Encrypt and hide files inside images https://ift.tt/ZlnBxpP

Show HN: Encrypt and hide files inside images https://ift.tt/eyEgkS9 October 26, 2022 at 02:21AM

Show HN: Klipit.in – Online clipboard, quickly share data across devices https://ift.tt/uOfzS1Y

Show HN: Klipit.in – Online clipboard, quickly share data across devices Hello, wanted to share about my new project called Klipit. How do you quickly share data between devices? Here's what most people do – - Send it to someone on WhatsApp or other messaging service. - Email it to themselves. - Use a note taking application like Google Keep, Apple Notes or OneNote (my preferred way until now). All of these require you to already have those services logged into on both the devices. Logging into any service on a new device these days is a tedious process involving 2-factor authentication. What if there was a quick way to share data between devices? One that did not require any logins or installing any apps? Starting with this thought, I built Klipit.in. An online clipboard to share data quickly between devices. You get an instant online clipboard with a unique link. No need to create any account. You can paste any data to this clipboard and simply open the link on another device. Nothing to install, no logins required. Quick and easy. There is also a QR code which you can scan to open the clipboard in browser. Some features that I may add depending on how it takes off - - Password protection - Real time refresh - Sharing files - Klipit account with multiple clipboards - Custom clipboard URL Play with it and let me know what you think. https://ift.tt/BlECMYQ October 25, 2022 at 04:53PM

Show HN: WPLytic – Self-hosted WordPress analytics plugin https://ift.tt/D1qNn7j

Show HN: WPLytic – Self-hosted WordPress analytics plugin https://wplytic.com October 25, 2022 at 07:18PM

Show HN: Bookmarks.email – Daily digest of Twitter bookmarks https://ift.tt/UBfGpR0

Show HN: Bookmarks.email – Daily digest of Twitter bookmarks https://bookmarks.email October 25, 2022 at 06:44PM

Show HN: Travelermap.net – Worldwide interactive map with National Parks https://ift.tt/yX4jr6p

Show HN: Travelermap.net – Worldwide interactive map with National Parks https://ift.tt/xAZJXci October 25, 2022 at 04:27PM

Show HN: Porting PHP to WebAssembly Using WASI https://ift.tt/hMZNixO

Show HN: Porting PHP to WebAssembly Using WASI https://ift.tt/Oe8CS3i October 25, 2022 at 03:53PM

Show HN: I made an app for developers to manage their deeplinks https://ift.tt/hMUG3Zr

Show HN: I made an app for developers to manage their deeplinks Hello everyone! As a developer, I use deeplinks a lot to test my app. Before I build Deeplink Buddy, here's my workflow whenever I want to run a deeplink on a simulator: 1. Save all deeplinks in a note 2. Manually find and edit the param of the deeplink I want to run 3. Copy the deeplink and paste it to the terminal or the Calendar in the simulator 4. Run the deeplink Now with Deeplink Buddy, everything will be super simple and easy: - All your deeplinks are stored in one app and synced with iCloud, so you never lose them - A clean and intuitive interface that helps you quickly find the param and update it - Easily select the simulator you want to run the deeplink. You can also run the deeplink on your mac to test your mac app. - Run your deeplink with just one click If you have any feedback/questions/suggestions, please let me know below! https://ift.tt/XMJDqYC October 25, 2022 at 09:40AM

الاثنين، 24 أكتوبر 2022

Show HN: Shorter Shower – Save water and time https://ift.tt/sO4naeI

Show HN: Shorter Shower – Save water and time TL;DR; This free mobile application helps you take a shorter shower by keeping you focused. This is done with routines comprised of activities (shampoo hair, wash body, etc). When the routine is started, the app will tell you which activity you should be doing. Download the application and let me know what you think. Always looking for feedback. Thanks!! Please up vote on Product Hunt: https://ift.tt/kUYcpCt Longer version: My brothers and I took after my father in a lot of ways. One of the biggest was taking very long showers. When I moved to California, it was frowned upon to take a long shower due to it wasting water. I tried to take shorter showers but I kept zoning out. All of a sudden, 5-10 mins went by and I hadn't done anything yet. To solve this I tried setting timers, counting to myself, and a number of other ways. I realized the only way that I could consistently take a shorter shower is if something told me what I was supposed to be doing. That is when I created shorter shower. The app allows you to create activities (shampoo hair, wash body, etc) with an expected duration. You can combine the activities into multiple timers/routines. When you start the timer, it will change the volume of your phone to a predefined value so you can hear it over the shower noise. It will then audibly tell you what you should be doing when. It will stop the timer automatically when you are on the last activity and you turn off the shower. When the timer is done, the phone volume will be reset to its previous value. This app helped me go from 12 min showers to 5 min showers very quickly. A few notes about data. Activity and timer data is stored on the phone. I send water usage metrics to a server but do not include user information. This is mainly to answer the question, how much water are people saving / using each day. I also use GA to track user interactions. https://ift.tt/Dlc4hzG October 25, 2022 at 01:27AM

Show HN: Podcastsaver.com – a search engine testbench dressed as a podcast site https://ift.tt/KYaJp6g

Show HN: Podcastsaver.com – a search engine testbench dressed as a podcast site Hey HN, I submitted PodcastSaver (https://ift.tt/IL7zbBt) before but the reason it's interesting now is that I've started converting it into a live search engine test-bench. I've discussed it a bit here[0], and this idea has been kicking around in my head for a while so I got a chance to do some related writing about it with Supabase[1]. The basic idea is to use a modest piece of the podcast index[2] as a place to test out different new age search engines against each other. So far there are two engines running: - Postgres FTS + pg_trgm (tuned -- indices are there, I did some EXPLAINing earlier today to tighten things up, but still all built-in tech) - Meilisearch (untuned -- just stand it up, give it resources and put in documents) To that effect, I've added a "nerds" page you should peruse: https://ift.tt/0pVLZ9m On that page you can: - choose your search engine - choose whether to force disable the cache (obviously... you'd want that, for the results to mean anything, but for regular people surfing the cache is on!) As far as actually getting the podcast search really good, there is a ton of curation left to do so it's a subpar consumer product still, but it's interesting from at least this angle! Going to add more search engines later but who knows when (this project was supposed to be short!). I can't add every engine on the huge list of new-age search engines[3], but I can say that I will get to highlighting all of them in Awesome F/OSS[4]... Eventually. [0]: https://ift.tt/7fVQxsK [1]: https://ift.tt/swE2CcG [2]: https://ift.tt/foet2sJ [3]: https://ift.tt/Mmjd5El [4]: https://awsmfoss.com October 24, 2022 at 11:26PM

Show HN: Export Google Docs to WordPress in 1 Click. Including Images https://ift.tt/Deh0Z1i

Show HN: Export Google Docs to WordPress in 1 Click. Including Images https://docswrite.com October 24, 2022 at 10:47PM

Show HN: Topaz: open-source authorization combining the best of OPA and Zanzibar https://ift.tt/fSpU2X3

Show HN: Topaz: open-source authorization combining the best of OPA and Zanzibar https://ift.tt/NFnafXb October 24, 2022 at 07:01PM

Show HN: Helm-dashboard: the missing UI for Helm https://ift.tt/rkfwgPz

Show HN: Helm-dashboard: the missing UI for Helm https://ift.tt/ZlrHuPx October 24, 2022 at 06:02PM

Show HN: mirrord – run your local code in the context of your cloud environment https://ift.tt/ULmStxW

Show HN: mirrord – run your local code in the context of your cloud environment Hey everyone, I’m Eyal, co-founder and CTO of MetalBear, the company behind mirrord. We’ve recently released version 3.0 of mirrord - it’s the first version of the product that we believe can provide daily value for backend developers. mirrord is a free, open-source (MIT) product that cuts your development loops by making it easier and faster for your local code to “meet” your cloud environment. mirrord lets you “plug” your local process into your Kubernetes cluster. When you run your process with mirrord, it completely wraps your process in the context of the corresponding service on your cluster - it essentially proxies all of your process’ input/output to the remote pod, from network traffic to file access to environment variables, so that you can keep running your process from the familiar comfort of your local environment, but with input, configuration, and state from the cloud. While mirrord can be used in a lot of ways, our ideal use case is for it to be used for concurrent work on a shared, mature development or staging environment. Instead of maintaining multiple environments, each with its own state, maintenance, and cloud costs, organizations can now leverage a single well-maintained production-like environment for use by multiple developers or teams. mirrord is written in Rust, and the technology behind it is quite interesting (and we actually wrote some blog posts about it, see in our company blog [1]): - mirrord injects itself into the executed process, hooking most of the libc APIs, then decides what to run locally and what to run remotely - This lets us run only a specific process in the context of the remote environment, unlike similar solutions which use VPN or edit system files - In order to hook functions, it uses the fantastic Frida framework As for our business model, we plan to launch a managed service to complement the open-source offering of mirrord. The service is intended to help you manage the use of the product in a team/enterprise context. We would love your feedback, and would appreciate your support by: - Trying out mirrord [2]! - Joining our Backend Engineers Discord community [3] - Telling your friends - Contributing to our codebase or opening issues [4] Let me know what you think! [1] https://ift.tt/WQMP4gS [2] https://ift.tt/ZmHVgts [3] https://ift.tt/z8a3LT7 [4] https://ift.tt/5Rd423K https://mirrord.dev October 24, 2022 at 04:58PM

Show HN: Password Cracking Course https://ift.tt/cUBauwR

Show HN: Password Cracking Course https://ift.tt/DW2xXtZ October 24, 2022 at 05:18PM

Show HN: Share and Discover Side Projects https://ift.tt/19dmypD

Show HN: Share and Discover Side Projects https://ift.tt/51BX0l4 October 24, 2022 at 12:34PM

Show HN: A shell in every text input on your system https://ift.tt/qaLhIc9

Show HN: A shell in every text input on your system https://ift.tt/1pb5ILK October 24, 2022 at 10:39AM

الأحد، 23 أكتوبر 2022

Show HN: Unix shell script tactics – a style guide https://ift.tt/OKEY9Wj

Show HN: Unix shell script tactics – a style guide https://ift.tt/EFgurhz October 24, 2022 at 05:48AM

Show HN: TPMouse - A Virtual Trackball for Windows, controlled from the homerow https://ift.tt/Bi0qjPe

Show HN: TPMouse - A Virtual Trackball for Windows, controlled from the homerow Hello all, I apologize for the repost as the previous submission was made from an unfortunate timezone. I've been refining my app to the point that it's pretty much become an indispensable daily driver in my own workflow. Hoping to hear some critiques/feedbacks on its usability! https://ift.tt/3g1XCY0 October 24, 2022 at 01:24AM

السبت، 22 أكتوبر 2022

Show HN: Wedding thank you notes auto-drafted with Dust and GPT3 https://ift.tt/Zg70xnP

Show HN: Wedding thank you notes auto-drafted with Dust and GPT3 https://ift.tt/TiLFXeu October 22, 2022 at 09:53PM

Show HN: Decentralized Autonomous Lawn Mower https://ift.tt/8YzsUSw

Show HN: Decentralized Autonomous Lawn Mower https://ift.tt/xqrPA4g October 23, 2022 at 04:10AM

Show HN: JP-Hash https://ift.tt/3zvIZab

Show HN: JP-Hash https://ift.tt/08pJKOz October 23, 2022 at 04:34AM

Show HN: Open-source Wikipedia Q&A bot using GPT-3 https://news.ycombinator.com/item?id=33302147

Show HN: Open-source Wikipedia Q&A bot using GPT-3 https://twitter.com/shubroski/status/1583921006636589057 October 23, 2022 at 12:54AM

Show HN: Stable Diffusion, but Fast and with No Filters https://ift.tt/CWGVNDc

Show HN: Stable Diffusion, but Fast and with No Filters https://ift.tt/FvtSIAL October 22, 2022 at 10:44PM

Show HN: Self-funded ad campaign against DRM about to break 1k likes https://ift.tt/YPoSa5z

Show HN: Self-funded ad campaign against DRM about to break 1k likes https://twitter.com/breckyunits/status/1577152243014377473 October 22, 2022 at 09:17PM

Show HN: PipeScore – Free Bagpipe Notation https://ift.tt/nSgN4Yr

Show HN: PipeScore – Free Bagpipe Notation https://ift.tt/MtfjDTe October 22, 2022 at 06:13PM

Show HN: First open source data discovery and observability platform https://ift.tt/csWL5Cm

Show HN: First open source data discovery and observability platform https://ift.tt/iM84HuA October 22, 2022 at 04:14PM

Show HN: Ask our algorithm and real financial expert anything about your money https://ift.tt/bwIjMK6

Show HN: Ask our algorithm and real financial expert anything about your money It’s pretty simple: ask us absolutely anything about your finances (it’s okay to be really specific to your situation!) and our algorithm backed by a Certified Financial Planner will give you a hyper-personalized spot-on answer, for free. Go ahead and stump us! Let’s really kick the tires on this thing :) Up until now, we've been doing comprehensive financial advising for free. Our most popular feature is the ability to just ask us anything so we figured why not make that feature available for everyone? Also for free :) Some more context: Uprise’s mission is to make wealth management/financial optimization as accessible as possible (ie, free) and we think the key is to have an amazing algorithm and database of financial rules/products but backed by a real financial expert to make sure the recommendations are good and to refine the algorithm. If you love it please feel free to share with anyone you know that could use some advice on their finances! We’re happy to help as many people as we can. Some example questions people have had: - What should I change about my finances once my student loans are forgiven? - How do I adjust my finances to deal with inflation or recession? - Which credit card should I open next? - I work at Tesla - can you look at my benefits and make sure I’m taking full advantage? Feel free to send feedback/questions here! chris@uprise.us Thanks for looking at this! https://ift.tt/ACNy1qJ October 21, 2022 at 09:56PM

Show HN: Online parser for arbitrary CRDs with sample YAML https://ift.tt/6RvlPMm

Show HN: Online parser for arbitrary CRDs with sample YAML Hello peeps. I’ve wrote a tool to nicely display crds. I know of docs.crds how is this different? You can paste in the crd and it will generate a sample yaml to boot and you don’t need to point it at a repository. Also it has a cli version. Here is the repo https://ift.tt/3l0uvfS . I hope someone finds this useful. Any feedback is always appreciated. :) Thanks. https://ift.tt/dtH3k8x October 22, 2022 at 10:58AM

الجمعة، 21 أكتوبر 2022

Show HN: C Injection Compiler – Program your text files in C https://ift.tt/210COgW

Show HN: C Injection Compiler – Program your text files in C It's very early in development but it has just reached a working state so I'm actually using it now to generate content for my website. The idea is that it should be useful both for generating static files and for generating responses live in a server, which it should be able to do very fast since it all compiles to C code and one memory mapped file. https://ift.tt/TcusiYv October 22, 2022 at 12:00AM

Show HN: Stlite sharing – Write and share Streamlit apps online serverlessly https://ift.tt/IHGu1Av

Show HN: Stlite sharing – Write and share Streamlit apps online serverlessly Streamlit, a Python web app framework, can run on web browsers with WebAssembly, and you can write and share its apps with this online platform. Get the Python productivity, online shareability, and data privacy safety in your data apps. https://ift.tt/Vkct7dR October 21, 2022 at 07:52PM

Show HN: Restfox – Open source lightweight alternative to Postman https://ift.tt/zhi648e

Show HN: Restfox – Open source lightweight alternative to Postman Last time I posted this it didn't garner much interest. There have been lots of improvements and fixes since the last release. Quick list of features: - Workspaces - Tabs - Nested Folders - Lots of context menus - Response history - Plugins - Runs fully in the browser and runs offline if necessary - Chrome and Firefox extension to bypass CORS restrictions - Desktop builds for all platforms - GraphQL support - Import collections exported from Postman and Insomnia - Simple user friendly interface I built this because I love Insomnia but wanted a portable version that I could run in the browser. If you're tired of Postman's bloated interface and slow startup times, do give this a try. https://restfox.dev October 21, 2022 at 04:06PM

Show HN: Userscript to get rid of the YouTube Shorts player https://ift.tt/vSLa8RV

Show HN: Userscript to get rid of the YouTube Shorts player I'm pretty frustrated by the shorts player for YouTube so I made this userscript which simply redirects to the default player that has a scrub-bar, does not loop automatically and does not overlay the video with UI. This at least fixes my biggest frustration with this new video format. https://ift.tt/qnlYD3w October 21, 2022 at 02:43PM

الخميس، 20 أكتوبر 2022

Show HN: NanoMODBUS – A compact MODBUS RTU/TCP C library for microcontrollers https://ift.tt/Kt8haEk

Show HN: NanoMODBUS – A compact MODBUS RTU/TCP C library for microcontrollers Hi HN, this a tiny C library I made because, to my astonishment, in 2022 I couldn't find an (almost) complete and free implementation of MODBUS to be used in a generic microcontroller environment. Enjoy https://ift.tt/NM0iGUg October 20, 2022 at 03:04PM

Show HN: We just sold our company and filmed everything from day one https://ift.tt/WT1lgfn

Show HN: We just sold our company and filmed everything from day one https://www.youtube.com/watch?v=akqcQezTZPA October 20, 2022 at 09:04PM

Show HN: Create a Shiny R server with one line of code using Shinify https://ift.tt/yNZLAIO

Show HN: Create a Shiny R server with one line of code using Shinify No more coding needed, just add one line to your script in which you call our magic Shinify function. Shinify then automatically creates a shiny server and visual interface for you to interact with your machine learning or statistical model. https://ift.tt/eJfmWXt October 20, 2022 at 08:51PM

Show HN: Transform Your City https://ift.tt/Ezk6L0I

Show HN: Transform Your City Hey HN, As noted in a previous comment posted on the "Paris Will Become ‘100% Cyclable’" thread [0], I've been contributing to a project (as a volunteer backend developer) to try to accelerate urban change around pedestrian/cyclable/car-free streets. It's "change.org for urban transformation". It started with a Twitter account posting Dall-E-ified versions of streets [1] which picked up steam in the press [2]. And now, we're live with our own site! Happy to answers questions, and other folks from the project might chime in as well. [0] https://ift.tt/I9Bi6db [1] https://twitter.com/betterstreetsai [2] https://ift.tt/tBhHmRe... https://ift.tt/pOdq4sW October 20, 2022 at 08:04PM

Show HN: Record voice memo, receive transcription in email https://ift.tt/PhSOxpG

Show HN: Record voice memo, receive transcription in email https://ift.tt/JqCkEA1 October 20, 2022 at 05:49PM

Show HN: Send Number to Phone Website https://ift.tt/tjUeDnR

Show HN: Send Number to Phone Website https://ift.tt/YmvuU9o October 20, 2022 at 05:52PM

الأربعاء، 19 أكتوبر 2022

Show HN: SoundSeeker – Organize Your Musical Ideas https://ift.tt/p9TvtJj

Show HN: SoundSeeker – Organize Your Musical Ideas Hi HN, I've been programming for about three years, and this is my first full-stack web app. It's a tool for organizing musical ideas. Building and deploying it has been a great learning experience, and in that spirit I'd be grateful for any thoughts or suggestions if you care to take a look. Thank you! source: https://bit.ly/3giqrBU Why: Composing music is different for everyone, yet some practices are employed by many musicians. One such practice is to record a musical idea on a phone, capturing the idea at its freshest, and for many, clearest. This often leads to a lengthy catalogue of chronologically organized recordings that can be difficult to parse when sitting down to flesh out a piece of music – what matters most is the content of the idea, more so than when it was conceived. The purpose of SoundSeeker is to allow you to organize musical ideas based on their content instead of when they came to be, and to serve as an educational personal project in my growth as a software engineer. What: A graph-based organizational tool for scratch audio recordings Planned features: in-app audio recording, in-app audio trimming, custom labeling outside of the main tiered organizational system. https://ift.tt/tNg5xwD October 20, 2022 at 04:15AM

Show HN: Lance – Deep Learning with DuckDB and Arrow https://ift.tt/8Qbd4sr

Show HN: Lance – Deep Learning with DuckDB and Arrow https://ift.tt/LGMaZNU October 20, 2022 at 12:02AM

Show HN: Stable Diffusion Image-to-Prompt Tool https://ift.tt/ng5Q09P

Show HN: Stable Diffusion Image-to-Prompt Tool Given an image, we can search the latent space to produce likely keywords that you can add to your prompt to recreate the target image https://ift.tt/YKvZVOs October 19, 2022 at 11:44PM

Show HN: Lvlup – Habits and Journal https://ift.tt/fXl2hEi

Show HN: Lvlup – Habits and Journal Hi, I am excited to share something i've been working on for a while with you! lvlup is a fun and efficient habit trainer which uses innovative science-based methods and gamification to systematically help you build life-changing habits and get you closer to your goals. It follows a gradual habit-building process accompanied by self-reflection tools and personalized habit-specific reminders to keep you motivated along the way. Main concepts: - Start with a habit so easy you can’t say ‘no’ to it and then slowly build up. Along the way, your willpower and motivation will increase, making it easier to stick to your habit for good. - If you are struggling with a habit, split it into smaller sessions to make it easier to accomplish and maintain momentum. - Journal and reflect on your past progress and mood to keep yourself motivated and figure out why you are crushing some habits, and struggling with others. - Complete your habits consistently and unlock new achievements, titles, avatars and more fun rewards. I am looking forward to getting your feedback on lvlup! Thanks, Erol https://lvlup.app October 19, 2022 at 01:21PM

Show HN: I made a simple platform to find founders and buy side-projects https://ift.tt/vcd4IlG

Show HN: I made a simple platform to find founders and buy side-projects Hi Guys, I got overwhelming support and feedback from my last post about secondfounder.com but still, I felt the need of connecting founders together so that they can together buy a side project. It's very often when a non-technical founder buys a project they have to find a technical founder to take that project further. Today I have implemented this feature in secondfounder.com Link: https://ift.tt/8YJFsAV Your feedback is always welcome. Thanks October 19, 2022 at 03:10PM

Show HN: I created a board game with Stable Diffusion https://ift.tt/JlqkPNy

Show HN: I created a board game with Stable Diffusion Last week I proposed to my girlfriend with a board game I created with stable diffusion, lexica.art and DALLE. I wrote about the process, hope you'll find in interesting. https://ift.tt/PiqI1EL October 19, 2022 at 09:03AM

الثلاثاء، 18 أكتوبر 2022

Show HN: I built a product to block vulnerable NPM packages https://ift.tt/bVtH1Ro

Show HN: I built a product to block vulnerable NPM packages https://ift.tt/uWqL8Jt October 19, 2022 at 03:01AM

Show HN: HacKit, a macOS app for reading Hacker News stories and polls https://ift.tt/0jS3Qae

Show HN: HacKit, a macOS app for reading Hacker News stories and polls I wrote a macOS app for reading Hacker News stories and polls and recently released version 3.0 with new features. It is written in Swift and uses AppKit framework. It is a Mac-first app which is built for the macOS design language. It looks and feels and works like a proper macOS app made with love and care. It is not a port of an iOS nor an iPadOS app nor anything else. I am quite proud of it and I hope you can appreciate it too. So, I recently updated it to version 3.0 with new features such as tracking stories by marking it as (un)read, (un)favourite and (un)hidden. There is also folder management to organise stories and smart folders that track stories by certain attributes. It also supports the Touch Bar with customisations. I would love it, if you could try it out and let me know what you think of it! I welcome feedback and please do let me know if there are any bugs or crashes. I did all the testing myself to the best of my ability. Oh and about the in-app purchases, it is just the tip jar and it is completely optional. The app and all its features are absolutely free to use. If you like HacKit, please kindly leave feedback on the App Store. It really helps, no really! Have a good week! https://ift.tt/859kSWa October 19, 2022 at 02:25AM

Show HN: Texterous.com https://ift.tt/Diuq6XT

Show HN: Texterous.com Write with the Help of Artificial Intelligence https://ift.tt/CLiBWSV October 19, 2022 at 01:38AM

Show HN: Discmaster - Browse ISOs from Archive.org directly in browser https://ift.tt/9trXvd7

Show HN: Discmaster - Browse ISOs from Archive.org directly in browser https://ift.tt/JLMPsOw October 18, 2022 at 05:45PM

Show HN: Linen – Open-source Slack for communities https://ift.tt/eZWM0xY

Show HN: Linen – Open-source Slack for communities Hi HN, My name is Kam. I'm the founder of Linen.dev. Linen communities is a Slack/Discord alternative that is Google-searchable and customer-support friendly. Today we are open-sourcing Linen and launching Linen communities. You can now create a community on Linen.dev without syncing it from Slack and Discord! I initially launched Linen as a tool to sync Slack and Discord conversations to a search engine-friendly website. As I talked to more community managers, I quickly realized that Slack and Discord communities don't scale well and that there needs to be a better tool, especially for open-source knowledge-based communities. Traditionally these communities have lived on forums that solved many of these problems. However, from talking to communities, I found most of them preferred chat because it feels more friendly and modern. We want to bring back a bunch of the advantages of forums while maintaining the look and feel of a chat-based community. Slack and Discord are closed apps that are not indexable by the internet, so a lot of content gets lost. Traditional chat apps are not search engine friendly because most search engines have difficulty crawling JS-heavy sites. We built Linen to be search engine friendly, and our communities have over 30,000 pages/threads indexed by google. Our communities that have synced their Slack and Discord conversations under their domain have additional 40,000 pages indexed. We accomplish this by conditionally server rendering pages based on whether or not the browser client is a crawler bot. This way, we can bring dynamic features and a real-time feel to Linen and support search engines. Most communities become a support channel, and managing this many conversations is not what these tools are designed for. I've seen community admins hack together their own syncs and internal devices to work to stay on top of the conversations. This is why we created a feed view, a single view for all the threads in all the channels you care about. We added an open and closed state to every thread so you can track them similarly to GitHub issues or a ticketing system. This way, you and your team won't miss messages and let them drop. We also allow you to filter conversations you are @mentioned as a way of assigning tickets. I think this is a good starting point, but there is a lot more we can improve on. How chat is designed today is inherently interrupt-driven and disrupts your team's flow state. Most of the time, when I am @mentioning a team member, I actually don't need them to respond immediately. But I do want to make sure that they do eventually see it. This is why we want to redesign how the notification system works. We are repurposing @mentions to show up in your feed and your conversation sections and adding a !mention. A @mention will appear in your feed but doesn't send any push notifications, whereas a !mention will send a notification for when things need a real-time synchronous conversation. This lets you separate casual conversations from urgent conversations. When everything is urgent, nothing is. (credit: Incredibles) This, along with the feed, you can get a very forum-like experience to browse the conversations. Linen is free with unlimited history for public communities under https://ift.tt/8D2wdJL domain. We monetize by offering a paid version based on communities that want to host Linen under their subdomain and get the SEO benefits without managing their own self-hosted instance. We are a small team of 3, and this is the first iteration, so we apologize for any missing features or bugs. There are many things we want to improve in terms of UX. In the near term, we want to improve search and add more deep integrations, DMs, and private channels. We would appreciate any feedback, and if you are curious about what the experience looks like, you can join us here at Linen.dev/s/linen https://ift.tt/KY4tEFG October 18, 2022 at 07:12PM

Show HN: Offline First Notes Web Application https://ift.tt/S26NpcG

Show HN: Offline First Notes Web Application https://ift.tt/0wgbHuy October 18, 2022 at 06:47PM

Show HN: Filesystem Watcher https://ift.tt/y15Gl6Z

Show HN: Filesystem Watcher https://ift.tt/NKRvJ6O October 18, 2022 at 05:54PM

Show HN: Bruno – open-source API Client (alternative to postman)) https://ift.tt/jOxUKkH

Show HN: Bruno – open-source API Client (alternative to postman)) https://ift.tt/rQGR3iD October 18, 2022 at 05:33AM

Show HN: Phobos – an engine extension of Red Alert 2: Yuri's Revenge https://ift.tt/dKFkZxz

Show HN: Phobos – an engine extension of Red Alert 2: Yuri's Revenge https://ift.tt/Z8TBHYs October 18, 2022 at 12:19PM

الاثنين، 17 أكتوبر 2022

Show HN: An app to split CSV into multiple files to avoid Excel's 1M row limit https://ift.tt/xMS1K67

Show HN: An app to split CSV into multiple files to avoid Excel's 1M row limit https://ift.tt/ptgv3ao October 18, 2022 at 01:18AM

Show HN: Tiny:optional – a C++ optional that does not waste memory https://ift.tt/I7KyT3Q

Show HN: Tiny:optional – a C++ optional that does not waste memory tiny::optional is a header-only C++ library for x86/x64 intended to be a drop-in replacement for std::optional with the twist that it does not require additional memory for bools, floats, doubles and raw pointers. For example, a standard optional double has twice the size of a raw double because of 7 padding bytes after the internal bool. These wasted bytes can have a notable impact on performance in memory bound applications. On the other hand, a tiny::optional double has the size of a double by exploiting unused bit patterns. For other types such as integers, it allows to specify a "sentinel" value that represents the empty state, again causing the optional to have the same size as the underlying type. Quick example: https://ift.tt/V3rJF7Z https://ift.tt/aXIBW9c October 17, 2022 at 04:26PM

Show HN: HckrWeb, elegant readable HN sorted chronologically https://ift.tt/Qj74Ycb

Show HN: HckrWeb, elegant readable HN sorted chronologically HckrWeb combines HackerWeb's elegant readability with hckerweb's chronological list of HN homepage items. Originally just a mashup of cheeaun's HackerWeb and wvl's hckr news. I've updated it so I can read Hacker News just the way I want to. ## Major changes/innovations: - Default news feed is from hckrnews.com (all items that have made the HN homepage, sorted by date). - Direct "More..." links (no scrolling required) to dates as far back as June 9, 2010 (No hckernews data beyond this date: https://ift.tt/M6AgOBx ) - https://ift.tt/hCvPiQm combines HN's show and shownew pages. (Removes "did I already read up to here?" confusion when "Show HN" items are in both lists.) - https://ift.tt/RxBfYAW shows the first two pages of Ask HN - Displays last time you visited. - Renders individual comment items. This is useful for sharing, or reading a child comment tree. - "Pagedown" icon to scroll past items you've already seen. Tapping an item's icon scrolls it to the very top. More precise and less finger movement! - [dead] items show more info and link directly to news.ycominbinator.com for viewing (if logged in). https://hw.leftium.com/ October 17, 2022 at 12:27PM

Show HN: Lisp Interpreter in Rust – Paperback https://ift.tt/vg0u8fK

Show HN: Lisp Interpreter in Rust – Paperback The book Lisp Interpreter in Rust is now available in paperback format. https://ift.tt/NmLDtHA October 17, 2022 at 10:05AM

الأحد، 16 أكتوبر 2022

Show HN: Custom sonata playlist for sleep and rest https://ift.tt/K4meg32

Show HN: Custom sonata playlist for sleep and rest Also available through https://ift.tt/WAe1C9w This is a curated from a selection of 600+ sonatas out of 23,000 songs on archive.org. I listened to the songs and selected 10% that would not interfere with sleep to create a relaxing and pleasant auditory experience. https://ift.tt/QLmn507 October 17, 2022 at 12:57AM

Show HN: Python GUIs for Human https://ift.tt/SOdRWBC

Show HN: Python GUIs for Human https://ift.tt/OZLNMYw October 17, 2022 at 06:26AM

Show HN: A modern du replacement written in Rust https://ift.tt/TkKRH0j

Show HN: A modern du replacement written in Rust https://ift.tt/q6VjPf9 October 16, 2022 at 10:57PM

Show HN: Babble – Forums for a New Generation https://ift.tt/EJSGgX5

Show HN: Babble – Forums for a New Generation https://babble.im October 16, 2022 at 05:11PM

Show HN: React Mask Editor https://ift.tt/L6vtAPh

Show HN: React Mask Editor https://ift.tt/sWgdoRA October 16, 2022 at 06:36PM

Show HN: The Unix Pipe Card Game – teach kids basic Unix commands https://ift.tt/QOWhNwm

Show HN: The Unix Pipe Card Game – teach kids basic Unix commands https://ift.tt/bjo6BiI October 16, 2022 at 02:57PM

السبت، 15 أكتوبر 2022

Show HN: First Working Interpreter https://ift.tt/5NgB2JK

Show HN: First Working Interpreter Hello everyone! I'm an undergrad in computer science in my last semester. I've tried my hand at a few interpreters the past year. This is my first one that I've actually got set up, with a working lexer and execution tactics. I've implemented the input and output prefixing primitives of the pi calculus. I intended to implement the replication and restriction primitives soon. I find process algebras very interesting. They seem to be an important area of research, to bring the computing ecosystem to a concurrent-first paradigm. This github project isn't much to look at currently; it's my first project of any substance. However, you might find the linked research papers interesting! Feel free to share criticisms, insights, or your favorite process algebra! https://ift.tt/OER25bg October 16, 2022 at 08:59AM

Show HN: An Express-inspired web framework for Rust https://ift.tt/9y6M81i

Show HN: An Express-inspired web framework for Rust https://ift.tt/a312ISA October 16, 2022 at 06:43AM

Show HN: A social network like Myspace, built on top of Notion https://ift.tt/Dp2QCRS

Show HN: A social network like Myspace, built on top of Notion https://mynotion.space October 16, 2022 at 01:37AM

Show HN: Stable Diffusion Without Filters https://ift.tt/49WFGBY

Show HN: Stable Diffusion Without Filters https://ift.tt/G0PMyIw October 16, 2022 at 01:16AM

Show HN: ESInfer – Make JavaScript Type-Safe https://ift.tt/h0XbfdB

Show HN: ESInfer – Make JavaScript Type-Safe Hello, folks. I'm Jiang, the author of ESInfer. I love writing Javascript because it has a prosperous ecosystem and is quick to get my hands dirty. However, sometimes it's painful when the flow is not fast to follow due to the lack of a type system. To solve this, I wrote ESInfer, a statical inference tool, to automatically type check and generate type annotations for Javascript. It works with pure Javascript without any add-ons to the language or user-space code and supports highly dynamic features, such as the modification of prototypes. It is still in the very early stage, which offers almost all ES5 features and a select set of ES6 features like array/object destructing. I'm working hard to bring all ES6+ features into it incrementally. If you heavily use javascript/typescript and do NOT want to write the type annotation sh*ts anymore, give it a try :) https://esinfer.com/ October 15, 2022 at 04:03PM

Show HN: Lady-gg – Simple, stupid gRPC client for Node https://ift.tt/4voYx92

Show HN: Lady-gg – Simple, stupid gRPC client for Node https://ift.tt/1oGbaHm October 15, 2022 at 05:28PM

Show HN: Filter ideas with GitHub issue form https://ift.tt/yW5RLtO

Show HN: Filter ideas with GitHub issue form https://ift.tt/PYVWGJi October 15, 2022 at 01:06PM

Show HN: A app that generates a Tailwinds CSS site template once a week https://ift.tt/zgh1OEp

Show HN: A app that generates a Tailwinds CSS site template once a week https://ift.tt/h9U1FsD October 15, 2022 at 01:42PM

Show HN: Bloomberg Terminal for Individuals https://ift.tt/i6gCI8r

Show HN: Bloomberg Terminal for Individuals I made a site to do investment research faster and more efficent, with links to 10k 10Q, charts, industry averages, macro economic data, hedgefund reports and much more https://ift.tt/nkzjOyg October 15, 2022 at 11:12AM

Show HN: An event-driven script language https://ift.tt/QB2aEtH

Show HN: An event-driven script language https://ift.tt/NWfDpAV October 15, 2022 at 11:24AM

Show HN: CLI to turn your TODO comments into tickets https://ift.tt/ajhBACK

Show HN: CLI to turn your TODO comments into tickets https://ift.tt/Q1di9Ez October 15, 2022 at 10:12AM

الجمعة، 14 أكتوبر 2022

Show HN: Joy Theme Creator – Explore MUI's New UI Library https://ift.tt/HDaxgbq

Show HN: Joy Theme Creator – Explore MUI's New UI Library https://ift.tt/P5C2bWs October 14, 2022 at 11:24PM

Show HN: Stop Gautam Adani https://ift.tt/4FsurJU

Show HN: Stop Gautam Adani We’re building the biggest grassroots movement in Australia’s history to stop Adani’s coal mine. Are you in ? https://ift.tt/IfDFBMG October 14, 2022 at 12:43PM

Show HN: Doge.hair – Elon's dream – Decentralized social network on Dogecoin https://ift.tt/6oJXcMl

Show HN: Doge.hair – Elon's dream – Decentralized social network on Dogecoin https://doge.hair/ So I made what Elon has been talking about - a decentralized social network with all the posts stored on the Dogecoin blockchain. *HN doesn't seem to be able to handle the .hair tld, so submitted as a discussion instead October 14, 2022 at 11:42AM

Show HN: txt2jira – text to Jira work log – work logging made easy and fun again https://news.ycombinator.com/item?id=33200419

Show HN: txt2jira – text to Jira work log – work logging made easy and fun again https://ift.tt/IEVbjFH October 14, 2022 at 11:01AM

Show HN: Create and manage Ethereum payment links https://ift.tt/iN5rdE2

Show HN: Create and manage Ethereum payment links https://www.Trelis.com October 14, 2022 at 11:06AM

Show HN: New Buildings in Dubai https://ift.tt/3wg5ylx

Show HN: New Buildings in Dubai Organizing all new developments in one place. Starting with Dubai, UAE and Zagreb, Croatia https://ift.tt/UlDQAO0 October 14, 2022 at 10:23AM

الخميس، 13 أكتوبر 2022

Show HN: Circumflex, browse HN in your terminal https://ift.tt/nYcf5tX

Show HN: Circumflex, browse HN in your terminal Some two years ago, I found myself spending a lot of time in the terminal between learning vim and discovering new command line tools. I was surprised to see that the niche of HN clis was (relatively) small, and so I decided to write my own command line tool for browsing HN called `circumflex`(`clx`). `clx` is written in Go using Bubble Tea[1]. You can read the comment section or the linked article in reader mode in the pager `less`. Using `lesskey` to add custom keybindings, the replies can be collapsed and expanded in real-time (but not individual replies, only all replies at once). Behind the scenes I am appending invisible unicode characters to each line so that I can use the custom keybindings to filter them out. The same technique is used to allow for jumping between top-level comments. I spent a lot of time thinking about syntax highlighting and finding relevant bits to highlight while also not going overboard with colors. The end result is highlighting of things I find useful for providing context in the comment section, like indicating parent poster and original poster, coloring references, coloring indentations as well as formatting YC startups. Other quality of life features include adding submissions as favorites (it is stored as a pretty-printed json so you can check it into your vcs to allow for readable diffs). Submissions are marked as read and new comments are indicated with a bullet point. [1] https://ift.tt/lTzPZGx https://ift.tt/CdoEbFT October 13, 2022 at 07:41PM

Show HN: Muze – AI fitness music for personal, responsive workout playlists https://ift.tt/0jUmigP

Show HN: Muze – AI fitness music for personal, responsive workout playlists After years of upvoting others, I’m really excited to be able to share my first Show HN! Muze is our free app and service that learns from some of your favorite workout songs and artists, then uses our proprietary AI to generate new, on-demand workout playlists personalized for your individual tastes. Muze also includes a feature called BodySync which lets the playlists adapt to either your running pace, matching song tempos to your cadence, or to your heart rate, selecting tracks with intensities levels to match. Research has shown (1) that 3/4 of people who workout regularly rely on music for motivation, and the right music has been shown to increase endurance by 20%. We want our users to spend less time making workout playlists and more time working out. Personally, it’s helped me get my own motivation back after getting doughy during the pandemic and am down 10 lbs in the past month. Right now, Muze is only available for iOS and requires a paid Spotify account for full functionality. https://ift.tt/d4VNsfm 1. [ https://psycnet.apa.org/record/2010-19053-016](https://psycn... https://www.muze.fit October 13, 2022 at 09:30PM

Show HN: I built a site to view Elon Musk's Text Messages https://ift.tt/0xWdEy1

Show HN: I built a site to view Elon Musk's Text Messages https://ift.tt/toTbyuC October 14, 2022 at 05:07AM

Show HN: YouTube Screenshot API https://ift.tt/u0cCiET

Show HN: YouTube Screenshot API https://ift.tt/go1pnUJ October 14, 2022 at 12:39AM

الأربعاء، 12 أكتوبر 2022

Show HN: We built a tool for fast-forwarding 95% of tests (MIT) https://ift.tt/viFbeO8

Show HN: We built a tool for fast-forwarding 95% of tests (MIT) Hi, we're Yuval and Roey. We are working on a tool for speeding up test runs, by skipping tests unaffected by code changes. Effectivly, Saving 80-95% of the time, by skipping 80-95% of tests. We started a few months ago, and have managed to get into a few production CI systems here in Israel. All our prospects and users are on holiday right now. So we decided to repackage and open-source for local test running. available here ( https://ift.tt/9bmoPWC ) under MIT license. One line change: pytest -v -> nabaz test --cmdline "pytest -v" Stalk us on GitHub, or just Star us. Ask questions, we'll answer in under 30 seconds. we have auto refresh on. Yuval and Roey from Israel. https://ift.tt/9bmoPWC October 13, 2022 at 01:23AM

Show HN: Reviewpad, a GitHub action to automate pull request workflows https://ift.tt/BUmk4fZ

Show HN: Reviewpad, a GitHub action to automate pull request workflows https://ift.tt/879l5b6 October 13, 2022 at 12:57AM

Show HN: Managed hosting for open-source web apps https://ift.tt/oBbWklx

Show HN: Managed hosting for open-source web apps https://cloudplane.org/ October 12, 2022 at 08:49PM

Show HN: Code of War – Satirical book about moving up the IT corporate ladder https://ift.tt/Mvgn56e

Show HN: Code of War – Satirical book about moving up the IT corporate ladder Hello dear HN crowd, I love when I stumble upon a developer war story in a random comment here on HN. I love it so much that I also wanted to share some of the stories I've collected over the years working in IT. I came up with the idea to present the stories in a somewhat unusual way, in the style of the malicious self-help book. The book gives you advice on how to succeed in IT, from the interview phase to the management, by acting like an immoral, unscrupulous person. The advice is based on experiences with some shady, weird people I met throughout my career. After every chapter, there's a short story about the person who was the chapter's inspiration. I've worked with those people, so everything is a first-hand experience! This was my first attempt at doing something like this, so go easy on me! :) One cool fact! I used entirely free and open-source software for the creation of this title. That's why I'll donate 10% of all the proceeds to my favorite free software projects! https://codeofwar.xyz/ October 12, 2022 at 08:46PM

Show HN: Open-Source ReadMe Alternative https://ift.tt/AH5p7BL

Show HN: Open-Source ReadMe Alternative https://ift.tt/yKlSUNW October 12, 2022 at 08:05PM

Show HN: Hellō, a cooperative approach for online identity https://ift.tt/1tLOvQ7

Show HN: Hellō, a cooperative approach for online identity We are looking for feedback on a novel way to build and run a service for you to manage and share your identity. Demo: https://ift.tt/FItHcWR https://ift.tt/4VjD8bz October 12, 2022 at 06:42PM

Show HN: Django Inspire Command https://ift.tt/ov6wEtk

Show HN: Django Inspire Command https://ift.tt/ULAiFJb October 12, 2022 at 10:55AM

الثلاثاء، 11 أكتوبر 2022

Show HN: Suggest Gift – Get gift suggestions using AI https://ift.tt/IcQmBCl

Show HN: Suggest Gift – Get gift suggestions using AI I built this little side project using GPT3 and few other things. Happy to answer any questions or take any feedback/comments :) https://suggest.gift October 12, 2022 at 04:01AM

Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust https://ift.tt/bPDd7qH

Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust https://ift.tt/8qufBZV October 11, 2022 at 11:42PM

Show HN: Open-Sourcing InboxSDK (YC S11) – Build Apps in Gmail https://ift.tt/wXPn3cV

Show HN: My book for programmers called “Junior to Senior” was published today https://ift.tt/T1dx6om

Show HN: My book for programmers called “Junior to Senior” was published today After a four year journey, the book I wrote to help junior and mid-level programmers earn their first promotion was published today . The book is titled Junior to Senior: Career Advice for the Ambitious Programmer and is now available on Holloway’s website[0]. I truly believe that soft-skills are what makes the difference between a good programmer and a great one. I also believe that anyone can learn the soft-skills needed to accelerate their programming career. I wish I’d had better resources to learn these things in the early years of my career and I’m hoping this book will become a useful resource for the next generation of programmers to build successful careers. What this book covers: Choosing a career path: generalist vs. specialist What makes you a senior engineer? How to deal with feeling like an impostor How to build trust and work with your manager How to recover when you make a mistake, and what to do during incidents How to ask better questions How to read and understand unfamiliar code How to add value to your team and company How to identify and manage risk How to deliver better results How to communicate more effectively with both technical and non-technical audiences The importance of a healthy work-life balance How to ask for a promotion, and how to prepare for it I wrote this book because these soft-skills are rarely taught in coding bootcamps or computer science degrees, yet they are critical to every programmer’s career trajectory. Almost every programmer I know, including me, had to learn and develop these soft-skills on the job. It took hard work and a lot of trial and error to learn how to communicate my ideas effectively, navigate office politics, manage risk, and so many other things that programmers encounter in their jobs today. Get instant lifetime access at holloway.com. Use this link for a launch discount: [0]: https://ift.tt/q4kDYnt... https://ift.tt/i4UPFnE October 11, 2022 at 07:18PM

Show HN: Try Enarx https://ift.tt/GeuXKIj

Show HN: Try Enarx Enarx runs Web Assembly applications on special CPUs to protect the application from the host (Intel SGX, AMD SNP-SEV). Try out Enarx with your application on real hardware. https://try.enarx.dev/ October 11, 2022 at 06:04PM

Show HN: A collection of tiny web tools and calculators https://ift.tt/IYxWOth

Show HN: A collection of tiny web tools and calculators https://ift.tt/od8Trfb October 11, 2022 at 03:03PM

Show HN: Bike – Rich Text and Innovation https://ift.tt/f3qwHnZ

Show HN: Bike – Rich Text and Innovation I have just added rich text to my outliner Bike. I think the implementation is worth taking a look at. Follow the link for details, a screencast (4 min), and download. (this is paid feature, but there is a no signup 7 day trial so you can play with it) In the past I have used plain text formats (like .taskpaper and .markdown) for my apps. I've grown sick of seeing and parsing syntax characters, so this time around I am taking a rich text approach. Rich text looks clean, but editing is problematic. You don't have precise control/visibility into the formatting. It's hidden behind the text. There are no formatting characters to guide you like you have in Markdown. This is particularly problematic when you want to insert text at formatting boundaries. Bike solves this with "typing affinity". This lets you precisely specify which formatting to use at those boundaries. It does this by adding an extra text caret state at these boundaries. This extra state allows you to point the text caret upstream or downstream to the formatting you want. Other interesting features include: • Link Buttons: Insert a dedicated "open" button after each link so there is no conflict between editing link text and opening the link. • Keyboard Centric Formatting Popover: Remember a single keyboard shortcut and have full keyboard access to formatting commands. No mouse needed. • Visible Typing Attributes: Show hidden typing attribute state (when it cannot be visually determined by looking at surrounding text) as part of the text caret. Please take a look and let me know what you think. I'm happy to answer questions and would love to hear your thoughts on ways to improve rich text editing further. https://ift.tt/LUnMN0X October 11, 2022 at 04:02PM

Show HN: Filelove – minimal P2P file transfer right in the browser https://ift.tt/wngcJdN

Show HN: Filelove – minimal P2P file transfer right in the browser https://file.love/ October 11, 2022 at 12:36PM

الاثنين، 10 أكتوبر 2022

Show HN: Subtitles are not the same as sign language https://ift.tt/Nw9Voay

Show HN: Subtitles are not the same as sign language Hello HN, get your videos translated into sign language quickly and easily by uploading them and choosing your favorite language. After 48 hours you will get your final video. That's it. Looking forward to your feedback. Thanks a lot! https://ift.tt/Qo1vxST October 11, 2022 at 12:05AM

Show HN: Polestar Finder https://news.ycombinator.com/item?id=33155146

Show HN: Polestar Finder https://ift.tt/BRwmqi9 October 10, 2022 at 10:55PM

Show HN: A.I. Runner with Stable Diffusion https://ift.tt/E8NB9HS

Show HN: A.I. Runner with Stable Diffusion Hi, I have been here a few times showing off tools that I have created for Stable Diffusion. This is my latest creation, A.I. Runner. It is an application which allows you to run Stable Diffusion locally. It runs on GPU or CPU (slower), allows you to watch the images generate in real-time, offers a NSFW checkbox, and installs all requirements including the model. You can also go from cold start to generating images in seconds. I have many more features in the works including the ability to run more models (thus the more generic branding). https://ift.tt/Y6i1fBj October 10, 2022 at 09:15AM

Show HN: I built a site that lets users find playlists by songs they contain https://ift.tt/UnvfTwJ

Show HN: I built a site that lets users find playlists by songs they contain https://ift.tt/3PWVUOL October 10, 2022 at 03:30PM

الأحد، 9 أكتوبر 2022

Show HN: Related Website Finder Experiment Thingy https://news.ycombinator.com/item?id=33143270

Show HN: Related Website Finder Experiment Thingy Been messing with cosine similarity and decided to try calculating nearest neighbors over the entire link graph for the marginalia search engine. Turns out that you can just bruteforce that in a day or two. And the results are pretty good. One drawback is that depending on if you're looking at an older website, a lot of the links are dead. The deduplication isn't great either. https://ift.tt/tGjLsMy October 9, 2022 at 09:22PM

Show HN: Simplepdf.eu – a browser-based PDF annotator / editor https://ift.tt/KD5Wz3y

Show HN: Simplepdf.eu – a browser-based PDF annotator / editor Hi HN! I've been working on SimplePDF to solve a problem I encounter weekly: filling out non-editable PDFs [1] --- # About SimplePDF - The documents you load, edit, fill never see the light of my server, everything is processed locally – no remote uploading anything. This includes the PDF generation. - There are no analytics / third party tracking your every move (I do collect usage data, but it's fully anonymous and processed and stored on my server): therefore no annoying cookie banner. You can read more on the Privacy Policy [2] - If someone before you has filled the same document, upon opening it you'll see fields already set, ready to be filled-in, think crowd-sourced fields positioning – saving you time and effort. --- # How does the crowd-sourced positioning of fields work? When a document is loaded in your browser, a fingerprint of the document binary is made, and sent to the server. The document table consists of: document_id, fingerprint and created_at. As soon as you start editing a document, a template is created, containing metadata about the fields (x, y, width, height, type of field, background color...) that is then tied to this document you created. Once you save, this template gets sent to the server. The template table consists of: template_id, document_id, fields (the metadata) as well as created_by_customer_id if you're a customer. As a result, someone else on the other side of the world opening the same document will see the fields you positioned already there – you just saved them the 5min it took you to position them. --- # What's the tech stack of SimplePDF? - NextJS on the frontend - Koa with GraphQL on the backend - Postgres (Managed Database on Digital Ocean) - A 10€ droplet on Digital Ocean --- If you have any questions, comments or feedback (good or bad), I'm all ears! --- [1] The assignments my estonian teacher gives me are usually scanned documents that do not have any editable fields in them. [2] https://ift.tt/todqIv3 https://simplePDF.eu October 9, 2022 at 08:47PM

Show HN: Fractal Garden – An Exhibition of Mathematical Beauty https://ift.tt/iXG3Ath

Show HN: Fractal Garden – An Exhibition of Mathematical Beauty https://ift.tt/zuXilfy October 9, 2022 at 11:48PM

Show HN: BlockTalk – Banter about what your friends are doing on Web3 https://ift.tt/BRfqXEM

Show HN: BlockTalk – Banter about what your friends are doing on Web3 Hey HN, I’m Kamil and one of the two people working on BlockTalk. BlockTalk is going into public beta today! (We're also on Product Hunt, come check us out!) We previously posted about this project under the name “WalletWatch” in a Show HN about 3 weeks ago, and have since integrated your feedback to make it better [1] [problem] As we were trying to see how our friends were using crypto, we noticed that other products were either too complex or only let us passively view what our friends were doing. [solution] BlockTalk is a social network centered around Ethereum transactions. You can easily see, understand, like, and comment on the Ethereum transactions of anyone on the platform. We don’t ask for your email or password, and instead authenticate by asking users to sign a transaction with their Ethereum wallet; we ask for usernames to give a more familiar and user-friendly experience for people that haven’t purchased ENS or other crypto domain names. At the moment, we’re storing user data in Firestore instead of on-chain because the current decentralized channels are too expensive or slow. This also has the added benefit of making the app completely free to use. [what’s changed] Since our last post, we improved the UI/UX, made transactions more understandable, made the app compatible with all viewports, and now don’t require you to create an account to get a feel for the app. [ask] We’d love any feedback you all have! My e-mail is kamil@fwd.exchange if you want to contact us about anything related to the project :) P.S. here's a very old demo of a prototype from a while back [2] [1] https://ift.tt/vwP40mN [2] https://youtu.be/xhajqKq4G9Y https://ift.tt/jKb3Huh October 9, 2022 at 07:20PM

Show HN: Generative AI – Short and Sweet https://ift.tt/qPpDaA3

Show HN: Generative AI – Short and Sweet https://ift.tt/kXLFtiB October 9, 2022 at 04:00PM

Show HN: If Spotify and Tinder Had a Baby https://ift.tt/iBqOg6e

Show HN: If Spotify and Tinder Had a Baby https://ift.tt/glLIejA October 9, 2022 at 10:08AM

السبت، 8 أكتوبر 2022

Show HN: I developed an app that creates interactive product demos in minutes https://ift.tt/fNrBDbt

Show HN: I developed an app that creates interactive product demos in minutes https://supademo.com October 8, 2022 at 07:41PM

Show HN: Inline SQL in any Python program https://ift.tt/QDaRZNG

Show HN: Inline SQL in any Python program https://ift.tt/N3UWzOs October 8, 2022 at 06:57PM

Show HN: Maiao, Stacked Diffs for GitHub https://ift.tt/8HmCfGF

Show HN: Maiao, Stacked Diffs for GitHub https://ift.tt/59mwzoN October 8, 2022 at 04:25PM

Show HN: Design inspiration and data driven color palettes https://ift.tt/VvXCPfY

Show HN: Design inspiration and data driven color palettes https://pixelfika.com October 8, 2022 at 11:04AM

Show HN: Garnix, fast and easy CI for Nix https://ift.tt/MYfZhCu

Show HN: Garnix, fast and easy CI for Nix Hello HN! For the past few months, I've been building a Nix-specific CI service, and quite a few people have been productively using it, so I thought I'd Show HN it. You might be wondering why build a Nix-specific CI. It turns out its quite hard to get a really good CI setup for Nix without spending a lot of time or money on it (or both), and even then solutions don't tend to be optimal. Garnix, on the other hand, handles everything, and simply. Just create an account, install the GitHub app on the repositories you want, and you're good to go! Each package gets its own GitHub check, and separate log output, which makes it really easy to figure out what went wrong (you can see an example here: https://ift.tt/KHlIY3b). Builds are very fast compared to e.g Github Actions. The build artifacts are made available in a Nix cache so you never have to rebuild locally. And there are builders for x86-64 Linux as well as M1 Macs and aarch64 Linux. Try it out: https://garnix.io. It's free, though if you like it, consider donating! (Note that it only works with flakes.) Cheers, Julian October 8, 2022 at 03:35PM

Show HN: (A Better) Hacker News Bookmarklet https://ift.tt/Fm9c3Rj

Show HN: (A Better) Hacker News Bookmarklet https://thomas.me/hnb/ October 8, 2022 at 12:39PM

الجمعة، 7 أكتوبر 2022

Show HN: Infinite Music from the Boston Public Library https://ift.tt/K0wtufb

Show HN: Infinite Music from the Boston Public Library This site plays a loop of more than 23,000 songs on LP records from the Boston Public Library. You can create customizable stations. Music streams free via archive.org. https://ift.tt/8uptIkK October 8, 2022 at 06:03AM

Show HN: I wrote a short story about von Neumann probes https://ift.tt/w1SV04n

Show HN: I wrote a short story about von Neumann probes https://ift.tt/0FZKXE8 October 8, 2022 at 07:02AM

Show HN: PyTorch search engine https://ift.tt/SymWutL

Show HN: PyTorch search engine https://ift.tt/vUxcMqf October 7, 2022 at 10:08PM

Show HN: Behind the Source Podcast: What Is Gitpod? https://ift.tt/gcAGHpY

Show HN: Behind the Source Podcast: What Is Gitpod? https://ift.tt/Etis3N5 October 7, 2022 at 08:18PM

Show HN: Sandworm.js – Easy auditing and sandboxing for JavaScript dependencies https://ift.tt/Aqzi109

Show HN: Sandworm.js – Easy auditing and sandboxing for JavaScript dependencies https://ift.tt/gzx0QRl October 7, 2022 at 07:09PM

Show HN: Onboarding Love – user onboarding from Airbnb, Stripe and many more https://ift.tt/vYBChWi

Show HN: Onboarding Love – user onboarding from Airbnb, Stripe and many more https://ift.tt/kPquajI October 7, 2022 at 02:47PM

الخميس، 6 أكتوبر 2022

Show HN: Build a website in 30 seconds using GPT-3 https://ift.tt/3V4NHCz

Show HN: Build a website in 30 seconds using GPT-3 https://ift.tt/fRJVSUG October 7, 2022 at 12:22AM

Show HN: Score.vote – Create your own simple online polls https://ift.tt/V9d4Z3p

Show HN: Score.vote – Create your own simple online polls https://score.vote October 7, 2022 at 06:06AM

Show HN: Plane – spawn and connect to a remote process from your web app https://ift.tt/pI3Zdn2

Show HN: Plane – spawn and connect to a remote process from your web app https://ift.tt/uk7tvyG October 6, 2022 at 06:43PM

Show HN: Semantic search of Stack Overflow with codequestion https://ift.tt/jRiXJGk

Show HN: Semantic search of Stack Overflow with codequestion https://ift.tt/5GqPoHY October 6, 2022 at 08:19PM

Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting https://ift.tt/NAP8VIR

Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting RankedVote is a web app that allows you to run online contests and make decisions using ranked-choice voting (RCV). RCV is an electoral system used in Maine, Alaska, New York City and dozens of cities across the United States. RankedVote’s goal is to build support for RCV by giving people an easy way to run contests and make decisions online. https://ift.tt/2CQsG7d October 6, 2022 at 06:50PM

Show HN: Coherence, the developer platform to end yak-shaving https://ift.tt/IpcmPK3

Show HN: Coherence, the developer platform to end yak-shaving Hey HN! I’m Zach, from Coherence (https://ift.tt/zQKxwv5). We’re building software that provides an integrated way to write, preview, and deploy code from one simple configuration. Check out our explainer video here: https://www.youtube.com/watch?v=V2YHVx8QsLg and a high level demo here: https://ift.tt/FUs6ACq We started Coherence because we found technology teams spent 30-40% of their time yak shaving and writing glue code, instead of building products our customers love. We don’t think every team should have to build their own internal development platform, so we’re building the software we’d want to buy. Following the example of other great products like Replit, our toolkit is based on integration across the stages of an app’s lifecycle - from dev to production. Coherence provides one integrated dashboard with cloud development environments, automatic CI/CD, and full-stack environments for each branch (as well as production), all with one simple configuration. A developer can write, test, review, and deploy code from one interface with best practices built in. Devs are intuitively navigated to their own cloud resources when needed, eliminating time spent searching consoles for every log, metric, or configuration setting you might need. We currently support containerized full-stack web apps on AWS and Google Cloud. Unlike the PaaS category defined by Heroku, our goal is to help teams leverage the platforms provided by the best cloud providers, keeping the benefits of running in your own cloud account: unlimited extensibility, cost savings, compliance with audit requirements, and freedom to easily exit our platform without an impact to your systems. You can play around with a Coherence sandbox and get a taste of the developer experience at app.withcoherence.com/sandbox. If you like what you can see, you can also deploy an app into your AWS or GCP with one of our starter templates for a new project: app.withcoherence.com. We’re happy to support onboarding on a call or via Slack and we’d love to discuss what it would look like to migrate one of your existing apps to Coherence. We’re excited to get your feedback, so please feel free to drop us a note at hn@withcoherence.com October 6, 2022 at 04:40PM

Show HN: Onboard new hires and wish them on and special occasions like birthdays https://ift.tt/iYpPErB

Show HN: Onboard new hires and wish them on and special occasions like birthdays AnnounceBot helps you welcome new team members and wish them on their birthdays, anniversaries, and special occasions in Microsoft Teams. Great for onboarding employees and staying connected with your team, whether working in an office or remotely! Free for up to 20 users and offers a 30-day trial of the premium version with unlimited users. No credit card is required. https://announcebot.in/ October 6, 2022 at 04:52PM

Show HN: I created a simple and fast Broken Link Checker for WordPress https://ift.tt/s6z0ETB

Show HN: I created a simple and fast Broken Link Checker for WordPress There aren't any reliable free broken link checkers out there, so I decided to create one. Right now, it is a Python script that can be run on any platform. It is multi-threaded and has a lot of room for improvement. Feel free to check out the code and point out the mistakes or leave suggestions. I am newbie programmer :) https://ift.tt/wTS27Yq October 6, 2022 at 03:38PM

Show HN: Soso.ooo – Google Search Alternative https://ift.tt/At1GHcQ

Show HN: Soso.ooo – Google Search Alternative https://soso.ooo October 6, 2022 at 11:25AM

الأربعاء، 5 أكتوبر 2022

Show HN: GreenSwapp – API to track CO2 of food products at scale https://ift.tt/PiBTRGs

Show HN: GreenSwapp – API to track CO2 of food products at scale Hi guys! We’re Ajay & Jainit, and we’re super excited to launch GreenSwapp to the HN community! GreenSwapp is an API that tracks product and recipe-wise carbon footprints at scale, for food products. Tracking carbon footprints of individual food products is hard because you’d have to trace it all the way back to the farm and account for all the energy inputs till the point of sale. Each such analysis takes about 6 months to do, and in many cases, it is hard to even map this journey. For food products that typically have multiple ingredients (i.e. they are recipes), you have to do this for each ingredient. Supermarkets have about 30k unique products per store. If you do the math, you’ll see that this quickly becomes impossible to do manually, in a reasonable amount of time. After my Masters’ in Sustainability & Engineering, I (Ajay) worked as a climate & impact consultant for more than a decade. I first discovered this problem 5 years ago (as I ran my own sustainability consultancy), when I saw some of my large food brand & retail clients struggling to identify their highest impact products & suppliers. More recently, we found that food platforms (such as Uber Eats & Yelp) want to track the climate impact of their recipes and restaurants too. We do the hard work of estimating carbon emissions using a combination of product meta-data / supply chain attributes (such as origin location, farming type, packaging type etc.) and aggregated product carbon footprints from peer-reviewed journals. Our core dataset is a comprehensive list of food types found in supermarkets. We use an ML model (semantic search using sentence transformers) to match queried product names to our standard list of product types and retrieve their median supply chain carbon footprints. This enables us to track impact at scale (thousands of products in minutes), making it easy and cheap for you to track product-level emissions. This would allow you to easily a) report emissions, b) identify high impact products, brands, and suppliers in your inventory, and c) communicate impact with consumers. What if my product is more sustainable? We identify every supply chain attribute that might reduce a product’s impact (such as organic farming, better packaging material, locally grown) and apply a correction factor (also obtained from peer-reviewed life cycle analyses papers). You can read more on our algorithm here - https://ift.tt/Z7iATlU You can try our API for free on any milk product (e.g. - Oatly oat drink barista edition) or any type of pizza (e.g. - Pepperoni pizza). Here are the API docs - https://ift.tt/eoazxXb . You can get your trial API key here - https://ift.tt/Z7iATlU . Our full API works with any food product you can find in the supermarket and any recipe. We charge a data license fee of $0.99 per product per year for supermarket products and $0.99 per ingredient per recipe per year for dishes. Here is a cost estimator tool - greenswapp.com/pricing. If you want to look up more than 100 products and 10 recipes, you also pay an annual platform fee (still figuring out the right price point). We’d love to get your feedback on our API. We are also trying to identify the biggest use case for this product. So please let us know what you’re using it for by commenting on this post - is it to use in a new app you’re building, get your company to use it at their cafeteria, reduce your company’s emissions, offset it, etc.? Any other ideas on how we can make this better would be wonderful too. Thanks a ton! https://ift.tt/eoazxXb October 5, 2022 at 08:30PM

Show HN: Speed of all of your processes across entire stack in one dashboard https://ift.tt/fgpclqr

Show HN: Speed of all of your processes across entire stack in one dashboard I built Checkpoints App out of my experience of not being able to quickly and easily measure the speed of processes across my tech stack in my startup. All startups optimize for speed in all of their operations: deploying code, responding to API requests, loading the UI, and in background processes such as sending emails to users or processing data in an ETL pipeline. But the tools available to measure the performance of all these operations are separate and time-costly to integrate, in the first place. Checkpoints App allows you to measure the speed of processes across your entire stack with minimal overhead and collects that data into a single dashboard. Integrating it into your tech stack is as easy as dropping a `print()` statement in your code, while you're writing it. It comes with client-side Python, JS and Bash scripts. You drop checkpoint statements anywhere in the code, defining a process name and checkpoint name, for example: `./checkpoints.sh process1 checkpoint1` where process1 is your process name and checkpoint1 is your checkpoint name. Once you've dropped checkpoints in your code. It will automatically create the process pipelines in your dashboard along with the speed metrics i.e, how long does it take, on average, to go from checkpoint1 to checkpoint2 . Then you can start optimizing for speed. Another major problem I saw was that most lightweight tools out there let you measure performance in a single part of your stack, for example, you need to use Lighthouse in the front-end UI and CloudWatch for your backend API endpoints. With Checkpoints App, however, you can create tailored processes across your tech stack. For example, you can add the first checkpoint in your backend and the second checkpoint in your front end. I'd love to hear your feedback. If you'd like to try this out, signup at the landing page and I'll send you the access. https://ift.tt/4geAYpS October 6, 2022 at 12:40AM

Show HN: Execute command when file changes https://ift.tt/MWr7OCA

Show HN: Execute command when file changes https://ift.tt/Wi1sbMm October 5, 2022 at 04:17PM

Show HN: I unlocked reaching 10.000 real potential customers as low cost as $50 https://ift.tt/MiNBcUT

Show HN: I unlocked reaching 10.000 real potential customers as low cost as $50 As a founder without an audience, building great products is no longer enough. It is difficult to find first paying users, grow, and discover where and how to reach them. You have to find the right people through the noise. As a founder who likes to break the rules, I discovered a method. I unlocked reaching 10.000+ real potential customers as low cost as $50 with 90% successful targeting. Solution: Twitter custom audience lists. This is the Holy Grail. you can turn it into a lead generating machine by using custom audience list. Twitter lets you use lists to target. But there is more important. For this, it does not ask for private information such as e-mail. Only twitter handles (i.e. usernames) You just need to have a list where you have Twitter handles. If you are willing to take some time, collect the handles (usernames) of your potential customers. Or use our createtargetaudience.com tool, which searches and lists according to job title or interest written in the profile bio. E.g; If you have a product for developers, list the people who write developer, software in their profile. If you have a web3 or NFT community, people who write web3, NFT on their profile. or marketers, designers, founders, no-coders, investors, SaaS, etc. You can get your list in CSV format. By uploading your list to Twitter ads, you target only the people you want. So no wasted. And you know who you're showing the ad to. %90 successful targeting. You will be surprised at the engagement and conversion rate with very low costs. (over 30% for me) Cost = €5 / $6.5 per 1000 impressions. You can know how much you will spend based on the size of your list. If your target audience includes a job title or interest, it's worth a try. October 5, 2022 at 01:17PM

Show HN: Kafka 0.8.0 on Cloudflare Workers https://ift.tt/I67g1X5

Show HN: Kafka 0.8.0 on Cloudflare Workers https://ift.tt/JUdhswD October 5, 2022 at 04:42PM

Show HN: Sharing, command-line tool to share files with your phone https://ift.tt/3nNoUhG

Show HN: Sharing, command-line tool to share files with your phone Sharing is a command-line tool to share directory and files with ios and android devices without an extra client app https://ift.tt/IsCyP5x October 5, 2022 at 04:33PM

Show HN: How Sketch can win looking at there Qualitative Feedback? https://ift.tt/drQnkIH

Show HN: How Sketch can win looking at there Qualitative Feedback? https://ift.tt/lY8JBto October 5, 2022 at 04:26PM

الثلاثاء، 4 أكتوبر 2022

Show HN: Podman container with VNC GNOME Phosh session https://ift.tt/pBjhurs

Show HN: Podman container with VNC GNOME Phosh session https://ift.tt/nIioD0j October 5, 2022 at 01:28AM

Show HN: Broker-ha – Golang MQTT broker with clustering capabilities https://ift.tt/gG31tDC

Show HN: Broker-ha – Golang MQTT broker with clustering capabilities Broker-HA is golang MQTT broker with clustering capabilities build for K8s. Its based on `mochi-co/mqtt` and `hashicorp/memberlist`. Features: - Paho MQTT 3.0 / 3.1.1 compatible (drop-in replacement for Mosquitto [MQTT 3.0/3.1.1]) - Clustering! - HTTP API https://ift.tt/1WvFKcV October 5, 2022 at 12:18AM

Show HN: Academic personal page in pure HTML and CSS https://ift.tt/ZNpb6Mz

Show HN: Academic personal page in pure HTML and CSS https://ift.tt/m8oUsSt October 4, 2022 at 09:31PM

Show HN: I made an app that monitors (all) your Raspberry Pi effortlessly https://ift.tt/QG7fTFR

Show HN: I made an app that monitors (all) your Raspberry Pi effortlessly https://ift.tt/pkMEZXL October 4, 2022 at 09:01PM

Show HN: Let the computer be your unique t-shirt designer with Stable Diffusion https://ift.tt/1B8UKsu

Show HN: Let the computer be your unique t-shirt designer with Stable Diffusion https://ift.tt/SI9kBya October 4, 2022 at 08:11PM

Show HN: Our Careers page helps you find a career (even when we're not hiring) https://ift.tt/MCchtNR

Show HN: Our Careers page helps you find a career (even when we're not hiring) We just launched a new site and we did a few things differently. We added a /credits page to acknowledge the people behind the commits, made some of our internal wiki public, and more, but the thing I'm most proud of is our Careers page. The Careers page for most sites, especially now, is usually posturing. Many companies have frozen hiring, but they're "collecting resumes" to keep up appearances. You clicked the page to find a Career, so our goal should be help you find one. I haven't seen other sites do this yet, how can we improve it? https://ift.tt/RdGP4YF October 4, 2022 at 07:39PM

Show HN: Dstack – a command-line utility to provision infra for ML workflows https://ift.tt/7aRrOmU

Show HN: Dstack – a command-line utility to provision infra for ML workflows Hi. :) I’m Andrey, the creator of dstack. I started this project while I was working at JetBrains where I helped the PyCharm team to improve support for Jupyter notebooks. As I was in close contact with many ML devs (who used PyCharm) I was able to see their struggle with running ML workflows. Unlike traditional dev workflows, ML workflows are difficult to run on a local machine (due to the lack of memory, more CPUs/GPUs, etc). This is why people often have to use remote machines (e.g. via SSH), or adopt one of the end-to-end MLOps platforms. Using remote machines is not difficult but it is tedious and requires a lot of manual actions. Using MLOps platforms on the other hand automates the manual work but requires the use of an opinionated interface, which often kills developer productivity. Imagine, if you could run your ML workflows the very same way as you do it locally, but they would actually run in the cloud. And you wouldn’t need to worry about provisioning infrastructure, setting up the environment, etc. I’m excited to show you dstack, an open-source tool that does exactly that. It’s a command-line utility that allows you to run any workflows while it provisions infrastructure, setup the environment, and copies code/data for you. No need to install or configure anything in your environment or cloud. Simply install the CLI and run it. The launch blog post: https://ift.tt/qBE285G We’d love to hear your thoughts and ideas. I’ll be here to answer any questions you might have. https://ift.tt/jGXe5v0 October 4, 2022 at 07:01PM

Show HN: Generate code and diagrams from live infrastructure, AWS/Azure/GCP https://ift.tt/Xf1hQeI

Show HN: Generate code and diagrams from live infrastructure, AWS/Azure/GCP https://ift.tt/iteGmLW October 4, 2022 at 05:03PM

Show HN: A macOS app to search for CLI commands quickly https://ift.tt/tdHgS10

Show HN: A macOS app to search for CLI commands quickly https://askcommand.com/ October 4, 2022 at 07:16AM

الاثنين، 3 أكتوبر 2022

Show HN: HTTPS://Http3.ooo https://ift.tt/EgfPpyI

Show HN: HTTPS://Http3.ooo https://http3.ooo October 4, 2022 at 06:07AM

Show HN: I finished v5 of a JVM framework I've spent spent half a decade making https://ift.tt/oWNybEZ

Show HN: I finished v5 of a JVM framework I've spent spent half a decade making https://ift.tt/CJnNqlH October 3, 2022 at 06:30PM

Show HN: Postgres WASM https://ift.tt/r7kl8oI

Show HN: Postgres WASM https://ift.tt/tp5okHR October 3, 2022 at 06:25PM

Show HN: I wrote a book about overcoming the Metacrisis https://ift.tt/Sosfb5Q

Show HN: I wrote a book about overcoming the Metacrisis Hey HN! Recently published a book developing new frameworks of meaning and value informed by our most advanced cosmology and physics. It makes the argument for the necessity of spiritual revolution in order to free the abundance trapped in the world, a reimagination that interlinks the spiritual project to systemic reformation. The inspiration for the text draws from my history of social impact work and the frustrations and lessons learned along the way. If it's of interest you can learn more/read it/download it in a variety of formats for free at https://singletruth.org. October 3, 2022 at 05:31PM

Show HN: Click on a component (React,) in browser to get to its code in IDE https://ift.tt/Zj5teCs

Show HN: Click on a component (React,) in browser to get to its code in IDE Hi all! Here is my open-source side-project. It is a browser extension that lets you click on a component on your localhost to get to its code in your editor. It works with React, Svelte, SolidJS, Preact, and Vue components and with VSCode, Webstorm, or any other editor that supports URL protocol links. It can be used also as JavaScript library (instead of installing browser extension) It speeds up my web development so much that I can't work without that anymore :D Let me know if you like it or if you would like to improve it somehow. Contributions are welcomed https://ift.tt/Syv3nZm https://ift.tt/vlXNLrm https://ift.tt/Syv3nZm October 3, 2022 at 03:06PM

Show HN: Hadmean – The easiest and most efficient internal tool generator https://ift.tt/UpEkJlm

Show HN: Hadmean – The easiest and most efficient internal tool generator Hi HN! I am excited to share Hadmean with you all for feedback and early adoption. What: Hadmean is an open-source, no-code internal tool generator. Why: Most internal tool generators make you build from the ground up i.e you get a blank canvas, drag and drop and wire components to satisfy your business requirement. This I believe has many problems. - They require some technical know-how. - They require some learning curve. - They require time to build and maintain. - You duplicate a lot of business logic already in your database. How: Hadmean attempts internal tool generation with a new approach by introspecting your database and building a multi-page application based on all the info it can find like your fields types, relationships, constraints etc. It is really cool. You literally will have your admin app done under 1 min without any tutorial or SQL. Hadmean is also fully customizable, you can turn on/off every feature you see in the UI within the UI. Quick features - Minimalist Setup - Just `npx hadmean@latest` - Users Management - Roles and permission - CRUD - Relationships - Table Views - Form validations - Awesome and powerful filters - Primitive dashboard builder - Powerful multi-page navigation system - Pleasantly looking Here is demo link ( https://ift.tt/9MOyZLz ) Hadmean is currently in alpha but our our current features are pretty much stable and we are still adding more features and integrations to help you handle more business requirements seamlessly. https://ift.tt/kOcYxnp October 3, 2022 at 02:11PM

Show HN: Can I DevTools? https://ift.tt/SKksGAN

Show HN: Can I DevTools? https://ift.tt/VjCqmZ2 October 3, 2022 at 11:10AM

الأحد، 2 أكتوبر 2022

Show HN: Personalized themes for VSCode + 25 editors, powered by color science https://ift.tt/A2BCa6y

Show HN: Personalized themes for VSCode + 25 editors, powered by color science https://hueflake.dev/ October 3, 2022 at 01:53AM

Show HN: placesloth.com – generate placeholder images of sloths https://ift.tt/TMLJW3K

Show HN: placesloth.com – generate placeholder images of sloths Hey all, Last week I had to make a couple of test pages and turned to one of my favorite sites to fill it with some imagery: https://placebear.com/ There's a pretty large amount of sites like this, but none seemed to be serving the superior animal: sloths. So I hacked this together quickly over the weekend. It's definitely ugly code and an ugly approach, nothing prevents this from going OOM, it'll probably fall over under a bit of load (or when the single spot instance running it gets replaced), but it was fun to build and fills my needs. Hope this inspires you to expand the placeholder generator landscape, or at least include some sloths on your test pages :) https://placesloth.com/ October 3, 2022 at 12:25AM

Show HN: I made a productivity tool instead of being productive https://ift.tt/f2OTyh1

Show HN: I made a productivity tool instead of being productive https://ift.tt/4UR7bEF October 2, 2022 at 05:22PM

Show HN: It's like Hangman not Wordle https://ift.tt/jr2afwq

Show HN: It's like Hangman not Wordle Grey-haired back-end dev has a go at a web-based game using html/css/js only. The interface is (very) similar to Wordle, but it's a different game based on guess-the-word letter-by-letter Hangman. https://foximax.com October 2, 2022 at 03:26PM

Show HN: MathB.in Demo – Share Mathematics on the Web with Markdown and LaTeX https://ift.tt/HJCqbQP

Show HN: MathB.in Demo – Share Mathematics on the Web with Markdown and LaTeX https://mathb.in/1 October 2, 2022 at 03:10PM

Show HN: Flutter: Test selection for Ruby based on incremental code changes https://ift.tt/h4Pty05

Show HN: Flutter: Test selection for Ruby based on incremental code changes https://ift.tt/DIlCLJg October 2, 2022 at 06:51AM

السبت، 1 أكتوبر 2022

Show HN: GhostLabel – Make Your Own Bottled Water Label https://ift.tt/UZYVi70

Show HN: GhostLabel – Make Your Own Bottled Water Label https://ift.tt/RsqM78L October 2, 2022 at 06:26AM

Show HN: An ultra-light-weight tool to quickly test your ping https://ift.tt/nCAWz1m

Show HN: An ultra-light-weight tool to quickly test your ping Howdy HN! I find myself testing my ping from time to time, especially when my internet seems wonky while WFH. It feels like there should be an easier way test my ping than puling up a terminal or a complex web app - especially when I'm on my phone or any other device that doesn't have a terminal. I figured I should be the change I wish to see in the world and created this super light ping test. I also created a latency monitoring solution ( https://ift.tt/BWT8Er7 ), feel free to clone and try it out! I know there are a lot more mature monitoring solutions out there, but I never did figure out how to set them up. This one is super simple: clone it to some device that's always on, compile it, set up some systemd stuff, and it's ready to rock on port 8180! https://ift.tt/PQD2Ljq October 2, 2022 at 12:31AM

Show HN: SigNoz – open-source alternative to DataDog, NewRelic https://ift.tt/GkQB3ep

Show HN: SigNoz – open-source alternative to DataDog, NewRelic https://ift.tt/OYUp76r October 1, 2022 at 11:00PM

Show HN: Redirect-as-a-Service https://ift.tt/IPvxpbd

Show HN: Redirect-as-a-Service https://ift.tt/evu5SNI October 1, 2022 at 09:13PM

Show HN: Sksql a Database Engine in TypeScript https://ift.tt/2ZhpPq8

Show HN: Sksql a Database Engine in TypeScript Hi! I wanted to understand more about databases' internals so I wrote one from scratch. It has a T-SQL inspired syntax with support for functions and procedures. It can be used stand-alone as a SQL engine or with a server allowing for persistence and replication to other connected clients. Performance are nothing near sqlite of course but that's beside the point. It’s a small database engine that can run in a web app as a way to store session data, do small calculations on a web worker, store the document/data the user is editing or facilitate “multiplayer” feature by broadcasting the queries the web app is running. The server runs in a container for that specific document and shutdowns automatically after a set amount of minutes of inactivity. https://ift.tt/Jcf4z9e October 1, 2022 at 07:54PM

Show HN: Cppq – Simple, reliable and efficient distributed task queue for C++17 https://ift.tt/M1SHEUn

Show HN: Cppq – Simple, reliable and efficient distributed task queue for C++17 https://ift.tt/3ImXsDn October 1, 2022 at 03:41PM