@laith6Lazy day + was busy with Eid al fitr, but I did do some tweaks with the PCB. Ran the DRC and i got 0 errors or violations which is neat. Just need to keep tweaking until it makes sense. Also forgot to add a diode for the charging module 😭 😭 😭 have a feeling thats important...
@laith6MOORE editing my PCB! Kinda confused myself with the vias, turns out you dont need them when your PCB is only two copper layers and you got through hole pads. Fun!
@MinglangDu7+Learnt about bitwise operations (im kinda sick so this is lower effort)
@laith6Today I started workin on the PCB of one my projects. Honestly, I'm at least 90% sure I'm doing this wrong, but the fun thing about learning is making dumb mistakes and trying again.
@MinglangDu7+Just taught my friends at school about binary lifting
@laith6updated the theme of my portfolio/website, also the music section. Kind of a lazy day in terms of coding, but it's okay :3
@MinglangDu7+today I learnt to use the floyd-warshall algorithm to find the nodes on the shortest paths between nodes.
Still working out specifics, as you can see😉
@Delana2Chaotic day - went to go do a LEGO tournament... it was carnage. From the teacher's minibus getting a flat tyre to lego flying all over the place - I'd never seen anything like it. We didn't win but we came quite close i guess 😭
@MohammedZaid0Got my orph pico yesterday and I transformed it into a Yubikey, gonna call it a Zubikey!!
@MohammedZaid0Just booted an Ubuntu Server on my raspberry pi zero 2w ! gonna use it to code in vim and make terminal programs!!
@laith62nd scrapbook post :3 updated a schematic for one of my old projects. Pretty awesome sauce.
@ErrorCode00Got a basic tokenizer working for my new programming language mango!
string r -> "testing 🍎🍎🍎🍎🍎🍎🍎🍎🍎"
float pi -> 3.14
string x -> "🍎🍎🍎 testing"
int q -> 431
name -> r + "e"
print q
@MinglangDu7+Practiced usaco today! It was mostly reading, but I was able to apply my knowledge to solve this problem
@Sam-U08JMV3PEGN0might as well be the final thing i upload to this dev account
@Delana2messaging randos on PF because physics is literally my life
@MinglangDu7+Today's usaco practice. This was definitely harder than I thought it would be, so it consumed most of my time. Learned quite a lot from the ~5 failed submissions and draft algorithms though.
@laith6My first scrapbook post!! I'm trying to refresh my memory for electronics (and using the pi pico -- its been ages since I've used it). Starting simple and building up to finishing off some of my old projects.
@Delana2Finishing off my slightly eh game that I made as English homework
@jackson1Working on the main game ui for my school final project. JavaFX is definitely a different type of library than I've ever used, but the fxml system is fantastic.
@AudraHagerman0Footage from our robot’s new algae mech for FRC robotics! @ms7ru0working on links animation for my svelte js protifolio
@BurntRanch0again, working on sdl_engine, my Vulkan Game Engine!
This time, I was busy finding a way organizing Nodes while lifting some of the heavy work off of the Engine. To make everything more seamless!
Introducing: SceneTrees! This class will help the Engine in easily locating relevant Cameras/Lights.
Next update will be focused on making this rewrite actually work with the existing foundation.
Sketch in comments!
@MinglangDu7+I could only do one problem for USACO silver. I'll practice more for next time, as the problems were very difficult.
@NadeenI.0A while ago, I designed the merch + logo for “Jua”, the Athena event in Nairobi by Hack Club! ☀️ I am so lucky to have been part of something this bold and creative (P.S check out #C05T8E9GY64| for girls/gender diverse teens!!)
instagram.com/p/DHkvRwwiuRv
@BurntRanch0I didn't share this here yet but I came back from a month long break from my Vulkan Game Engine and started heavy work on the Nodes, planning to work on Materials and PBR lighting very soon!
sdlengine is a project I made initially to learn more about graphics and perhaps even make a game very later down the road. It's written in C++ and <https://github.com/BurntRanch/sdlengine/tree/rewrite|this> is the repo, rewrite is the branch I'm working on
If it's not obvious, this is highly based off of Godot, Their system is very nice, I have very high hopes for this!
@pbhak0finally got grafana up and running for my homelab server! might set it up on some pubnixes next? do they need them? probably not. but hey, cool data visualization
@ShyMike0First scrapbook post! Today i made a Flask extension to make it easier integrate Umami analytics into websites that use Flask as a backend (because it was too anying to do it manually so ofc i had to spend way too much time automating it) Repo: github.com/ImShyMike/Flask-Umami
@ActuallyMed0tried making a study helper application
at least I got my ai model to run!
thats a win for the first day!