folks i am having problem with mebrat and internet /network lately ....
but the good news in the coming weeks i will be active and update you more on the tech side also grind as much i can ...so stay tuned for that
#DailyBuzz
but the good news in the coming weeks i will be active and update you more on the tech side also grind as much i can ...so stay tuned for that
#DailyBuzz
โค3๐2
Matthew 14 : Peter walks on water successfully while his eyes are on Christ. The moment he looks around at the waves ~ at his circumstances, at what others might think โ he sinks
Good morning and afternoon folks ๐
We finally solved the issues 'mebrat'..next the internet will be solved ๐ค
#MorningBuzz
โค3
Sambee ๐
whether you're building a project or just learning to code, do NOT copy and paste code directly from AI. only reach out to AI when it's beyond your ability to write it yourself. if you copy everything, your mind isn't training ... it's getting dumber. Iโฆ
don't forget to use this ...it helps a lot fr ..
if you did use this let me know your experience
#BeeReminder
if you did use this let me know your experience
#BeeReminder
Forwarded from The Opcode
Sharing something I think every developer should know about.
This is how Chrome, Firefox, and Linux kernel find bugs. Not by
reading code. By breaking it repeatedly.
Fuzzing is feeding random input to a program until it crashes.๏ปฟ
Sounds dumb. It is the most effective bug-finding technique in existence.
Here is why it works better than code review:-
A human reads code top to bottom. A fuzzer tries millions of inputs in seconds. A human checks the happy path. A fuzzer tries empty strings, 10MB inputs, unicode, null bytes, negative numbers, nested6
structures.
Real example:- A C program with strcpy(). Looks fine. Code review says fine. Static analyzer says fine. Fuzzer tries a 500-byte string and crashes it in 0.3 seconds. Heap buffer overflow. The buffer was 256 bytes. Nobody checked the length before copying.
The best fuzzers are coverage-guided. They track which code paths have been executed and mutate inputs to reach new paths. Each new path is a new chance to find a crash.
This is how Chrome, Firefox, and Linux kernel find bugs. Not by
reading code. By breaking it repeatedly.
โค2๐1
Forwarded from Solo codes (Brook Solomon)
Introducing Telegram Search Engine ๐
TSE is a telegram crawler you can build other projects on top of.
Out of the box it comes with:
โ Channel discovery โ keyword "phone" and it will search using that or give it a seed channel -> link-graph crawling (follows mentions, forwards) that snowballs seeds into thousands of channels
โ AI analysis โ a local LLM classifies every channel, writes a summary, no API keys.
โ Real search โ typo-tolerant, relevance-ranked search (Meilisearch)
โ Quality scoring โ channels ranked by activity, content quality, network influence (PageRank) & freshness
โ Community graph โ an interactive, Obsidian-style map of how channels reference each other.
๐ณ Self-hosted & open source โ one docker (Postgres + search + API + UI).
The live demo explores a frozen snapshot of tech-community channels as a proof of concept.
https://telegramsearchengine.dev/
explore and also drop a star : https://github.com/Brooksolomon/Telegram-Search-Engine
TSE is a telegram crawler you can build other projects on top of.
Out of the box it comes with:
โ Channel discovery โ keyword "phone" and it will search using that or give it a seed channel -> link-graph crawling (follows mentions, forwards) that snowballs seeds into thousands of channels
โ AI analysis โ a local LLM classifies every channel, writes a summary, no API keys.
โ Real search โ typo-tolerant, relevance-ranked search (Meilisearch)
โ Quality scoring โ channels ranked by activity, content quality, network influence (PageRank) & freshness
โ Community graph โ an interactive, Obsidian-style map of how channels reference each other.
๐ณ Self-hosted & open source โ one docker (Postgres + search + API + UI).
The live demo explores a frozen snapshot of tech-community channels as a proof of concept.
https://telegramsearchengine.dev/
explore and also drop a star : https://github.com/Brooksolomon/Telegram-Search-Engine
โค4
one thing that i learned is keeping the idea in your mind and procrastinateing to get started is underrated worest thing
..because some devs out there might already started executing and have MVP already same idea same problem with yours....lastly when you see that person's work saying"that was my idea also " is useless .
If you believe enough in the idea you get to worth build ...START EXCUTING AS SOON POSSIBLE
#BeeReminder #BeeThoughts
..because some devs out there might already started executing and have MVP already same idea same problem with yours....lastly when you see that person's work saying"that was my idea also " is useless .
If you believe enough in the idea you get to worth build ...START EXCUTING AS SOON POSSIBLE
#BeeReminder #BeeThoughts
โค3
i did one thing that i have been fearing a lot ...my heart could be out of my mouth for real when i even think about it .....if it works out i will definitely share the whole thing :)
REMAINDER: always do what you fear that you know if you do it you might end up making it or it would work out.
#BeeReminder #BeeWins
REMAINDER: always do what you fear that you know if you do it you might end up making it or it would work out.
#BeeReminder #BeeWins
โค3
Forwarded from Yitu's Pixverse
"แตแซ แจแแณ แ แแแฎ แจแฐแญแฃแ workshop แแ"
--a banner i remember from my elementary school
--a banner i remember from my elementary school
โค4
It's a privilege to have access to all these resources, write a line of code, and eventually see it solve a real problem
Forwarded from Bytephilosopher
EQUB MANAGER 3.4
equib_manager_v3.2.0.apk
I don't think no body is noticing what @atocodes is doing. It is really useful and applicable in Ethiopia context for our แฅแแฅ. Please make sure to check it out.
#community
@byte_philosopher
#community
@byte_philosopher
โค2
The Opcode
Good morning guys
This is hilarious ๐ and true at the same time ๐ ๐คฃ
Anyway, good morning folks ๐ ๐
#MorningBuzz
Anyway, good morning folks ๐ ๐
#MorningBuzz
๐คฃ1
Forwarded from The Opcode
Linkedin
Alphabet Programming Language | LinkedIn
Alphabet Programming Language | Code in your Language. Think in every Language | Alphabet is a compiled programming language that lets you write code in your native language - English, Amharic, Spanish, French, or German. Built with a C++ bytecode VM, 87โฆ
โค3