💤

Posts tagged with :zzz:

NikoPurdie
@NikoPurdie1
This discord bot was for the discord server RepTronics. It was created as a way for buyers to decide what chip they should get, give links and contact details for sellers, and small other things, like it's ability to load cogs that can do various things, and the /ts survey. Took a while to get right, and I'm thankful I'm finally done so I can sleep haha 💤 ps: if you want to see the bot in action, go to the RepTronics discord server (bot deployed, just need to unprivate the bot commands channel! github.com/N1k0s1/RepTronics-Discord-Bot
https://imgutil.s3.us-east-2.amazonaws.com/0480919e9b45f39f7acc5ee689267ce9c1a4ddf12d747dc55e1b0464023da3c6/b0c8e73a-d219-4406-be4e-65be02eb2d22.png
YashasSingh-U04J8RCP4RW
@YashasSingh-U04J8RCP4RW2
Are you a lazy bum that doesnt want to make a new session each time during your hackathon and just want to continue your "flow state", heres my project which uses arcade api, to start a new session, waits for the session to end, makes a copy of your directory then starts a new session. You can adjust this so it works with lunch breaks and evening breaks, and sleep just incase for longer hackathons. Theres also one meant for the rpi incase you computer can't handle the load. github.com/YashasSingh/arcade-hackathon-api
https://scrapbook-into-the-redwoods.s3.amazonaws.com/2cdd4c79-4905-488b-b35c-6c5c571b34c5-img_3618.jpghttps://imgutil.s3.us-east-2.amazonaws.com/3c032d5535dbb004fae7e4ca7dc8e91d88d699d2382d526cf18a50a58629a83f/4fec1d02-43cd-43f0-b6b2-9bc097ae024f.png
LandonBayer
@LandonBayer0
Finished my bin project! Check it out here: wokwi.com/projects/403968266615030785 or here: github.com/LandonBayer/BinRoomSensor/commit/5cc5ff84bb750486837644a467b4645277d64b60 This is a Raspberry Pi Pico based Temperature and Humidity display that uses a combination of a motion sensor, photo resistor and IR remote/receiver to add some helpful "automations". The motion sensor turns on the display when it detects movement, but the photo resistor makes sure it stays off during the night unless you use the IR remote to turn it on in the dark. This way, it won't disrupt your sleep or work at night with accidental triggers of the motion sensor!
https://imgutil.s3.us-east-2.amazonaws.com/4605b26e10cae4483c10ad444e80312c30c3988ab27a9cd5829bcc50198b9b61/9e41a1d5-2f50-4ec9-81e8-795246b5de8b.png
CalumDingwall
@CalumDingwall0
made a quick little tool to remotely sleep/wake my main desktop since i don't want to leave it running constantly, but still need to sometimes access it, before i go on vacation github.com/caburum/windows-remote-start
https://scrapbook-into-the-redwoods.s3.amazonaws.com/17d9fbd9-8a14-4eaa-b4dc-b9fdc020697c-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/7a04e71a4f6c8d0738f8b8411c6d757cfcd95492cba14438c205fde3584cee83/bc841b7d-96e0-4458-a20f-886a5bdc7733.png
Luca-U07B11NTC9G
@Luca-U07B11NTC9G5
hello everyone, today I present to you a Fitness Tracker (mostly for triathletes) website where you can track your training sessions, calories spent, distance ; you can establish your own goals, and have charts to help you achieve your goals ; you can also track your sleep, weight, macros, what you eat and you hydration. you can check it out here : luca-hatu.github.io/Fitness-Tracker and here is the repo : github.com/luca-hatu/Fitness-Tracker
https://imgutil.s3.us-east-2.amazonaws.com/bcc7e4bdf2a203695ba75ba99e08ab2fce5ce9ee45f3a5dbca2214cd8b3f2719/034db2f2-38f3-43d4-933c-6a4378777d8f.png
Draggie306
@Draggie3060
Update/completed iteration #GMM0VHBBM| of my Patient Assistance webapp. I have added PWA support (meaning it can be "installed" and added to the home screen on mobile devices!) which is what my user has requested, and it also removes the browser UI, so more space for my app! This version also has brand new ⭐ reconnect ⭐ support so that the patient that requires assistance can put their device to sleep/turn off the display on mobile, upon reloading the device, it reconnects to all assister devices, which is neat! I also made sure all buttons work and fixed the WebKit weird rendering behaviour on Apple devices. GitHub: github.com/Draggie306/patient-assistance/commits/main View Page: patient-assist.ibaguette.com
https://scrapbook-into-the-redwoods.s3.amazonaws.com/3521d141-d731-42f6-b203-d3a8c978c9a0-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/aa62d36e6d29be2198e03fd657b6e91e19d0bb96add210a3573d9b298de0c5d5/11e02f90-f9cc-44a3-9d42-ee34f02eec22.png
Edna
@Edna3
github.com/Ednaordinary/DanteMode This is Dante4, my 4th revision of a discord bot I've been working on for the same amount of years. Dante was born before image generation became popular, when I found a small repo of an emerging technology, lucidrains/big-sleep. Since then, Dante has grown with the technology into what is now an extremely optimized discord bot for both loading and execution. As I moved on from Dante3, I focused on a few things: maintaining modularity, increasing performance, and making something cool. Dante now features the following features to meet these goals: An asynchronous framework: Just like Dante3, Dante4 handles requests asynchronously between request (discord command), and execution (making the image). This ensures the user will never be left hanging during the process. Only now, Dante takes that to the next level by adding a third layer in there: Model loading. More on that below Model Passthrough: If a request from discord comes that shares the same model as the currently executing request, that model passes itself to the next request, completely eliminating model loading latency Model Preloading: If a request from discord comes with a different model than the one currently executing, that model will preload itself to the cpu (ram), then load itself quickly to the gpu (vram) when its time for execution. This reduces model loading latency since the model does not have to load itself from disk. Latent Previewing: During a request, the bot will asynchronously decode the current image to show to the user, so they know where in the generating process the bot is. Embedded Processing: Models are run right in the script, eliminating import time for large modules like torch. With this comes a modular class based system, which allows all of the other optimizations to happen. Live Status: Models, both with and without latent previews, will update the user with the current generation status with both percents and seconds since start. Exception Handling: Just like Dante3, even if something goes incredibly wrong, the bot recovers and continues working. This isn't all though, more in a second.
https://imgutil.s3.us-east-2.amazonaws.com/2f1dd93804c452d2991b72b75d1c011fb990975c70f60d9784c419dd1a48a41f/9c4938bc-01d0-48a0-a48d-3c584cd7670c.png
Freddie
@Freddie0
Finally my code is finished... github.com/yersf0001/freddie-arcade/commit/f97586e91ddeda38d50a4d0cb7a4887013e48e2e
#import
import random
import time

#Starting Code
text = ("shaking.... \n")
answers = ["Yes.", "No.", "Absolutely!", "No waaaayyy!"]

#the games code
def game():
        
    print("")
    print("Welcome to the Magic 8 Ball game—use it to answer your questions...")
    time.sleep(1)
    print("Ask me for any advice and I'll help you out.")
    time.sleep(1)
    question = input("Type in your question and then press 'Enter' for an answer: ")

    print("")
    

    for i in range(4):
            for char in text:
                print(char, end='', flush=True)
                time.sleep(0.1)

            print(" ")
    
    choice=random.randint(1,4)

    time.sleep(2)


    choice = random.choice(answers)


    for i in range(1):
            for char in choice:
                print(char, end='', flush=True)
                time.sleep(0.1)
            print("")

#Game Ending
while True:

    game()

    print("")

    play_again = input("Do you want to play again? (yes/no): ")

    if play_again.lower() != "yes":
        print("Bye then...")
        print("")
        break
                
    
https://imgutil.s3.us-east-2.amazonaws.com/edac83b2a70d4456623e873ef3854becd0ddeed8207566aa63b6ceead4cd92d0/29cef15d-3cea-4ee0-94db-3164ae677f10.png
Devnol
@Devnol0
Day 6 of #arcade: My key holder Ridge clone is almost ready! I’m still missing some tolerances here and there and I need to figure out a way to embed a hex nut without creating a bad seam with the next layer but other than that it’s ready! I also started yet another cad project today, a small PD compatible powerbank with replaceable 18650 cells! It’s currently charging and I’ve barely started working on its enclosure but tomorrow is a day too and I’ll work on it then (or later tonight if I just don’t sleep).
https://scrapbook-into-the-redwoods.s3.amazonaws.com/36e57112-bd64-494d-8ce9-8f8c90b4466d-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/a228360e-20a4-4410-9bfc-d18ae9619be4-image_3.jpeghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/d22e67a1-cb33-4960-b1e2-7ab7d3d47d52-image.jpeg
Cyrus
@Cyrus0
I fixed some character rendering errors and optimized battery usage today, dropping the deep sleep current from 628 microamps to 31 microamps.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/728d389f-a470-4187-8008-69f570825f16-pxl_20240622_200244049.jpg
Cyrus
@Cyrus0
Today I worked on deep sleep (which was particularly annoying and fussy for some reason - it will run on batteries eventually) and polishing the rest of the main display. Code here
https://scrapbook-into-the-redwoods.s3.amazonaws.com/177414db-d772-4bcb-9f87-eeaaf6de9f44-pxl_20240619_214958418.jpghttps://imgutil.s3.us-east-2.amazonaws.com/9d9299cf4b523052af35b83b742f64b241e3fb6758b5af827b3668a3b200acf7/30663fe7-5c73-470a-8570-9e208b89ebf8.png
iUnstable0
@iUnstable00
Day 1: Spent my whole day working on a display framework for my trail project! I’m developing a new display framework for the SSD1306 in MicroPython that aims to simplify building advanced interactive user interfaces. • Implemented the ability to nest child components within parent components for proper relative positioning. • Updated rendering logic so child components are positioned based on their parent’s size and position. Using it is very simple. Just create a new component and update the properties!
async def main():
    _display = Display()
    _vcanvas = vcanvas.vCanvas(128, 64, lambda data: _display.render(data))

    render_task = uasyncio.create_task(_vcanvas.render())

    frame = vcanvas.Frame(_vcanvas, width=64, height=32, background_color=1,
                          ax=0.5, ay=0.5, position_type="scale", x=0.5, y=0.5)

    label = vcanvas.TextLabel(frame, text="Welcome!", text_size=1,
                              ax=0.5, ay=0.5, position_type="scale", x=0.5, y=0.5)
    amogus = 1

    try:
        while True:
            await uasyncio.sleep(1)

            print("Looping", utime.ticks_ms())
            Pin("LED", Pin.OUT).toggle()

            if amogus == 0:
                frame.x = 0.25
                frame.y = 0.25
                label.text = "Welcome!"
                amogus = 1
            elif amogus == 1:
                frame.x = 0.75
                frame.y = 0.75
                label.text = "Welcome"
                amogus = 0
    finally:
        render_task.cancel()

        try:
            await render_task
        except uasyncio.CancelledError:
            print("Cancelled render task")

uasyncio.run(main())
YashasSingh-U04J8RCP4RW
@YashasSingh-U04J8RCP4RW2
This is a continuation post in #hack-hour for my bad ducky usb. I seem to have come into some error while working adjusting my code that is meant for the pico to the stm32. I will continue to work on this as this may take more time that adjusted for my schedule. I will contine to work on this on my next hack hour. I can't seem to screenshot as im working on an secure version of linux but heres a part of the work I'm currently working on "def parseLine(line): global defaultDelay if(line[0:3] == "REM"): # ignore ducky script comments pass elif(line[0:5] == "DELAY"): time.sleep(float(line[6:])/1000) elif(line[0:6] == "STRING"): sendString(line[7:]) elif(line[0:5] == "PRINT"): print("[SCRIPT]: " + line[6:]) elif(line[0:6] == "IMPORT"): runScript(line[7:])" Good luck to all other hackers github.com/dbisu/pico-ducky/blob/main/duckyinpython.py
https://imgutil.s3.us-east-2.amazonaws.com/a8285f66a30b42e3c68f4ac2413d884bb94660e447cfcdca1587dc880768d680/b7c8723a-eda2-47d5-abe8-109a61e16ef0.png
Tom
@Tom0
Added a Sleep() Syscall to my OS!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/d860d5e4-93d2-4575-b378-4390c50432af-sni__mek_obrazovky_2024-05-07_v__21.23.18.png
VihaanSondhi
@VihaanSondhi0
day 5 of #100-days-in-public couldn't sleep so I decided to start working on a semantic search tool, and ended up getting nerd-sniped by the history of search in general. I'm super tired tho now so I'm going to be
https://scrapbook-into-the-redwoods.s3.amazonaws.com/0f4275dc-3a0c-46e3-99bb-db9cfb207526-image.png
Aileen
@Aileen0
Hey friends! :hyper-dino-wave: I was inspired by the power of computation and design and really wanted to print a vase as a gift for a family member for their birthday! Since there have been constant hard freeze warnings, they won't be able to go outside and look at their plants, so I made sure to add some live plants they can care for. Also, I was quite surprised. I got good sleep while the vase was being printed for 4 hours lol.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/9db79358-0267-4d00-961b-6f103d1b5275-image.png
karmanyaahm
@karmanyaahm0
Guys ISTG I was going to sleep at a reasonable 11pm but now it's suddenly 1am and IDK what happened I have another fire hazard PCB on my hands. I assembled my COTS flyback generator board from Amazon more vlogs here: youtu.be/gE-u74lq6d8
Peiprjs
@Peiprjs0
Sleep schedule? What’s that
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5fc2f253-fb47-471f-ad82-fc8aa8bb0094-img_1598.jpg
ZeroQL
@ZeroQL0
#w-of-the-day day 149 End of the weekend, not pretty eventfull tbh but needed the sleep :prayge: I mostly worked on physics and tabletime (my side project which aims to be a timetable creation tool), had to finish this school project so worked on that
https://scrapbook-into-the-redwoods.s3.amazonaws.com/0fda7efe-7468-4f92-a6c2-50698cbecbff-image.png
Peiprjs
@Peiprjs0
Shhh, she’s napping
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8b867887-52f2-4a56-8988-40bf0663bf88-img_0549.jpg
ZeroQL
@ZeroQL0
#w-of-the-day day 120 Today was a banger, Productivity was through the roof today, I’ve finished most of my physics lesson plans and have basically near to completing the rust book Also went out for a barbecue, that was fun. It’s amazing how a good nights sleep can do for you
https://scrapbook-into-the-redwoods.s3.amazonaws.com/9fcf289b-fcca-4190-8ef4-2716e7ee3a38-img_1027.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/611e1a2d-a3bf-481d-af18-ad0435710a20-img_0995.jpg
Sameer
@Sameer0
Day 10 of WHW #hardware-party, Today I calibrate my fsi6s transmitter; binding it with the receiver, I was so sleepy that i also messed up the expo settings, but later got it right! I'm so tired rn that the only thing i can think about is sleep! And because of that I'll see you all tomorrow! Bye, Goodnight!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5830da5b-da57-480d-85e4-397f1d85e1e9-picsart_23-04-23_23-48-18-571.jpg
Peiprjs
@Peiprjs0
My sleep may not be long…but it is regular
https://scrapbook-into-the-redwoods.s3.amazonaws.com/92a3daa1-5be3-44ce-80c9-a52c0eea1f80-img_7733.jpg
ZeroQL
@ZeroQL0
#w-of-the-day day 95 Guess who ruined his sleep schedule with school starting on monday, MEE :sadcatok: Did some organic chemistry revison and some more pygame coding (damn i need to write better scrapbook posts)
https://scrapbook-into-the-redwoods.s3.amazonaws.com/32eb47b1-51a0-4a11-aa3f-ee4f563e999f-image.png
ZeroQL
@ZeroQL0
#w-of-the-day day 74 I am sleep deprived (slept for like 5 hours) and I have a chem test tomorrow, studied as much as I could and gonna go sleep early so I can make up for lost time
https://cloud-4bvc5ieq3-hack-club-bot.vercel.app/0img_0412.jpg
matt
@matt0
https://cloud-ei1v4nm27-hack-club-bot.vercel.app/0syuxncf95gna1.png
sam
@sam0
#hardware-party day 8/10 Couldn’t get much down today due to homework and #frc. I’m really sleep deprived. Did get a few more pieces printed tho, always nice.
https://cloud-6nnhjownn-hack-club-bot.vercel.app/0image_from_ios.jpg
Briyan
@Briyan4
Day 8 (or was it 7?) of #hardware-party whw project! I've been procastinating soldering everything and the only thing I got done was *trying* to get the touchscreen to work. Also forgot to mention that this is a very great and cheap touchscreen (7inch) alternative to the original. (Incase no1 noticed I changed my format from the friendly and welcoming intro to simple and plain so I can get to sleep faster lol.)
https://cloud-agxwf4dic-hack-club-bot.vercel.app/0img_20230221_205230.jpg
ZeroQL
@ZeroQL0
#w-of-the-day day 8 site's ready and builds fine locally, but i have no clue why its not deploying in production school tomorrow so gotta sleep early (pain) so gonna have to debug this later ugh
https://cloud-m94zhx6q2-hack-club-bot.vercel.app/0image.png
Vidhaaaaa
@Vidhaaaaa0
https://cloud-gxjdhp4hh-hack-club-bot.vercel.app/0img_20221231_220002.jpg
reesericci
@reesericci0
I will concede the 10 days in public challenge to @OmarMobayed - i went to sleep lol.
https://cloud-quld2yan4-hack-club-bot.vercel.app/0img_3036.jpg
cytronicoder
@cytronicoder0
Day 5/6 of #10-days-in-public :lioncityhacks: It was Lion City Hacks yesterday: massive shoutout to @sampoder and his team for organising this whole event! We had a lot of fun (and stickers), and the team learned a lot of key designing tools and programming skills along the way. Additionally, our meme/coin project is still underway at #samcoin, so if you want to contribute to it, join the channel now! :coin-mario: Today, I participated in a math competition and chilled the whole day - got a bit sick so going to sign off early. :sleep:
https://cloud-iddiu15ip-hack-club-bot.vercel.app/0img_4186.jpghttps://cloud-qa8wrrh4t-hack-club-bot.vercel.app/0img_4190.jpghttps://cloud-ogwrn4c9u-hack-club-bot.vercel.app/0img_4160.jpghttps://cloud-6oiiszdee-hack-club-bot.vercel.app/0img_4166.jpghttps://cloud-gi5qgtyvx-hack-club-bot.vercel.app/0img_4171.jpghttps://cloud-dma3u463x-hack-club-bot.vercel.app/0img_4157.jpg
ryan
@ryan0
day 1 of #10-days-in-public did a couple of codeforces vcs... performance was not that great today (only low expert :nightmare-dino:) im going to try to go to sleep early today !!
https://cloud-e2uwc3qmu-hack-club-bot.vercel.app/0image.png
Snow
@Snow0
20 continuous hours (rip sleep) and 5gb later, I've been able to access, download, and model a tiny portion of NASA's climate change predictions for the US the left shows the mean max surface temperature in kelvins in Jan 2021 the right shows the estimated mean max surface temperature in kelvins in Dec 2025
https://cloud-p4esr6aby-hack-club-bot.vercel.app/0ucbjar.png
alex
@alex0
meant to sleep an hour ago 😭 i really need to stop staying up. having fun with reinstalling a broken npm :(
https://cloud-dsftkhq32-hack-club-bot.vercel.app/0image.png
rishi
@rishi0
Yesterday, I ran my very first IRL hack night at our house in SF! We had a couple dozen people drop by throughout the evening and make everything from ai research to a perfect word generator w/ gpt-3 (and people were coming until about 2 in the morning! new first for me in hackathon organizing) We started off at the house, then went over to Noisebridge (a ridiculously cool anarchist hackerspace about 2 blocks away from us) and made some music and synth visualizers :) all of us ended up coding until the wee hours in the morning, and we had some pretty sweet people show up—Jacky, Pranav, Ben and the cofounders of DeepAI! still trying to get over my sleep deprivation but I couldn't be happier with how it turned out <3
https://cloud-8n1nxfumb-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-oxkt874ev-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-nzkp84li8-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-bd9y1dknd-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-mq1lujclp-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-qulo2vlyj-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-r4iu4124q-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-6bu1ww6mv-hack-club-bot.vercel.app/0image_from_ios.jpghttps://cloud-9dm4m8uvy-hack-club-bot.vercel.app/0image_from_ios.jpg
matt
@matt0
finished learning about i2c and reading the IS31FL3731's data sheet. It works!!!!!
use std:Duration};

use rppal::i2c::I2c;

fn main() {
    let mut i2c = I2c::new().expect("Failed to init i2c");

    i2c.set_slave_address(0x74)
        .expect("Failed to set slave address");

    for row in 0..6 {
        thread::sleep(Duration::from_millis(200));
        i2c.block_write(0x24 + row * 24, &vec![8; 24].into_boxed_slice())
            .expect("Failed to write fill command");
    }
}
Odyssey346
@Odyssey3460
Shit shit shit I didn't take a screenshot of what I did today and I can't turn my PC on because I'm supposed to sleep uhh I guess I tried Splitgate today, really fun game. It works natively on Linux too!
https://cloud-bmd7ckyrj-hack-club-bot.vercel.app/0screenshot_20210815-014727_steam.jpg
rajanagarwal
@rajanagarwal0
nap time is sacred.
https://cloud-fu7v1zpnj-hack-club-bot.vercel.app/0image_from_ios.jpg
caleb
@caleb0
one more dinopoll update before i go to sleep :interested_dino: the polling dino has its own workflow step now, so you can automate the creation of polls! 📈
https://cloud-4udgis148-hack-club-bot.vercel.app/0screen_shot_2021-04-07_at_11.11.20_pm.png
everest
@everest0
Successfully pulled off my first all-nighter...for an assignment due at 8am on a Saturday
https://cloud-5qy9tk4bl.vercel.app/0image_from_ios.jpg
jeswinsunsi
@jeswinsunsi0
Day one practicing the Everyman sleep schedule. Went biking and then worked out. Don't know how long I can go on for before burning out.
https://cloud-53cpm5mmq.vercel.app/0whatsapp_image_2021-01-11_at_6.43.37_am.jpeg
sampoder
@sampoder0
so i was like actually trying to sleep and then i was thinking about project ideas and then i thought about using spline to make my personal website but reverse engineering it so its like dynamic i should sleeping but yep i worked out kinda reverse engineering it need to do some more work
https://cloud-kzqqggxuv.vercel.app/0screenshot_2021-01-11_at_1.19.01_am.png
jasonaa
@jasonaa0
had a... fun... time demoing a workshop. i learnt some go and socket.io with @igoel.mail and @khushraj.rathod. if either of u 2 see this, i'm actually a competent programmer but we all know at this point that i don't know go at all and its also about to be 2am so imma sleep 😂. this was actually fun tho, great way to start my monday morning
https://cloud-drkzqhuo3.vercel.app/0image.png
molyvius
@molyvius0
I don't ever wanna do this ever again. I will (after a lot of rest since i stayed up till almost 5 am for this), but I'll be real grumpy about it (and possibly nervous as well if I overcompensate my sleep gap with coffee). Oh well, I guess making myself suffer could be considered a form of motivation, albeit definitely not one that's healthy in either the long or the short term. (what i'm saying is don't be like me) Good night all. See ya tomorrow.
https://cloud-l4m6znfav.vercel.app/0image.png
sampoder
@sampoder0
as couch camp drew to a close, and our scoring manager fell to sleep way too early.... we found ourselves with scores scattered across 22 separate JSON files.... oh dear making the closing slides would be a pain but i did not want for the not so techy people to go through any pain... so i stayed up very late last night and built certs.couch.camp/results that went through and linked together all the JSON files to output the critical results needed. it ended up saving hours for my friends today and i'm very happy about that. i'm quite proud of the hacky js stuff i wrote whilst half-ish asleep lol and then today i built on top of that system to make certificate websites for each scholar... it involved even more linking of JSON files, using square numbers to make it challenging for scholars to find others urls and a whole load of JS to make the award names. all together it looks like certs.couch.camp/71407A, people have to screenshot to save it which i guess is alright its all a big hack, here's the source code for: github.com/sampoder/couch-camp-certs im so proud of this massive hack i continue to fall in love with Next.js
https://cloud-dsdd4rw86.vercel.app/0screenshot_2020-10-22_at_11.50.13_pm.png https://cloud-dsdd4rw86.vercel.app/1screenshot_2020-10-22_at_11.53.19_pm.png
sampoder
@sampoder0
All ready for tomorrow, gotta sleep
https://cloud-mdjicphzh.vercel.app/0img_20200929_225546.jpg
simarpreetsingh.019
@simarpreetsingh.0190
It's been a long day. Finally submitted the last assignment of the day within deadline. Will sleep straight for next 10 hrs.
https://cloud-2z9imi50p.vercel.app/0screenshot_20200927-003120.jpg