Sunday, May 7, 2023

Show HN: I made an open-source project to ask questions to the Laravel docs https://ift.tt/EuxOoYU

Show HN: I made an open-source project to ask questions to the Laravel docs After I posted about https://ift.tt/bGJMA5F on Reddit I received some messages asking me how If I was going to make the code open source or if I could show them how I did it. So I decided to create this repo so you can take a look at the code and maybe apply the same techniques on your own apps. It's made using only PHP as language so I think is pretty different since most stuff out there is made using python or javascript. It uses the OpenAI API and Redis as a vector database. https://ift.tt/oqydY1J May 6, 2023 at 09:07PM

Show HN: CrossLine – the desktop Outliner with cross-links and transclusion https://ift.tt/uVN7xRb

Show HN: CrossLine – the desktop Outliner with cross-links and transclusion https://ift.tt/XO6LRFB May 6, 2023 at 08:16PM

Saturday, May 6, 2023

Show HN: I made an open source desktop magnifier for demo and presentations https://ift.tt/y4Y2Vgp

Show HN: I made an open source desktop magnifier for demo and presentations I wanted a cool magnifier for my presentations, but couldn't find one (the default windows one was not really usable for my case) So I built one using Vue and Tauri (weird stack for such a tool, huh?). It was a pretty fun little project, hope you guys can have some use. Here's how it works: - When you press the shortcut, it takes a screenshot and store it in a temp folder - It then displays an HTML window and passes the screenshot URL to it - The HTML window has no "decorations" (top bar) and only contains an empty div - This div uses the screenshot as a background and updates the background position based on the cursor location - The window location is also updated according to the cursor location using a requestAnimationFrame (so that it does not get triggered too often) - The wheel event impacts the size of the window, as well as a transform:scale on the background. https://ift.tt/a3ZEM5A May 6, 2023 at 04:14PM

Show HN: ReRender AI, Realistic Architectural Renders for AutoCAD, Blender Users https://ift.tt/aeSOlBf

Show HN: ReRender AI, Realistic Architectural Renders for AutoCAD, Blender Users https://rerenderai.com May 6, 2023 at 02:45PM

Show HN: SpiderSuite: Advance GUI web security crawler https://ift.tt/ATxkv4c

Show HN: SpiderSuite: Advance GUI web security crawler https://ift.tt/JP5RxE9 May 6, 2023 at 11:26AM

Show HN: Ethereum address reviews, similar to Yelp https://ift.tt/eSD8m3Q

Show HN: Ethereum address reviews, similar to Yelp Hi HN, Excuse me if the formatting sucks, this is a first time post. I want to introduce to you vrfd.info. A place where you can openly view and influence the reputation of any Ethereum address. Think of it as Yelp but for Eth. Addresses are classified as either verified or flagged on-chain through soulbound NFTs. A type of NFT that has no trade value as it cannot be sold. Once minted, it is stuck to the given address. The metadata of the NFT contains either information to verify the address with, this could be a social account for example. Or in the case of flagged addresses, the metadata contains proof of wrong-doing. Users can search the classification status of any address on the web app. Additionally, users can apply to either verify or report an address, provided proof. In the case of reports, users stand a chance to be rewarded. Finally, users can up or down vote other addresses. I made this tool after suffering one to many scam without having an open source library where addresses can be reported or their credentials verified. It's still a bit clunky, but the core concept works fully integrated on the Testnet. I'm shipping a big update this week to make it more responsive. Thanks for taking the time to read this. Please give me any feedback as I am looking to improve everywhere I can. https://vrfd.info May 5, 2023 at 11:00PM

Show HN: Avoiding Imgur Link Rot https://ift.tt/ul7TKPZ

Show HN: Avoiding Imgur Link Rot Over the last decade I've built a number of different digital asset managers (mostly media files) that met the needs of my companies at the time. It is an area I enjoy working in. A month ago, when asked what was next for me, I jokingly said I would build another DAM. Then on Saturday, two weeks ago, I learnt that Imgur was going to delete all anonymous & NSFW files on the 15th of May. It was pointed out that this would mean broken links in communities that had relied on Imgur. By the Sunday I had decided that I would build another DAM, initially with the intent of avoiding Imgur link rot. It was challenging to find time to spend on this, the project was put together over about 8 evenings. It still has rough patches, this is an early MVP (a Michael Seibel "brick"). I have many ideas of where to take this project, but for now it only does one thing: backup Imgur files and produce new links that are easy to swap out for old soon-to-be-deleted Imgur links. https://haasie.com May 6, 2023 at 04:10AM

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More https://ift.tt/8o2SWI1

Show HN: Embedr – Agentic IDE for Arduino, ESP32, and More Hi HN, I’m building an agentic IDE for hardware developers. It currently supports...