Monday, January 2, 2023

Show HN: InterviewFrog – Gamify Your Interview Prep With GPT A.I https://ift.tt/7UXLwJW

Show HN: InterviewFrog – Gamify Your Interview Prep With GPT A.I https://ift.tt/K0SBZd1 January 1, 2023 at 10:10PM

Show HN: Detecting collision between 500k circles below 5ms https://ift.tt/sQ82A4k

Show HN: Detecting collision between 500k circles below 5ms Heya. I created a flexible collision engine for broad detection in C that's also pretty fast. Personally that's my best, so I wanted to show it here. Although... still not as fast as DragonEnergy's one that supposedly handled millions of agents bouncing off each other every frame on an old i3, haha. I hope I get better at this! He set the bar pretty high for me. I was considering including some small function that tries finding the nearest entity, although I think it might be better to simply use query for that matter. Perhaps in the future I will get a good idea of how to do that more efficiently. This is not a clickbait. Although generally you also call other functions in a tick, a collision check between 500,000 circles ("circles", not "squares", because distance is checked and forces are applied based on the angle between) is done below 5ms on not really that demanding hardware. I achieve lower times than that on my budget laptop, slightly more on my PC (yeah, weird). The total time spent in a tick is 3-4 times that. https://ift.tt/Z4d0okM January 2, 2023 at 01:38AM

Sunday, January 1, 2023

Show HN: Modreveal – Utility to find hidden Linux kernel modules https://ift.tt/kMPGfOw

Show HN: Modreveal – Utility to find hidden Linux kernel modules https://ift.tt/40S7ouc January 1, 2023 at 09:02PM

Show HN: Lama2 - Plain-Text Powered REST API Client for Teams https://ift.tt/tFlBq71

Show HN: Lama2 - Plain-Text Powered REST API Client for Teams https://ift.tt/C5n8UM2 January 1, 2023 at 07:36PM

Show HN: I created my AI clone based on 600.000 written words https://ift.tt/h587p1x

Show HN: I created my AI clone based on 600.000 written words https://twitter.com/louis030195/status/1609487185602023426 January 1, 2023 at 03:21PM

Show HN: My programming language, building in public for 1 year https://ift.tt/0mzXgBH

Show HN: My programming language, building in public for 1 year My weekly(ish) video logs tracking my progress of building a completely sound statically typed language and structural editor. The motivation is to make lots of invalid programs unrepresentable. https://ift.tt/ZjgeiRT January 1, 2023 at 05:12AM

Show HN: I made a simple, open source, chromatic tuner mobile app https://ift.tt/zX4l7vC

Show HN: I made a simple, open source, chromatic tuner mobile app I'm a musician by night, software developer by day, and one of the minor frustrations I've always had was trying to find a simple tuner app for my phone. Looking at both the iOS and Android app stores, you'll find a lot of the top tuner apps are rather bloated with ads or subscription callouts. I thought I'd create a dead-simple minimalistic mobile chromatic tuner the way I would like it - open the app and tune my guitar. My work is in web with NodeJS and React, so I chose React Native since it was the easiest to understand coming from React. Flutter was also an option since the company I work for has a team working in that, but I thought it would be a bit too much effort to learn Dart. I learned a bit more about React rendering with this project as well. The main issue I had was trying to have a React state variable be constantly updated with any frequencies detected from the mic input, but that ended up causing substantial slowdown due to so many rerenders, so I opted to use a React ref to maintain any detections, and then only update the React state when there was an actual note. I feel like sometimes the UI has trouble updating occasionally when my iPhone is in battery saving mode, which I guess might be related to throttling the audio sample rate somehow, though I'm not entirely sure. Friends and family haven't noticed this, so it may be due to my old 2016 iPhone SE :P. The apps you can find on the both the iOs App Store and Google Play (free!). https://ift.tt/fCTXYBx https://ift.tt/EKAQwbG... Would love any feedback! https://ift.tt/1ac24B6 January 1, 2023 at 02:21AM

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding https://ift.tt/IwYJfju

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding With the Mozilla Pocket shutdown coming up in about two weeks, I thought ...