en
Feedback
Edentity Crisis

Edentity Crisis

Open in Telegram

Techie | Web3 enthusiast | Community builder Posting useful stuff...well sometimes.... but mostly brainrot!!!

Show more
The country is not specifiedThe category is not specified
323
Subscribers
+324 hours
+107 days
+6330 days
Posts Archive
ለእህታችን ቻሌንጅ! 10 ብር ለአንድ ሰው ትንሽ ቢመስልም ስንበዛ ግን ከኛ የወጣው 10 ብር ለሌላ ሰው ህይወቱን ማትረፍ ሊሆን ይችላል ከ10 ብር ጀምረን መላክ የምንችለውን እንላክላት... ለእህታች
+1
ለእህታችን ቻሌንጅ! 10 ብር ለአንድ ሰው ትንሽ ቢመስልም ስንበዛ ግን ከኛ የወጣው 10 ብር ለሌላ ሰው ህይወቱን ማትረፍ ሊሆን ይችላል ከ10 ብር ጀምረን መላክ የምንችለውን እንላክላት... ለእህታችን እንድረስ❤️ CBE - 1000487578828 TeleBirr - 0911179293 Awash Bank - 013471629151800 ሁሉም አካውንት ስም - Rahel Aregay ከላካችሁ በኃላ ኮመንት ላይ ከScreenshot ጀምሮ እስከ ቴክስት መላክ ትችላላችሁ!

Repost from RaGoose
tsiBirr an app that sends you meme sounds when you send money to anyone, the sounds differ basing on the amount you sent and
tsiBirr an app that sends you meme sounds when you send money to anyone, the sounds differ basing on the amount you sent and the remaining balance Download APK 👉 https://github.com/daveragos/tsi_birr/releases/download/v1.0.1/tsiBirr-v1.0.1-release.apk ⭐️ Star on GitHub 👉 https://github.com/daveragos/tsi_birr

Another annoying thing demo....When people don't admit that they're wrong lol.....Ngl I have that problem too🤧I usually do it when I am in defensive mode gn we all shouldn't do that fr.....Some people's audacity yeleyal y'all gaslight yareguachual....the nigga said "you didn't include this info on the profile, I didn't send it because you didn't ask me" (mind you he didn't tell me to include anything boi I don't read minds) is he ragebaiting me on purpose zare??! koy manew yelakebgn yehen benatachu😭

Ene I hate it when some people act like they know it all, because they tried something like once......why did you hire me to do it then?! bihhh its beacuse you know its impossible with that skill beka so let me do my thing.....leave me tf alone wuuu

Omg I am experiencing one of those wth moments fr.......you know when someone said something so dumb and you just turn to side for the invisible camera....yup that one lezawm repeatedly lol💀

Repost from N/a
A friend of mine got his phone stolen, and apparently that wasn’t a good enough excuse to stop replying to my Telegram messag
+3
A friend of mine got his phone stolen, and apparently that wasn’t a good enough excuse to stop replying to my Telegram messages So I built TeleLite , a small, self-hosted Telegram client for feature phones. The problem is that just telling someone to “use Telegram Web” doesn’t really work on these phones. Modern Telegram Web relies heavily on JavaScript and a pretty heavy web app, which is a lot to ask from an old Java phone or a low-power device. You can access Telegram through: A lightweight web client A J2ME .jar app for old Java phones A KaiOS app(not tested because the emulator didnt work well) It’s text-only, lightweight, and designed for those “my smartphone is lost/stolen/broken” situations god forbid 😭 It might actually come in handy someday, so take it, self-host it, break it, improve it, whatever. Would love to know what you guys think 👀 https://github.com/estifanosbereket1/telelite

Repost from WTM Ethiopia
Join IDEEZA × Women Techmakers Ethiopia for the BUILDERS’ LAB Community DevShop! Bring your app, software, or hardware project for live reviews, mentorship, and user testing. Or simply join us to test projects, share feedback, and connect with fellow creators and innovators. Women in tech, developers, engineers, makers, and builders are invited to showcase their ideas and get valuable insights from the community. During the event, each team will have the opportunity to present their app, software, or hardware project and receive real feedback from fellow creators, mentors, and community members. Participants will also get: ✨ Free access to the latest IDEEZA AI hardware design platform ✨ Opportunity to join our Summer Internship Program ✨ Certificate of participation Limited spots available! Register now and be part of the next generation of builders. 📅 Date: To be announced soon Register here: https://forms.gle/xaZDvRMNe2uBXniw8

Repost from Kidus's Chronicles
WE NEED MORE FEMALE CREATORS.

Awyyy look at how the thing describes me demo....so cute and true btw🙂‍↔️
Awyyy look at how the thing describes me demo....so cute and true btw🙂‍↔️

W kidus....you get to ship a product and we get to ship telegram creators lol its fun ngl....demo I am discovering many matches/channels that idk about mnamn besebebu😁.....matched with da goat leo_design btw hehe...we missed you zare bruv🤧

You heard her.....if you see me and the others blabbing on social medias, its about this💀 Ena guys join the waitlist. The first 250 founding member lifetime perks nw yalachew😁

Repost from Zaya
While I was away, we’ve been busy behind the scenes preparing to launch teftef So, what is teftef? teftef is an AI-powered career platform built to solve one of the biggest problems with job searching. Instead of jumping between different platforms and applying blindly, teftef helps you discover relevant opportunities, understand how well you match each job and make smarter applications all in one place. And now… we’re almost ready to launch! 👀 Join the waitlist to get exclusive early perks and be among the first to experience teftef. 👉 join the waitlist here #teftef @zaya_journal

Repost from N/a
Introducing TldRecap (@tldrecap_bot)! A Telegram bot that summarizes group chat conversations using Google's Gemini AI. Lol, it's a redeployment of TldReply (@tldreply_bot). Since it hasn't been working for a while now, I figured I could try building it myself. But to my surprise, I found the whole repository as an open source project on GitHub. So, all I needed to do was deploy it with a new bot username. And so, I forked the repository onto my GitHub account. I created a Supabase project and copied the DATABASE_URL (I chose Connect → Direct Connection String → Session pooler (because "Direct connection" uses IPv6 and it failed to use it on Render, while "Session pooler" uses IPv4, and worked) → Connection string. I also opened the SQL Editor and executed the code found in the repository's file: src/db/schema.sql, creating the required tables. I generated an ENCRYPTION_SECRET environment variable using the OpenSSL command:
openssl rand -hex 32
used for encrypting API keys. I went to Telegram's @BotFather, and created a bot named TldRecap (@tldrecap_bot), and gave it the exact same list of commands as TldReply (@tldreply_bot). I copied the bot's TELEGRAM_TOKEN. So, with the above three environment variables and NODE_ENV=production, I was about to deploy it on Render. Gemini recommended that I choose Background Workers as the service type. But the problem with that was that it had no free tier, unlike the Web Service option. And the latter option needed to expose a port in order to work, which the upstream code didn't do. And so, I updated the forked code for that reason, and for an additional one: a health check API so that I can keep the deployment alive using UpTimeRobot. Free tier Render automatically spins down the deployment if it is idle for 15 minutes. But with UpTimeRobot, I can ping it every 5 minutes, keeping it constantly alive. The deployment failed because it wasn't installing the devDependencies. I had never encountered that kind of error before, but I found out that it was happening because the NODE_ENV environment variable was set to production. So, I had to edit the Render build command and make it as follows:
npm install --include=dev && npm run build
(Note the --include=dev flag.) It failed again due to tsconfig.json problems, and I fixed that as well. I added a commit that lets owners and admins having the "Remain anonymous" setting turned on set up groups (or at least notify them to temporarily disable their anonymity). I also added another one that makes it use the latest Gemini models (like 3.6 Flash), and fixes a little formatting bug in the generated summaries. And so, the TldRecap bot (@tldrecap_bot) is completely working now. Add it to your group, set it up with your Gemini API key, and try out the /tldr command (e.g., /tldr 100 detailed). Enjoy! https://github.com/Abel-Tessema/tldreply-bot

The gc would've been really confused without this sijemer lol well done man

My heart aches listening to this fr I will be missing some days of kidase because of work😭 So jealous when I see netela yelebesu people passing by lol becha pray for me y'all

እንኳን ለእናታችን ቅድስት ድንግል ማርያም የፍልሰታ ጾም በሰላም አደረሳችሁ። ጾሙን የሰላም የጽናት እና የበረከት ያድርግልን የእመቤታችን አማላጅነትና ጥበቃ ከሁላችን ጋር ይሁን!

If you have problems remembering new words that you searched up recently, like me, it's actually a great app. I had the chance to test it y'all should try it... Glazed hena enough but you did great man😂🔥

📖 Meet WordBucket — a reading companion built to help you grow your vocabulary without interrupting your reading. One thing that always frustrated me (to ungodly levels of tweakery) was having to leave a book, article or document every time I came across an unfamiliar word. I'd search for the definition, lose my place, and by the time I got back, I'd often forget the word anyway. So I built WordBucket. With WordBucket, you can highlight a word and Bucketify it to instantly view its definition and save it for later. If an app doesn't support custom text actions, simply copy the word, pull down Quick Settings and tap Bucketify. ✨ What you can do: • Save definitions, pronunciations and examples from you favorite reader (or anywhere random) • Review words with active recall and spaced reviews • Track your progress with learning and retention statistics • See your strongest and weakest vocabulary • Enjoy eight paper-inspired themes with light and dark mode • Keep everything stored locally—no account required WordBucket is currently available for Android as a direct APK download (Sorry IOS peeps🥺). 🌐 Download: [WORDBUCKET] (Play around with the palette, it'll give you a preview of what you'll get yourself into🔥) The app is still evolving, and I'd genuinely love to hear your feedback, feature ideas or bug reports. Every suggestion helps make it a little better. #project (shameless plug😂)

Bruh linkedin is still filled with cursor hackathon posts lol okayyyy lowkey jealous that I didn't go....you happy?!😭😂....Demo just when I thought we were past ye graduation posts mtsm ataskenugn please...I have 2 more years and I am thinking of what to wear already💀.....we will see! fetari hulachnenm be selam yadersen 🫶

Omg the way she broke down something so pervasive without making it about anger....but rather about true understanding is incredible istg and I learned so much from this.... It is an eye opener fr.....I read it twice already lol becha thank you for putting this out there frosty 🫶