Shehriyar Qureshi

@thatdevsherry.pk

Software engineer. Rust, Python, TypeScript (C in progress). Like driving manuals and learning about them. GitHub: github.com/thatdevsherry Website: thatdevsherry.pk Patreon: patreon.com/c/thatdevsherry [Open to work]

normally 13kmpl fuel average used "sherry eco mode"™ and got ~16km/l granted, fresh run, single return trip, had highway, cold ambient air not hypermiling. instant fuel avg is such a good param. i know I can't get good fuel avg until 4th gear, thats when double digits appear (for km/l)

scanner showing all engine and vehicle data with main one being fuel avg (combined and instantaneous)

#raylib surpassed 1 Million counted downloads! 🤯 * Actually those numbers do not consider GitHub clones downloads, ~4K per day, total downloads are probably several millions 🔥 Not bad for a C low-level library...

raylib surpassed 1 Million counted downloads!

math is hard man. first time using raylib,C and just in general manual graphical stuff learning a lot though. just hoping I can push through the end of this project and get it in my car. would be so cool

A custom car digital instrument cluster being made in raylib, with rpm, speed etc.

making a project in C, using raylib i can see the appeal of the library. it's quite intuitive. it's making me learn and think a lot about how I want shapes to be made, largely fixing placement mistakes that I thought I had implemented properly hoping I can get to the end of this project

am I the only one that doesn't have claude code on my machine? I use AI in webchat exclusively. Mostly use it when learning about a protocol or simple learning, but I just can't vibe with the feeling of giving it access to code and going around making changes itself.

rewriting in rust, a dicom service that my current employer has in python. did they ask to do? no. doing partly to learn DICOM upper layer protocol. partly because I want it in production someday. probably will never see the life of prod since no one asked but meh, gives me happiness doing it

JIRA is the piece of crap that you accidentally step and then it sticks to your foot and won't come off UI just... gets stuck is it running a simulation? trading? whyyy so obnoxiously slow

still confused if i should spend time learning and making stuff in C or rust esp-idf seems like it would abstract a lot of hardware and I wouldn't learn much. with rust i could start making bare-metal code and learn more (could do similarly with C too) so rust still feels better answer

just gave esp-hal another shot. initially encountered friction of old example code that wouldn't work. after analysis paralysis of whether i use C or rust, spent more time and got rust working. fast forward, i now have esp32 comms with my device over BLE rust is so easier to write!

tasked to write auto-updater for our app that runs on client machines (windows) saw windows-rs crate and started writing the initial impl. using it "initial" impl. is prod ready Thing is, they're a python shop. Right now only I know rust. will have to defend it's ">" python, min. runtime errors

oh boy i just discovered noctalia-shell my barebones niri with waybar is now tranformed into niri+noctalia-shell sooooo goooodddd thanks to brodie's video. saw a comment and looked it up LOVE ITTT

Rust compiler: “You can’t do that.” Me: “Fuck you, I should be able to do that just fine.” Me, five to ten minutes later: “… oh, no, I see why I can’t do that.”

giving out binary using pyinstaller feels so wrong most remarks of rust are "we try to shoehorn it everywhere" but then people that only know python shoehorn it everywhere incl. system apps. as hornet says, "git gud" and learn rust. awesome tool for the job.

I'm continuously impressed with how just how good the Rust ecosystem is. Whenever I look for a crate or a CLI utility that does what I want, 95% of the time I find it. And the rest of the time, the components are right there for me to build it.

It's such a good feeling when I want to learn about a complex topic and some random youtuber has videos up about it that they made 6 years ago simple slides, white background, and just very informative

need tips for convincing a company in healthcare to adopt rust for their on-prem tools. current tool is written in python 😅 not the best choice for something that should be predictable and ideally never crash that and bundling python to exe is just... very hacky? AVs triggering and whatnot