@Briyan0Remade the whole hackclub.com/stickers site from its source code (bare html + css) and added waayyyy more functionality thats actually useful!
Now the new sticker website lets you:
-Add stickers to your collection by clicking on them
-Remove stickers from your collection
-Remember your stickers when you return to the site!
Demo it here!: ampersandco.me/stickers
Warning! Its kinda ass cuz I'm not that familiar with react or next js so I just remade it on plain html for now until I can learn 😭
@YaseenAitSimmou0Recently developed a project for a hackathon called ClassCade where you can create classrooms or enrol in them. Based on your marks in projects, tests, and assignments, you’re stats in a two player fighting game are affected. CSS still has to be added:
@Devnol0I setup nextcloud on my home server and designed a logo for it (it’s a Sun, get it?) following last month’s logo workshop by @acon (thx!)
@Victorio0Only Once
This is a little slack-game?? kinda, its a bot that controls a channel, in the channel anyone can join through #C07JGDNQ91U| to be added to the private channel, there if you send a message someone else has sent before or above 300 characters, youll get banned. It uses an sqlite database and boltjs on typescript. Also theres a logs channel #C07JQF74HQT|. It's hosted on Nest.
You can try it now in #C07JGDNQ91U|github.com/v1ctorio/slack-only-once
@magicfrog0i finally finished it! :ultrafastparrot:
i made a book from scratch containing all the amazing tales from #C06RQ9TTEG3|!
introducing ✨tales from the trail ✨, a hand-made book that i binded with leather and some old-looking paper. i wrote about the AWESOME experiences that we had out there in the woods and all the amazing cool friends i made! btw tail is by far the best group! and the best part i think was the fun little 3d paper gadget things (tent that you can open and there are two sleeping bags inside), tiny lake dioramas (blue hot glue basically), pop-ups (a very wonky looking bear and FIRE!!) and other trinket stuff (like a magnifying glass to inspect people's faces if thats something you like to do)!
hope you enjoy! :)
fun fact: the book spine has pink himalayan salt hot-glued on for some reason
the entire book: docs.google.com/document/d/16lMUuA6GF8RqRvB3axDwEq4kIcqhxX17YrtS4XYHUTI/edit?usp=sharing
repo (including video): github.com/themagicfrog/talesfromthetrail
btw... another google-doc style recount about EVERYTHING that happened (that i know of) on #C06RQ9TTEG3| is coming soon:eyes_shaking:. it's very extensive, and SEVENTY pages :heavysob: long . i just gotta organize it and shorten it...
@magicfrog0this is the first PCB i've ever made! introducing... ✨ magic frog's lightsaber ✨!! i designed it originally for #C06RQ9TTEG3|... but it took a lot longer than expected lol. it has a mpu6050 gyroscope & accelerometer and ardunio nano. when you move it faster, more of the neopixel LEDs light up and each axis (x, y, z) is assigned to red, blue or green.
i first designed the entire board not planning on using the ardunio nano or mpu6050, instead components built into the board but there were a tonnn of problems (one of which was burning the bootloader but then again got to use oscilloscope to see the data lines which was sooo cool) so i decided to change plans. the board has some fun lighthouse-themed silkscreens bc i was first planning on 3d-printing a case and making a lighthouse desk lamp.
also big big thanks to @ThomasStubblefield and @ky200617 for helping me out and encouraging me along the way! :)
schematic & kicad design -> github.com/themagicfrog/lightsaber
finally, here are some fun long-exposure light photos i took and pictures of the board!
@Surya0Finished drawing Sukuna from Jujutsu Kaisen!
This is the hardest sketch yet, and I tried to get all the details/colours from the scene with just a pencil.
@JubilantMarmot0For anyone that is designing a PCB, I created a simple-to-comprehend power delivery mechanism that has USB-C and Li-Ion battery. It provides 3.3v through a voltage regulator:
github.com/JubilantMarmot/HC-pcb2
Please ask if you have any questions. This is meant so anyone searching how to accomplish this can easily understand. you will need kicad 8
@Stefan0I made a github repo that contains a lot of unnecessary addons to the game 'Snake'.
Here is what you can do:
• Play snake... from the javascript console, because why not?
• Play snake from the python terminal, again- why not?
• Play snake.. but the window bounces around the screen like a DVD screensaver.
• Snake, but you have to watch a (raid shadow legends) ad every ~5 seconds.
• Snake, but your stock price can't crash. [see attached image]
Repo: github.com/Naainz/Snake
@FireEntity0OpenSim!
A barebones, basic flight sim developed with Godot 4!
Currently in a playable state with full flight, camera controls, landing gear, a small map, and a title screen!
GitHub Repo
@AdiM0Hey guys i made a drawing of an eye with the digits of pie as the background. It took me two hours to make so feel free to check my progress and final work at github.com/Adi-2079/Eye-drawing-pie
@Derekyang0sixth milestone
Added conversion between all sources and added youtube/youtube music as a source.
Also, every source now has an advanced search (filter tracks by title, artist, album).
Many other UI improvements, such as adding colors to source badges, making it easier to identify and watch for changes during conversion.
Preview video below shows advanced search on album and conversion of qobuz and spotify tracks to deezer. Any other conversion possibilities are supported.
github.com/DerekYang2/FluentDL/commit/b7131ace225e048d16fa713f9e5b346a74a5c576
@Srijit0Ship! :shipitparrot: 🚢
#arcade
I made a zapier-like automation tool ! It currently only works with notion, slack, google drive and discord. It was a really really complicated project, sometimes it works sometimes it doesnt. I tested it on different accounts and all of them create new sorts of problems. It's honestly a hit and trial thing, I really suggest you try it out, it might work for you ! While making this, Clerk has been an absolute pain to interface with my db. The part that I really love about this project is the workflow editor which is made with reactflow !
(most of the stuff in the ui is for decoration only, even the essential stuff aint working :skull-hole: , blame prisma or something)
STACK:
DB: Neon
ORM: Prisma
Framework: Next.js
Bucket Storage: Uploadcare
Auth: Clerk
TBD: Setting up billing with Stripe (I dont feel like doing this bcz im not confident the automations work :blob_hehe:, blame webhooks now)
Live: fuzz.srijit.xyz
GitHub: github.com/DevSrijit/saas-automation
@SridharShivashankar0I made a chrome extension that tracks your data usage! More on the github's README -> github.com/sridhars650/Data-Tracker
all commits -> github.com/sridhars650/Data-Tracker/commits/main
Note: I did use ChatGPT 4o mini for one bug where I couldn't find the problem. It was when the service worker wouldnt connect with popup.js. It helped me with that and I'm giving credit! There are also other credits in README for other websites that helped me throughout this mini journey.