Saturday 6 January 2024

Show HN: Load env var at runtime, support JSON validation and HTML interpolation https://bit.ly/3viz46T

Show HN: Load env var at runtime, support JSON validation and HTML interpolation https://bit.ly/3Hba9oM January 7, 2024 at 05:50AM

Show HN: Building a 'liturgical lightbulb', bringing the Calendar to life https://bit.ly/48G15Us

Show HN: Building a 'liturgical lightbulb', bringing the Calendar to life https://bit.ly/41KK35r January 6, 2024 at 12:57PM

Show HN: New RISC-V emulator for Computer Science education https://bit.ly/3NT1RWm

Show HN: New RISC-V emulator for Computer Science education Just released EGG, an emulator created for teaching Assembly and microprocessors (designed to suit the needs of the Microprocessors classes, at Universidade Federal do ParanĂ¡, Brazil). The emulator will support multiple architetures in the future, but currently only RISC-V is implemented. https://bit.ly/3H7Js48 January 6, 2024 at 11:08PM

Friday 5 January 2024

Show HN: Cygnal: Cygwin Native Application Library https://bit.ly/41NMZy4

Show HN: Cygnal: Cygwin Native Application Library Cygnal provides a forked CYGWIN1.DLL which bends some of the semantics toward native Windows behaviors, turning Cygwin into a run-time library for Windows programs. Not only is this useful for porting programs from Unix-like platforms to Windows as native applications, but Windows programs can be developed which take advantage of not only Windows APIs, but the Cygwin build environment and POSIX run-time. https://bit.ly/3H87hZz January 6, 2024 at 06:55AM

Show HN: Hashmap.me – Simple HTTP-Based Data Storage and Retrieval https://bit.ly/3RR1eh6

Show HN: Hashmap.me – Simple HTTP-Based Data Storage and Retrieval I'm excited to share Hashmap.me, a small tool I've built to simplify data storage and retrieval. It's a straightforward service that allows developers to store data records via HTTP requests and retrieve them easily, all without the hassle of setting up and managing a database. Initially I built this because I was tired of creating a database to prototype my own projects, I just wanted to persist my in memory cache between restarts early on. Each hashmap you create corresponds to its own collection in MongoDB. Perfect for small projects, quick prototypes, or learning purposes. I'd love to get your feedback and hear your thoughts! Check it out here: https://bit.ly/3S7if7P Thanks for taking a look! https://bit.ly/3S7if7P January 6, 2024 at 02:12AM

Show HN: Fitlock – Block apps until you reach your daily fitness/health goals https://bit.ly/3RPpLmr

Show HN: Fitlock – Block apps until you reach your daily fitness/health goals Introducing Fitlock, the privacy-focused app designed to empower users in curbing screen time and enhancing fitness through the utilisation of Apple Health and Screen Time features. Fitlock's innovative approach involves blocking apps and websites until users achieve their daily health and fitness objectives. Here's how Fitlock operates: users can establish a personalised schedule to block specific apps at chosen times of the day, adjusting the strictness level of the block to suit their preferences. Once the user's schedule is active, the blocked apps remain inaccessible until they successfully meet their health and fitness goals. For instance, a user might set up a schedule to restrict social media apps daily, unlocking them only for 30 minutes each time they reach 2000 steps within the specified timeframe. Beyond its core functionality, Fitlock boasts additional features like progress tracking over time and a range of strictness levels to cater to diverse user preferences. It's worth noting that Fitlock is currently exclusive to iOS, but stay tuned as there are plans to develop an Android version in the near future. I'd love to hear your questions/feedback. https://bit.ly/41KRDNp January 5, 2024 at 11:42PM

Thursday 4 January 2024

Show HN: Possibly the most comprehensive design system collection https://bit.ly/3H6SVbT

Show HN: Possibly the most comprehensive design system collection https://bit.ly/3tIPm8J January 5, 2024 at 04:23AM

Show HN: Open-source alternative to Visual React Editors https://bit.ly/3THKxqW

Show HN: Open-source alternative to Visual React Editors https://bit.ly/41Mi7xQ January 5, 2024 at 02:22AM

Show HN: AnonAmaze - MVP: Gen AI Information Privacy/Security https://bit.ly/3S6jHHC

Show HN: AnonAmaze - MVP: Gen AI Information Privacy/Security Seeking feedback on my new GPT front-end focused on maintaining privacy and information security while engaging generative AI. "Engage the power of Generative A.I. while maintaining privacy and confidentiality." Thanks https://bit.ly/3S4cyaW January 4, 2024 at 11:24PM

Show HN: Clutter-free, powerful Mac-native sample manager https://bit.ly/3H3F9XH

Show HN: Clutter-free, powerful Mac-native sample manager https://bit.ly/41Ohgwz January 3, 2024 at 10:41AM

Show HN: Go index me – Get your pages indexed by Google https://bit.ly/3RLZxl5

Show HN: Go index me – Get your pages indexed by Google https://bit.ly/3NxxNPI January 4, 2024 at 11:06AM

Wednesday 3 January 2024

Show HN: Dive into dedicated forums tailored to each subject – Academates https://bit.ly/47oZi5h

Show HN: Dive into dedicated forums tailored to each subject – Academates https://bit.ly/4aJjUrt January 4, 2024 at 03:51AM

Show HN: Pam-Authramp – Advanced Brute Force Protection for Linux Users https://bit.ly/3vp22SR

Show HN: Pam-Authramp – Advanced Brute Force Protection for Linux Users https://bit.ly/3NRkPwe January 3, 2024 at 11:07PM

Tuesday 2 January 2024

Show HN: Demo of Oracle Database + Oracle Linux + macOS UTM QEMU https://bit.ly/3THjYCf

Show HN: Demo of Oracle Database + Oracle Linux + macOS UTM QEMU https://bit.ly/3H2PpiC This is a quick demonstration tutorial of how to set up Oracle Database on Oracle Linux on macOS on Arm, by using UTM on QEMU. This is intended for local development, such as on a MacBook Pro M1/M2/M3 with enough memory and storage. There are other approaches for Oracle software, such as containers, cloud infrastructure, etc. I intend to try some of these next. Feedback welcome and appreciated. January 3, 2024 at 03:19AM

Show HN: Chomp Game built in React.js https://bit.ly/3vewgrq

Show HN: Chomp Game built in React.js I built a game called Chomp, which sparked my interest back in college when I learned about it in a game theory context. It's a 2-player game, where you take turns biting chunks of chocolate off of a chocolate bar, avoiding a special 'poison' square. Whoever chomps the poison square, loses. I’m learning React / web development and was inspired to create a playable online version as my first React app. And my first Show HN post! Currently you control both Player 1 and Player 2. I imagine a future version where you are Player 1, playing against an AI that controls Player 2. Some more about Chomp: -It is proven that a winning strategy exists for Player 1, regardless of the starting dimensions of the chocolate bar (other than the trivial 1x1 case). -HOWEVER, there is no known winning strategy that works for all starting dimensions. Only for some special cases, like a square NxN chocolate bar. -Computers can of course simulate all possible games and see which ones result in Player 1 winning, but there's no clear step-by-step procedure one could follow in practice (unlike tic-tac-toe, for example). -So if you play around and happen upon a general winning strategy for Player 1, you may have made a mathematical discovery! -Here's the wiki for more info/background on the Chomp game: https://bit.ly/3S6aNdr https://bit.ly/3S3EUCd January 3, 2024 at 01:56AM

Show HN: Rebook.me. Rebook your hotel at lowest rate poss (or upgrade for free) https://bit.ly/3RNmcNR

Show HN: Rebook.me. Rebook your hotel at lowest rate poss (or upgrade for free) We're launching a new service based on the industry tactic of 'Yield Optimization'. This is where your travel agent will monitor the rates of your booked room and secretly rebook when the rate drops, pocketing the profit. Instead now you can benefit. We monitor your hotel rate after booking and help you rebook when it drops. We also monitor upgraded rooms for the same/less than your original rate. https://bit.ly/41GHYHz January 3, 2024 at 12:35AM

Show HN: Hacker News Year in Review: 2023 https://bit.ly/3vjBGS1

Show HN: Hacker News Year in Review: 2023 https://tabsoft.co/48e0EAS January 2, 2024 at 11:46PM

Monday 1 January 2024

Show HN: Build your startup or side project faster with these SaaS templates https://bit.ly/3NMnc3F

Show HN: Build your startup or side project faster with these SaaS templates https://bit.ly/4aHFjSc January 2, 2024 at 04:50AM

Show HN: AI Undetect – The Freemium Undetectable AI Writing Tool https://bit.ly/48j0N5Z

Show HN: AI Undetect – The Freemium Undetectable AI Writing Tool AI Undetect is undetectable AI rewrite tool It offers an AI detection remover service that integrates 8 free AI detector interfaces, including GPTZero, ZeroGPT, Copyleak, Writer, and SAPLING. With a single click, you can determine whether your content has been generated by AI. If you wish to make your content seem more human-like and bypass AI detectors, you should make use of our AI humanizer, which helps in converting AI text to a more human-friendly form to anti AI detector. https://bit.ly/48mIuNp January 2, 2024 at 03:34AM

Show HN: Hook – a simple graphical C/C++ runtime editor https://bit.ly/3S2aa4k

Show HN: Hook – a simple graphical C/C++ runtime editor While helping one of my students create and iterate on a game in C using raylib, I realized there was quite a lot of time spent on experimenting with level design and colors, how the player moves, gravity, etc. and a lot of time was wasted making a change, exiting the game, recompiling, running the game, deciding his change wasn't right, and going through the whole cycle over and over. I could tell it was demotivating, and this process was creating a barrier that prevented him from experimenting to his heart's content. I started this project to solve this problem by giving a simple gui to a few core features of lldb through the lldb api. Experimenting with changing colors, where blocks in the level go, how tall the player is, gravity is all now just a simple toggle or text field edit. The variables are modifiable while the program is running. The project is still in its early stages, and so far only targets macOS. https://bit.ly/3S4NzEx January 2, 2024 at 02:15AM