Tuesday 4 July 2023

Show HN: Zero to High School (v2) https://bit.ly/44eml1U

Show HN: Zero to High School (v2) Version 2 enable users to read lighter PDF (with complete chapters). Happy learning. https://bit.ly/3PlZgpk July 5, 2023 at 01:02AM

Show HN: Hackerman.AI Level up your coding skills with AI-generated programs https://bit.ly/3rdHbQh

Show HN: Hackerman.AI – Level up your coding skills with AI-generated programs https://bit.ly/44dLZUk July 4, 2023 at 09:41AM

Show HN: Customize Google Forms and embed to your website https://bit.ly/46CAqI6

Show HN: Customize Google Forms and embed to your website https://bit.ly/3rih5vg July 4, 2023 at 01:30PM

Show HN: PivotJS Framework for Startup Founders https://bit.ly/3ra4Alv

Show HN: PivotJS Framework for Startup Founders An open-source React+Redux+Express framework for startup founders who care more about sales than performance https://bit.ly/3PGzQCQ July 4, 2023 at 07:27AM

Monday 3 July 2023

Show HN: Latent Workers AI-Powered Market Insights at Your Fingertips https://bit.ly/3pww1Wc

Show HN: Latent Workers – AI-Powered Market Insights at Your Fingertips Hey HN, introducing Latent Workers – an AI tool that sifts through market and breaking news, and serves you the essentials. Perfect for investors and analysts wanting to stay informed without the information overload. It monitors markets, analyzes news, and sends real-time recommendations. It’s free to get started. Would love to hear what you think! https://bit.ly/3Pwou4d July 4, 2023 at 04:54AM

Show HN: A package manager for Autonomous AI tools https://bit.ly/3NE0utl

Show HN: A package manager for Autonomous AI tools I've just started AutoPack, which is a repository and python package of tools designed specifically for autonomous AI systems. Right now it's just LangChain but adding Auto-GPT and others isn't very hard. https://bit.ly/46BZJtN July 4, 2023 at 12:38AM

Show HN: Using C23

Show HN: Using C++23

Show HN: JobLens AI-powered job search for 'Who Is Hiring' https://bit.ly/3PGYrrf

Show HN: JobLens – AI-powered job search for 'Who Is Hiring' There are existing HN job aggregators, but I thought we could take it a step further. Inspired by an insightful comment on a previous thread ( https://bit.ly/448Vvbn ), I built a tool that aggregates job postings and intelligently categorizes them based on user-specific preferences: * Country and remote work preferences * Employer type (e.g., startup, corporation, government) * Industry * Technologies used * Role type (developer, architect, product owner, etc.) * Salary range (where available) One of the superpowers of LLMs is reformatting information from any format X to any other format Y. We leverage this to map all the unstructured job postings into the same unified structure. The new GPT functions feature and the extended context windows are really helpful for this. Instead of having to build a custom NER pipeline, it works very well with GPT out-of-the box. One challenge is keeping the filters consistent and merging of duplicates. Embeddings help with that. What's next: * Integrate additional sources. We can generate web scrapers and data processing steps on the fly that extract and transform data into the same structure. * Add location distance filters. * Expand beyond jobs to monitor personalized data like events or real estate. Imagine using AI to rate local events from multiple sources based on your preferences, considering factors like your interests and distance from home. * Smaller improvements based on your feedback :) https://bit.ly/44a0fxs July 3, 2023 at 04:16PM

Show HN: I've built a tool for async status check-ins to avoid DAILY meetings https://bit.ly/44rQN89

Show HN: I've built a tool for async status check-ins to avoid DAILY meetings https://bit.ly/44qEY2b July 3, 2023 at 01:56PM

Show HN: GIF to ASCII Art https://bit.ly/3NXXJ7C

Show HN: GIF to ASCII Art https://bit.ly/3PD4Xz9 July 3, 2023 at 09:46AM

Show HN: React Native SDK for Passkeys https://bit.ly/3rce5AG

Show HN: React Native SDK for Passkeys https://bit.ly/44fzRlW July 3, 2023 at 06:19AM

Show HN: Python can make 3M WebSocket keys per second https://bit.ly/3XCUfdS

Show HN: Python can make 3M+ WebSocket keys per second https://bit.ly/3Xz1tj4 July 3, 2023 at 08:06AM

Sunday 2 July 2023

Show HN: Prototype for ETH Signing for endorsing Wikipedia updates https://bit.ly/3NEwPAm

Show HN: Prototype for ETH Signing for endorsing Wikipedia updates Wikipedia suffers from vandalism. We built a prototype for making endorsement from cryptographically signed signature using Ethereum wallet (e.g. MetaMask) https://bit.ly/3NXqJwk July 3, 2023 at 02:14AM

Show HN: Eddie A Smart Video Editor with Python [Seeking Feedback] https://bit.ly/3CU5Age

Show HN: Eddie – A Smart Video Editor with Python [Seeking Feedback] Eddie the Smart Video Editor is a Python script that automates the process of editing videos based on specific code-words you say while recording the video. It takes a video file, converts it into an audio file, transcribes the audio to text using OpenAI's Whisper API and identifies segments between specified code-words. It then cuts out these segments from the original video, removes any silence and produces a new edited video file ready for the final touches. False recording starts are also okay as it only matches the last occurrence of the 'start' code-word when the next code-word is the 'end' code-word. I wanted to jump into the far deepest of deep ends and ask for feedback please. I am kind of scared of you all tbh but I value learning more than crapping my pants. Thank you. https://bit.ly/448ryIe July 2, 2023 at 11:38PM

Show HN: How to Add Physical Property into FreeCAD https://bit.ly/3riv1p2

Show HN: How to Add Physical Property into FreeCAD https://bit.ly/437Ranh July 2, 2023 at 07:13AM

Saturday 1 July 2023

Show HN: Personal Replit Ghostwriter https://bit.ly/3JHSJBD

Show HN: Personal Replit Ghostwriter What it is: A website to run a Ghostwriter like code generation assistant for free! Backstory: Hi All, I recently stumbled upon GGML 4 bit quantized LLMs and the fact that small version of these GGML models (i.e., upto 7b) can run smoothly on a CPU! The GGML 4 bit quantized version of replit’s codeInstruct-3b model, only requires 2GB of RAM! So I quickly tested it and hosted the model on a free HuggingFace Space and it works! Let me know your thoughts on it! https://bit.ly/3XwPZwL July 1, 2023 at 04:11PM

Show HN: Skogsnet Temperature and Humidity Monitoring with Raylib and C/C https://bit.ly/3CWRUkI

Show HN: Skogsnet – Temperature and Humidity Monitoring with Raylib and C/C++ Arduino -> Serial bus -> Unix -> (main) Measuements read from the Serial bus and displayed real time. With Raylib as Visualization for the data. https://bit.ly/3JE7LIF July 1, 2023 at 04:54PM

Show HN: Use Reddit via JSON feeds without authentication https://bit.ly/3NV4qav

Show HN: Use Reddit via JSON feeds without authentication Hey guys, As Reddit makes it harder to use their API, I decided to make a wrapper around their undocumented JSON feeds. This allows you to get data from Reddit without authentication. This is only suitable for getting public data. I hope this helps someone out there. I'm also planning to make an android app via CapacitorJS using this library. Feel free to ask questions or give feedback. Thanks! https://bit.ly/3r6oopX July 1, 2023 at 07:00PM

Show HN: Timechief My Smartclock Project https://bit.ly/3r51UFH

Show HN: Timechief – My Smartclock Project https://bit.ly/44tiwW4 July 1, 2023 at 01:22PM

Show HN: Look Ma I have solved some sh.t https://bit.ly/3JEDSrv

Show HN: Look Ma, I have solved some sh.t https://bit.ly/3JFa9Pw July 1, 2023 at 07:36AM