goose-honk-technologist emoji

Posts tagged with :goose-honk-technologist:

Mish
@Mish3
Today was day 7 of my #C045S4393CY|, and while I don't have much to show, I started work on a new program in my Rusty-Man Computer project called rmc_assemble (an assembler for LMC assembly) that will be able to be used with the LMC emulator I've made. I decided to develop this tool using test-driven development, because I can steal the example programs from the online simulator and use them as test data. Today I set up a test and a stub function, but haven't started implementing yet. I also updated my project to the 2024 edition of Rust (which became stable this month). This didn't require any code changes. Tomorrow I plan to continue working on the assembler program :)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/ae51e41f-7b45-4e62-9800-e971c4d1b754-screenshot_20250303-223800_github.png
wom emoji
rustlang emoji
goose-honk-technologist emoji
10daysinpublic emoji
Cyteon
@Cyteon3
10daysinpublic emoji
Day #C0806K243T4| of #C045S4393CY|! Today im still countinuing work on my mulitplayer open world game #C08EL3G9K2B| • Minor code optimization and fixes • Added better syncing of items and world objects, specifically it initally stores and updates on server too so when ppl join they all see the same and current state instead of some random state. First ss is server
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/f12a8eb1-1d91-4bd7-8673-5c7a03ccb127-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/3ec23cc7-c611-479f-8ce9-eb5d60a9dad6-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/12e6cfe9-9256-4b65-8a72-51d60fd35622-image.png
Rmardia
@Rmardia3
Day 6 of #C045S4393CY| Today I got started with the application for starting a Hack Club in my school, and sent an email to jhopefully get it approved. Iwas pretty swamped with school work, but I was able to make some progress on mys hackapad case.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/a1603641-264c-4e7e-bb20-6e6ad2c8fb94-img_20250303_210033.jpg
guacmd
@guacmd1
hi, i’m guac and this is my first scrapbook post! i just did scrapyard austin and i feel wayy more inspired to actually code things instead of just… breaking them. i like Python and Java like a basic bitch, but i’ve also been using C# and .NET for a school project and oh my god it’s like if you could actually make GUIs in Java… anyways i bought a kick-ass little $30 ESP-32 demon that has some DANGEROUS capabilities, and i think my next project is to write some firmware for a hardware cryptography module i bought for it!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b71adb05-dd6f-46d4-b088-ec403ba3660a-img_0793.jpg
AkshayShah
@AkshayShah2
Day 7 of #C045S4393CY|. Day 7: Changed some function and got rid of the pandas_datareader because it was causing too many errors. Fixed code so now it shows me where the buys and sells would have been for the best fit waves. Still getting hold but getting closer to fixing it. github.com/Ventengo1/EllioAnalysis
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/d042a745-fc77-45fb-a841-26cf80a9e62f-screenshot_2025-03-02_071336.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/d873e3f7-7697-4a11-bb22-cb0ebab2230f-fa2eeb7e-3e3c-4872-88f3-d233581c8059.png
wom emoji
github emoji
goose-honk-technologist emoji
10daysinpublic emoji
Cyteon
@Cyteon3
10daysinpublic emoji
Day #5 of #C045S4393CY|, today i kept working on my open world game #C08EL3G9K2B|
yay emoji
: • Fix some minor sync issues and did some code optimizations • Added crafting to the game (pain)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/882b1303-b40d-4c72-a375-bb8e12034e61-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/5a52033c-d44a-4688-9434-ace621705885-image.png
Mish
@Mish3
For day 7 of my #C045S4393CY|, I improved my bin_creator program (part of Rusty-Man Computer) by letting it accept multi-line input, because that's the format you get when you copy memory data from the online LMC simulator. This should make it much more convenient to use (previously, you had to manually remove the newlines). This involved learning how to get the last two digits of a string in Rust, which is a bit more involved than it sounds (I got away with line.chars().rev().take(2).collect::<String>()) I also wrote a script (build_binaries.sh) to use cross to cross-compile my code for 3 different target platforms, and then copy the generated binaries into a single folder to make them easy to upload to GH Releases. Naturally, I used that script to publish my first release that contains pre-compiled binaries for multiple platforms, which you can read about at github.com/RandomSearch18/rusty_man_computer/releases/tag/v0.4.0 Next, I want to start work on an assembler tool to add to the project :D
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/987e2013-1118-4d97-96c9-3f9e0f4cc1ed-a2d53194-487c-40c2-a26b-d8a9152cfb6c.png
MinglangDu
@MinglangDu0
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/1c02b67a-9b2e-490e-8427-0ee8323196b0-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/3f78a8dc-c72d-4d01-bab5-0c0de0565951-a517e2fb-9737-48da-ac36-201661ed6dea.png
wom emoji
github emoji
goose-honk-technologist emoji
AkshayShah
@AkshayShah2
Day 6 of #C045S4393CY| Worked on testing the granularity number and years worth of data. Still getting hold (incomplete decision). Adding dates for waves that best fit the path to help understand how accurate code is. github.com/Ventengo1/EllioAnalysis
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/62c6a7b4-10a0-4c84-9984-1af750ed1f40-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4af20f70-89c7-4659-8fb8-b8aa3acdd998-44c298b7-60f0-4346-a3d9-c4a39cf2da45.png
wom emoji
goose-honk-technologist emoji
github emoji
10daysinpublic emoji
Mish
@Mish3
For day 7 of #C045S4393CY|, I started work on automatic cross-compilation of Rusty-Man Computer for various platforms. I added a list of fully-supported platforms that I intend to build binaries for to the README, and set up a Github Action to use cross (Github) to compile the code for various platforms. (Of course, users can still run the Rust compiler themselves if they wish.) This is an important step for distributing my program and making it accessible to more people. I also added 14 more tests to the code, which test that each individual instruction works correctly. This should make it easy to pin down any regressions during development in the future.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/95d1a58c-e28b-4064-9896-2596fda93d92-a992950d-1a84-41b7-a880-67ace72a7b67.png
Nethul
@Nethul3
Day 8 of #C045S4393CY| I worked so much on stuff today, I never knew I could get this much done but turns out all of the loading time and stuff could be fixed with a few code changes! Face ID is complete! It logs you in easily, and I removed most of the instances where the code crashes randomly, I also added a settings page for the weather app where you could change between C and F. Today was great!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/2b7d0594-caa7-493b-990f-039c92418eab-screenshot_2025-03-01_at_10.08.32___pm.png
wom emoji
c emoji
goose-honk-technologist emoji
Boa_n
@Boa_n3
day 5 of #C045S4393CY| today I speed ran a hack pad keyboard PCB. created a sprig game and worked on the BOM for my printer.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/83d3246e-a37d-437f-b8e4-925b5c927b55-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/3a8bc5a7-b2fc-4a81-88c1-f32ee4859b2d-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/2e404997-74d1-4e47-8f3a-9db7de030926-image.png
Andre
@Andre0
Day #GMM0VHBBM|: I finally finished the inventory/party management system! Today I added the ability for the player to use the items they collected to spawn more party members. I did so by connecting the events that occurred when the player dragged an item onto a party slot to the global Bauble_manager script I created a while ago, and using a signal the script can receive the info needed to spawn a new guy. I also changed the party UI code to update itself based on the global manager instead of updating the 2 of them seperately. Next I'm adding actual UI to the Baubleheads so they can do more than just follow the player. #C045S4393CY| (posted this on the wrong channel 2 days ago)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/312dcd8b-49bf-4693-8de1-e3c1855ec010-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/28aa43d1-358b-474c-a255-437f52692989-image.png
wom emoji
goose-honk-technologist emoji
10daysinpublic emoji
AkshayShah
@AkshayShah2
Day 5 of #C045S4393CY|. Busy day today so worked on getting code to be more accurate in selected waves but also making sure to clear up any errors. Took like 90 minutes to run so lowered how accurate the wave selection is. github.com/Ventengo1/EllioAnalysis
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/80f10e66-385a-4813-8b41-fc1fd8f191a5-screenshot_2025-02-28_162602.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/17717828-5b51-4ffe-ac00-a8e80e8ce6b7-a6aa0102-dcaa-4e0e-b7d1-ceb6dcee19f1.png
wom emoji
goose-honk-technologist emoji
github emoji
10daysinpublic emoji
Nethul
@Nethul3
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
@Neon3
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
Mish
@Mish3
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
AkshayShah
@AkshayShah2
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
10daysinpublic emoji
Layan
@Layan2
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
shambhavi
@shambhavi0
day 3 of #C045S4393CY| trying to use auth0 to code a login/logout feature for our to-do list. i keep getting errors but i'm powering through
heavysob emoji
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/9df2c497-1a7c-4f9a-abae-abc657b3b009-image.png
goose-honk-technologist emoji
wom emoji
10daysinpublic emoji
ajhalili2006
@ajhalili20063
Day 4 of #C045S4393CY|: Duolingo streaks be damned (it was reset on February 24 btw at ), currently updating the homepage of my website at the moment. Pardon the taking screenshots from my phone because Node.js is such a bulldozer for VS Code for Web via Remote Tunnels.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/804afcde-2de5-4871-a338-1c5079191ed3-img_20250225_234642_477.jpg
wom emoji
vsc emoji
js emoji
goose-honk-technologist emoji
10daysinpublic emoji
AkshayShah
@AkshayShah2
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/ad2a74bf-96d2-4492-8b31-833ac127be79-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e1998b84-14ff-409f-8b38-3f0a2cd9c43a-9caca922-285a-4e0b-9d75-1b3a7b889ff0.png
wom emoji
github emoji
goose-honk-technologist emoji
dino-debugging emoji
10daysinpublic emoji
Saumil
@Saumil0
day 1, #C045S4393CY|. personal website. i SWEAR there was text on this when i worked on this at 2pm pls i swear the code is there i just cant find it :( im lowkey cooked i cant think of how to layout my stuff github.com/saumilthecode/me-site
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e8dbe7eb-318f-4910-810b-56de43dc99f6-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/34831cac-78e4-4029-99cc-d7324b27589f-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/725af35b-288d-4f6c-a008-4620a0d3bb1d-7db4765d-096d-493d-a726-294a54d8c743.png
wom emoji
pan_with_egg emoji
goose-honk-technologist emoji
thinking emoji
github emoji
10daysinpublic emoji
SkyfallWasTaken
@SkyfallWasTaken3
Day 4 of #C045S4393CY|! Today I spent some time cleaning up the code for <redacted>'s Loops API - much more maintainable now imo :)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/58ed05fc-ad7a-454d-a43e-f94c46926aec-image.png
wom emoji
goose-honk-technologist emoji
10daysinpublic emoji
Andre
@Andre0
Day 1/15 of #C045S4393CY|! I've been working on the inventory and party management system for my Juice game for a bit over a week now, but it's finally almost done! I have the code to update the party slot texture depending on the member in it, and the code to add new items to the inventory and have it actually reflect in the UI, and finally connected them all to a few signals to keep them running in tandem. I started adding the functionality for the UI to actually spawn the party members using the glob script I made earlier (the bauble_manager), but I've yet to iron out all the bugs on that one, having so many pieces running from one signal is proving to be a bit more difficult that I expected, and I have plans to refactor later but need to move on in the meantime! Next I'll finish adding that functionality, then add more function to the party members overall as at the moment they just trail behind the player.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4e9e0904-d739-412f-a379-3fce7cd66fd1-image.png
SkyfallWasTaken
@SkyfallWasTaken3
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/d0a3f527-f104-4815-8f55-19d7628e7d3a-cab67193-bdb8-407d-835e-54ad604390a3.png
Nethul
@Nethul3
Day 3 of #C045S4393CY| Today I started implementing Face ID into my python phone, it is an algorithm that takes a one time picture of your face that only the code can see(you can change it to save on your computer to use the same face id login everytime)This makes login faster and more cool, there are no sensors involved, it is just a pure picture! I have been prototyping face id for a while but recently came up with the best design!(It's been a while since i've added something that is not an app, didn't have a log in feature before this)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b3d86f84-2808-437f-a6f7-09e66e864690-screenshot_2025-02-24_at_8.00.22___pm.png
AkshayShah
@AkshayShah2
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/c81a4f46-7690-44e3-8f58-189fddc58905-image.png
github emoji
goose-honk-technologist emoji
dino-debugging emoji
10daysinpublic emoji
wom emoji
Mish
@Mish3
For day 3 of #C045S4393CY|, I finished updating the output format of Rusty-Man Computer, so it now matches the official simulator for all the demo programs! I also learnt how to do CLI arg parsing using the clap crate, and used it to implement a new --output-only option that should help make the emulator more suitable for practical purposes. I also set up a Github Action to automatically build my code every time I commit/merge to master, so I know that my code compiles. I published today's changes as v0.3.0. Tomorrow, I want to write some tests for the program :)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/74b0dbeb-9602-42a1-b29f-639a2b3c3a5c-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/13b9a597-7ba4-413a-b305-8c148ac57bfc-13cb09f1-8d41-419c-ac1a-556f98ca0503.png
wom emoji
goose-honk-technologist emoji
github emoji
10daysinpublic emoji
Mish
@Mish3
I'm working on my Rust Little Man Computer implementation for #C045S4393CY|. Today (day 2), I wanted to improve how output is presented to more closely match how the official simulator does it. I tried representing the output as a Vec<[char; 4]>, toyed with the idea of a Vec<String>, before deciding to go back to a simple String and only split it into lines when rendering the output. A challenge came from trying to work out how the LMC simulator decides when to insert a line break: numbers on their own are always on their own line, but numbers with some letters after them all end up on the same line... but if I just print a 1 and a Space a bunch of times, there's a new line in between each iteration... I'm still trying to wrap my head around the logic for those line breaks, so I haven't finished "fixing" my output-printing code, but the work-in progress commit is on GitHub.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/2cdeea70-7ca0-43a9-a73d-abc18a79e83b-023586d7-3aa1-4b13-bfde-74b51d357525.png
AkshayShah
@AkshayShah2
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e402f3f8-00b0-4a49-acc9-4bfb2499c896-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/79ecb68e-3a8d-43f2-a981-f51b034fcca9-e9067782-a949-495d-8fc4-e97f6b6d5874.png
wom emoji
github emoji
goose-honk-technologist emoji
10daysinpublic emoji
Nethul
@Nethul3
Day 2 in #C045S4393CY| Adding python phone into pybag so anyone can use it! Also seeing if I could add some sort of face id, no sensors just a secure face id that takes a picture of your face once, only the code can see it, then every time after that, when you log in you don't have to deal with entering passwords!(There were no passwords in the first place though lol) Also fixing bugs in my ai chatbot app in the phone
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/121c8cff-e4cb-403f-894c-5288daa8cbfa-screenshot_2025-02-23_at_2.28.28___pm.png
anne
@anne2
day 1/15 of #C045S4393CY|! i worked on some game assets and textures for my juice/jungle game to keep my tamagatchi alive :3 game assets included the main screen scene, gravestones (of different types), trees/bushes, lamps, fountains and some decoration objects like garlands ! i also made textures for the entire graveyard path + patches of grass and home wooden floors / carpeting :0 i also found out the channel pinger exists bcs i was personally trying to code my way into adding members in my personal channel into a user group (hopefully my workflow works now) 👀 i did want to kiII my egg and rehatch it because it's kinda ugly but apparently that's not a viable reason or whatever
face_with_rolling_eyes emoji
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/cc6ccc77-748c-4242-864b-3e4e71f4ecd6-image-30.png
VerisimilitudeX
@VerisimilitudeX0
My bioinformatics model is finally training correctly! Earlier it was silently crashing due having insufficient memory, so I had to run it on an NVIDIA H100 Tensor Core GPU with 80 GB of HBM2e memory. It's honestly crazy how I first started training models on my local machine, then on a T4 in Google Colab, and now on a full High Performance Computing research cluster. For those curious, I integrated my code with Weights & Biases (wandb.ai), a very handy free tool for ML developers.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/319747db-61df-4f93-978b-46eec392fa78-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/0074011f-5f88-4417-9ccb-aeaa6ad2aba2-9ca9a706-46eb-4633-85b0-efa2c3739f3b.jpeg
ajhalili2006
@ajhalili20063
Day 1 of #C045S4393CY| before midnight (PH Standard Time): cooking up docs for @HackClubLeeks with VS Code for Web (code serve-web running locally on my laptop instead of using Remote Tunnels) and GitLab CI configurations since Recap Time Squad (the org where the project is currently hosted) officially joined GitLab for Open-source program weeks ago (hence getting GitLab Ultimate for free on SaaS)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/a91a512f-5264-47a9-8222-8e7e55d86e82-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/26e1ffb9-f8ff-4512-9993-702f89f8eba9-5ab17e7c-891d-4ad6-806f-80bdd4a3d500.png
wom emoji
goose-honk-technologist emoji
vsc emoji
pan_with_egg emoji
10daysinpublic emoji
Amber
@Amber0
Day 1 of #C045S4393CY| - Got card grants almost fully working and added a bunch of error handling! The only thing not working currently is merchant name locking (regex). Why? Not sure! It's not working through the UI either so at least it's not my code :p
wom emoji
goose-honk-technologist emoji
10daysinpublic emoji
Nethul
@Nethul3
Day 1/15 of #C045S4393CY| Today(still going on) I worked on learning some more javascript so I can work on my website to add it to @Aram website combiner or smth Also working more on my python phone so there are way less random bugs that pop up, habit tracker work is still ongoing but I worked on it less today since I want to equally balance work on learning code and also working on the phone
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b207d9ce-2f10-4b7f-83d9-b94beaa942db-screenshot_2025-02-22_at_12.07.37___pm.png
wom emoji
python emoji
js emoji
goose-honk-technologist emoji
EuanRipper
@EuanRipper0
euanripper.pythonanywhere.com i coded a logical puzzle game (slide game) and added some game modes and a daily leaderboard! the hardest mode only has one solution! this is my first ever website and i wrote all the code painstakingly myself with no templates or imported css. its written with python flask backend and sqlAlchemy
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/d7f7b209-85f1-4e64-8af2-91bfd742763c-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/e9b690d9-e864-4a90-b441-69d18ee4fc05-image.png
GizzyUwU-U08D3AY7BG8
@GizzyUwU-U08D3AY7BG80
more backend based stuff but did change scrollbar and added api so now it pulls real lessons and weeks teachers have "-" tho so i dont leak their names but that does work and the extra periods and issue with code just for some reason school added extra useless periods at start and end of day
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/2ae98385-c6ba-49dc-8c6e-21dc05fcc48e-image.png
Neon
@Neon3
today i did: • create project for socks • Skii obvs (see photos above) • Code a lil • Order a blahaj • Watch anime
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/293ab502-72c6-4148-b607-969400401634-img_5646.jpghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/a97187c3-9870-42b4-8ee0-9f34a6a18d20-img_5647.jpg
wom emoji
goose-honk-technologist emoji
yay emoji
goose-honk-technologist emoji
JosiasAtHackClub
@JosiasAtHackClub0
[testing] does scrappy on coolify send any grafana stats? (screenshot is scrappy source code)
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/470dd172-8ceb-4ae2-8019-9cdc37b18706-image.png
wom emoji
goose-honk-technologist emoji
scrappy emoji
Amber
@Amber0
neodog_box emoji
Arf, arf, wrrf, wrrrf!!!
neocat_box emoji
Meow, mrrow, mrow Do you get parcels from a random place called hack club and want to see what's on the way and its status? eh, maybe not. But I do, and I don't like going to the shipment viewer because it's outside slack, i need to put in my email, get a link, annoying on mobile, ugghhh. (joking, it's a great site :) ) But what if you didn't have to do that? What if... it was in Slack. Introducing @PostPuppy ! Visit the app home to see all your packages just like you would on the shipment viewer. you can even opt to get notified when the status changes. oh, and if the email you use for slack is the same that you get mail to, it'll auto sign you in! (If you use a different email, you can open settings, enter an email and get a verification link sent to you)
neodog_melt_happy emoji
you can open the app home to try it out here :)
neodog_aww emoji
ty to nora for letting me auto sign ppl in! want the code? check out github.com/transcental/postpuppy
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/487f87f3-b35f-438f-8065-06e42805cd7f-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4018a844-d1f7-4b61-9b32-116ceadc39e7-a2b3b429-8065-48db-a3ed-78b87d431db1.png
snej55
@snej550
Today I continued working on my opengl wrapper. I'm finished with the basic window and opengl context management (cmake = pain), so today I added the ability to render textures and filled rects. The idea of this project is to allow me to do as much rendering as possible without touching any opengl boilerplate (2D at the moment, 3D is next). The test below only took 26 lines of code!
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/23ff0a42-46d7-478b-94e1-4baa75791c4a-screenshot_2025-02-08_175615.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/1e776efc-1704-409b-9f89-904ebd9cb9dc-image.png
wom emoji
goose-honk-technologist emoji
BennyGaming635
@BennyGaming6350
Started work on my hack clubs website. very WIP. reminds me that i gotta switch those icons...
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/a757d4a4-7998-452c-9762-83f9d8213dba-image.png
wom emoji
goose-honk-technologist emoji
cooooooooool-hair emoji
Gus
@Gus0
I've been meaning to get back into posting here, so maybe I'll do a little bit of catch-up to get started... for now, here's something recent: I made a ton of logos for the hack club logo rotation! here's a few:
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/6f439e39-7cbb-403d-83f4-237cb9632bfd-logos.png
goose-honk-technologist emoji
wom emoji
hackclub emoji
PlOszukiwacz
@PlOszukiwacz0
i was bored so i started working on a vs code extension to add ollama support :3
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/ab526a28-b964-4edd-835e-d36708a56437-image.png
goose-honk-technologist emoji
wom emoji
vsc emoji
fishtested1
@fishtested10
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/66d626b3-034b-4bc6-8db9-edc7acb214ed-say-cheese-screenshot.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b5bc0395-aefc-4438-972f-3bf714ce5971-say-cheese-final.png
wom emoji
goose-honk-technologist emoji
technical_.
@technical_.0
Cleaned up much of the backend code, looking to redo the UI.
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/f143d430-d341-44b7-9492-5735f06e6374-image.png
wom emoji
goose-honk-technologist emoji