upvote emoji

Posts tagged with :upvote:

EvanGan
@EvanGan7+
Day 27 of #100-days-in-public. Today I spent time getting my react site to compile. Originally it was set so that you have to specify a directory it is going to run in but I managed to change that to the ./ directory so it can run in any direction. I also added some instructions for the user. Tomorrow I am going to work on getting it up on my website and shipping it. After I ship it I think I may try to incorporate an interaction library like MUI or EUI now that I am more familiar with react. On another note, I got my fudge from #10-days-in-public!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/1ac07799-806c-485c-8652-40187636fc7a-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/dec7b082-9f47-47c7-8bcc-a6d235a122d2-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/28aa44fb-3b12-41f9-85d4-9b878e63c410-screen_shot_2024-03-12_at_5.46.19_pm.png
JosiasAurel
@JosiasAurel0
Oh yes another inconsistent scrapbook post. Added basic support for loops in my VM. It is doing n += 1 for a variable stored in its own memory now. Also working on making draw basic shapes
https://scrapbook-into-the-redwoods.s3.amazonaws.com/193bd329-34ef-4a4b-b58f-1cd6cb557ec2-whatsapp_image_2024-03-08_at_17.41.24.jpeg
upvote emoji
JonathanDeiss
@JonathanDeiss7+
https://imgutil.s3.us-east-2.amazonaws.com/df490df5a3e41db56b0e7a086365c0aa01f66ae58a662f69525ada690dbcf70e/965cdb9d-4be2-4bc0-a418-5978e4ce2f4e.png
EvanGan
@EvanGan7+
Day 22 of #100-days-in-public. Today I continued on my react journey. It's blue! I started adding(basic) CSS to my page. My page now also takes in the input from the input box when the user presses enter or send. If they hold shift and press enter they can make a newline. I still have yet to figure out how to apply Wack Club Sans to the prompt box, but have been able to apply it everything else. Overall I made lots of progress today. Now I have the framework, all I have to do is add the AI!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ac537526-8446-469f-a61d-6388cb89020a-screen_shot_2024-03-07_at_2.58.04_pm.png
TheTridentGuy
@TheTridentGuy0
Recreated the classic Chrome dino game for #sprig:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/862baa4c-2e20-4d38-a505-c97892fe5d40-dino-game.png
cupcakes
@cupcakes7+
Working on the PCB workshop for #blossom!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ecad7665-3205-4b21-a381-bd3473f039c9-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/994d205e-e86e-47b2-8215-00d164dca391-image.png
Malycia
@Malycia0
Day 2 in Boston! We hosted our Day of Service today (check out #boston-days-of-service for updates!) and I spent some time chatting with the one and only Jenisa Diaz :D
https://scrapbook-into-the-redwoods.s3.amazonaws.com/78b2faaf-1218-4cf3-9b3a-88cf192215bc-pxl_20240223_014426660.mp.jpg
leom
@leom0
Day 5 of #10-days-in-public: Not much today, just did a bit of CAD and laid out some revised parts so they'll be ready for laser cutting. This will eventually be a camera/display mount!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ba943423-4573-470e-aa4e-bbd04d2220d5-image.png
EvanGan
@EvanGan7+
Day 3 of #10-days-in-public. Today I was going to try to make a minimum viable board using the RP2040 but realized there is a large learning curve I need to overcome before I am ready to design. Due to that I spent most of my time on the project today reading the technical docs trying to gain a better understanding of the chip. I did however, refamiliarise myself with Easy EDA and created a starting document with one RP2040 chip in it.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/1c29bd90-011c-41c7-8af1-ff52a96d2d8c-screen_shot_2024-02-17_at_10.49.57_pm.png
msw
@msw0
for #10-days-in-public I’m making some tutorials around making a PCB. Before I’ve made a video about a specific part of the process but now I’m going to make a video about the process end-to-end, from idea to finally ordering a usb-a to usb-c converter
https://scrapbook-into-the-redwoods.s3.amazonaws.com/f095e861-8108-48b6-aac9-9ab61131788d-screenshot_2024-02-17_at_21.44.18.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/f19dc524-3bdf-4937-ab82-6f00b9c595ea-screenshot_2024-02-17_at_21.44.22.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/f7233cd1-61da-47a7-8b53-b15aeda6b873-screenshot_2024-02-17_at_21.56.49.pnghttps://imgutil.s3.us-east-2.amazonaws.com/6c8305efe7822e721f32c66d4d4846f31eced84ba485a9ef9fa02620a592a93d/76e5f834-6b91-438a-a60e-177433073a40.png
ManitejBoorgu-U04QD71QWS0
@ManitejBoorgu-U04QD71QWS00
3/#10-days-in-public - tried making a map graphic but it didn't turn out so well. I'll push this issue for later though - everything else needs to get done first.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/0cbd28d6-60a8-41fb-ad0c-706c66f1bf94-image.png
wom emoji
10daysinpublic emoji
upvote emoji
sanziana
@sanziana0
Day 2 of #10-days-in-public Hi everyone! Today, I learned how to get input from the keyboard and mouse in Godot (how to make an input map, and also how can I open the documentation if I press cmd+click on a function 😅), how to make nodes communicate with each other (I practiced with shared functions, unique names, and more complex paths), and I learned more about different types of nodes such as Area2D, StaticBody2D, RigidBody2D, CharacterBody2D. I also delved a little bit into collision theory and how physics work in the engine. Tomorrow I'm planning to explore more the physics built in Godot, and to practice what I've learned today into more complex scenes. See you tomorrow!
wom emoji
godot emoji
upvote emoji
10daysinpublic emoji
sanziana
@sanziana0
Day 1 of #10-days-in-public: Today, I started exploring Godot. I learned about nodes and scenes (and how to import scenes into scenes), the basics of GDScript (since I already know Python and C++, this was the easiest part), and about delta time. Today, I mostly messed around with the interface to accommodate myself with the engine (it is my first one!). I read the docs and I follow Clear Code amazing tutorial (youtu.be/nAh_Kx5Zh5Q?si=YzWarMtjToemdvpK) P.S. Also started the Nand2Tetris course. Computer architecture really starts to intrigue me (I attached some of my notes 😅) See you tomorrow!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/a7bbd6a1-37ac-4bff-9a37-70f0db471e0b-20240215_214231.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/3ff726c5-7ddb-45c5-8de5-8de9f5e544e7-20240215_215053.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/d7147cec-9dce-4d39-9b60-100ddec49a93-20240215_215058.jpghttps://imgutil.s3.us-east-2.amazonaws.com/485c265639f1c44fad890d1fc3ac08ecca0930b55f11ac2097d24e1bdc039873/31221e92-13ab-4e8e-8d64-0087920a5c95.png
wom emoji
upvote emoji
goose-honk-technologist emoji
python emoji
godot emoji
lets-fucking-gooo emoji
c emoji
10daysinpublic emoji
sam
@sam0
My endmills arrived! Messed around with my 3018 cnc for a bit and got the chance to use Fusion 360 cam. It came out better than expected!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/513fd0a6-faa0-47fb-b201-e4c0cdd9e28e-img_3840.jpg
Aram
@Aram0
Visited Cirque du Soliel!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8f3b335a-1406-4547-addd-47fe02c84a3f-ca1e7f39-6ac8-4bc4-8608-df8802606094_1_102_o.jpeghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/5a28ef32-d117-4077-8d60-7f9a7fe74773-3d49cce5-d157-4fa0-902e-7cdac5cad32f_1_102_o.jpeg
caleb
@caleb0
dynamic placeholders: surprisingly unintuitive to implement
adammakesthings
@adammakesthings0
Finally started doing things again today, been out sick for about a week so it feels great to be productive. So far just a lot of schoolwork catchup and some PCB design/ emailing back and forth with some local companies. Attached is decoupling capacitor mess
https://scrapbook-into-the-redwoods.s3.amazonaws.com/c6eb9dc6-d8dc-450a-bb19-7f29a3a6ae03-image.png
upvote emoji
pcb emoji
ImDeet-U045B4BQ2T0
@ImDeet-U045B4BQ2T00
Tab Harvestor github.com/Deetschoe/TabHarvester Created my first Chrome Extension, Its under review and should be up on the store later this week Have you ever wanted to copy the links of all the chrome tabs you have open on your computer?... Probably not but today i did! With a tap of a button copy them all using the chrome exertion and wallah magic.. also lol there is probably a chrome shortcut already where you can do this but here we are
https://imgutil.s3.us-east-2.amazonaws.com/55155b7979d13769a261cb7a60bdb2d56cd62ca3c6c2663e95eb42775af25552/ceb10dad-d89e-4586-ad23-f3315e8ff74d.png
github emoji
wom emoji
chrome emoji
upvote emoji
jdogcoder
@jdogcoder0
Sending out my first ever wave of club onboarding emails! 😄
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ff9d171d-e1e3-4109-b16d-b862d1cb0c36-cleanshot_2024-01-04_at_18.01.41_2x.png
ultrafastparrot emoji
upvote emoji
hackclub emoji
wom emoji
HinsonChan
@HinsonChan0
Working on another video (please US BLM plss respond to my info req LOL)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/87302ec1-8b47-49cb-87c6-dd25866dc710-image.png
Aram
@Aram0
Most kids: plays games during class Me: makes games during class :sprig-dino:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ed9ca601-7f21-4358-9170-4bc044d4f6bb-img_0380.jpg
karolina
@karolina0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/0739fd41-5f6b-461e-9e7e-5cdafd7795a6-image.png
upvote emoji
jdogcoder
@jdogcoder0
Another HQ Day! Spent some time mailing out #quests tokens, as well as other shenanigans w/ Thomas
https://scrapbook-into-the-redwoods.s3.amazonaws.com/14ff5454-842d-427a-947b-f4304801eaf0-img_6813.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/c51cec89-4c35-4b11-83ee-c61692947271-img_6811.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/eba422e6-df01-46a7-bc34-841cf3350767-img_6812.jpg
Kieran
@Kieran1
nfc cards working with contact sharing now! cross platform as well
https://scrapbook-into-the-redwoods.s3.amazonaws.com/faa67f7f-f642-4a51-befb-443b44b4326e-photo_on_11-26-23_at_14.04__4.jpg
vik
@vik0
hi hackclub. today i made a sandwich and another (more circuit-y) sandwich. Only one of them is gonna be in a future jam though
https://scrapbook-into-the-redwoods.s3.amazonaws.com/ff47df39-65d5-4a71-abb9-8ab6f071036c-img_2093.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/46ba5644-30af-41b4-b1fa-1d4a84c53960-img_2092.jpg
Tom
@Tom0
Made a full adder in my web digital logic simulator
https://scrapbook-into-the-redwoods.s3.amazonaws.com/25ad0b8d-ca37-440b-9719-5832aafaeaba-sni__mek_obrazovky_2023-11-22_v__15.34.49.png
upvote emoji
hardware emoji
cnnd
@cnnd0
went to a ucas event today to look at universities, discovered that the ucas didn’t disable the android notification center or the playstore on the kiosk displays (we got caught after 2 minutes of intense subway surfers gameplay)
partiestparrot emoji
upvote emoji
grimace-samsung emoji
benbastic-side-eye emoji
trollface emoji
jdogcoder
@jdogcoder0
Started reworking my personal website today!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/da3b758a-9a81-45a5-b2f3-cb150385e8c7-cleanshot_2023-11-12_at_20.01.01_2x.png
upvote emoji
Riley
@Riley0
messing around with UI, would love to do some sort of retro look but not sure how I'd get it to fit with the project
https://scrapbook-into-the-redwoods.s3.amazonaws.com/b729d087-6305-4812-a74f-7e9ccb7941ac-image.png
upvote emoji
Kieran
@Kieran1
More work on my animation. Using a unique cell shading technique that one of our mentors taught us.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/b6fd6a2f-04d4-4a28-8fcc-8e871a4994b2-test1.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/4c3597f9-15b3-4cc0-8b0f-0a114979015b-screenshot_2023-11-08_at_10.47.24.png
jdogcoder
@jdogcoder0
Visited Hack Club HQ Today! Thomas & I worked on some fun things, with visits from Zach, Kara and others sprinkled in. Had a super great time, definitely going back again soon!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/444b80fc-043c-4efc-a909-744126004fe6-img_6573.jpg
Kieran
@Kieran1
Trying to understand and modify the spade firmware before trying to get #sdsprig working
https://scrapbook-into-the-redwoods.s3.amazonaws.com/b1f0fa62-7ae7-4739-9acd-124841d5f70b-image.png
jdogcoder
@jdogcoder0
Just shipped github.com/jdogcoder/harvest-hackathon-game as part of #harvest! Currently at an semi MVP, and site will 100% crash/error if more than 2 people try to play the game, but essentially you each control a hand, and are trying to get them to link. I have yet to build this in, but you will then have to avoid obstacles for as long as possible. When this was going to tie in with Haunted House, after 30 seconds of avoiding it would redirect to the next haunted house room, but I am going to convert it so its leaderboard based. If you want to attempt, you and a friend can visit harvest-hackathon-game.vercel.app/game. It may crash if others are on, not super sure yet. More refactoring to come shortly. A HUGE thanks to @zrl and @Elliot for their help on this!
Kieran
@Kieran1
Sticker Update! thanks to @Hunter and the @zrl for the stickers
https://scrapbook-into-the-redwoods.s3.amazonaws.com/3daa4b30-6a20-4407-a38b-0c47b4f9e2f5-pxl_20231105_124731319.jpg
upvote emoji
ultrafastparrot emoji
stickers emoji
ThomasStubblefield
@ThomasStubblefield0
hmm, wonder what this is
https://scrapbook-into-the-redwoods.s3.amazonaws.com/87e0c8fe-3a5f-41c6-b4be-9a03bd284070-dall__e_2023-10-31_14.12.11_-_in_this_magical_ghibli-style_landscape__white_dinosaurs_of_different_types_are_intensely_building_a_village._they_are_using_laptops__and_laser_beams_a.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/2fbcdd1e-1898-4770-926b-a56a04e272ea-dall__e_2023-10-31_14.09.42_-_in_this_ghibli-style_horizontal_landscape__white_dinosaurs_of_different_sizes_and_types_are_collaboratively_building_a_village._they_are_intently_work.png
JosiasAurel
@JosiasAurel0
I've always wanted to build something concrete with Zig. So today I built this CLI that allows you to convert from one timezone to another. Source (+ linux binary in release): github.com/JosiasAurel/dt
https://scrapbook-into-the-redwoods.s3.amazonaws.com/1da3ba59-2441-4be3-a340-2b4b05afd770-screenshot_from_2023-03-23_18-24-06.png
JosiasAurel
@JosiasAurel0
something else now please work... this should be fun
https://scrapbook-into-the-redwoods.s3.amazonaws.com/843a850b-942e-42de-b59f-258a677c1520-sincerely-media-wnmonqihpwq-unsplash.jpg
Elliot
@Elliot0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/7001ade3-a8a0-4b58-b77b-d5c66928aeff-image.png
Malycia
@Malycia0
Created an advertisement for Hack the Sound :)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8636c11e-b366-40fd-9fa7-f148e4d7e690-hts_ad.png
JosiasAurel
@JosiasAurel0
this post will be retroactively watched -- I'm misusing the term retroactive
https://scrapbook-into-the-redwoods.s3.amazonaws.com/0cd6cfbc-6d2b-4e14-8e23-bca3c5f56506-flower.webp
RyanDiLorenzo-U04JGJN2B40
@RyanDiLorenzo-U04JGJN2B400
After months of procrastination, I fixed the button issue on my website. It's only a small issue, but before the bubbles looked like they overlapped and it was very bad to view on mobile. I had 2 issues, my website would not deploy on Cloudflare pages because my node version was too old, I thought I had fixed this but it didn't work, turns out there was a small whitespace in my environment variable. Second issue with the buttons, I had just set a manual spacing option thing instead of having the flex box handle everything.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/2132015e-0f29-4223-91ea-93ff9d0beedd-image.png
DarrenLau
@DarrenLau0
Just made my own iot device
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8bfb83fe-9ba1-4861-a73a-fc432f2b2008-image.png
Kokonico
@Kokonico0
survival anniversary (birthday)! also very exiting news!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/1f828b6d-5e4a-4673-a148-b8a8f09df9ef-screenshot_2023-10-24_at_4.49.37___pm.png
sahitid
@sahitid0
about to ace the past and take one of those sticky notes off the wall!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/87bea04f-d770-4a65-95a2-2c7f62792b77-img_2999.jpg
upvote emoji
ThomasStubblefield
@ThomasStubblefield0
@NilaRam & I building the first version of Buddy Basket!
upvote emoji
yay emoji
Malycia
@Malycia0
Finished creating a logo for my Mom's bakery (with help from her + the rest of my family 🙃)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/81c959a0-80ef-46c1-9e0a-6f8d214bc6f5-moms-logo.png
upvote emoji
scournane
@scournane0
Here's my attempt at the shopping list:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/e0078b2b-e8e3-4416-b3c9-41b559906776-20230926_001400.jpg
ThomasStubblefield
@ThomasStubblefield0
data flows well :-) (no ui)