Hack Club’s Scrapbook

A daily diary of what Hack Clubbers are learning & making every day.

anne
@anne7
day 6 of #C045S4393CY| where i worked on my jungle game assets, worked on my printer (+ did research) and did some scrapyard stuff
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/cd05aebb-850a-40d9-a086-87f4b569c056-image.png
faizaanahmad
@faizaanahmad7
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/0ee5db23-8283-4e2d-b4d0-28404b1c8931-eb52df84-95f8-4db7-bfc7-d59ab0ed0751.png
shambhavi
@shambhavi1
day 4 of #C045S4393CY|, tried (and failed) using a database to store lists of tasks for each user account
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e0f6bc42-983a-4781-85ee-df0a565094d4-image.png
wom emoji
10daysinpublic emoji
Olive
@Olive4
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/517e3458-f2e8-4240-8032-8849c2508c68-image.png
IncognitoBot
@IncognitoBot1
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/7f238983-c022-4157-be96-24846702d379-image.png
wom emoji
10daysinpublic emoji
louisa
@louisa1
today: spent all day on my robotics homework + a couple of athena prep stuff like ordering chocolates
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/3cff6419-1551-40b6-b894-e1dbbaf74f3f-screenshot_2025-02-27_231004.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/9a02ed4a-79b4-4adb-b18c-a89d56e932a2-screenshot_2025-02-27_225545.png
ajhalili2006
@ajhalili20061
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/961146cc-4329-4e48-9e97-c76668d4630b-screenshot_2025-02-27_at_23-55-32_flake.nix__working_tree___flake.nix__-_nixops-config_stellapent-cier_-_visual_studio_code.png
wom emoji
pan_with_egg emoji
nix emoji
10daysinpublic emoji
FelixGao
@FelixGao1
Day 3 of <#C045S4393CY|> I darkened the background and had a fight with tailwind to replace background-image with &lt;img&gt; (still didn't do what I want
heavysob emoji
) I got this cool scroll thingy working tho :D
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/87a1d2ea-6840-4d46-9021-1c077f6893ea-image.png
wom emoji
old-man-yells-at-cloud emoji
cooll-dino emoji
tailwind emoji
Irtaza
@Irtaza1
Day 5/10 of #C045S4393CY|: Added persistence for placed objects for going between scenes and added a check to make sure two objects are not placed on top of each other and made it possible to remove them from the scene and collect them again!
wom emoji
10daysinpublic emoji
pbhak
@pbhak1
day 4 of #C045S4393CY| got some work done on the schematic. fixed some errors in the matrix wiring and assigned footprints for key types. next on the list is figuring out stabs, then i can get to work on the actual pcb!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/cf1c5970-20b7-4e72-8c21-6566ebabe4e5-image.png
wom emoji
pcb emoji
10daysinpublic emoji
Nethul
@Nethul1
Day 6 of #C045S4393CY| Today again like yesterday was a debugging day, I don't have much to show visually but I was able to make the code a bit faster, not crazy faster but a bit faster, and I am still working on connecting apps and building prototypes of code to integrate the AI with the clock app. This should help everything work better when I do implement new features, because sometimes if the setup is not nice everything breaks down and it becomes a mess
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/c9e87b5e-3b62-4cb7-9930-b591080a989e-screenshot_2025-02-25_at_7.59.48___pm.png
wom emoji
dino-debugging emoji
goose-honk-technologist emoji
Neon
@Neon1
day 6 of #C045S4393CY| i had some fun writing code to use my school directory and scrape it
yay emoji
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/6f4bac31-4af4-4937-b5aa-028d5922ce48-image.png
Neon
@Neon1
day 5 of #C045S4393CY| i worked on juicing today and watched slack die.
wom emoji
slack emoji
ByteAtATime
@ByteAtATime1
day 3 of #C045S4393CY|. I initially rsvp’d for my scrapyard system, but I think I’m focusing more on #C088UF12N1Z| now. Today I dig deeper into how Unity handles physics to add better knock back to my player, along with acceleration (implemented after this video).
wom emoji
thinking emoji
10daysinpublic emoji
HridyaAgrawal
@HridyaAgrawal1
Day 6 #C045S4393CY| worked on quite a few bugfixes like zombies despawning after they're supposed to, made smg animations + sound effects, although muzzle flash gets bugged in animation, which il fix, and also added smoke grenade sfx
wom emoji
10daysinpublic emoji
Sunny
@Sunny1
day 6 of #C045S4393CY| : Made deepseek api and fed user messages list into it, will make it so that user gets back feedback. I also refined some errors in the main.py script to make sure encryption was secure.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/feb1666b-a424-4da6-96d2-aed846d86eee-image.png
10daysinpublic emoji
wom emoji
python emoji
Mish
@Mish1
Today in my Rust LMC emulatior, I implemented a custom integer struct that will only allow values between -999 and +999 (to match the behaviour of the online simulator). I wrote more about that change in pull request #6 (read the embed below :)) I learnt how to use modules for organisation and to keep my private fields private. I also wrote a whole bunch of tests (8 tests) for my struct's behaviour. This marks my 5th day of #C045S4393CY|, which means I'm half-way to the 10-day goal! Tomorrow, I want to investigate cross-compiling my program with cross, working towards perhaps releasing a stable version. But for now, it's 7pm, and I should really be revising for my Physics mock tomorrow morning. Cya!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/0cd0c6b9-c0a2-47b2-862a-404ef99e218f-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/9c0d9cc8-0e1d-450f-a13f-9413cb88b0f9-3f494460-79e5-46ef-93a4-712309a86f02.png
Mish
@Mish1
I've spent the past 5 days working on a Little Man Computer emulator, but until today I hadn't actually read through the Wikipedia article for it! I also discovered an alternative simulator on 101computing.net, and I borrowed its factorial example code to use as a demo for my emulator. I also added an intergration test that uses that program. This marks Day 6 of my #C045S4393CY| submission
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/cee071f2-8f25-4017-953e-1f2ab9e631c4-6e339e88-2d6e-4a15-a02f-a2e3c6b1aa1a.png
wom emoji
goose-honk-technologist emoji
10daysinpublic emoji
uwu
@uwu1
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/cda0e3a2-b352-4a9e-84d2-c65b974a0aaa-screenshot_2025-02-27_at_10.01.29___pm.png
wom emoji
10daysinpublic emoji
Codelife
@Codelife1
On day 5 of #C045S4393CY|, I fully completed the 3d model that I was working on yesterday. Secondly, I worked on sourcing all the parts I need for my Lightsaber project, which I will probably work on again after a week when they arrive
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b538ce8c-1ab7-4417-a82c-4604c2ed326f-screenshot_2025-02-27_at_9.45.26___pm.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/bdcb8777-1517-4f14-b0a5-79662976006e-screenshot_2025-02-27_at_9.47.27___pm.png
wom emoji
10daysinpublic emoji
TheRealCraig
@TheRealCraig1
added email verification, a forgot password flow, and slack oauth to codeboard today! (day 6 of #C045S4393CY|)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/03601736-aa65-4ba3-9b2f-eb44825d1743-image.png
wom emoji
slack emoji
10daysinpublic emoji
Rmardia
@Rmardia1
Today I worked a little bit more on the PCB. I got to the batteries, where I am going to use 18650 Li-ion cells, and I will integrate a battery charger into the circuit. I also started with the footprints and only have to do the terminals now. I also worked a little on the theroritical side on how I was going to make it. I realized that I will probably not get the PCB before cafe is over so from tommorw I will also work on a temporary solution for my hexapod.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e92c4733-8489-45b6-a341-81e3ccc47625-screenshot_2025-02-27_210758.png
pcb emoji
10daysinpublic emoji
Cyteon
@Cyteon1
10daysinpublic emoji
Day #3 of #C045S4393CY|! Today i still countinued work on my open world game. • Added new class ToolItem which is just tools and stuff, extends BaseItem, and Harvestable which is for harvestables • Coded tools (rn just axe) to work and harvest from harvestable (rn just tree) • Made tree give resources, and dissapear for all clients once chopped down • Made holding tool sync with all clients, so they see u holding it Soon ill fight next boss, but gamme gotta be fun first it says
peefest emoji
This was an actual pain
heavysob emoji
why did i choose to make a multiplayer game
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/c6ded651-eed9-400b-ab11-66c2c0dc4fa5-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/0e048bbd-c903-4a01-8d6a-6cb4702366cf-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/1d69bb2a-0677-4445-a7cc-45379ebe7576-image.png
manitej
@manitej1
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/57624999-f111-4a2c-97fc-7c4669d24107-image.png
wom emoji
ChessThinker
@ChessThinker1
Day 3 of #C045S4393CY| Added a row() function to draw the ground. Not too much time these days
why emoji
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/60b8baa3-2969-4e79-8852-f58b6ec34f76-image.png
Boa_n
@Boa_n1
Day 2 of #C045S4393CY|. I worked on my 3d printers head and it is going pretty well. IDK how it is going so well.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/28523a4e-b30d-41a4-8792-acb7de85bdda-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4a87a5b6-1d66-4438-8dc5-d72f2aa7e47e-image.png
wom emoji
10daysinpublic emoji
3d-printer emoji
Ryan(Jules)
@Ryan(Jules)1
Day 3 of #C045S4393CY| Flushed up and 3D printer the joystick for my steam running arcade machine I’m building!
10daysinpublic emoji
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4a44edba-424a-4270-8fb1-1e643bee882c-img_0554.jpg
wom emoji
10daysinpublic emoji
3d-printer emoji
Olive
@Olive4
Day 6 of #C045S4393CY| - I got hanging stuff to work!!!! I fixed how hanging lamps work to make them react to force balls and be suuupperr satisfying to swing around, and I added hanging platforms which are janky but I can hopefully get to be more stable (they're also really satisfying)
wom emoji
react emoji
10daysinpublic emoji
juice emoji
EmperorNumerius
@EmperorNumerius1
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/801ddb41-46cd-40b6-a1cf-f3f32963c4d2-image.png
wom emoji
Charmunk
@Charmunk1
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4bf2f19f-f145-4eeb-bc9f-b33167be3ced-image.png
wom emoji
10daysinpublic emoji
Irtaza
@Irtaza1
Day 4/10 of #C045S4393CY|: Implemented placing objects around the map!
wom emoji
scrappy-retry emoji
Manni
@Manni1
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/443b3123-1a77-4c22-893a-4455cf52cd31-image.png
wom emoji
10daysinpublic emoji
HridyaAgrawal
@HridyaAgrawal1
Day 5 #C045S4393CY| added Uzi, no animations yet, but configured it so it works + SMG ammo, also tried to debug a bit with why the IK wasnt working, also found a bug where zombies take time to register that they're dead
AkshayShah
@AkshayShah1
Day 4 of #C045S4393CY|. Spent around 1hr debugging and moving through code error by error. Started to figure out what it is analyzing. The code is now analyzing the waves but still working on the decision making. github.com/Ventengo1/EllioAnalysis
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/f82a3d28-9ea9-4a47-b9b6-437d869186cd-screenshot_2025-02-26_201057.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b2b9d4eb-6787-4d1c-844f-ebe887ec600e-screenshot_2025-02-26_201041.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/8d042e9c-d5b6-4d29-8695-df550012351b-ea4a3e15-bd9b-488b-b926-3c21d8f39d1d.png
wom emoji
goose-honk-technologist emoji
dino-debugging emoji
github emoji
scrappy-retry emoji
faizaanahmad
@faizaanahmad7
Day 5 of #C045S4393CY| Today I pretty much did. Nothing I learned some js
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/c027d483-d718-4fa5-9f1a-28f7ceed8288-auto-import-after.png
wom emoji
js emoji
10daysinpublic emoji
Micha
@Micha3
For my 3rd day of #C045S4393CY|, I stopped procrastinating and approved a pending #C07F3EA2L8G| pull request! Here's a picture of that one. I also fixed an issue with an already approved PR that didn't get all the money it deserved.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/9c2248e5-0c04-4f83-b050-b348784b283a-image.png
anne
@anne7
day 5 of #C045S4393CY| i worked on my printer, a new ysws idea and juice game :3
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/26dd6f3d-9d69-4344-a18f-d6d72ca373d5-image.png
JosiasAtHackClub
@JosiasAtHackClub1
[testing] scrappy should continue working properly now
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4aa73bdc-5522-4bc7-9972-e47c69405601-screenshot_2025-01-21_at_17.39.06.png
wom emoji
scrappy emoji
yay emoji
Artemis
@Artemis1
day 3 of #C045S4393CY| got more done on the monsters, had to watch tutorials for blender, got distracted looking for references😅
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/8854e759-a80d-42ff-ba9b-a1ce48928914-screenshot_2025-02-26_161206.png
wom emoji
blender emoji
Layan
@Layan6
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/0bc32c55-4b91-49c6-81f8-bf98a1095c9c-image__2_.png
wom emoji
goose-honk-technologist emoji
10daysinpublic emoji
JosiasAtHackClub
@JosiasAtHackClub1
[testing] just a piece of my wallpaper
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/f3b4d9fe-5aa2-422f-8701-caf10c00dbda-image.png
wom emoji
Cyteon
@Cyteon1
10daysinpublic emoji
Day 2 of #C045S4393CY|! Today i countinued work on my open world game: • Added dropping items (which syncs accross clients ofc) (i discovered i cant send nodes or more classes over RPC
heavysob emoji
) • Fixed some multiplayer and sync issues • Added credits page with button on main menu • Made github repo public and uplodaded binaries to itch for first #C086MACKK43| fight
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/787eaa13-e43d-47f0-b5ea-584eec7fd99b-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/6191d877-8642-4720-8b42-f24f2818fda4-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/12cdd0a5-859f-4eea-b565-efe2160835fd-image.png
Lukas-U08AT086H8E
@Lukas-U08AT086H8E1
10daysinpublic emoji
Day 3/15 of #C045S4393CY|! this was supposed to be yesterday but scrappy was offline
heavysob emoji
Just another boring day on working on my Hackboard case! + Rerouted some parts on my PCB • Put my Pico in a better position but it was a pain in the ass because the new KiCAD updated is so buggy at least for me like it keeps freezing and crashing. And because the project was made in a older version things where not really compatible but i got it done with no DRC errors! • I made adjustments to the top acrylic part because in the old version the USB-C would not fit. • Added screw holes to the case. • Rendered some really awesome pics of my keyboard.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/57519acc-70f2-4e0b-8218-1c86fc8cd84d-the_real_full_keyboard_case_2025-feb-26_07-12-17pm-000_customizedview7286653833.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/fd2f7a8f-7feb-48e3-89ee-de1603167810-the_real_full_keyboard_case_2025-feb-26_06-17-22pm-000_customizedview8542344404__1_.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/0ed0cc40-404f-4b09-b99e-ff81df358b3e-ksnip_20250226-192034.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/5e83aa5d-a4e3-4c37-9cb1-c8b726ce45ba-the_real_full_keyboard_case_2025-feb-26_06-18-48pm-000_customizedview35050229210.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e06eedbf-d390-4ff4-8f6c-d3af7d7cf4e9-render.png
wom emoji
awesome emoji
scrappy emoji
c emoji
pcb emoji
10daysinpublic emoji
Dumbhog
@Dumbhog1
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/ef71a59c-042d-4c64-9c98-d2de1606786c-screenshot_2025-02-27_182945.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b07ce4b6-d529-4a31-8670-5dba72e2c918-b8aa4249-c2a9-400d-a5b6-5cf95cee556a.png
Manni
@Manni1
Day 3 of #C045S4393CY| (Late cause slack not working) Got Bugs! (Implementing Textures)
VibhuSiddha
@VibhuSiddha1
day 4 of #C045S4393CY| finished the toolhead's toolchanger mechanism!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/cf60255e-95a2-4feb-ab4f-5d80e9dba943-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/5aeb324f-00dc-420a-9402-8ba40b1a75e1-image.png
wom emoji
NachuThenappan
@NachuThenappan4
Day 4 of
10daysinpublic emoji
#C045S4393CY| Today I worked on my linear rail system which needed the bearing mounts which I just ended up making I decided to go with 12 mm bearings and put 2 per rod as this is pretty common commercially. Tomorrow I want to work on attaching the servo and idler to the design.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/f3184f54-24d4-404b-928d-a530eed20f6a-screenshot_2025-02-26_at_11.15.14___pm.png
wom emoji
10daysinpublic emoji
Layan
@Layan6
Day 5 of #C045S4393CY|! I added a mobile view to our to-do list app and changed up some of the CSS styling for dark mode.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/a9c4f3ea-481d-44d5-9c83-93830faf15fe-image.png
wom emoji
10daysinpublic emoji