Skip to main content

Posts

Showing posts from October 16, 2022

Show HN: Contact Form Delivery https://ift.tt/sau4ixp

Show HN: Contact Form Delivery Most sites I work on have at least one contact form and I got tired of building out the logic to send them and handle the spam into every project. I built and launched Sendfly for myself 5 years ago and it's been a rock solid service that I've relied on ever since. Recently I've done a full re-write, simplifying the product and making it super affordable. I wanted to share it here in case it comes in handy for someone else. There are lots of competitors out there but I found them too expensive for my needs. For $15/year you get unlimited forms and 5,000 form submissions every year. Hoping that fits the bill for developers like me! https://sendfly.io October 23, 2022 at 01:46AM

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

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 t

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

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/Y4FuHfM October 22, 2022 at 02:00AM

Show HN: It's 2022 and sharing files from Android to Mac is still a pain https://ift.tt/CVD3Uch

Show HN: It's 2022 and sharing files from Android to Mac is still a pain I always found sharing files from my Android phone to my Mac a pain. I wanted to have a way to share my photos, videos, documents etc from my phone directly to my MBP, without having to upload anything to the 'cloud' or some messaging app. Those ways tend to be less secure and fairly slow. Because of this I made this little app you see on the video that enables you to share the files directly from your phone to your laptop. I have been using it for a while now for personal use and it works really well! The app was recently made available to everyone. You can try it out for free via https://ubidrop.com Happy to answer any questions you might have. October 21, 2022 at 10:24AM

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

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/d4jgKl1 October 20, 2022 at 05:04PM

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

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/a6KjQSY October 20, 2022 at 10:51PM

Show HN: Transform Your City https://ift.tt/3a7ck0Y

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/UbOsV9v [1] https://twitter.com/betterstreetsai [2] https://ift.tt/Mj5DseN... https://ift.tt/NHLbgRJ October 20, 2022 at 10:04PM

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

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

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

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 c

Show HN: Projectbook – a free collection of 100 project ideas for learning https://ift.tt/FTsOApb

Show HN: Projectbook – a free collection of 100 project ideas for learning I've been hoarding ideas for what would make good learning projects when exploring new languages, frameworks, and libraries for years. So I decided to flesh those ideas out, create some mock-ups, and share them with the public. I originally just had ~20 projects, but as I kept working on it, more ideas kept coming up and it ended up coming to 109 ideas so far. Hope they offer some inspiration or guidance for those trying to learn but not sure what to build. Projectbook is free and open source. Contributions are welcome. And I'll keep adding to it as I come across ideas, resources, and implementations. https://ift.tt/frU3PyY October 18, 2022 at 05:16PM

Show HN: LDAP Explorer for VS Code https://ift.tt/8fm3Boc

Show HN: LDAP Explorer for VS Code I use VS Code everyday and often need to look up Active Directory groups. I have been using ldapsearch and JXplorer for years but figured it would be more convenient to have an interface that integrates directly with VS Code so I made this extension. https://ift.tt/mIXe54o October 18, 2022 at 06:57AM

Show HN: Xzgrep is twice as fast with dash versus bash https://ift.tt/EIPjlup

Show HN: Xzgrep is twice as fast with dash versus bash In the CentOS world, a shell script written by "Charles Levert" has been extended as the compressed grep for (gzip/bzip2/xz) as /bin/(zgrep/bzgrep/xzgrep); variants of this script are bundled in their respective packages. The dash shell, available in EPEL for CentOS, appears to specifically speed up xzgrep considerably when altered from #!/bin/sh to #!/bin/dash. In my testing on a 32-bit platform under xargs, a search of 14k files of 20M total size runs in half the time. Do others see this performance increase? Is this another tangible benefit for Debian/Ubuntu moving the system shell from bash to their Almquist shell derivative? October 18, 2022 at 12:12AM

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

Show HN: Custom sonata playlist for sleep and rest Also available through https://ift.tt/hIG5BZi 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/uIFHbDf October 17, 2022 at 02:57AM

Show HN: First Working Interpreter https://ift.tt/67Tl1h3

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/akT1Vun October 16, 2022 at 10:59AM