@Kaplin866Day 83 / 365
Lowkey I didnt really do anything... I did some homework but I didnt even do a lot of that. my day was just: Wake up late (i did not have school today yippe) (i forgot to set a timer), play a bit, then eat lunch, then do a tiny bit of homework, then drive and do some errands + eat dinner, then get home and be tasked with doing things like cleaning and then just chilling for the rest. Doesn't help that I had two things I wanted to work on in particular now that im not all that busy :heavysob: anyways on a happier note I ate cheesecake sampler from walmart it was tasty (the cookies and cream one was for some reason bad..???? like how do you mess that up). Also in the minecraft server stuff im helping with, they played a fun little game in the discord server with all the people waiting for the release where you had to guess 3 pokemon based on emojis. You had to get all 3 right in a row, with no indication which was wrong. I somehow one both times!!
3 more days until day 86
@SakG1Day 82:
• Completed BrowseWithAI.
• idk what happened, but a flash of light came and I realized I should play game and didn't stop till night
• It just ruined my whole day.. Will never do again, I assure!!
@j7jhj2Godot’s parallax is being funky again brother than that, the drawing is finished
@Kaplin866Day 82 / 365
I didn't have that much homework (probably since i just got off spring break) so i had plenty of time today! I chilled and played some games, bug tested my two of my friend's game, and also worked on one turret! Im doing a task ive been anticipating for a while, which is rewriting one turrets main script, which dates back to roughly 2 years ago. It is really bad. over 1400. doesnt sound that bad, but its mostly the contents thats the issue. that chunk of code handled too much stuff, like tile placing, tile simulation, loading all the tile, type, and recipe data, handling enemy cash reward, handling waves (not the spawning), having death screen, and even more junk. Plus a lot of stuff is hardcoded in there too. Im remaking the system from the ground up (sorta), where its the same script but broken up into multiple nodes. So far I got through a simple tile manager, simulation manager, and rendering manager. This new system, rather than hardcoding behaviors, will now contact external static scripts to figure out what to do. I got conveyors working in this new system :) making changes to this system later will be MUCH easier too! the new system also fixes a visual bug thats ALWAYS been in the game where the item will dissapear for a frame when jumping conveyors. video attached is what i got so far (conveyors slowed down for demonstration purposes)
also only a few days until day 86! :yay: get it because like kaplin86 okay i will see myself out thank you@460093612flavortown.hackclub.com/projects/18034
@py6600Taking a break from Type/JavaScript and going back to Java to make a combat log timer plugin (HAHA NOT A MOD THIS TIME): TIL about ConcurrentModificationExceptions, and how to use an Iterator to avoid it!
@MinglangDu0Did some usaco and other competitive programming
@rmfosho0got image metadata read properly using id3js! also got websockets working for connecting to main server, should be interesting finally getting it to communicate with the ai server 😄
@IshikaKumar0✨ hey hey! test players needed for my game! ✨
Links:
• Github repo: github.com/Liana24601/Maroon-RPG
• Itch.io link: lianadothallik.itch.io/red-stains-gold-eyes
• GOOGLE FORM FOR FEEDBACK: forms.gle/SZ3E8JqS33kRapbn9
⭐ If the game is to your liking, be sure to leave a star on the repo! (~or you can be the sigma and just give me a star regardless. tee hee hee~ 😈)
Also feel free to dm me with ur feedback or share any cool projects you might have! :heart_hands:
catch ya on the flip side! :i_love_you_hand_sign:
@JomarMilan0A few days ago, I discovered TiddlyWiki. It looks like software that's perfect for the way I'd like to take notes! Typesetting programs like Typst and word processors are good for single documents, but not for multiple linking documents like I'd prefer to take notes in. I also don't like block-based text edtiors, and I'm pretty sure this is an unpopular opinion, but I despise taking notes in Markdown, which I've noticed is used a lot by note-taking software. With TiddlyWiki I get to use the capable WikiText syntax and access the wiki wherever I bring the file, as long as it has a web browser! With a USB stick I'm able to access my wiki on any of my computers or even public computers like at the local library without downloading anything or logging into any accounts, which is great! It reminds me of MediaWiki, but I think that for a single user's notes, TiddlyWiki is a lot more practical.
I also like it's customizability! Like MediaWiki, you can extend its functionality with plugins and use custom stylesheets. I've already started using both features. I wrote a plugin for TiddlyWiki which lets you encrypt tiddlers independently and by tag. The core TiddlyWiki only allows you to encrypt the entire wiki. There's a plugin with similar functionality, Encrypt Tiddler Plugin by Daniel, but in my opinion my version is more intuitive. It's also possible to have different placeholder texts set in my version!
Here's the source code repository: github.com/MacaylaMarvelous81/independent-encrypt
and the demo: macaylamarvelous81.github.io/independent-encrypt
@Chxshi0For the past 11 days i've been building this powerfull custom TCP HTTP server from scratch.
Test it but read the user guide first to understnad how it works and how you should navigate on it!!!
Link to website - beasty-frontend.vercel.app
@Meghana0apex update: we are so back@SK0Yo, first time playing with FFmpeg and uh... I kinda got the Bad Apple music video to play in terminal ASCII. It's kinda cursed but it works
Repo's here if you wanna peek: github.com/SajagIN/vidminal
@MinglangDu0Got full points on my PSAT (max is 1440, not 1600)
@KingHowler0Just finished building my very first chrome extension
YT-Playlist-Length : Whenever you open a playlist, it shows you the total duration of the playlist.
GitHub: github.com/MUmarShahbaz/YT-Playlist-Length
@Meghana0Super awesome@CassidyCodes0509,345 malicious requests blocked or challenged in the last month using cloudflare and 12,208,719 SSL requests served in the last month! People sure do love my site
@SkyfallWasTaken0Just shipped #C091PEQP7CJ|! It's like #C07UJMV9389| but for Summer of Making, and gives you updates for stock changes, new items and price reductions!
I took a lot of what I learnt from High Seas Monitor and Arcade Monitor to make the codebase more maintainable and easy to hack on!
• :blob-yay:happy-dom (dom library for nodejs/bun) is used to parse the som shop's html
• 🚢 arktype (a library to validate the shape of types) is used for safe env vars, better intellisense, and to ensure that the scraping script isn't reporting false/undefined data because of a page change (it'll stop the script from running further and pinging people for false updates)
• :sentry-white:sentry is used to monitor errors. since the bot does html scraping, it can be slightly fragile - sentry (to report errors) + arktype (to throw errors) help prevent that from happening
• :react:jsx-slack lets you use jsx instead of json for block kit! while it doesn't use react, it helps keep your code a lot shorter and you get better intellisense. i use it for all the bot's messages and it's been a joy to use!
• :bun:bun to use typescript/tsx without a bundler + for superfast package management!
code's at github.com/skyfallwastaken/som-monitor. dual licensed under MIT and Apache 2.0.@IshikaKumar0✨ hey hey! test players needed for my game! ✨
just shipped my first indie game "Red Eyes & Gold Stains" !!
Would much appreciate some players, feedback
Anyways, I'd be so so grateful if anyone would be up for testing my game here and giving me feedback on this google form: forms.gle/SZ3E8JqS33kRapbn9
Links:
• Github repo: github.com/Liana24601/Maroon-RPG
• Itch.io link: lianadothallik.itch.io/red-stains-gold-eyes
• google form: forms.gle/SZ3E8JqS33kRapbn9
If the game is to your liking, be sure to leave a star on the repo! Also feel free to dm me with ur feedback or share any cool projects you might have! :heart_hands:
catch ya on the flip side,
I.K.
@py6600Going from Java (with #C07NQ5QAYNQ|) back to plain old JavaScript made me realize how powerful typing (not physical keyboard typing, data types typing) actually is—especially with an autocomplete that tells you what data types goes in and out, leaving no room for interpretation. Of course, this is literally my first few days with Java and TypeScript, so excuse any mistakes 🙂
TYPESCRIPT FTW!
@zakkbob0Finally learnt what gpg keys actually are, and made my own...
Now I get a fancy tag next to my git commits :agahappi:
@JacobAustin0Next project: building realistic animatronics to give myself nightmares with 👍 👍
I’m working off of Will Cogley’s latest animatronic eye mechanism before I go in to learn about it and design a set myself. Just bought the electronics and am working on printing the parts now! @sonicx1800stuff for #C08QBKX5WCD| ysws!
@ChristieB0Does anyone know the best way to deploy a project for free, with the ability to connect a local postgres, passwords/secrets and node backend, and have it publicly available?
I need to deploy it for the Athena Award but don't want to spend money.
I have my project on Github for reference:
github.com/Christie125/Grove-Athena-Project-1
@AlexanderBerman0Hey everyone! I've been building a student-led organization, <https://codingthefuture24.github.io|Coding the Future>, that offers free virtual coding classes and tutoring to students around the world. We have over 40 students from 10+ countries, and we'll be running coding classes throughout the summer.
I'm looking for your help to continue growing this organization! If you're passionate about coding, want to make an impact, or are interested in gaining teaching and leadership experience, please consider joining us as a tutor and/or team leader.
Here are some forms that you can fill out to show your interest:
• Tutoring interest form: forms.gle/PCyHhGFq4DvPX2p67
• Leadership interest form: forms.gle/8J4Upi3MvsNYSsGt9
@MinglangDu0I am now guaranteed to get X-Camp's 4.0 Award! (repost with better image)
@MinglangDu0I am now guaranteed to get X-Camp's 4.0 Award!