BahirDar Dev meet up
It was really nice meeting you allβ€οΈ
@ahaducodes @on_creative @leotriesdesign @filiksyos @KinfemichaelTilahun @DataMinds16 @growthwith_data
#community
@byte_philosopher
It was really nice meeting you all
@ahaducodes @on_creative @leotriesdesign @filiksyos @KinfemichaelTilahun @DataMinds16 @growthwith_data
#community
@byte_philosopher
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
1π₯24β€8β‘2π1
Bytephilosopher
Photo
β‘14β€4π―2
Forwarded from Sapphire Builds.
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
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
β€1
Forwarded from Mike (Mike)
Substack
I Wasn't Ready to Be Happy
some years almost break you before they bless you
β€2π₯1
Didn't get why this paper got this much viral?
Do you think this can be the next "Attention Is All You Need"?
@byte_philosopher
Do you think this can be the next "Attention Is All You Need"?
@byte_philosopher
π₯4β€2
Forwarded from Dcoder
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
Terminal-aware: F4 opens your configured terminal through
Editor-aware: uses
Omarchy-integrated: available in the launcher and works as the
Hyprland-native: designed around tiling, with no pointless minimize or maximize buttons.
Keyboard-first: optional Vim navigation with
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:
* Tabs and split view
* Folder tree, pins, tags, and search filters
* Bulk rename with preview
* Permissions editing
* Drive mount, eject, and format
Install
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.
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-gitOr 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.
π₯3
Dcoder
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β¦
Please open Telegram to view this post
VIEW IN TELEGRAM
β€5π₯1
Forwarded from Qalabit
CSEC ASTU
ETCPC 2026 REGISTRATION β 23 HOURS LEFT!
π₯ Having trouble finding a team? Join our Team Formation Group!
Some students have told us that they are having difficulty finding teammates to form a complete team of 3 members.
To help with this, weβve created a Telegram group where you can find other participants, connect with potential teammates, and form your team.
π₯ Having trouble finding a team? Join our Team Formation Group!
Some students have told us that they are having difficulty finding teammates to form a complete team of 3 members.
To help with this, weβve created a Telegram group where you can find other participants, connect with potential teammates, and form your team.
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
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
Telegram
EtCPC - Ethiopian Collegiate Programming Community
β€5
Kidus's Chronicles
α΅αα΅α΅ α°αα°αα αΈααα΅ α¨α α³α α³ααα΅α α΄αααα α©αα¨αα²α² (ASTU) α¨2016 α.α α°αα«α α΅α΅ααα£ αααα΅ ααα΅ ααα³α΅ α α₯α« ααα αα α ααα ααα΅ α΅α³αααα ααα³αα½α’ α α
αα‘ α αα αα΅ α¨α€α αα³αα αααα«α΅ α αα«α³ αααα«αα½α α΅α³α°αα α¨αα¨α½ α²ααα£ α α
α±α΅ α³ααα΅ αα΅αα³α α α°α°α¨ααα΅ α°α¨ααͺα α₯αα
αααα« α¨αα α΅ α«αα°α (Lung Cancer) α₯αα³αα£α΅ α°α¨ααα§αα’ α α αα αα
α΅β¦
fund.pro.et
Support Tigist Temesgen's Cancer Treatment Medical Fund (α¨α
ααα α₯αα³α³ α₯αͺ αα΅αα΅α΅ α°αα°αα)
α΅αα΅α΅ α°αα°αα αΈααα΅ α¨α α³α α³ααα΅α α΄αααα α©αα¨αα²α² (ASTU) α¨2016 α.α α°αα«α α΅α΅ααα£ αααα΅ ααα΅ ααα³α΅ α α₯α« ααα αα α ααα ααα΅ α΅α³αααα ααα³αα½α’
α α αα‘ α αα αα΅ α¨α€α αα³αα αααα«α΅ α αα«α³ αααα«αα½α α΅α³α°
α α αα‘ α αα αα΅ α¨α€α αα³αα αααα«α΅ α αα«α³ αααα«αα½α α΅α³α°
β€4
Forwarded 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
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
π₯4
I just followed a trend on X. I gained 50 followers within less than 24 hours, have 4.3k views, and am about to hit 200 followers. How random the X algorithm is.
@byte_philosopher
@byte_philosopher
π₯9π5
Please open Telegram to view this post
VIEW IN TELEGRAM
β€11π―9π₯6
ααα«α α°αα α΅π
@byte_philosopher
ααα αα°α αααα€ α¨αααα α«α α«αα α₯αα³ ααα°α΅α α³αα’
α¨αααα΅ αααα 4:25
@byte_philosopher
Please open Telegram to view this post
VIEW IN TELEGRAM
β€13