Abeni Codes
الذهاب إلى القناة على Telegram
I post about my insights, new discoveries, projects and advices related to tech mainly and other topics once in a while. You can DM me @abeni_al7 for professional or collaborative queries.
إظهار المزيد163
المشتركون
لا توجد بيانات24 ساعات
+17 أيام
+330 أيام
جاري تحميل البيانات...
القنوات المماثلة
لا توجد بيانات
هل تواجه مشاكل؟ يرجى تحديث الصفحة أو الاتصال بمدير الدعم الخاص بنا.
سحابة العلامات
الإشارات الواردة والصادرة
---
---
---
---
---
---
جذب المشتركين
يوليو '26
يوليو '26
+5
في 1 قنوات
يونيو '26
+8
في 0 قنوات
Get PRO
مايو '26
+8
في 0 قنوات
Get PRO
أبريل '26
+49
في 0 قنوات
Get PRO
مارس '26
+8
في 1 قنوات
Get PRO
فبراير '26
+8
في 0 قنوات
Get PRO
يناير '260
في 0 قنوات
Get PRO
ديسمبر '25
+2
في 0 قنوات
Get PRO
نوفمبر '25
+3
في 0 قنوات
Get PRO
أكتوبر '25
+1
في 0 قنوات
Get PRO
سبتمبر '25
+1
في 0 قنوات
Get PRO
أغسطس '250
في 0 قنوات
Get PRO
يوليو '250
في 0 قنوات
Get PRO
يونيو '25
+1
في 0 قنوات
Get PRO
مايو '25
+5
في 0 قنوات
Get PRO
أبريل '25
+8
في 0 قنوات
Get PRO
مارس '25
+4
في 0 قنوات
Get PRO
فبراير '25
+5
في 0 قنوات
Get PRO
يناير '25
+10
في 0 قنوات
Get PRO
ديسمبر '24
+73
في 0 قنوات
| التاريخ | نمو المشتركين | الإشارات | القنوات | |
| 31 يوليو | 0 | |||
| 30 يوليو | +1 | |||
| 29 يوليو | 0 | |||
| 28 يوليو | 0 | |||
| 27 يوليو | 0 | |||
| 26 يوليو | 0 | |||
| 25 يوليو | 0 | |||
| 24 يوليو | 0 | |||
| 23 يوليو | 0 | |||
| 22 يوليو | 0 | |||
| 21 يوليو | 0 | |||
| 20 يوليو | 0 | |||
| 19 يوليو | 0 | |||
| 18 يوليو | 0 | |||
| 17 يوليو | 0 | |||
| 16 يوليو | 0 | |||
| 15 يوليو | 0 | |||
| 14 يوليو | 0 | |||
| 13 يوليو | +3 | |||
| 12 يوليو | 0 | |||
| 11 يوليو | 0 | |||
| 10 يوليو | 0 | |||
| 09 يوليو | 0 | |||
| 08 يوليو | +1 | |||
| 07 يوليو | 0 | |||
| 06 يوليو | 0 | |||
| 05 يوليو | 0 | |||
| 04 يوليو | 0 | |||
| 03 يوليو | 0 | |||
| 02 يوليو | 0 | |||
| 01 يوليو | 0 |
منشورات القناة
| 2 | I built Lacon, a huffman coding based text file compression tool. I used Go to build it and it taught me a lot of things and made me see some of the theoretical concepts I knew in practice.
Compression is an amazing concept to learn in practice. It made me appreciate the cleverness of the people that come up with algorithms that solve very specific problems in a very efficient way.
Huffman coding has a few basic steps. It scans the file, counts the frequency of each character in the file, and assigns shorter binary codes for the most frequent ones and longer codes to the least frequent ones. Compared to giving the same 8-bit length representation for all characters in a file, this results in a significantly lower file size. The significance of the compression totally depends on the distribution of characters in the text file.
While building this tool I used:
- Min-heaps to efficiently build the Huffman tree which is a special binary tree which has the most frequent characters at a shallower depth than the rarer ones.
- Binary trees to generate prefix codes that would be decoded unambiguously.
- Bit level I/O to read and write individual bits when compressing and decompressing which was admottedly the most challenging part for me.
My code is public on GitHub for anyone who wants to look at it and give me feedback (https://github.com/abeni-al7/lacon). I have also built a CLI and a web interface so that it is easy to access it and try it out (https://lacon-jet.vercel.app/). | 683 |
| 3 | @backendlife | 156 |
| 4 | لا يوجد نص... | 135 |
| 5 | Is the interview process for other roles really just convo and stuff? | 142 |
| 6 | لا يوجد نص... | 154 |
