@msw0since my last video about making PCBs, I’ve had a bunch of feedback about people who had trouble submitting PRs.
now there’s new video about submitting a PR in (almost) under a minute! www.youtube.com/watch?v=qL4d6AFx-9E, and it was made in under a day in #onboard-bts— check out the channel for the whole WIP thread
@CassidyCodes0Applied For Clubs got accepted And Got The Onboard Grant.
@EvanGan0Day 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!
@cupcakes0Playing around with Google's Teachable Machine for a project! I'm learning a lot about how camera access works with the web browser
@rayhanadev0Worked on my Blot submission today! It's an iterative maze-generation algorithm with added subsections (hence the name, Subsected) in the pathway which create a unique output :)
@EvanGan0Day 26 of #100-days-in-public.
I want to take a bit of a different approach on my #scrapbook today. Currently my Gemini based rug game is in a state where I am considering #shiping it but have an idea of one last feature that will require me to modify some of my code to create, and make it much more original. I think I may ship the current version tomorrow and then continue working on the last feature.
Today I had a bit of a realization why react is such a good framework. Basically, my goal is to have a text box pop up when the user needs to enter their api key and not show up if it is already in the URL(see yesterdays video). The beauty of react is that I can do this very simply in one element by simply detecting if they need to enter a key, and if so returning a different piece of HTML. If they already have a key then I can simply return nothing and nothing pops up. With React I can just throw this element in anywhere and it just pops up when it needs to and disappears when it is not needed. Also, React allows me to easily modify page layout, say for example if I wanted my chat box to be below the input I can do that with swapping one line of code.
@zrl0latest video iteration. the one i posted last night has 1k views now. i’m trying to get one that will cross 100k views. i’m also refactoring my code to have separate classes now, so it will be easier to structure a tutorial
@phaedra0I built a student portal/site for my school! In the future, there may be AI and official district portal features thrown in as well, but at the moment it's primarily being used for my school's course selection since that's what's happening right now at school. I'm so happy to have finished building it! It's a project that I've been hoping to launch since my freshman year of high school but never had the coding expertise to execute, and now it's open-source and live for the 1,700+ students at my school to access! Using Next.js, React, and the magic of the Google Sheets API, I was able to sell the course catalog that my school has (and I now encourage you to check it out)! It's now available at mybla.vercel.app :D
It's been awkward walking around and seeing people compliment the project due to seeing my name in weekly announcements but I'm happy that it already has a happy user base even after being released for a short while.
@Kieran0had a #purplebubble meeting which was awesome! also got my arch install back up and running!
@jaspermayone0Very successful day today! Attended #oblong-dev’s general meeting where we passed bylaws, and also had a #purplebubble meeting to start kicking the project into gear! @reesericci and I also worked for many hours on an authentication system in rails :)
@kevinjosethomas0Redeveloped my portfolio in NextJS 😋 I found that my site was always outdated cause I was always too lazy to update it with new projects and stuff... so now it fetches all project data from a Notion database that I can easily update!
kevinjosethomas.com
@zrl0Working on a tutorial to make a little project like this!
@VasipalliEshanAditya0This is a Chrome extension I developed called Focii (my friends told me to choose it idk why), it's available on Firefox and Microsoft Edge so be sure to try it. It's open source so you can develop it further and pull req. #opensource 😄
@Firepup6500Got an azuracast instance up yesterday, happy with the current setup
@EvanGan0Day 23 of #100-days-in-public.
Today I implemented the AI! Now I am back to the point I reached with the pure html/css/js. Over the next two days I am going to be at a FRC competition, so I am going to have less time. If I do have time, I am going to try to make the api key stored in the browser URL. In my short testing for this post the AI just solved the problem for me and said it would sell it to me for the goal ($100). My prompts are sometimes blocked for "Safety" even when they say "Hi there!" so I may also look into that.
@matthew0Passport-based door opener@cupcakes0Adding to my Pi Day PCB schematic! 🥧
@cupcakes0Working on a Pie-themed PCB for Pi day! 🥧
@fayd0designing a light sensor controlled rumbler :deetpog:
@Aram0🚢 ANOTHER WEBSITE SHIP 🚢
I shipped 3 new pages for my website! The first one is a photos page, it pulls automatically from my Flickr for the photos and uses static images as fallback. The second one is a blog, it uses markdown files and tailwind typography for rendering them nicely! The third one is super simple but its a stack page, It includes the tools I use. Hardware and software! The website is written in :nextjs:Next.js and :tailwind:Tailwind CSS.
It's all open source! ⭐ it on GitHub and live on aram.sh
@cupcakes0My PR about L-systems for blot got accepted and merged! How exciting :yay: