Useless use of cat?
- 0 Posts
- 13 Comments
echindod@programming.devto Linux@programming.dev•Ubuntu 25.10's Rust Coreutils Transition Has Uncovered Performance Shortcomings1·1 month agoYeah. I know. And I could tell, but it drives me batty. But also: thorn is an English character!!
echindod@programming.devto Linux@programming.dev•Ubuntu 25.10's Rust Coreutils Transition Has Uncovered Performance Shortcomings9·1 month agoHas someone who can mostly read Greek and English. I hate this. I hate this so much.
echindod@programming.devto Linux@programming.dev•Might need to switch distros, which one should i use?4·1 month agoThis assumes IBM will act rationally, which doesn’t have much recent precedence.
echindod@programming.devto Privacy@programming.dev•Stock Android users, are you considering switching your phone to another OS such as /e/os, GrapheneOS, LineageOS?2·1 month agoIt’s funny. When I first heard about couples sharing their location with each other, I thought it was so creepy. I trust my SO, why the fuck would I want to spy on them?!?! But then, we had some family members develop some health problems where it could be life or death to know where they were, so we started sharing our locations. And now I find it comforting to open up maps and double check to make sure they are still okay, and how long till their home, etc.
echindod@programming.devto Linux@programming.dev•Now Ubuntu is Also Ditching Xorg Completely for Wayland!7·4 months agoWhen’s the last time you used Wayland? I tried a few years back and there were quite a few paper cuts.
I’ve been using sway for about six months and there is one obnoxious paper cut, and one thing that just doesn’t work.
The paper cut for me is a java app that won’t render menus correctly. Most menus work, but there are a few that don’t draw properly.
The one thing that still doesn’t work is deskflow.
Screen sharing with zoom and Google meet and jitsi work fine. Keyboard input changes work fine, and most things are just hunky dory.
Uh… Have you tried Fish? Or even a modern ZSH? Like oh my ZSH?
I guess I don’t want notepad tools. But I can set my key bindings in ZSH to vi bindings and do things like:
$ cat <<EOF | sparql --data=some.ttl --query=/dev/stdin SELECT ?s ?p ?o WHERE { ?s ?p ?o . } LIMIT 10 EOF
And that gives me a real basic text editor. Granted with syntax highlighting on, it thinks I’m trying to do ZSH scripts. But if you needed a ZSH script it would be perfect.
Second, tab works great for auto complete, it even suggests stuff (as long as you have that enabled, or the command supports it. Some clis do not have support for auto complete, but the shell does)
Modern shells are pretty fucking awesome.
echindod@programming.devto Fediverse@lemmy.world•Is there any actual good content on PeerTube?English4·7 months agoI quite listening to a podcast that went hard into streaming crypto coin as a way to boost income. I think I like the idea in principle. But there is something that smells funny to me about cryptocurrency. And I don’t think it actually works that well in principle. Funding open source and open access content is tough.
echindod@programming.devto Programming@programming.dev•Falsehoods programmers believe about languages1·8 months agoDo you know the etymology of these words? My understanding is that they aren’t exactly “Yes” but more “As you say” or something similar. But I am no arabicist.
echindod@programming.devto Programming@programming.dev•Falsehoods programmers believe about languages121·8 months agoArabic doesn’t have a word for “yes”. I don’t think most semitic languages do either [Classical Hebrew does not, but Modern Hebrew does, however, the word they use in modern Hebrew is the word for “Thusly”, that is now a particle]. In fact you can see that proto-indo European didn’t have a word for yes: Greek is ναι, but the romance languages are si (I am pretty sure French oui is actually derived from the same root as Spanish and Italian. Could be wrong) and if my memories is correct (and it may not be) classical Latin didn’t have a word for yes. And the Germanic words yes/ja have a similar origin. I can’t speak to the other IE languages unfortunately.
I know there are also language families that don’t have a single word for no, but use a negation mood on the verb. I unfortunately can’t give you an example of this. But it should be fun to look up!
echindod@programming.devto Programmer Humor@programming.dev•what debugging regex feels like2·8 months agoI don’t know any hieroglyphs, but I do know cuneiform. Would rather read cuneiform than regex!
echindod@programming.devto Programmer Humor@programming.dev•what debugging regex feels like4·8 months agoThis is the one I use! Might have to look at regexer though
Ah. Well. I can not be blameless on this. I also probably use cat unnecessarily still. But less so with grep these days. I’m getting better… I swear!