@MinglangDu5Moving to a new computer has made some of my SDL2 projects break. To try to organize my ideas, I made this freeform board.
@ActuallyMed2ah yes. pdf text extraction hell
Wanted to add pdf compatibility to my study app, but the results are...
not satisfactory at all. Going to test other methods for this very reason tommorow, especially as I also need to extract images. if you guys have any help for this, please tell me
@hex43I've added theming to Modulo! If you recall at the very start, I made an update about figuring out how to change the Tailwind theme on-the-fly. This is why! I used a color picker library called svelte-awesome-color-picker, and hooked its onInput event to a function that updates the theme's CSS variable.
@zakkbob0the drives arrived, so I can try to make my nas now
@MinglangDu5sneak peek of stockship, a program that will find the best move for battleship through monte carlo simulations. (very buggy and inefficient currently)
www.youtube.com/watch?v=qSF7GXhFMvM
@hex43you can now save your dot colors and notes in Modulo ‼️ this works via storing all the info in an array, then saving it to localStorage with a library called lockr. then every time the view changes Modulo checks if there's something saved, and if it is, loads the saved array! this even persists across page refreshes. next I'm going to take this off localhost and see if it works
@ActuallyMed2worked on a study-make-it-fun app like duolingo named SPROLOGY
The AI makes perfect notes!
(Okay, maybe not perfect, still they are pretty good!)
@mart0For #C08PJMATU8Y|, I'm making a snake game but directly on the Google homepage! You can run it even if your school has blocked all games.
This is day 1, I built the basic game logic. If there's someone who is good at CSS/JS animations, please HMU! This isn't looking all too well lmao@MinglangDu5created some extremely unoptimal code (exponential time complexity) for stockship. Takes around 10 minutes to run lol.
definitely optimizing, or setting as a forbidden setting option buried deep in a menu if I can't optimize it
@hex43i've added notes functionality to the dots in Modulo, which persist even when you close the menu! now I have to make it persist on page reload...
@ChrisB0Yep, that was easy. on the fly shader compilation done:@ChrisB0Refactored all my code into a class with better methods and less global vars, now it'll be easier to dynamically compile shaders and change uniforms during execution!@karmanyaahm0I made The Beat Box at RecordHacks 2025, a physical game of piano tiles that shocks you if you make 5 mistakes
www.youtube.com/playlist?list=PLxlDG2SH_6rvhNs5LTHadWRh5lrA_FiiC
@Irtaza0After digging through Sprig’s schematics, figuring out the right CircuitPython libraries, and spending countless hours debugging errors in Thonny’s serial shell, I finally got my <https://github.com/Irtaza2009/Hackamon|Hackamon code> (submission to #C0809PN4TPE|
) running on an *Orpheus Pico* on *Sprig*
!
@Irtaza0After digging through Sprig’s schematics, figuring out the right CircuitPython libraries, and spending countless hours debugging errors in Thonny’s serial shell, I finally got my Hackamon code (submission to #C0809PN4TPE|
) running on an *Orpheus Pico* on *Sprig*
!
@MinglangDu5I have been doing this over the course of 2 days, but only now have I decided to post. I'm making a program that uses monte carlo simulations to find the best move in Battleship. UI attached below
@EklavyaAgrawal0Short session - polished up other parts of the FCS and kept working on it - about half way thru diagram, next step is to add in control panels and FCS is done!
@Neon5New ui and stuff for rejections and promoting your ship!
@AryanGupta-U088CM6P9BN1My first time posting something here
I found a vulnerability on a website and exploited it( Educationally, cmon i put disclaimers for fair use)
It is a automation script for making it easier for someone to use it
It works on exploiting a loophole left by the devs of the website, and that is NOT PUTTING limitations on their usage of resources.
They didn't gave the consumer root access, but maybe it was not enough.
The script, for ease of access does everything for you, you just need an alt gmail id and a monero wallet, and you are set for mining.
!This project is provided for educational purposes only. The developer is not responsible for any misuse, consequences, damage, or violations resulting from the use of this code. Use at your own risk.
Repo: github.com/AryanSLAYERRR/miner-automation
@MinglangDu5Doing competitive programming homework. I'm going to do more but I'm scared I'll forget to post after i finish the homework.
@hex43I've made color choosing work! You can now assign different preset colors to dots in Modulo, with a very satisfying UI. However, while doing this I think I broke the dot counting so I'm going to need to fix that tomorrow...
@PlOszukiwacz7+installed arch (btw) and made the wifi card in my laptop work finally
@ShauryaGupta-U079US29R530Introducing SpendSmart.
SpendSmart makes saving receipts and tracking your budget effortless with the power of AI. Unlike most receipt managers, SpendSmart requires only a photo of your receipt to log a new expense. It automatically extracts key information, categorizes purchases intelligently, and presents everything in a beautifully designed interface.
Try now: testflight.apple.com/join/2hRcRhZJ
@FlameBamboo0For the past few months I've been looking out for an idea rather than building an actual product, did a lot of market research on a couple of ideas and also going through validation process by reaching out to potential users. I finally made my mind with social media scheduling tool that simplifies content creator process. One of the issue among content creators is that having to handle multiple different accounts to post the same context, so the tool basically allows you to seamlessly integrate all your social media accounts into one platform so that you can simultaneously post across these different platforms. This will save you time by reducing the time friction of manually jumping between all your different social media channels to post content. What do you guys think? Open to ideas and feedback!
but i made the current dot highlighted and since my code was getting messy i moved the dot into its own Svelte component - this'll make it much easier to add the dot logging feature tomorrow 👀
git.new/modulo-bb8c0b0
@QinCai0AHHHH ok i see. I FORGOT TO REMOVE THE SYSTEMD LINE FROM THE DOCKER FILE.... so it's still install systemd and dbus, which are not even used atm