Sometimes it is really hard to keep everything held together π.
Today, I lost 60k by making a small mistake working on my company. We get paid by the number of tasks, and there is a thing called a session that is really important to include everything on. On my session, I deleted some session files thinking they were just small unnecessary files, and then out of 21, 15 tasks were rejected, and I was working on the tasks day and night.
@devwitheyob
#work
Today, I lost 60k by making a small mistake working on my company. We get paid by the number of tasks, and there is a thing called a session that is really important to include everything on. On my session, I deleted some session files thinking they were just small unnecessary files, and then out of 21, 15 tasks were rejected, and I was working on the tasks day and night.
@devwitheyob
#work
π’14π11
Forwarded from Tech Nerd (yeab)
π₯4β€1
Let me tell you what I did π
There was this PHP exam, and I didnβt study at all. I went into the exam, and the multiple choice and true/false questions were easy and pretty general.
But then came the coding partβ¦ and unfortunately, I didnβt know the PHP syntax π...so what did I do? I wrote it in TypeScript instead π
This is what we call doin it α αααα π
@devwitheyob
#exam #random
There was this PHP exam, and I didnβt study at all. I went into the exam, and the multiple choice and true/false questions were easy and pretty general.
But then came the coding partβ¦ and unfortunately, I didnβt know the PHP syntax π...so what did I do? I wrote it in TypeScript instead π
This is what we call doin it α αααα π
@devwitheyob
#exam #random
π€£21π1
Forwarded from EKD Designs
@eyu_terminal created another channel for his brand its called YAYA Digitals follow him throughout his journey & if you're looking for your website to be not just cool but also successful as his brands website contact him @eyuz_1
Link: YAYA Digitals
Channel: @yayadigitals
@ekddesign
Link: YAYA Digitals
Channel: @yayadigitals
@ekddesign
Telegram
Yaya digitals
Our website : yaya-digitals.vercel.app
----------------------------------------------------
Contact us : @yayadigitalsss
----------------------------------------------------
Contact us : @yayadigitalsss
π₯7
This media is not supported in your browser
VIEW IN TELEGRAM
I really wish you all the best, Mom. You mean the world to me. Everything I do is for you. My first and last thought every day is how to make you happier and how to make you proud of me. You shaped me into someone confident, caring, and strong. Iβve learned more from you than from anyone else. Love you, α α΅α³α¬ ππ
@devwitheyob
#TechVibe #MoM #MotherDay
@devwitheyob
#TechVibe #MoM #MotherDay
β€βπ₯33β€4π₯°3π₯1
Forwarded from Coolio
So, it's official.
Our hike is on the 24th of may, if you missed the last one you really cant miss this one, because it'll be a blast π₯
Location : Gulele Botanic Park
Our day will be composed of a morning hike, picnic at lunch and a fun game on the afternoon.
Seats are limited so get your ticket asap by dming @BlackLion325
Can't wait for all of us to be there, it'll be super fun! β€οΈ
Special thanks to @ekddesign for the making us this poster
#dev_events
Our hike is on the 24th of may, if you missed the last one you really cant miss this one, because it'll be a blast π₯
Location : Gulele Botanic Park
Our day will be composed of a morning hike, picnic at lunch and a fun game on the afternoon.
Seats are limited so get your ticket asap by dming @BlackLion325
Can't wait for all of us to be there, it'll be super fun! β€οΈ
Special thanks to @ekddesign for the making us this poster
#dev_events
π₯3β€1
Btw, the day for Hike 2.0 has changed because of the election. Since the election will be on June 1st, we can't hike on May 31st.
@devwitheyob
#TechVibe #DevEvents #hike
@devwitheyob
#TechVibe #DevEvents #hike
π3
Forwarded from Abdisa
W Codex
Lemme tell yβall one thing I noticed. If you guys are using Codex, when the tokens are almost about to end like 4β5% left or lower... give it a massive task, even if the tokens run out 0% it usually wonβt stop halfway through the task. Itβll keep working and finish a lot more stuff than youβd expect
Lemme tell yβall one thing I noticed. If you guys are using Codex, when the tokens are almost about to end like 4β5% left or lower... give it a massive task, even if the tokens run out 0% it usually wonβt stop halfway through the task. Itβll keep working and finish a lot more stuff than youβd expect
π6π₯2
Forwarded from Dagmawi Babi Jobs
The Reciprocity Game Jam!
It will be a specially long 6-month hackathon where you and one of your friends can compete in this half-a-year game jam!
Why is it this long, you ask?
Well, traditional game jams that last 2 days to about a week usually don't give us devs enough time to learn and try new things, which might feel repetitive at times.
To thwart that issue, everyone will have ONE HUNDRED AND EIGHTY DAYS (yes, the big 180) to learn, work and share their art for everyone to see and experience!
Sign up now using this link
β’ itch.io/jam/reciprocity-game-jam
Source: @ReciprocityGameJam
#GameJams
@Dagmawi_Babi
It will be a specially long 6-month hackathon where you and one of your friends can compete in this half-a-year game jam!
Why is it this long, you ask?
Well, traditional game jams that last 2 days to about a week usually don't give us devs enough time to learn and try new things, which might feel repetitive at times.
To thwart that issue, everyone will have ONE HUNDRED AND EIGHTY DAYS (yes, the big 180) to learn, work and share their art for everyone to see and experience!
Sign up now using this link
β’ itch.io/jam/reciprocity-game-jam
Source: @ReciprocityGameJam
#GameJams
@Dagmawi_Babi
Iβve been working with both AI agent orchestration tools like OpenClaw and more traditional automation platforms like n8n including building custom nodes and workflows, and the difference between the two approaches is really interesting.
With n8n, the whole system is very deterministic and path-based. You design every logic flow yourself, think through each condition, handle errors manually, and define exactly what should happen at every step. It takes more upfront planning, but the tradeoff is predictability. If the workflow is designed properly, it will usually behave the same way every single time.
AI agents feel very different. Instead of explicitly defining every path, you give the agent tools, skills, instructions, APIs, websites, webhooks, schedules, and different integrations, then let it reason through the task dynamically. In a way, you spend less time scripting exact flows and more time designing capabilities, constraints, and context for the agent. Once the system is designed efficiently and made token-conscious, it becomes incredibly flexible.
But at the same time, that flexibility comes with unpredictability. Traditional automation tools fail in predictable ways because they only do what you programmed them to do. AI agents can sometimes improvise surprisingly well, but they can also randomly misunderstand context, choose weird actions, or confidently do something completely unnecessary out of nowhere π
@devwitheyob
#TechVibe #automation #n8n #openclaw
With n8n, the whole system is very deterministic and path-based. You design every logic flow yourself, think through each condition, handle errors manually, and define exactly what should happen at every step. It takes more upfront planning, but the tradeoff is predictability. If the workflow is designed properly, it will usually behave the same way every single time.
AI agents feel very different. Instead of explicitly defining every path, you give the agent tools, skills, instructions, APIs, websites, webhooks, schedules, and different integrations, then let it reason through the task dynamically. In a way, you spend less time scripting exact flows and more time designing capabilities, constraints, and context for the agent. Once the system is designed efficiently and made token-conscious, it becomes incredibly flexible.
But at the same time, that flexibility comes with unpredictability. Traditional automation tools fail in predictable ways because they only do what you programmed them to do. AI agents can sometimes improvise surprisingly well, but they can also randomly misunderstand context, choose weird actions, or confidently do something completely unnecessary out of nowhere π
@devwitheyob
#TechVibe #automation #n8n #openclaw
π₯5
π4π2π1