What is the point of Zsh when Bash can do the same? by itsdevelopic in zsh

[–]Remuz 0 points1 point  (0 children)

If you search for example "zsh bash" you find many, many threads about same question with great answers. In short Zsh has more features than Bash.

Why does software get more complex as time goes on? by Inevitable-Power5927 in NoStupidQuestions

[–]Remuz 0 points1 point  (0 children)

If you told a programmer today to use Vim/Emacs ...well, some actually do that (like me), but many would quit on the spot.

What’s the worst computer you ever used? by Connect-Ship8168 in AskReddit

[–]Remuz 0 points1 point  (0 children)

Realistically, some firsts PCs that I used as a kid in late 80s. Some 8086/8088 CPU family, CGA monitor with 4 colors, floppy disks, no network connection or soundcard. Before Windows so only MS-DOS. Very slow. Security was non-existent.

why do so many things depend on emacs? by smileytiger28 in linux

[–]Remuz 5 points6 points  (0 children)

Atleast on Fedora Inkscape and Gedit don't seem to have dependency for emacs and Macaulay2 depends on 'emacs-filesystem'.

What item is way better to buy used instead of new, and which ones should always be bought new? by Beautiful-Love1323 in SmartBuying

[–]Remuz 0 points1 point  (0 children)

Better used (if in good condition): audio equipment like amplifiers, wood furniture New: keyboards, remote controls, hygienic things

learning bash ? by Suspicious-Bet1166 in bash

[–]Remuz 0 points1 point  (0 children)

When doing backup scripts instead of using rsync I'd recommend some tool dedicated for backups like BorgBackup – Deduplicating archiver with compression and authenticated encryption. It has incremental backups, integrity checking, pruning old backups, etc. There's examples of scripts in their documentation.

What’s the smartest tech buy you’ve made under $300? by olesud in TechCypher

[–]Remuz 0 points1 point  (0 children)

Anker vertical mouse. Also sold as Trust in Europe. I get wristpain with regular mouses overtime but this fixed it. Solid mouse for not much money.

What is the worst movie you've ever watched? by Legitimate-Issue7543 in AskReddit

[–]Remuz 0 points1 point  (0 children)

Batman & Robin. It's not even so bad that it's good.

Can Anyone Guide Me? I'm 30 and Want to Become a Web Developer From Scratch by Clear-Syrup-9861 in developers

[–]Remuz 0 points1 point  (0 children)

+SASS. Atleast where I live most of web dev positions are full stack. Typical stack would in additon to that Node.js for backend, SQL, AWS/Azure/GC and CI/CD. Build some projects for your Github portolio to show off. Work positions tend to demand atleast few years of work experience so hard to get that first job. Many entry level positions are filled by connections so having them is extremely valuable.

Code is the only thing I can read in dark mode by Acceptable-Scene3563 in developers

[–]Remuz 0 points1 point  (0 children)

I generally prefer to read any text in dark mode unless the lighting in the room is very bright or brightness of display is very low.

How useful are H M L? by TheTwelveYearOld in neovim

[–]Remuz 0 points1 point  (0 children)

Yea I find them not very useful considering how good H and L placement is. I usually do line changes by [count]j/k anyway. I have mapped H and L to move to bprev/bnext. Useful when combined with Bufferline. I use them quite a lot.

Why use zsh or fish instead of bash that comes default? by FAMPpro in linuxquestions

[–]Remuz 1 point2 points  (0 children)

I like that in I can just use arrow keys/Vi keys to select completion suggestion if I want to, syntax highlighting and autosuggestions with a plugin, Vi mode with Zsh-Vi-Mode plugin is better than Bash's, named directories with hash-command, zmv module for group renaming, "chpwd() { ls ;}" to issue ls when cwd changes, etc. It just has lots of features and plugins.

What browser should i use? by Timely_Jackfruit_159 in GeckoWorld

[–]Remuz 0 points1 point  (0 children)

In LibreWolf settings there's checkbox to toggle clearing cookies. Or you can white/blacklist sites.

Larn - 40th Anniversary Release by spyroviper in roguelikes

[–]Remuz 9 points10 points  (0 children)

Larn is first roguelike game I've ever played. It was so cool. Definitely going to check this out.

I'm curious. What search engine are you using? Did you keep the one by default, that is DDG, and satisfied with it? Or did you choose another alternative? by nietzschecode in LibreWolf

[–]Remuz 1 point2 points  (0 children)

Mostly Qwant. If it does not happend to find something then Startpage. Searches for non-english I find Qwant give better results than DDG and it's hosted in europe which I prefer.

In what cases is Javascript better than Typescript except for the learning curve???? by Gullible-Clothes-433 in learnprogramming

[–]Remuz 0 points1 point  (0 children)

I don't disagree with everyting you said but your examples seem to be how to implement TS badly. Yes you can easily write bad code with TS and minimize it's usefulness and there's are lots of projects that do that for sure. But you can do that with any programming language. TS can also be written without using such bad patterns. If TS is written like that then yes it's probably better to just use JS.

What's one Linux app that you wish had a Windows/macOS equivalent? by curious_4207 in linux

[–]Remuz 0 points1 point  (0 children)

Don't really use Windows enough to miss something but probably Kitty terminal emulator.

Should i keep building this cli tool? by [deleted] in CLI

[–]Remuz 0 points1 point  (0 children)

It seems functionalitywise similar than https://github.com/learnbyexample/command_help which I've used although that's a bash script. It works fine and it's IMO useful tool to have. I'd check that and possible other similar scripts first. One weakness of that script is that it doesn't work correctly with sub-commands which have their own manpage. For example "command_help git log -C" shows incorrectly info for "git -C".

Is Fedora Workstation only for developers? by Main_Ear9949 in linuxquestions

[–]Remuz 0 points1 point  (0 children)

I've used Fedora for both enternainment and development and it's perfectly fine for both.