Orhun's Blog | FOSS • Linux • Programming

How I set up this blog

8 minute read Published: 2024-12-23

Like my blog? Here is how I set it up.


Can't trust any VPN these days

7 minute read Published: 2024-10-16

After Turkey banned Discord, I had to jump through some hoops, fix my VPN, and learn a bit about how DNS works.


Why I started livestreaming as a Rust developer?

6 minute read Published: 2024-09-06

Some thoughts on why I started livestreaming my open-source development sessions and my future plans.


The Name Quest

21 minute read Published: 2024-05-03

I went on a trip to Mongolia to find out the meaning behind my name.


Ratatui Received Funding: What's Next?

10 minute read Published: 2024-04-08

Let's delve into the realm of open source funding along with Ratatui's journey.


My FOSDEM 2024 Experience

4 minute read Published: 2024-02-05

Sharing my experience after giving a talk at FOSDEM 2024!


Why stdout is faster than stderr?

31 minute read Published: 2024-01-10

I recently realized stdout is much faster than stderr for Rust. Here are my findings after diving deep into this rabbit hole.


Fully Automated Releases for Rust Projects

14 minute read Published: 2023-10-24

Here is how you can publish a Rust project with a single click of a button and automate everything.


From tui-rs to Ratatui: 6 Months of Cooking Up Rust TUIs

9 minute read Published: 2023-08-28

Let's take a look at what is new in the new version of "Ratatui" and how it became the successor of tui-rs.


Generating terminal user interfaces with Ratatui + ChatGPT

8 minute read Published: 2023-07-17

"Ratatui" is a Rust library for building rich terminal user interfaces. In this post, I'm sharing what's new in the latest version and also a fun way to easily create terminal user interfaces in a jiffy.