The mediatek mt7921e wifi driver has been troubling me for months and i cant find a solution to it , it randomly disconnects from the network and best of all it even somehow manages to crash the linux kernel , and so far i haven't found a solution.
@ubuntu@MediaTekIndia
The mediatek mt7921e wifi driver has been troubling me for months and i cant find a solution to it , it randomly disconnects from the network and best of all it even somehow manages to crash the linux kernel , and so far i haven't found a solution.
@ubuntu@MediaTekIndia
Coding, Laadle Style ๐
I built LaadleLang โ a toy programming language in Rust for absolute legends.
Because coding should feel like talking to your homies.
No braces. No semicolons. Just vibes.
Runs in browser (WASM) + REPL
Try it : https://t.co/ot27fPruVC
#Rust#BuildInPublic
I have so much gratitude to people who wrote extremely complex software character-by-character. It already feels difficult to remember how much effort it really took.
Thank you for getting us to this point.
I tweeted so much about Galgotiyas, and I'll be doing myself and my country a disservice if I didn't talk about @SarvamAI .
It's batshit insane that these man have done with 105 B parameters what deepseek did with 671B. The levels of optimization is not something that we see often and I am fucking proud of my countrymen and their achievements.
May the smart ones keep achieving higher highs.
I didnโt appreciate IIT Madrasโ move , but the two cases are different. Forking and maintaining an OSS project isnโt fraud they clearly stated it was forked from the original. What Galgotia did was outright misrepresentation, claiming it as their own work when it wasnโt.
Why we ae blaming Galgotias University ?
Last year IIT Madras just cloned postgres, renamed it to shaktidb, and released it as "indian database to reduce dependence on foreign interests".
@rywalker Yes sir, i have and i am still a firm believer in clean code and architecture practices.
Though i have not worked on mega scale projects yet but idk how lesser code quality should be acceptable with advent of LLMs.
software development in 2026 is going to require some to loosen up a little
code doesn't have to be as perfectly crafted the way we did it pre-ai
call it slop if you want, but if you're still demanding perfection on every pr while your competitors are shipping "slop" that works... you're fighting from a disadvantaged position
shipping velocity matters more than perfection
๐ฆ Rust Tokio isnโt the only game in town.
Compio is a new Rust Async runtime built around completion-based I/O (io_uring), not readiness (epoll).
If you care about runtime design, this thread is a goldmine:
- I/O model: readiness (epoll) vs completion (io_uring)
- Execution model: work-stealing vs thread-per-core
https://t.co/4GzHkZ4uFF
#rust #rustlang
@ApacheIggy I think i wasn't clear enough in the tweet, i want to learn about the underlying `compio` framework , and i am wondering how do you guys work with the framework with little to no docs at all?
I was going through the @ApacheIggy codebase to understand how compio is used, coz public documentation is quite limited.
Still, it makes me wonder: how do skilled teams ike the folks at Apache figure this stuff out? Is it mostly by reading the source of compio?