rustup show
rustup install 1.85.0
rustup default 1.85.0
rustc --version
vim ~/.zshrc
alias code="2>/tmp/vscode_output code --disable-gpu --disable-software-rasterizer \"$@\""
❯ pocs-count.sh
--------------------------------------------------------------------------
POCs Counter: Languages | Count |
--------------------------------------------------------------------------
AI 292 Java 683 Scala 270 Rust 232
Zig 120 Clojure 106 Go 114 Kotlin 78
NodeJS 117 DevOps 116 C++ 67 C 42
Haskell 72 PHP 45 Typescript 64 JavaScript 56
React 58 Python 83 V 27 Nim 28
created: 02.JAN.2025
I love to learn new programing languages, it help to open the mind to new possibilities and compare different approaches. For instance, I learned Ruby and Scala in 2010, Clojure and Haskell in 2011, Go in 2015, Kotlin 2016, Rust in 2018 and Idris, TypeScript in 2019, 2020 Pandemic strike did a bunch of pocs but not with new langs(crazy year), Zig in 2021, 2022(coding in lots of langs but nothing new) - 2023 I learned Nim and V. Learn at least one lang per year. This post is not complain, it's just to share some toughts, notes and impressions. 2024: I learned C3.
- Created in 2016 by Louis Pilfold
- Based on Erlang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ pocs-count.sh | |
AI : 290 | |
Java : 677 | |
Scala : 266 | |
Rust : 230 | |
Zig : 116 | |
Go : 114 | |
Kotlin : 78 | |
C++ : 67 | |
C : 42 |
sudo apt install clang
sh -c "$(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/latest-release/ponyup-init.sh)"
ponyup update ponyc release
ponyup update ponyc nightly
- Clone ghostty
gh repo clone ghostty-org/ghostty
- make sure you have zig 0.13 - https://ziglang.org/download/
- install deps
sudo apt install libgtk-4-dev libadwaita-1-dev git
- configure gtk4
NewerOlder