Shinji_Ikari [he/him]

  • 0 Posts
  • 16 Comments
Joined 4 years ago
cake
Cake day: July 29th, 2020

help-circle
  • I started using it about 8-9 years ago at this point, back when the options were FB messenger or whatsapp. Both were trash and limited in comparison.

    I only use signal for work but I find the app clunky and unintuitive. Telegram, being a somewhat privacy nightmare, but not connected to a big data broker company, also gives me the ability to search through a decade of messages to find an old joke, a picture shared, etc.

    Telegram is simple enough that I can tell my aging gen x parents and apathetic zoomer siblings to install it and there’s nearly zero friction to them logging in and receiving messages. It solved the problem of being added to a new fucked up imessage groupchat every other week as an android user.






  • Yeah I actually just prefer the command line, I’ve never had to force myself to use it. I even tried using VSC for a bit recently but i couldn’t get myself to like it. I just use nvim with some plugins in a tmux session now and its productive as hell.

    Of course I don’t browse the web with the command line. For merging branches, I always merge main into the working branch first, check conflict files, and go through the file finding the diffs and resolving them. I’ve used merge tools before that were sorta nice but I had my own issues with them.

    Maybe it’s the type of programming I do. I don’t do any web stuff, so file count is down. For larger code bases I keep a non editor terminal up and will grep -re for word/phrase searching, find to look for specific files, etc. I’ll occasionally use an IDE, typically eclipse based because embedded, but I don’t find myself missing the features they add.




  • I really never understood why one would need a GUI for git except for visualizing branches.

    I feel like I’m crazy seeing so many people using clicky buttons for tracking files. I need like 4 commands for 95% of what I do and the rest you look up.

    You’re already programming! Just learn the tool!

    And now there’s a github CLI tool? I hate to beat a dead horse but Microsoft pushing their extended version of an open source tool/protocol is literally the second step of their mantra.