Details
-
AboutIndie Game Developer
-
Skillsc++, c#, java, gdscript, python, linux/bash, vim, mouse less computing.
-
LocationThailand
-
Website
-
Github
Joined devRant on 5/14/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
I’m very disappointed in PowerToys.
Especially the “FancyZones”.
I was hype when they first starting to work on their window manager.
But then....after a lot of feedback from community (which want something like an i3wm, fully keyboard driven) They come up with this??
I feels waste more time to manage window with FancyZones than not using anything at all.
I’ll stick with my custom hack window manager for now....
(Despite the limitation of win32api, it got a fully keyboard driven + auto tiling)
https://github.com/CSaratakij/...1 -
i3wm, use with vim and terminal stuff = barely touch mouse xD
.
(I'm so obsessed with i3 that I try to re-create it in Windows : https://github.com/CSaratakij/...)
(still not full featured, but get the job done xD)6 -
This years~
It’s a class that introduce an introduction to programming.
First weeks of the class.
T: “For those who already know this basic stuff , You can take a final test. If you pass, you get an ‘A’ and dont have to attend to this class for the rest of this term.”
Me: “Fuck yeah~ Let’s do this”
—8 -
No x-server, wayland. just drm and framebuffer. use computer just fine in this env. I can watch youtube and video. play music, play twitter, read rss, edit my program, surf a web, connect with other computer, view my image, read pdf with this freaking lightweight env.
Basicly, my super battery saver mode.
(want me to list all of these cli/tui app?)3 -
First time pithing about startup concept in startup bootcamp, 2 fucking dead air (fuck....)
but I'm able to finish my pitch in time.
(Feeling relief now) -
1) Open devRant app
2) Enjoy so many great rants
3) Thinks is enough
4) Quit devRant app
5) Immediately open devRant again without thinking
6) ....
(damn my muscle memory)5 -
Way more calm and more concentrate in any problem I face.
Back in the day, before I taught myself how to program. I feel so paranoid and lost with any problem I face. Thanks to programming, now I know that u just need to calm down and focus on problem. break problem down to little tiny piece and solve it one by one. Its funny that it work for me very well. -
Sigh!..
https://github.com/tombh/novim-mode
Wtf, vim its not about keybinding paradigm, Its about talking to vim.
Why make vim less special?
Why make this vim cancer?
Who using this, u drunk. (Go home...)
(U miss the point of using vim completely)4 -
Confession : I swear -> my sweet Arch Linux was freeze in my laptop in my super lightweight tty env + tmux after about to quit demonstrate my friend about vim in vimtutor on yesterday.
(1st freeze after 1 half a year of using it. Maybe something wrong about my rot potato, but hey -> its a things ;)
(no data lost after hard reboot after all.)
(First time it failed without me thinker it ;) -> Its not my fault Jim~)12 -
devRant is nice.
If you move rant feed to "Recent" and saw a bunch of rant u already read but you keep scrolling down hoping to see new rant but u fail cause rant policy keep people from posting new rant for 2 hour and not many new rant has been post.
This is a nice feature. It make u self aware that "crap, maybe too much time on devRant". Even if you addict to devRant but by this policy -> It force you to really close its app and checking it on another free time. (more healthy than another social media I guess 😂)2 -
!rant // more like a warning
If you use tty (no X or graphic env) and use tmux as terminal multiplexer -> avoid using mpv in it.
.
When you use -> mpv --vo=drm "video name" in tmux session and want to pause video -> cpu usage will climb up to 100% on single core.
(can make laptop warm)
(I don't know what exactly cause this but my theory is, tmux cant redraw after video is pause and it keep trying forever and end up using cpu 100% on single core)
.
Solution
- use mpv on another tty which you didn't run tmux.
- example : tty1: all stuff, tty2: mpv.
And cpu usage will be normal after video is pause.4 -
- Dual boot to windows.
- Do some stuff.
- 2% Battery left.
- Alright, shutdown.
- Windows prepare to update.
Me: Fuck... forgot about Creator update.
(Run boy run -> to the AC adapter)
(Freeze windows for too long....)
(Mostly use Arch) -
Holy fuck...I didn't expect this.
simple terminal from suckless.org
(aka. st) After appiled path "alpha" -> It did transperent in the way that if you have 2 terminal overlaps -> It'll draw a transperent surface with the underline terminal. so, It's not an idea for open vim with i3 tab or stack mode. I kinda gave up on using it until I realize -> what if underline terminal is "mpv" which is video player. This is a result (Holy fuck is awesome). by set "hi Normal ctermbg=NONE" in vimrc to make transperent background with vim.
Now, I have "mps-youtube" which allow me to watch youtube with mpv, basicly (vim + youtube) as the same time.
ps. If gif is not play -> tell me, I'll upload video. (seriously, is awesome)2 -
Org mode as kanban board for personal projects is quite usable.
(trying to find if this gonna works)11