Bytephilosopher
Открыть в Telegram
Building products, my thoughts and life with real-time debugging|| ORTHODOX CHRISTIAN || Developer|| AAU Student Portifolio: https://yostina-abera.vercel.app Any inquiry dm @Yostina_Abera
Больше1 047
Подписчики
Нет данных24 часа
+257 дней
+7330 дней
Загрузка данных...
Похожие каналы
Нет данных
Возникли проблемы? Пожалуйста, обновите страницу или обратитесь к нашему support-менеджеру .
Облако тегов
Входящие и исходящие упоминания
---
---
---
---
---
---
Привлечение подписчиков
сентябрь '26
сентябрь '26
+71
в 43 каналах
август '26
+84
в 33 каналах
Get PRO
июль '26
+89
в 11 каналах
Get PRO
июнь '26
+80
в 25 каналах
Get PRO
май '26
+160
в 51 каналах
Get PRO
апрель '26
+126
в 26 каналах
Get PRO
март '26
+151
в 31 каналах
Get PRO
февраль '26
+51
в 9 каналах
Get PRO
январь '26
+45
в 28 каналах
Get PRO
декабрь '25
+53
в 5 каналах
Get PRO
ноябрь '25
+24
в 3 каналах
Get PRO
октябрь '25
+125
в 2 каналах
Get PRO
сентябрь '250
в 6 каналах
Get PRO
август '25
+160
в 2 каналах
| Дата | Привлечение подписчиков | Упоминания | Каналы | |
| 18 сентября | 0 | |||
| 17 сентября | 0 | |||
| 16 сентября | 0 | |||
| 15 сентября | +3 | |||
| 14 сентября | +7 | |||
| 13 сентября | +15 | |||
| 12 сентября | +2 | |||
| 11 сентября | +4 | |||
| 10 сентября | +2 | |||
| 09 сентября | +1 | |||
| 08 сентября | +2 | |||
| 07 сентября | +2 | |||
| 06 сентября | +19 | |||
| 05 сентября | 0 | |||
| 04 сентября | +4 | |||
| 03 сентября | +4 | |||
| 02 сентября | +2 | |||
| 01 сентября | +4 |
Посты канала
Repost from Genene T. ☕️
Took a short break, came back today.
Eagle Pathway just crossed 500+ downloads/600+ users on the Play Store. while I wasn't even checking..
No marketing since the launch day post.
📲 Download: play.google.com/store/apps/details?id=com.eaglepathway.app
🌐 Learn more: eaglespathway.com
#EaglePathway #Startup #EdTech #Ethiopia
#BuildingInPublic
@genenetise01
| 2 | Rustians 🫡
@byte_philosopher | 199 |
| 3 | Let's contribute what we can
@byte_philosopher | 267 |
| 4 | Just heard that Only 4 students registered from AAU 😭
If anyone interested please you can write in the comment u or you can dm me @nama21yo until tomorrow
You can be registered manually.
I highly recommend u to try it
TO CHECK PREVIOUS YEAR EXPERIENCE check this out:
https://t.me/etcpc/548
#opportunity@qalabit | 247 |
| 5 | @dawitlab 🔥🔥🔥
Coool | 290 |
| 6 | Introducing omafil - a file manager for Omarchy
Omarchy is a Hyprland desktop. Tiling, keyboard-first, terminal-centric, themed end to end. Then you press SUPER+SHIFT+F and get Nautilus, a GNOME file manager with GNOME's assumptions, sitting in the middle of a desktop built around none of them.
It works. It just doesn't belong.
It doesn't know your theme, terminal, editor, or window manager. So I built omafil, a file manager designed specifically for Omarchy.
Built for Omarchy
Theme-aware: follows colors.toml and icon theme inheritance, with live theme switching.
Terminal-aware: F4 opens your configured terminal through xdg-terminal-exec.
Editor-aware: uses omarchy-launch-editor.
Omarchy-integrated: available in the launcher and works as the inode/directory handler.
Hyprland-native: designed around tiling, with no pointless minimize or maximize buttons.
Keyboard-first: optional Vim navigation with j/k/h/l, gg/G, and /.
A real file manager
Undo operations: moves, copies, renames, and deletes, with the last 50 operations tracked.
Cancellable operations: byte-level progress without leaving half-written files behind.
Archive support: tar, zst, xz, gz, bz2, lz4, 7z, iso, cab, rar, zip.
* Tabs and split view
* Folder tree, pins, tags, and search filters
* Bulk rename with preview
* Permissions editing
* Drive mount, eject, and format
Install
yay -S omafil-git
Or grab the AppImage from releases.
MIT licensed.
github.com/dawitlabs/omafil
Built it because I wanted it on my own machine. Shipping it because someone else is probably annoyed by the same thing. | 184 |
| 7 | didn't get why this paper got this much very viral?
do you think this can be the next attention all you need one?
@byte_philosopher | 269 |
| 8 | [I Wasn't Ready to Be Happy] | 159 |
| 9 | Announcing Vortex v1.0.0: Cloud-Native Distributed Video Infrastructure Engine
I built Vortex, an open-source distributed video transcoding and streaming platform written in pure Go. It ingests raw media streams, coordinates workers via asynchronous message brokers, segments video into multi-bitrate HLS playlists, tracks real-time encoding progress, and executes durable post-processing workflows.
Key Features
- Multi-Protocol Ingestion: Streaming HTTP multipart upload (32KB constant memory footprint) and high-throughput gRPC client streaming via Protocol Buffers with server reflection.
- Distributed Transcoding: Parallel FFmpeg processing pipeline chunking video into 360p, 720p, and 1080p Apple HLS master playlists and transport segments (.ts).
- Real-Time Progress: Live WebSocket broadcast streaming millisecond FFmpeg progress directly to web players via Redis Pub/Sub.
- Event-Driven Architecture: NATS JetStream 2.10 at-least-once message delivery with durable worker consumer groups.
- Durable Workflows: Inngest step-based execution engine with automatic checkpointing for poster extraction, animated GIF preview generation, and webhook delivery.
- Defense & Rate Limiting: Caddy edge reverse proxy with unbuffered 500MB payload streaming paired with an atomic Redis sliding-window token bucket rate limiter.
- Full-Stack Observability: OpenTelemetry distributed tracing with W3C context propagation across NATS, Prometheus RED metrics, and pre-provisioned Grafana monitoring cockpits.
- Cloud-Native Orchestration: Parameterized Helm 3 charts on Kubernetes with non-root multi-stage containers and CPU-driven Horizontal Pod Autoscaling (HPA).
Core Tech Stack
Go, PostgreSQL (pgx/v5), Redis 7, NATS JetStream, MinIO S3, FFmpeg, Gorilla WebSockets, gRPC, Inngest, OpenTelemetry, Prometheus, Tempo, Caddy, Kubernetes, Helm 3.
GitHub Repository: https://github.com/ruhamabek/vortex
License: MIT | 181 |
| 10 | We celebrated programmers day unintentionally
@byte_philosopher | 384 |
| 11 | BahirDar Dev meet up
It was really nice meeting you all ❤️
@leodesigm @on_creative @ahaducodes
#community
@byte_philosopher | 2 417 |
| 12 | Contact @eyucore if you are AAU student with the following ⛔️ sign.
#community
@byte_philosopher | 406 |
| 13 | መልካም ሰንበት💛
እኛ ሁላችን ከሙላቱ ተቀብለን በጸጋ ላይ ጸጋ ተሰጥቶናልና ሕግ በሙሴ ተሰጥቶ ነበርና፤
ጸጋና እውነት ግን በኢየሱስ ክርስቶስ ሆነ።
የዮሐንስ ወንጌል 1:16-17
#Sunday
@byte_philosopher | 674 |
| 14 | It's do or die sometimes.
@byte_philosopher | 378 |
| 15 | What an inspiration for real. I am so happy for you @Mike_Endale 🔥
Stay hard 💯
@byte_philosopher | 414 |
| 16 | I almost lost everything this year.
Not “stressed about deadlines” losing everything.
My dad. My family. Everything I’ve been building.
There were nights I genuinely didn’t know if RAVN would survive the month.
But my cofounder and I kept building anyway. Through the doubt, uncertainty, and nights when nothing seemed to work.
Today, I’m incredibly grateful to share that RAVN has been accepted into Antler.
$400K in funding, backed by one of the world’s leading venture builders, alongside companies like Lovable, Airalo, Reebelo, and Tactiq.
To everyone who watched us build this from the beginning, thank you. This wasn’t luck or a guarantee. We kept building long before there was anything to celebrate.
Most importantly, I’m grateful to God. He never left us.
We’ve come a long way.
We’re just getting started. | 119 |
| 17 | We worry a lot about what we don’t have, but what we have been given is much, much greater than what we don’t have.
In this new year, I wish all of us to be thankful for what we have rather than regret what we have lost.
Happy Ethiopian New Year again!🌼
@byte_philosopher | 374 |
| 18 | New Year giveaway
@byte_philosopher | 417 |
| 19 | What I understand today is that a holiday is nothing without people, and New Year is not new if you can't find the newest version of you.
@byte_philosopher | 444 |
| 20 | I was thinking to play abebayehosh but I think now I am old😐 so I generated gemini music to say abebayehosh here you can give me enkutatsh gift
@byte_philosopher | 438 |
