@cytronicoder0I started working on a bounty for someone on Replit today: a web3 login page with transaction list and a meme. I'll probably finish it by this week, but the hard part is probably managing my time rather than the actual coding.
You can see my progress on the bounty here. I've already made a button that connects the user's wallet to the website, and I'm working on the transaction list now.
You can check on my #one-year-of-hacking progress here: github.com/cytronicoder/one-year-of-hacking/blob/main/january/2023-01-03.md
(To this end, I might make a Twitter bot that automatically summarizes the code you've written into a readable thread... hmm... :thonk:)
@Andrew0Day 3/10 Ngl I didn’t do much code on my project today, just worked on & finished on a school project github.com/anddddrew/hexa. I also uploaded it to replit and it’s been a while since I’ve used it. So much has changed lol (the mobile app is also dope)
@sahitid0day 3 of #10-days-in-public: messed around w replit a bit more and also checked out blackbox.io! what are your thoughts on it?
@sahitid0day 2 of #10-days-in-public ok confession: i don't really use replit that much, but i've been trying it out and it's rlly cool. messed w little programs to get started!
@kyle0Personal website workshop at Edison: interesting results despite lower attendance since impromptu Friday meeting + day before 3 day weekend.
This was our winner lol: the-saul-goodman.shatterededge.repl.co/saul.html
@NeelDate-U02J9JVAG860Day 2/10 - I continued my journey in web development by transitioning from a resume about myself to a news article (I enjoy writing blogs!) I conducted research on more aspects of CSS (width, padding, margin, border radius), and I'm working on a template for my news article. replit.com/@NeelDate/News#index.html #10-days-in-public
@jc0I won $50 in Replit's Template Jam with this small canvas template: replit.com/@jianmin-chen/canvas-sketch-template! I'm probably going to use the funds to get the supplies needed to salvage my old, broken laptop from 2013 and turn it's LCD screen into a monitor :sunglassesblob:
@j_cordz7+Today I learned a bit more about Nix! :nix: And how it's used on Replit. :replit: Also here's an screenshot of my previous post because it didn't load correctly last time. :thinking:
@karolina0Have you ever sat and thought, "Hmm, I wonder how cold and depressing it is in Seattle right now? How much better off am I?"
Introducing... Seattle-ometer! Now, you can compare yourself to Seatteites to your heart's content! Just type in a valid US ZIP code and press submit.
Brought to you by a rainy day in Seattle with nothing better to do :)
seattle.karolinadubiel.repl.co
@Ramiz0Apple surely has great offers but will they ever be able to compete with me? Checkout bestiphone.ramiz03.repl.co (Open in phone for your own good) . Thanks to replit template btw 🙂
@benjjjmin0Teaching some python to my sis :)) , I forked this from the replit community as an example
@ArcadeWise0Today I have a stupid ship. Voilá FizzBuzz, my favorite problem, in gForth! Forth is one of my favorite languages, as it’s stack based and I love stacks. I also am shipping a terrible python implementation of Forth! It doesnt support much, but if you make something cool message me!
FizzBuzz: replit.com/@arbee/fizzbuzz
My Forth: replit.com/@arbee/Forth
@KaraMassie-U032A2PMSE90Eeeiii! First #scrapbook post. With the help of the sweetest, smartest co-workers here at HQ, I’ve been building a Slack cat bot in js using Bolt.
I started by roughing out a design that is vastly beyond my current abilities, and that is based on the ~worst~ funniest personality traits of my IRL cat.
github.com/karamassie/madcatbot
A Cat currently lives in #the-litter-box only. It’s very shy, for now.
So far, I’ve learned how to:
• set up a bot using Slack’s API
• use Replit; and then,
• get my Slack tokens revoked by accidentally moving all my code to a public repo in GitHub
• regenerate those, and put them in a non-uploaded file
• Run my bot locally
On the js side I’ve learned how to:
• Set up which channel it is in
• Get the bot to respond to certain words or phrases
• Set up delays and randomization
• Create ‘untriggered’ events (ie the bot does random things without provocation)
• Have the bot react to users entering the channel
@belle0hi fwens :hyper-dino-wave:
hope your day is going well hehe! i'm gonna try daily scrapbooking :eyes_squint: to make sure i do at least one thing that i'm proud of each day :) today i had a really nice chill morning with my sister and did exam prep for maths, business, and chemistry :roo-yay: – relieved i remember a decent amount haha. also, worked on a small graphic design thing :blobattention:
(attached is a separate design thing i played around with for the replit hackathon but it was really off brand so never implemented it haha)
@jasonaa0today i tried to get :tailscale: working on :replit:!
for context, i have a laptop at school that’s eventually going to run some sort of web app to manage our 3d printers. we want to access this off the school network to keep an eye on prints, so the idea is to run tailscale on the laptop and on a replit instance, then proxy traffic from the repl to the web server that’ll eventually be running on the laptop. its pretty hacky but it actually does kinda work, i just need to figure out the proxying part 👀
@Ramiz0Coded a website from my Tablet using Replit 😅 . ~Although I stole some code from Tailblocks but who cares ?~
@ZoeDroulias0I’ve been a little MIA recently, but I’ve just finished this 5 question personality quiz with python and flask! You can give it a go here!
@rajanagarwal1I wanted to learn how to build my own search engine, but didn't like the speed of web scrapers and the deployment of most alternatives. When I came across the search API, it hit me: let's build Google with Google. Well, moogle to be precise :cow-face:
Using the Google Search API and a few hacky solutions, I just published the Custom Search Engine workshop!! vv excited to see what other hack clubbers make :hyperfastparrot:
The best part about this workshop is customization! if CSS is your jam, then this is perfect to make something that you love. i would love any feedback, or just to see what y'all come up with!!
Workshop: workshops.hackclub.com/custom_search
Code: replit.com/@rajnagrwl/search
Happy Hacking!
@avi0here's also what the end product's supposed to look like after you've done the workshop-- i'm a little worried that it might be a little too long but yee. it's interactive and everything. any design feedback will be accepted! the link's at d3js-tutorial.avi9664.repl.co
@HenryBass-U02KEJ8T6D80Probably not my last scrapbook of the day, but added to my chat app thing:
• Radio/IRC like channels
• Multiple themes
woo, now time to stop hosting on shitty repl + autoping
(Any recommendations or stuff?)
chat.henrybass.repl.co
@j_cordz7+After many days and scrapbook posts about it, my personal website is finally in development! I'm going to be using plain HTML and CSS for the first version of it, which will allow me to test my coding skills and the things I've been learning so far. I'm going to be using Replit to preview the end result before moving it to a GitHub Repository and for the deploy, I will be using Netlify, and now that I know how I want it to be organized and which things to include such as sections, colors, and so on, I just need to finish building it and then share it with the world!!!
@EdwardJung-U02Q0FNJQQ70My cs class final project was to make a game entirely in java. It was quite challenging as a rule was no using arrays.
But after a week, finally made ultimate tic tac toe in java 😄
Play here: replit.com/@bladefan960/THE-ULTIMATE-TIC-TAC-TOE?v=1
funny story: I just compiled this a minute ago and repl servers coincidentally crashed right after. I now have the I crashed repl with my program badge on github 🎉
@ian0When I first started using Replit, I hated how I could only have 5 always-on repls. I found UptimeRobot, which was okay, but I had to log in and configure something every time I made a new repl. I think Replit is a great way to host small projects like websites or bots, and I wanted an easier way to keep them online. So, I bring you ReplAwake.
To use it, you just click a link and add your repls into .replconfig. ReplAwake handles the rest! You can add more at any time right from within Replit.
You can see it at
:github: GitHub: github.com/yodalightsabr/replawake:replit: Live Version: replawake.yodacode.repl.co:fork: Start an instance: replit.com/github/yodalightsabr/replawake
@j_cordz7+Today I'm going to be sharing all the progress I've made so far with my workshops, during this last days I have been making progress on them, step by step, developing more skills on HTML, CSS and JavaScript everyday I coded on them.
It's not the best, but it's an awesome progress in my coding journey.
My own personal website and portfolio is still in dev, and there's nothing to share about it yet because I still have to figure out the total tools I will use on it, so today's workshops are Orpheus Hack Club Website which needs some improvement and Splatter Paint. Also, my other project about GitHub that I was also talking about in my scrapbook is finally setting up an organization for my Science Club and Hack Club and redesigning my high school website which will be a great project to test my abilities! And finally, today I started researching some Raycast extensions, so most likely I won't see my apps dock that often.
@j_cordz7+I had planned for today to draw my Dino for Hack Club GitHub, but instead of this, I worked on my Digital Garden Project and started learning different ways to index my Obsidian vault with notes into a garden database, also I'm almost ready to ship the fist version of my Personal Website, and most likely I will be hosting it with the help of Repl.it where I'm also hosting my workshop projects, and then move on to better alternatives with improved versions.
In other things, I forgot to mention some days ago than my high school is finally at the Hack Club map and I'm happy to be a club leader and get to work at my club and create awesome things!
@matthew0finally got around to setting up a vps. first thing i did was take Apple Music Slack Status off of repl.it and put it on the vps! it's now running on amss.sky.matthewstanciu.me
@j_cordz7+Ready to update to MacOS Monterey! In other things, I hope to improve my programming setup with tools that I have been improving in using such as Replit for the workshops, of which, today I made another minor advance in the first one, and in addition to continue learning basic HTML and CSS, I started to check more about deploy tools and the HUGO static website building framework, which I plan to use later on.
@ian0A thing for storing any form of data on replit
@courtney0I finished workshop #2!! Splatter Paint is hard in my opinion, but I love the end result! I also updated the Personal Website with a 'review'. This was really fun & cool because the faster you go, the bigger the circles get, and the slower you go, the smaller they get!!
Splatter Paint - splatterpaint.courtneydiane.repl.co
Personal Website - courtneydiane.repl.co
*I’ve caught the typo 😅
@courtney0I decided to challenge myself starting today. (Cringing about starting in the middle of the month and week). Each week, I will be working on a different workshop from workshops.hackclub.com. I hope that by the end, I’ll have gained a lot of coding knowledge, and hopefully some cool stuff to #ship. Here’s Day One - <https://personalwebsite.courtneydiane.repl.co/|Personal Website>.
@matthew0i was going to wait to test it with multiple users before shipping but THIS IS HACK CLUB, that is not necessary!!! i love #slotify but as an apple music user i hate feeling left out of all the cool tools people make that are spotify-only. so i decided to bravely battle the apple music api and build slotify for apple music! i shared a proof-of-concept in #scrapbook a few days ago that was hardcoded with my credentials, but now you can use it too if you are an apple music user :applemusic: just head over to apple-music-slack-status-1.techbug2012.repl.co and sign in with slack & apple music. use /music-status to toggle it on/off (it should be on by default after you authenticate though). if you run into any issues at any point, please let me know 🙏
@ella0Today I met @riley33chou and @MarinaLee in person :yay: and packed envelopes to mail swag to some people who attended citro hacks! (I've got some figma, replit, and hack club stickers left over so if you want some, DM me - I can probably mail an envelope to you!)
@courtney0Ahh! I'm so excited. I've been putting this off because I wanted to learn as much as possible, but I finally decided to follow a step by step and tackle is. It's not much, but I did it! I can't wait to add on to it! :yay: (Also ty to everyone who answered all of my questions)
courtneydiane.repl.co
@kayley0KWK Day 2: Learned the hard way that spaces matter in Swift, played around with loops and arrays, and connected my repl to a GitHub repository.@ian0I made a reddit meme finder website! memes.yodacode.repl.co