why use aliases (they exist in fish) when you can use abbreviations and your history isnt determined by whatever you set your aliases up as? If you change an alias, your history does not reflect that. If you use abbreviations, your history is perfectly usable
wiki-user: dreadbeef
- 0 Posts
- 15 Comments
i dont even use rust and i hear more people complaining about rust than i hear rust users.
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•I'm new to using Ruby and this tickled me pinkEnglish2·21 days agoIts AOT compiled.
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•I created the weirdest political compassEnglish8·24 days agoJavascript is compiled, just in time.
dreadbeef@lemmy.dbzer0.comto Programmer Humor@lemmy.ml•Child labour with 10 years of experience, 'AI-native' accepting 250k lines of Cursor codeEnglish1·1 month agoI only want to see ai remove code while keeping tests passing. until it can do that what value does it bring
dreadbeef@lemmy.dbzer0.comto Linux@programming.dev•PS1 emulator DuckStation may drop Linux support over AUR issues and new license limitsEnglish6·1 month agoFrom another commenter: https://github.com/libretro/swanstation
dreadbeef@lemmy.dbzer0.comto Linux@programming.dev•Developer of Kapitano (Linux Virus Scanner) Abandons ShipEnglish4·2 months agothe software itself wasn’t that noteworthy
I always find the value of working software made by volunteers. That’s always noteworthy, imo. I’m a software engineer. It’s not like I have that many completed projects that have people using them. It’s incredibly hard to make software that people want to use, and it’s incredibly unfortunate to lose someone who wants to do that unthanked work. This guy is still catching strays when he’s actually doing shit for people.
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•[No PHPun Intended] A Brief History of Web DevelopmentEnglish101·2 months agoBackend devs: JS sucks because I never learned it actually
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•[No PHPun Intended] A Brief History of Web DevelopmentEnglish8·2 months agoJs is dead use php!
we upgraded to 8 from 5 at my first job in 2014
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•Full Stack DevelopmentEnglish1·5 months ago“Knows”
Too much credibility to the backend devs out there. “CSS is too hard to remember” is why things like tailwind are more popular than they deserve.
dreadbeef@lemmy.dbzer0.comto Linux@programming.dev•Kagi is Porting its Orion Web Browser to LinuxEnglish0·6 months agoWhen that happens I will be excited:) I’d be excited for WebKit to get more love
basically a text expansion. I have g=git, so when I type “g push” after I hit space after g, it expands it to git in the terminal as if i just typed out git myself. My history doesnt show “g push” it shows “git push” before I push enter
https://fishshell.com/docs/current/cmds/abbr.html