This media is not supported in your browser
VIEW IN TELEGRAM
I will have trust issues if you have two fully functioning calculator apps on your phone.
π€£11
myCorner
So nothing new here π, I made a simple keyboard driven Gnome app called it Noty. [Noty]
This media is not supported in your browser
VIEW IN TELEGRAM
The above message was not written by me, it was half asleep Dagim and he wanted to write about it so bad but sleep got in the way. You would have died laughing if you saw the first draft. I was laughing and sleeping π.
I didn't even tell you what the app does π. I will write a proper post soon.
I didn't even tell you what the app does π. I will write a proper post soon.
π€£7
This media is not supported in your browser
VIEW IN TELEGRAM
π Introducing Noty! π
Finally π ! A new keyboard driven note-taking application I've been working on called Noty starting from...
It's designed to be simple, fast, and integrate smoothly into your workflow. Here are some of the key features available now:
- π Effortless Note Management: Quickly browse and select your notes.
- π± Mouse & Keyboard Friendly: Navigate your notes list easily using the mouse or keyboard shortcuts (including
- β Quick Help: Press
- π External Change Detection: Noty alerts you if a note file has been modified outside the app, so you don't lose changes.
- π¨ Theme Support: Customize the look and feel (e.g., light/dark modes).
- βοΈ Preferences: Configure Noty to your liking via the preferences dialog (
- πΎ Auto-Save: saving is handled smoothly upon closing/switching notes no need to manually save.
Still in early development, but give it a try and let me know what you think!
[Github Repo]
Finally π ! A new keyboard driven note-taking application I've been working on called Noty starting from...
commit 311672a131553e678811b9df4a2488e82556099e
Author: Dagim G. Astatkie <****.*****@gmail.com>
Date: Sat Apr 5 14:10:39 2025 +0300
pilot
It's designed to be simple, fast, and integrate smoothly into your workflow. Here are some of the key features available now:
- π Effortless Note Management: Quickly browse and select your notes.
- π± Mouse & Keyboard Friendly: Navigate your notes list easily using the mouse or keyboard shortcuts (including
Ctrl+J/K for vertical scrolling!).- β Quick Help: Press
Ctrl+? to see a handy overlay with all available shortcuts.- π External Change Detection: Noty alerts you if a note file has been modified outside the app, so you don't lose changes.
- π¨ Theme Support: Customize the look and feel (e.g., light/dark modes).
- βοΈ Preferences: Configure Noty to your liking via the preferences dialog (
Ctrl+,).- πΎ Auto-Save: saving is handled smoothly upon closing/switching notes no need to manually save.
Still in early development, but give it a try and let me know what you think!
[Github Repo]
π₯23β‘2
Forwarded from Frectonz
Devtopia
This episode's guest is Fuad, a senior DevOps engineer. We had a conversation about Kubernetes, Docker, CI/CD, consensus algorithms and a whole lot more.
[youtube]
#003 is out.This episode's guest is Fuad, a senior DevOps engineer. We had a conversation about Kubernetes, Docker, CI/CD, consensus algorithms and a whole lot more.
[youtube]
YouTube
Devtopia - E03 - Fuad (DevOps Eng. SWE) - Kubernetes, distributed systems FULL EPISODE
ποΈ Devtopia β Fuad Joins Fraol & Yafet for a Deep Dive into Scalable Systems, Networking, and More!
In this episode of Devtopia, hosts Fraol and Yafet sit down with special guest Fuad to explore the tech that powers todayβs most reliable and scalable distributedβ¦
In this episode of Devtopia, hosts Fraol and Yafet sit down with special guest Fuad to explore the tech that powers todayβs most reliable and scalable distributedβ¦
π₯1
This media is not supported in your browser
VIEW IN TELEGRAM
Today, I finally connected my Netlify-deployed portfolio with the domain I bought from Hahucloud a while ago. Setting up Git and CI/CD with cPanel was a pain, so I opted for Netlify's built-in CI/CD, which was much easier.
To make it work, I had to:
1. Enter the 4 nameservers provided by Netlify into Hahucloud's custom nameservers list.
2. Manually add the site's SSL certificate to Netlify to ensure a secure HTTPS connection.
But that's not all! I've been putting off automating image uploads for project showcases and blog posts in my personal website for a long time. Thanks to Cursor, I was able to vibe code π a Python script using Claude with just 2 prompts, and it works like a charm! I chose Cloudinary because of their generous free tier.
I used [uv] to run the script. I love how you can run scripts with dependencies using a single command:
Now, I simply copy the images I want to upload to a gitignored folder called
[dagimg.com]
To make it work, I had to:
1. Enter the 4 nameservers provided by Netlify into Hahucloud's custom nameservers list.
2. Manually add the site's SSL certificate to Netlify to ensure a secure HTTPS connection.
But that's not all! I've been putting off automating image uploads for project showcases and blog posts in my personal website for a long time. Thanks to Cursor, I was able to vibe code π a Python script using Claude with just 2 prompts, and it works like a charm! I chose Cloudinary because of their generous free tier.
I used [uv] to run the script. I love how you can run scripts with dependencies using a single command:
uv run --with python-frontmatter --with cloudinary --with python-dotenv scripts/upload_images.py
Now, I simply copy the images I want to upload to a gitignored folder called
static, reference them in my Markdown files, and run the command above. It finds the images, uploads them to Cloudinary, and substitutes the new URLs, just like you saw in the above video![dagimg.com]
π₯4β‘1
This media is not supported in your browser
VIEW IN TELEGRAM
This is hilarious if you know the movie π
π8
Forwarded from RaGoose
builve
my first dart CLI to build and move your built files to other folders,
simple but useful imo, specially if you are lazy just like me
its easy to use and you can read the readme for further.
check it and if you liked it give it a star π
pr and issues are welcome too
my first dart CLI to build and move your built files to other folders,
simple but useful imo, specially if you are lazy just like me
its easy to use and you can read the readme for further.
check it and if you liked it give it a star π
pr and issues are welcome too
GitHub
GitHub - daveragos/builve: Builve is a command-line tool designed to simplify Flutter build processes. It allows developers toβ¦
Builve is a command-line tool designed to simplify Flutter build processes. It allows developers to build Flutter projects and manage their build outputs efficiently. - daveragos/builve
building should be fun, mr. ai takes that out of the picture, but there are cases where you don't want to build, you just want to get it over with, that's where it shines !!
π―1