@PanosKoutsoumanis0For all you Raspberry Pi Pico fellas with macs that use vscode (that narrowed it down a lot geez), I made a repo with all the hard work of getting the pico-sdk to work in your development environment already done! github.com/Devnol/pico-boilerplate All you have to do is follow the getting started guide on the Pico website!
@ella2didn't do much today except make a small update for a website
@safin.singh0I've been struggling to put together large-ish completed projects lately so I decided to just go all out and see how much I can get done in a day-ish. I just finished up ankylos (github.com/safinsingh/ankylos) a modular bootstrapper thing for node projects. Here's what it does:
1. Grab a preset to clone from. This will be copied to whatever destination you specify via a tarball from NPM
2. run ankylos bootstrap to read from the ankylos.config.js in the preset. this tells ankylos what plugins to install and configure. for example, the next preset automatically installs and configures the 'editorconfig', 'eslint', 'github', 'husky', 'markdownlint', 'pnpm', 'prettier', 'renovate', and 'vscode' plugins. it'll also send instructions for build scripts to set, dependencies, etc. ankylos will take care of the explicit dependencies in the preset first. then, it'll install your plugins (ive made like 10 of them for convenience) and install your plugin's dependencies (these are stages 1 & 2 of the bootstrap phase)
3. ankylos prompt you for project metadata and will insert your custom build scripts along with this metadata into a fully-filled out and templated package.json file. finally, ankylos will walk through each of your plugins and apply/copy the files specifies in ankylos.config.js
4. from there, pnpm install will bump you in to your new, modular, automatically-bootstrapped, linted, formatted, <insert a bunch more buzzwords> project!
i only had enough time to create a next and node preset so be sure to check those out. anyway, i'm glad i was able to follow through with this and i hope y'all like it! p.s: you can check out all 16, yes, 16 projects from the ankylos monorepo on its dedicated npm org: www.npmjs.com/org/ankylos. anyway, i'll try my best to maintain this (it's in my best interest too so thats good) if anyone else decides to use it
@riley33chou7+you know youβve matured when you stopped keeping streaks on snapchat and started keeping a streak on scrapbook
@ella2today, I tried out VS Code (with the help of @christina695βs notes) :flug:
@christina6950worked w @tmb to download a json file he'd created from GitHub, and write some of my own javascript. (Separately, last night I made pumpkin manicotti from scratch to welcome friends who just moved to my town.)
@caleb1Workin' on a super fancy new project with Go! :gopher:
@hemesh0Stories came to VS Code! Checkout what ur friends are doing now with the Stories extension by YouTuber Ben Awad. I guess this is the last thing we wanted. :vsc:
@thatrobotdev1Started learning some more react today! WIP of a tic-tac-toe game from the official react tutorial
@isacisboss7180I was trying to see if I could change my vscode background to a picture of :walter:walter:walter: and I think I messed up because there's an anime girl in the corner of the screen and I can't take it off
@Emmanuel0Doing it as part of the hacktoberfest event
@thatrobotdev1Started work on Vaux π, learned that if you git clone a folder with the β.appβ file extension on osx that the computer incorrectly recognizes it as a program instead of a folder! I guess never name a repo with a .app in the name then xD
github.com/thatrobotdev/vaux
@christina6950Woo hoo! Finished the splatter paint workshop (thanks @zrl for getting me through the VSCode issues)
@akshaygautam0100Didn't do much today, so here's a pic of my streak that I have after getting access to a laptop and learning to use VSCodeπ
@christina6950practiced rewriting a JavaScript tutorial on building a tip calculator
@akshaygautam0100Learning Kivy 2nd day. Today I used laptop and not a phoneπ , wrote python in VScode for the first time (was using Pycharm). Also this week I'll constantly have a laptop to code, so yeah gonna learn many things.
@christina6950updated my blog "Learning to Code" on my website christina.cool with small step-by-step instruction on integrating VSCode with GitHub to publish a website. 1 thing i'm excited i finally nailed down was getting photos from my desktop onto my website.