Skip to content

Commit

Permalink
Update Orhun Parmaksız Talk Description (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Sep 6, 2024
2 parents d4260d2 + 2b92461 commit 34b8040
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/speakers/orhun-parmaksiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title = "Speaker: Orhun Parmaksız"
[extra]
name = "Orhun Parmaksız"
url = "https://orhun.dev/"
twitter = "@orhunp_"
twitter = "@orhundev"
image = "/images/speakers/orhun.jpg"
bio = '<p>Hey, I’m Orhun, a Rust aficionado with a strong passion for all things open source!</p><p>I’m the creator/maintainer of various Rust projects including git-cliff, kmon, and more. See: <a href="https://github.com/orhun" target="_blank">https://github.com/orhun</a></p><p>I have been leading the Ratatui.rs project since last year, where we’re pushing the boundaries of the terminal by offering a TUI library for Rust developers.</p><p>Also, I’m actively packaging Rust tools for Alpine Linux & Arch Linux (btw) and trying to improve the Rust ecosystem for GNU/Linux users.</p>'
+++
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ template = "talk.html"
date = "Oct. 11th, Friday"
time = "14:15 - 14:45"
speakers = ["orhun-parmaksiz"]
description = "<p>For every programmer the terminal is very important when it comes to productivity and efficiency. Using text-based user interfaces in the terminal is one of the ways of truly taking advantage of this. And what’s better than a highly performant systems programming language such as Rust for building TUIs</p>?<p>This talk aims to show how the TX (terminal experience) can be improved with the TUI tools written in Rust and gives a brief introduction to how to build TUIs using the Ratatui library.</p><p>The following questions will be answered:</p><ul><li>What is a terminal user interface (TUI) and why is it used?</li><li>How to build TUIs in Rust?</li><li>What can we build with TUIs? (example tools and workflows)</li><li>What is the future of TUIs? (the terminal is the future!)</li><p>Additionally:</p><ul><li>Why shouldn’t we build every app with electron? (i.e. what are the problems with the GUI applications?)</li><li>How common are TUIs? (statistics and TUI alternatives to GUIs)</li><li>How powerful is Rust when it comes to building TUIs?</li></ul>"
description = "<p>The terminal is essential for every programmer when it comes to productivity and efficiency. Leveraging text-based user interfaces (TUIs) in the terminal is a powerful way to take full advantage of this environment. And what could be better than using a highly performant systems programming language like Rust to build TUIs?</p><p>This talk aims to demonstrate how the terminal experience (TX) can be enhanced with TUIs and provides an introduction to building them using Rust with the Ratatui library.</p><p>The following points will be addressed:</p><ul><li>What is a terminal user interface (TUI) and why is it used?</li><li>What is Ratatui and how does it work?</li><li>What are the main concepts and main design patterns used in Ratatui?</li><li>What does the future hold for TUIs in Rust?</li></ul>"
ogimage = "/images/talks/og-images/renaissance-of-terminal-user-interfaces-with-rust.png"
+++
Binary file added static/images/speakers/orhun.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34b8040

Please sign in to comment.