Iโm looking for opportunities to work with teams that use Flutter.
I have experience building cross-platform applications with Flutter for both mobile and desktop platforms.
If your team is looking for someone with Flutter expertise, Iโd be glad to contribute.
Please help repost
Be like we go hire this guy to understand our president. I know communication is key and we have to try our best to understand him so we can see what heโs doing ๐คท๐ฝโโ๏ธ๐คท๐ฝโโ๏ธ๐คท๐ฝโโ๏ธ
Not everything should be about agenda and we shouldn't see this video as an opportunity to drag Mr President. He was trying to pass a very important message and I'm not sorry to say that if you didn't get the message, you're just not bright.
I will interpret his statement, line by line
"Issue of insecurity... That is the love. That's obedience of law."
What he meant was that true love for oneโs fellow citizens and country is evident when we are peaceful and insecurity arises when the rule of law is abandoned.
"No where in the... holy teaching... that you should engage in banditry. No where that is to kill another human being."
He is saying here that no legitimate religious text supports banditry, kidnapping, or murder.
"The sacrifice we are talking about... even in the beginning of life, where we take this from..."
We are celebrating Eid, so is explaining and giving context to "sacrifice."
He is reminding us of the origin story of the holiday; the story of Abraham (Ibrahim). Since we obviously don't know.
"...a child was replaced with animal. And that is what the value of life is all about."
What he is trying to say is that in the Abrahamic tradition, God stopped Abraham from sacrificing his son and provided a ram instead. Meaning that the human life is sacred and cannot be treated as a sacrifice
If my explanation is correct, what Mr. President means is that..(1/2)
I've got an agent in a loop optimizing a renderer with the goal to minimize frame times (and tests to measure). It got times down from 88ms to 2ms and allocations down from ~150K to 500. Sounds good, right? Wrong. This is exactly why agent psychosis is a big fucking problem.
As an experiment, I rewrote the Ghostty core render state in Go, with access to identically laid out data structures as Ghostty and the exact same validation tests. I made a purposely naive renderer (simple, correct, but slow). 88ms per frame with 150,000 allocations (horrendous, lol)!
I then kickstarted a Ralph loop to bring the frame times down. I told it it can't modify input data structures or the public API or tests (they're correct), but it can do anything else it wants. It got to work.
It has worked for about 4 hours. I've spent around $350 on this experiment so far. The results?
88ms => 1.5ms
150K allocs => ~500 allocs
Incredible right? Nope.
My hand-written renderer I ported has frame times (same benchmark) of ~20us (0.020ms) and 0 allocations in the update path.
This is the problem with psychosis and lacking systems understanding. If you don't understand the system, you're going to accept that this is an incredible result. If you understand the system, you'll see better solutions immediately and can do roughly 75x better on throughput.
The people who blindly trust agent output are in the former camp. They're sheeple, overdrinking from a fountain of mediocrity.
Standard disclaimer: I use AI all the time. I like AI. The point I'm making is to not blindly accept results. Think. Analyze. Learn.
โManual codingโ might be dead, but a year or two from now weโre going to be left with people who deeply understand how things they built actually works, and those who simply donโt.
The latter are going to be low-key unemployable (unless theyโre social media influencers).