Week 5 • January 2026
Jan 25 2026 • 5 mins read
Articles
- Inside Cursor: "Greatness is created through the collision of little sparks, ignited by people at the peak of the craft who care a lot and won’t stop working until it gets there."
- Nongoloza’s Ghost: "True liberation can only be grasped by those with clean hands."
- The Hidden Banking Layer Behind Stablecoin Payments: "Stablecoins might improve the movement of value, but they do not eliminate the banking system that surrounds the start and end of every transaction."
- Blessed Are The Shameless: "In a well-functioning system, dignity can be protective. In a deeply dysfunctional one like Nigeria, dignity becomes exposed skin. You keep it, and Nigeria slaps it. Not even a normal slap. What Nigerians will call a dirty slap. Eventually you learn to grow armour. Shamelessness becomes armour."
Apps
Music
- Eningi (Remix) (feat. Njelic, GL_Ceejay, Mthunzi & Mkeyz)
- Isthombe (feat. Mthunzi & Young Stunna)
- Mamma
- Sonini (feat. SineyM & Siph3)
- Sonini (Radio Edit) (feat. SineyM & Siph3)
- Umona (feat. Sykes)
- Memeza (feat. Starr Healer & Frigid Armadillo)
- Umusa
- Brighter Days
- uKuphi (feat. Warren Justin)
- Yana Pula (feat. Hessy)
- iMali yami (feat. DBN Gogo, Xolani Guitars & Lawd Weezy)
- Udlala Ngami (remix) (feat. Nkosazana Daughter)
- Ngizwile (feat. Lington, Phemelo Saxer, Zee_nhle & iam.psalm)
- Lawuleka(SGVO Dub) - Kabza De Small
- Strangers
- Emaweni
- Head in a Jar
TIL
- Ruby Singleton
- JSONB @> Operator
- RoR *_was dirty tracking API
- In RoR, you can create a record for a model with a
has_onerelationship withcreate_<model_name>. E.g. For aUserwithhas_one :risk_profile. You can then create a risk profile withuser.create_risk_profile(score: 10, severity: :low). - Hysteresis: A band of inactivity that prevents rapid vacillation between states when a value hovers near a threshold. This was useful while working on risk scoring as it minimizes unnecessary alerts when a user's score fluctuates around tier boundaries.