Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Tuesday, April 4, 2023
Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ift.tt/wh5oz1M
Show HN: Ycinterview.ai – Practice the YC Interview with Cloned AI Partners https://ycinterview.ai/ April 4, 2023 at 12:55AM
Show HN: Pubnix.pink, a public-access Void Linux system https://ift.tt/LR0HIir
Show HN: Pubnix.pink, a public-access Void Linux system This is a hobby project I've been working on, any feedback is greatly appreciated! https://pubnix.pink April 3, 2023 at 11:40PM
Monday, April 3, 2023
Show HN: Goru, an experimental, Go-inspired concurrency library for Ruby https://ift.tt/uCXrgHh
Show HN: Goru, an experimental, Go-inspired concurrency library for Ruby Hey folks, wanted to show this off and get feedback. Still early/experimental but there are quite a few concepts I'm excited about here. This project came about while writing a program in Go and loving its approach to concurrency. Being a long-time Rubyist I immediately started to think about what similar concepts might look like in Ruby. I set out with two main design constraints: 1. Lightweight: I didn't want routines to be backed by fibers or threads. Having been involved some in the async project ( https://ift.tt/BXTC58i ), I had some experience using fibers for concurrency but was curious if they could be avoided. 2. Explicitness: Routine behavior must be written to describe exactly how it is to behave. I always felt like concurrent code was hard to fully understand because of the indirection involved. On the spectrum between tedium and magical I wanted to err more on the side of tedium with Goru. Goru routines are just blocks that are called once for every tick of the reactor. It is up to the developer to implement behavior in terms of a state machine, where on each tick the routine takes some action and then updates the state of the routine for the next tick. This fulfills both design constraints: 1. Because routines are just blocks, they weigh in at about ~345 bytes of memory overhead. 2. Routine behavior is explicit because it is written as a state machine inside the block. Couple more features worth noting: * Goru includes channels for buffered reading/writing (similar to channels in Go). * Goru ships with primitives for non-blocking IO to easily build things like http servers. Curious your thoughts! https://ift.tt/Bqm2Zay April 3, 2023 at 07:17PM
Show HN: Practice React's UseState Hook with 8 Interactive Exercises https://ift.tt/VHUPcni
Show HN: Practice React's UseState Hook with 8 Interactive Exercises https://ift.tt/A2kRwIB April 3, 2023 at 09:17AM
Show HN: Resource Forks https://ift.tt/JnwTGyz
Show HN: Resource Forks https://ift.tt/Y7sGMPE April 3, 2023 at 09:03AM
Show HN: Cloud.museum the first SSG coded by ChatGPT https://ift.tt/XTHdgK4
Show HN: Cloud.museum the first SSG coded by ChatGPT ChatGPT can code pretty well but not without some help. After 100+ interactions here is the first ever static site generator coded entirely by ChatGPT. There is a NodeJS and even a Swift version. What do you think ? https://cloud.museum April 3, 2023 at 05:44AM
Show HN: I Got ChatGPT to Write Complete Programs https://ift.tt/adqTs9M
Show HN: I Got ChatGPT to Write Complete Programs https://ift.tt/X0IGOAf April 3, 2023 at 03:42AM
Subscribe to:
Posts (Atom)
Show HN: Orca – AI Game Engine https://ift.tt/By5qzel
Show HN: Orca – AI Game Engine https://ift.tt/EnUGtua August 16, 2025 at 02:52AM
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Breaking #FoxNews Alert : Number of dead rises after devastating tornadoes, Kentucky governor announces — R Karthickeyan (@RKarthickeyan1)...
-
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data https://ift.tt/yrqHZtDShow HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data Hey HN, I built this tool because I wanted to understand which...