Cutting down Rust compile times from 30 to 2 minutes with one thousand crates
Cutting down Rust compile times from 30 to 2 minutes with one thousand crates
Want to learn how to compile programs in Linux? My latest post is perfect for beginners! Get hands-on with code and see how easy it can be.
Check it out: https://www.spsanderson.com/steveondata/posts/2025-02-07/
Want to learn how to compile programs in Linux? My latest post is perfect for beginners! Get hands-on with code and see how easy it can be.
Check it out: https://www.spsanderson.com/steveondata/posts/2025-02-07/
On #MasterSystemMonday here’s “Power Strike II”. This is a 1993 vertically scrolling shoot-em-up developed by legendary company #Compile & published by #Sega. This was released in Europe, Australia & Brazil only. The #GameGear version of this game is completely different.
#Retrogaming #MasterSystem
https://dev.to/baduit/what-if-i-told-you-you-dont-have-to-run-your-unit-tests--k0 - If you can validate at #compile time, you don't need to prove with #UnitTests. Nice examples in C++ Lena. https://github.com/Baduit
Yay \o/
Got the #Mudlet client #compile|d on #Manjaro #arm64.
What a glorious fight I won at the end.
We will see us in the #RealmOfMagic.
"telnet realmofmagic.org:4000'
Different Basic – try different Basic
https://dimalinkeng.blogspot.com/2024/12/different-basic-try-different-basic.html
#PSA: If you're ever wanting to #compile #GnuCash on #Debian, this will help:
doas apt install build-essential libxml++2.6-dev libxml2-dev libxslt-dev swig guile-3.0-dev libgwenhywfar-core-dev libaqbanking-dev libgwengui-{gtk3,qt5}-dev libofx-dev libboost-date-time-dev libboost-regex-dev libboost-locale-dev libboost-filesystem-dev libboost-program-options-dev libdbi-dev libgtest-dev libdbd-sqlite3 libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev
You may need a handful more packages, depending on how your system is configured, but this will shortcut a lot of your cmake .; (read error message); apt search foobar |grep -- -dev
process ;)
New blog post time!
This week's game is Rude Breaker, a PC-98 exclusive Compile shoot 'em up that takes notes from both their own Aleste games and Hudson's Star Soldier.
What's here is pretty straightforward, but hey, you know what they say: don't look a gift Compile STG in the mouth!
https://ephemeralenigmascom.wordpress.com/2024/11/26/rude-breaker/
I Installed Gentoo So You Don’t Havtoo - A popular expression in the Linux forums nowadays is noting that someone “uses Arc... - https://hackaday.com/2024/11/04/i-installed-gentoo-so-you-dont-havtoo/ #customization #installations #oldhardware #linuxhacks #initsystem #sourcecode #featured #useflags #compile #macbook #gentoo #source #linux
https://dev.to/smpnjn/typescript-basics-how-keyof-works-4kif - #TypeScript `keyof` means we get #compile errors if we're using the wrong key. Nice quick tip https://github.com/smpnjn/ankor.
Have you ever compiled your Kernel?
https://anonsys.net/display/bf69967c-2066-e752-7995-18b969302058
#Transgender #Texans #blocked from #changing their #sex on their #driver’s #license
The Texas #DPS #rule #change surfaced in an #internal #email that also asks #driverlicense staff to #compile the #names of people seeking a #gendermarker #change.
#Women #Transgender #LGBTQ #LGBTQIA #Texas #Conservatives #Extremism #Fascism #Religion #Hategroups #RepublicanParty #Hate #Bigotry #Violence #Genocide #Discrimination #Transphobia #ThePartyOfHate #EmptyThePews
https://www.texastribune.org/2024/08/21/transgender-texans-drivers-license-DPS/
Why take the short road?
I could easily plugin a generic USB Wi-Fi dongle and call it a day...
But instead...I'm diving into #compile a custom #kernel in #FreeBSD to support a #opensource problematic Wi-Fi card in a #macbook
#RustLang / #Cargo builds seem to run very slow on my #Framework AMD system. They didn't take anywhere near as long on my old Intel system. Looking at btop it only seems to use one thread during #compile, am I missing something?
(Intel 11th Gen I7 & AMD Ryzen 7 7840U)
Decided to try and compare the general base program size of several languages. I wrote a handful of Hello World programs, and stripped them of everything. Here's the final results in KiB:
strip -s -o ${lang}_strip
du *_strip
C: 16
C++: 76
Go: 1204
Hare: 220
Rust: 352