Wednesday, March 6, 2024

Show HN: My first programming project – userscripts to change forum UIs https://ift.tt/oTBq7uQ

Show HN: My first programming project – userscripts to change forum UIs Hi, I'm Will. I'm 24, autistic, and have OCD tendencies. I'm learning to code and this is my first public project. I’d really appreciate your feedback and encouragement! This project lets me solve some of my OCD problems online. There are a couple of parts of the forums that I visit – Space Battles, Sufficient Velocity, and Questionable Questing – that I want to remove. Specifically, I hate seeing indicators of how much is left in a forum thread, because I keep thinking about how much content is left. It stops me from immersing myself in the story. It stressed me out. Before I learned to code, I'd use my hand to block the total chapter count so I could read the blurb and see the word count. I would do my best to ignore the page navigation bar except for the next page button, but I usually ended up failing. One of the reasons I always read in full-screen Safari is that I didn't have to see the tab name that always had the page number. I learned not to hover my cursor over the window because it would tell me the page number. This project is a series of userscripts that hide those indicators. I coded the userscripts in JavaScript, and I used https://ift.tt/aTSqVJv as the system. Despite the fact I didn't know what a userscript was until I started coding them, AI assistance allowed me to code them with minimal help from my brother, Stevie. Khanmigo helped me plan, write, and debug code. ChatGPT taught me the theory. Part of the reason I coded a lot faster with the later userscripts is I knew enough to realize when AI was talking about something irrelevant and redirect it. One cool moment was when I correctly predicted I didn't need to code different userscripts for SpaceBattles and Sufficient Velocity because Sufficient Velocity used to be part of SpaceBattles. I find it relaxing not to have to worry about accidentally seeing the chapter count or the final page number. Maybe they’ll help one of you! https://ift.tt/t4pNfgP March 6, 2024 at 10:33PM

Tuesday, March 5, 2024

Show HN: Forth, a News Feed for News https://ift.tt/NF6KzBr

Show HN: Forth, a News Feed for News Hi HN -- I want to share a passion project I've been working on. As we are now firmly in the election season, it is more clear than ever that news needs its own platform. The big tech companies are deprioritizing reporting and removing news tabs. They cannot be the guardians of journalism. We're former journalists who care about reporting, and made a news feed for news. It's like social media, in that you can follow who and what you want, but unlike social, all posts come from real, verified journalists. No conspiracy theories, spam, or hate speech. Just news. Join us. It's free. I'd love to hear your thoughts. https://www.forth.news March 6, 2024 at 10:27AM

Show HN: VueXYZ – Creative coding composables for Vue 3 https://ift.tt/93DcFwK

Show HN: VueXYZ – Creative coding composables for Vue 3 https://vuexyz.org March 6, 2024 at 03:17AM

Show HN: DevBuddies – where programming buddies work together https://ift.tt/8t5FqgB

Show HN: DevBuddies – where programming buddies work together Hi there, I’m a developer and I have always struggled with design aspects and have always been in need for a designer. There used to be a website called programmermeetdesigner.com, but that shut down a long time ago. I have never found a place like that anymore, so after 15 year of having the desire for a place like that I have decided to make it myself. Hence DevBuddies. DevBuddies is a place focussed on developers looking for other people to help them with development and design, and I also added marketing, entrepreneurship and coaching/mentoring. Of course nowadays there are a lot of other ways and places to meet other developers, designers, etc, but not like I wanted it. DevBuddies is not that special or complex (this is the best sales talk you are ever going to see..), but I just wanted it like that. However. I have no wish for growing a community or pushing this into the world, which is probably necessary for DevBuddies to be ‘successful’. I just wanted to fulfill a long-standing wish to create DevBuddies. That’s also the reason that for initial content I have decided to add Reddit content through scraping. This is actually not a bad thing since that content is now better searchable by DevBuddies users and adds value for them. Anyhow, if you have any ambitions for something to help me out on growing DevBuddies or take it over let me know. For now, enjoy DevBuddies! https://buddies.dev/ March 6, 2024 at 12:39AM

Show HN: I made an interactive timeline of all Ferrari models ever made https://ift.tt/CYrgsnX

Show HN: I made an interactive timeline of all Ferrari models ever made https://ift.tt/z2VlCru March 6, 2024 at 01:00AM

Monday, March 4, 2024

Show HN: 3 years and 1M users later, I just open-sourced my "Internet OS" https://ift.tt/Jn1sIV0

Show HN: 3 years and 1M users later, I just open-sourced my "Internet OS" https://ift.tt/PVGdFKN March 5, 2024 at 04:01AM

Show HN: Free editable pith deck template https://ift.tt/iVeEs6y

Show HN: Free editable pith deck template Hi everyone. I designed this pith deck template a while ago. This template is different because it gives you options to choose from for each section. I'm currently looking for feedback so that I can make it better. Happy pitching! https://ift.tt/DejJbIZ March 5, 2024 at 02:02AM

Show HN: Midjourney Showcase https://ift.tt/jxKcuQp

Show HN: Midjourney Showcase https://ift.tt/SkFcy4U March 4, 2024 at 08:01PM

Show HN: I built an AI Image generator with multi-AI-platform https://ift.tt/4y5Jr8T

Show HN: I built an AI Image generator with multi-AI-platform https://ift.tt/t8GNrgK March 4, 2024 at 07:47PM

Show HN: Google Sheets add-on to fuzzy lookup, highlight and remove duplicates https://ift.tt/awYSFhE

Show HN: Google Sheets add-on to fuzzy lookup, highlight and remove duplicates 5 years ago, I created an add-on for Google Sheets called Flookup Data Wrangler for lightweight data cleaning inside the Google Sheets environment. It features both a menu function and a spreadsheet function component. Flookup can be used to: 1. Lookup and match data regardless of text-based differences. 2. Highlight and delete duplicates even if the dataset has mismatched text. 3. Calculate the percentage similarity between text entries. 4. Extract unique values from any column based on percentage similarity. 5. Remove stop words based on text similarity and strip punctuations from strings as well. Because of its versatility, Flookup can be used to return the best match, the next best match, etc. until the minimum percentage similarity is reached. This feature avoids weaknesses other fuzzy matching algorithms have because it safely hands power to you, the user, and I believe the user is the best judge of which data is a match or not. One other great feature Flookup has is that it can be used to combine lookup values. This is particularly helpful when your dataset has many similar strings, and you want to include extra information to your lookup value in order to increase the specificity of your query. In case you are interested in finding out more, head over to our official website at https://ift.tt/6JBpFfv March 4, 2024 at 12:45PM

Sunday, March 3, 2024

Show HN: Free comments section for personal sites https://ift.tt/ROEApCy

Show HN: Free comments section for personal sites I've been working on creating threaded blog posts using RSS feeds. Something similar to Twitter but kind of worse and better in its own way. I had an idea that if users are allowed to embed the threads to their posts, it acts like a simple comment section. Try it out, no accounts required. https://ift.tt/Alp2oyh March 4, 2024 at 05:49AM

Show HN: Pipedream now has 1800 integrated APIs https://ift.tt/lhKsWnQ

Show HN: Pipedream now has 1800 integrated APIs https://ift.tt/ZgTJjbf March 4, 2024 at 01:54AM

Saturday, March 2, 2024

Show HN: Using GPT-4 to buy outfits I liked from movies and TV shows https://ift.tt/SiqIdc2

Show HN: Using GPT-4 to buy outfits I liked from movies and TV shows In a nutshell: 1. I see so many outfits I like in shows, movies, F1 celebrity appearances etc., but I don't know where to buy those items, or they're too expensive. 2. Sometimes, I like the vibes of the outfit and I want to see similar items I can buy from my favourite stores. So I made this Chrome extension that lets you shop any outfit via picture. It uses GPT-4 to generate natural language descriptions of the items in the outfit, then searches the web for them. It also lets you set your preferred shops, sizes and budgets as filters, so you can see only stuff you would actually consider buying. Try it out if you're interested and let me know what you think! https://ift.tt/03SZWva March 3, 2024 at 06:10AM

Show HN: An Algorithmic Audio Landscape https://ift.tt/xjRgapd

Show HN: An Algorithmic Audio Landscape This is an web audio experiment I've been wanting to do for a long time. Basically an ambient music composition, but all the sound elements are laid out in space, and that musical space can be explored freely. It's definitely inspired by in-world music that sometimes appears in games. I basically took that concept, keeping the music aspect, and dropping the entire "game" aspect. I also turned it into a more "traditional" non-interactive album, but since I started with code, why not program the whole thing? Had a blast making the entire album from code, the complete source for the album is here: https://ift.tt/mORgqdD https://ambient.garden March 2, 2024 at 09:46PM

Show HN: Open-Source Decentralized Forum https://ift.tt/IeEUpYJ

Show HN: Open-Source Decentralized Forum I'm working on an open-source "decentralized" app that allows viewing and posting text messages. Posts are stored in the blockchain and not censurable to some extent. Fetching of the blockchain data is done through polling of public apis (blockfrost or koios). Posting a message requires a Cardano transaction which implies fees but this would also prevent spam. Private messages between users are encrypted with a public key generated from each user wallet signature. The whole app is hosted on github pages and open source: https://ift.tt/2gFdOYL Any feedback or thoughts are welcomed. https://decon.app/ March 2, 2024 at 11:29PM

Show HN: DanGPT–Dan Abramov as a GenAI with RAG https://ift.tt/BidgVrt

Show HN: DanGPT–Dan Abramov as a GenAI with RAG This is a side project mostly for education and is open source. The repo on GitHub is at https://ift.tt/WlIjGeA , with all relevant details in the README. https://ift.tt/xRuyahN March 2, 2024 at 10:55PM

Show HN: I build a website for redesign logo,sticker,poster,mockup by using AI https://ift.tt/bYUsdCO

Show HN: I build a website for redesign logo,sticker,poster,mockup by using AI Up to now, icons, logos, free stickers, mockups, coloring pages and birthday cards can be designed, and more cases are being displayed and designed. https://ift.tt/mNwx2kT March 2, 2024 at 02:21PM

Friday, March 1, 2024

Show HN: I made a simple portfolio builder https://ift.tt/gAXosU4

Show HN: I made a simple portfolio builder https://ift.tt/NOSjJys March 2, 2024 at 06:09AM

Show HN: Payme, a library and CLI to generate QR codes for SEPA payments https://ift.tt/al9QpE0

Show HN: Payme, a library and CLI to generate QR codes for SEPA payments I built this library and tool several years ago. Some event where I was a co-organizer needed pre-payment for the orders, and to make this easy without going the path of an online payment service, I sent automatic mails with payment QR codes included. The CLI also (by default) generates QR codes in the terminal, which I use often when an invoice needs to be paid: copy all necessary fields as CLI flags, generate the QR in the terminal, scan with the phone, double check everything and go! Maybe paying should not be this easy... https://ift.tt/3xeOZtp March 1, 2024 at 11:01PM

Show HN: Mojo Language Syntax Highlighting for Vim https://ift.tt/xOU9rXo

Show HN: Mojo Language Syntax Highlighting for Vim https://ift.tt/Qf9q8DO March 2, 2024 at 01:35AM

Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor https://ift.tt/VogWu3E

Show HN: C.O.R.E – Opensource, user owned, shareable memory for Claude, Cursor Hi HN, I keep running in the same problem of each AI app “rem...