Dagmawi Babi
6.43K subscribers
14.8K photos
1.96K videos
231 files
2.06K links
Believer of Christ | Creative Developer.

Files Channel: https://t.me/+OZ9Ul_rSBAQ0MjNk

Community: @DagmawiBabiChat
Download Telegram
Imagine your favorite mezmuroch separated into instrumental, vocal and base 😍

#Fadr #Instrumental #Resources #Music
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
If you're wondering where I get my comic books I use this site
GetComics.org

#ComicBooks #Resources
@Dagmawi_Babi
0DE5 — A Reintroduction to Programming
0de5.net

Learn in depth what you use every day, by exploring memory, instructions, syscalls, functions, structure and cognition.

Intro video
youtube.com/watch?v=76acHVJfziw

#Resources #ODE5 #Tutorials
@Dagmawi_Babi
Media is too big
VIEW IN TELEGRAM
Found this LLM Visualization tool in the Web 🤯
bbycroft.net/llm

This's a huge resource to learn about GPT models and how they work visually.

This took so much effort from a solo dev and I can't believe it's open source.
github.com/bbycroft/llm-viz

#Visualization #Resources #GPT #LLM #OSS
@Dagmawi_Babi
🕹️ FidelPops

An engaging educational game designed with a unique Ethiopian themed interface.

Players shoot fire balls at the Amharic alphabet letters, and they scale up so big they explode. The game features four distinct categories, each named after major Ethiopian cities and reflecting their unique themes. With a total of 33 levels.

FidelPops offers a fun and interactive way for players to learn the Ethiopian Alphabet while exploring the rich cultural backdrop of Ethiopia.

Here is the game download page
dagmawibabi.itch.io/fidelpops

Here are the assets @NirvanaLand7 made
etsub-mak.itch.io/fidelpopsart

Here is the source code of the game
github.com/dagmawibabi/FidelPops

Star, comment, give us feedbacks and share.

#MyGames #FidelPops
#Resources #GameArt
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
Audio
First up is @DaveDumps' paper titled "Why do Telegram Channels fail" and my oh my it's SO GOOD!! It is an absolute resource. Like worth sharing to people wanting to create telegram channels and more.
Audio
Then a really interesting research paper titled "Cores that don't count"
Audio
Then used Sam Altman's "How to be successful" blog post so I could listen to it.
Audio
Doubled down on Sam Altman and wanted to see how the podcast interpreted his latest blog post "The Intelligence Age" which should give them a fair set of fantasy and scifi to expand on.

#NotebookLM #AIML #Gemini
#DeepDive #Podcasts #AIPodcast
#Papers #Blogs #Resources
@Dagmawi_Babi
I generated a whole ton of deep dive episodes across a variety of topics and resources. But I won't spam this main channel with the files so I've uploaded all of them to my files repository channel where you can join and check out.

Here're the episodes...

Andrej Karpathy's Blogs
Software 2.0Podcast
A Survival Guide into PhDPodcast
A Cognitive DiscontinuityPodcast
A from scratch tour of BitcoinPodcast

Research Papers
Attention is all you needPodcast
Chains of AffectionPodcast
The Oldest Open Problem in MathPodcast

C.S. Lewis Books
Mere ChristianityPodcast
The Screwtape LettersPodcast

Other Books
Measurement by Paul LockhartPodcast

Enjoy these resources and episodes and if you've created some share with our community! 💛

#NotebookLM #AIML #Gemini
#DeepDive #Podcasts #AIPodcast
#Papers #Blogs #Resources
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
Stop pretending like you like NGINX.

Tho there's this great open source tool for configuring it for you.
digitalocean.com/community/tools/nginx

Credits to @ChapiDevTalks

#NGINX #Resources
@Dagmawi_Babi
This media is not supported in your browser
VIEW IN TELEGRAM
The Shadcn.com guy really impresses me. Dude basically builds really incredible components and releases them for free. I don't even know how he makes money.

#Shadcn #Resources
@Dagmawi_Babi
Dokploy is a stable, easy-to-use deployment solution designed to simplify the application management process. Think of Dokploy as a free alternative self-hostable solution to platforms like Heroku, Vercel, and Netlify.
dokploy.com

Basically the easiest way to deploy your applications. I used it and a nix config file to deploy my ScholArxiv API.

Installs with one line of code, and deploys so easily, with real time monitoring, logs and more. And ofc configures HTTPS as well.

Checkout the intro video
youtube.com/watch?v=mznYKPvhcfw

#Dokploy #Resources
@Dagmawi_Babi
Using the free Lemd Mono (ለምድ ሞኖ) font for my brand. It's made by @Halwo_Hareg

Here's the font
https://t.me/c/1156511084/1124

#Fonts #Resources
@Dagmawi_Babi
I always use this open source NGINX config site to set up NGINX and it's been great so far. It was suggested by Chapi couple years back and I recommend it.
digitalocean.com/community/tools/nginx

#NGIN #Resources
@Dagmawi_Babi
Across the world creative people are making high quality things of all kinds and sharing their work freely.

Make it Yourself showcases this incredible talent, bringing together over 1000 useful DIY projects to demonstrate just what is possible when you make things yourself.

Each featured item links directly to their original project websites, where you’ll find everything needed to make them.

Explanation Video
youtube.com/watch?v=TSFJ2OH1PQA

1000 Useful things to make
https://t.me/c/1156511084/1126

#YouTube #Resources #MIY
@Dagmawi_Babi
The guy who made 21st.dev for the react community really cooked!

Bro made really amazing components!

#Resources #21stDev
@Dagmaawi_Babi
Cobalt is a media downloader with no ads, trackers, paywalls or other waste of time content
cobalt.tools

You can download from YouTube, twitter, IG and so many more both in Video and Audio format. They have really good settings and options for even more control.

It's an open source project that you can also self host or use as an API
github.com/imputnet/cobalt

#Resources #CobaltTools
@Dagmawi_Babi
Semantic Versioning (SemVer)
semver.org

Tldr: for a version like 1.2.4:

1 - Major Version (backward incompatible)
2 - Minor Version (backward compatible)
3 - Patch Number (only bug fixes)

So when you're fixing bugs, only update the last number. If you've added a new feature that doesn't mess up previous architecture then it's a minor version bump. If you've added something big enough to break previous versions then it's a major version bump.

#SemVer #Resources
@Dagmawi_Babi
If you're building an AI wrapper product, you should checkout Vercel's opensource AI SDK. It is a unifying tool to switch between different API providers easily. Manually switching between APIs everytime your user chooses a new model is not efficient and this is a proven and simple way of doing things.

AI SDK
sdk.vercel.ai

Companies like Perplexity, V0, Midday, Dub.sh and more use it. It supports streaming, generating images, function calling and more.

#Resources #Vercel #AISDK
@Dagmawi_Babi