Monday, 3 July 2023

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

Friday, 30 June 2023

Show HN: Linki the Distributed Wiki https://bit.ly/446jWGm

Show HN: Linki, the Distributed Wiki Hi everyone! I wanted to build a library that can be used to created distributed wikis, because I want people to have tools to run their own wiki as easy as it is to start a git repository and I want them to use each others' works. I want it to be as easy to share a git repository too. I want people sharing information by subscribing to each other and contributing to each other. I have a lot to say about what caused this to become a reality inside my README. Its pretty simple right now, and I hope to keep it simple but powerful in the future. I want to add more backends to it, improve its transfer methods, and improve its history storage. I want to create powerful frontends for it that have the powerful utility of github and wikipedia. Consider this a soft release. I'm looking for guidance from those who become interested in it. Please share any ideas or recommendations as Issues. I want to see that 0.0.x turn into a 0.1.x as soon as possible and give it a grand release soon. https://bit.ly/3NAvJWb July 1, 2023 at 05:47AM

Show HN: Google Trends - 429 https://bit.ly/449rAzU

Show HN: Google Trends - 429 The recent spike in 429 curiosity is from the status code Reddit's API now returns, which some third-party clients make clear to users. For example, RiF creates a toast notification with nothing but this code a bit repetitively. https://bit.ly/3r99bV5 July 1, 2023 at 05:41AM

Show HN: Tabserve.dev. HTTPS proxy using Web Workers and a Cloudflare Worker https://bit.ly/44oE06p

Show HN: Tabserve.dev. HTTPS proxy using Web Workers and a Cloudflare Worker Tabserve gives you a https url for localhost using only the browser (tabserve.dev). Take a look: https://bit.ly/3pvu2S1 https://bit.ly/3pvu2S1 June 30, 2023 at 11:33PM

Show HN: Lemonade a stupid simple Lemmy community browser https://bit.ly/3NFeGCK

Show HN: Lemonade – a stupid simple Lemmy community browser Today Reddit is killing the 3rd party apps, leaving us with no way of accessing user-generated (but not user-owned) content. People are moving away from sites like Reddit to more open, friendlier online communities like kbin and lemmy. I wanted to make this easier especially to the less techie users who might find the process daunting. More info about the project here: https://bit.ly/3PAXfWe https://bit.ly/3Xz4lg2 June 30, 2023 at 12:59PM

Thursday, 29 June 2023

Show HN: LLM streaming directly from React Server Components https://bit.ly/445SmJp

Show HN: LLM streaming directly from React Server Components https://bit.ly/3CQfdMW June 30, 2023 at 12:47AM

Show HN: Scrapscript Guide Proposals and Community Chat https://bit.ly/3pkxCyx

Show HN: Scrapscript “Guide”, Proposals, and Community Chat https://bit.ly/3CYSluB June 29, 2023 at 01:40PM

Show HN: Browser extension for quick access to any productivity tools as widgets https://bit.ly/3NQDmJI

Show HN: Browser extension for quick access to any productivity tools as widgets https://bit.ly/43cKzby June 29, 2023 at 10:26AM