Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
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
Sunday, 31 December 2023
Show HN: Pokemon prototype game made with JavaScript and p5.js https://bit.ly/3RYJl0W
Show HN: Pokemon prototype game made with JavaScript and p5.js https://bit.ly/3S30wyH January 1, 2024 at 03:30AM
Show HN: Raiseto – Discover and Share Ideas https://bit.ly/48URcm7
Show HN: Raiseto – Discover and Share Ideas https://bit.ly/3LFW59j January 1, 2024 at 03:04AM
Show HN: hodo.graphics – Mobile first meteorology models https://bit.ly/48h9m1k
Show HN: hodo.graphics – Mobile first meteorology models https://bit.ly/3TJMUtf December 31, 2023 at 05:13PM
Show HN: Cassette, a Personal Programming Language https://bit.ly/3TJMgMd
Show HN: Cassette, a Personal Programming Language I made this simple language over the past year, and it's time for me to say it's "done" (for now) and focus on other projects. I've struggled to answer the question "what is this language for?" other than "it's just for me" — and that's probably good enough. But I also wanted to make something "complete" that others could use if they wanted to. Writing my own language was an incredibly rewarding experience, and I'd recommend everyone trying it. Let me know if you have any questions or feedback, and please share your own experience if you've also made a language. https://bit.ly/3TJMh2J December 31, 2023 at 11:01PM
Saturday, 30 December 2023
Show HN: Say: Remember Everything (open source) https://bit.ly/3TJKlYa
Show HN: Say: Remember Everything (open source) An open source approach to remotely transcribe everything you say on your Apple Silicon computer. Note: Relies on Apple Silicon, and configured to only produce Apple Silicon builds. I think the idea of transcribing everything you say has the potential to change how we interact with our computers, and believe it should be open source. By "it", I mean everything you say. Also, from a privacy / security perspective, this is like... pretty scary stuff, and I want the code open so we know for certain that everything is leaving your laptop. It's like exposure therapy: if it hurts, do it more often. (Copycat of "Show HN: Rem: Remember Everything (open source)" by jasonjmcghee) Original Post: https://bit.ly/3TGcwqN https://bit.ly/3tHVP3F December 31, 2023 at 01:40AM
Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP https://bit.ly/3S01OtY
Show HN: Spindle, a cross between Wordle and a Rubik's Cube made in PHP Hi HN, I was late to wordle, so I am also late to making my own version. In Spindle, you rotate words on a grid with the aim of assembling the day’s target word. I enjoy it, so I thought some of you might enjoy it too. From a tech perspective, it’s a very simple Laravel / Livewire app. My happy place in recent years has been Typescript and SvelteKit, so this was a bit of an adjustment, but it allowed me to take advantage of an existing shared hosting server meaning no additional financial outlay. Happy to report a positive experience with PHP and this framework, although I do miss types! Deploying with rsync feels enjoyably old school. (I gather PHP does have types now, but perhaps I’m using the wrong IDE or need a specific VS.Code plugin…) Very happy to answer any questions, although I’m the first to admit it’s very simple from a tech perspective. Your guess at how it was implemented is probably a better solution than what I actually did :) Happy holidays all! https://bit.ly/3S1OXYw December 31, 2023 at 03:20AM
Subscribe to:
Posts (Atom)