Despite Three Years of Tinubu's Food Emergency, Nigeria hungriest ranking index declined to among the worst nations globally.
In celebrating his supposed successful three years in office, President Bola Ahmed Tinubu listed some achievements in the agricultural sector, firstly, his declaration of emergency on food security in July 2023, followed by the acquisition of 2,000 tractors and 9,000 farming implements, stated as Nigeria's largest agricultural mechanisation programme.
Yet the outcome of this has been the opposite. Nigeria's hunger index has worsened significantly. Nigeria's hunger index ranking was 103rd out of 123 countries surveyed in 2022/2023, and this figure had since worsened to 115th out of 123 countries surveyed in 2025/2026. Consequently, Nigeria is now classified among the world's most hungry or food-insecure nations in the world, with the World Bank forecasting that 33 million Nigerians could experience severe hunger.
In fact, Nigeria has the highest number of hungry people in the world.
I have always maintained that Nigeria have no reason to be seen among the hungriest nations in the world when we have fast, uncultivated land in the north, which is our greatest asset today.
We must transparently invest in Agricultural production, which will guarantee food security, but create huge employment.
A new Nigeria is POssible. -PO
@AdamRackis First, don’t create a pool, Hyperdrive itself is already pool.
Cloudflare recommends you leave the connection open because it is sent back to the Hyperdrive pool once execution is done.
But if you are running queries in a Durable Object, then you must close the connection.
I just realised you can use capnweb to build a lightning fast poor-man's version of cloudflare tunnels 🤯
You just need to write a tiny durable object class that hosts a capnweb session, and then write a tiny client side utility that connects to it
We use it to e2e test deployed workers. Our vitest test runner tunnels into the deployed worker and can then receive normal fetch(Request) -> Promise<Response> requests from the worker
We’re introducing Dynamic Workers, which allow you to execute AI-generated code in secure, lightweight isolates. This approach is 100 times faster than traditional containers. https://t.co/c36Vkb7I0R
It's back! 👀 The GitHub Innovation Graph has been updated with fresh data. 📊
Find out who's leading in git pushes, repositories, developers, and organizations. 🏎️
https://t.co/ZOBbO8mFg3
Incredible news: Skip is now free and open-source for everyone!
Create fully native x-platform apps in Swift and #SwiftUI, with deep Android and #JetpackCompose integration, powered by the Swift Android SDK
Read more and learn how to contribute:
https://t.co/fbuyq1RS5K
@megaconfidence@tripflag Mounting R2 Buckets in Cloudflare Container is cool.
But it’s impossible to test it using wrangler dev at this time
So I have this script to simulate it using mutagen
https://t.co/8q5MUKA97c
@tom_doerr@CloudflareDev here’s an Idea for you, We could use something like this to enable FUSE in Cloudflare sandboxes [wrangler dev] instead of needing to deploy our workers to test… I had to hack up a Mutagen sync, that reads r2 SQLite to simulate mounting r2 storage in sandboxes.
After a wonderful year at Laravel, today was my last day.
It's been an honor to grow alongside an absolutely cracked team of such incredibly welcoming individuals.
I can't wait to see what Laravel becomes. Incredibly glad for the adventure ❤️
@_newtonjob@som_funcky@dannytobs From my experience this method makes Apps faster if you relied on $with = [“user”, //relations]. Now you can remove that and be sure your app only loads what is required when accessed. If you need to limit the relationships fetched, you can just define that in queries.