@__DALTON___ Its just some periodic low speed internet but overall the thing is better compared to Airtel one when in upcountry. The problem is it's capped @450gb on the lowest plan, there are better plans but better means expensive. The base plan is @2999
Watu wa coding in Java mko wapi? Kwanza every tech bro working on a legacy system. Mkuje 9th May we'll be having one of the best tech events for Java Geeks. Get your ticket now!!
zenlipa.co.ke/events/js61T1
Do genes and culture (so 'initial conditions') determine your destiny?
If the answer is 'Yes', it might not be as bad as you think..
The deeper (& practical) question is: Should you *'go with the flow'* or *'pay your dues in sweat, blood, and tears'*?
ahijazi.website/2024/creativen…
this iventoy thingy is such a saver, pxe installation over network wow, you just dont know how i dreaded through the serva thingy just because am too stubborn to procure a usb drive
Apparently Safaricom suspend your sim card if you don't load airtime on it for a minimum period of 3 months
It doesn't matter whether you've been transacting on Mpesa or even making calls with it
I didn't know about this until today.
Tiny things like spaces in env vars (VAR=val ✅, not VAR = val ❌) can break scripts and configs—but your LLM-powered code editor will catch them anyway!
We have positional args and flag/option in docker, git etc. Flags got the hyphen(s) before them. Single hyphen for short (one letter) flags e.g. -f in (git push -f origin main) double hyphens for long descriptive flags e.g. --force in (git push --force origin main).