Sorry cant hear you, too busy computing with the safety switched off and the action set to full auto.
Sorry cant hear you, too busy computing with the safety switched off and the action set to full auto.
Idk how it works in china, is the wire coming from the wall a thin sorta stiff wire? or is it a thicker wire(5-10mm across) that is bendy?
If the latter, you can just plug that ethernet cable into your own router.
If its a fiber cable then I dont know if you can have your own ONT.
Is your service fiber? Is your router a combined ONT and router? If its not and you have an ONT serving ethernet to the router, you can just plug your own router in.
You said it’s through china mobile so is it a cell modem/router?
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.
Thanks for the explanation, that does sound useful.
That’s fair, there’s plenty of uses for source control.
I was speaking from a programming context though, as this is a programming community.
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.
I do think that the highway emphasis is important, as you’re typically traveling faster and you don’t want to take your eyes off the road more than you have to. Having the bright yellow highway for things like complex offramps has been helpful to me in the past. I’ll just have to see how it goes.
looking again, the greater contrast for smaller roads is nice.
Why would you change the roads to grey from yellow? What? What is the primary thing your eye is seeking when using a GPS app?
A typo in the first paragraph of the article in a wiki wont make the 5th paragraph tear down the entire wiki.
I had an old arch install about 7 years ago that stopped booting, so I booted into ubuntu, mounted the ssd, used a chroot to fix it, forgot to unmount the ssd, proceeded to rm the mount dir as it was “temporary”. It took me mere seconds to realize what I did and by then it was a lost cause. I was able to use a file recovery tool to grab my precious memes, but thankfully there wasn’t much else valuable on the drive.
Worlds most roundabout rm -rf /
Its not dead simple but its also not extremely complex.
I’m currently working with some interns and there’s just concepts they were never exposed to. Without decent mentoring, git can be difficult because a lot of the workflow does come with experience.
That being said everyone needs to stop acting like its an impossible task to properly do source control. There is some truth that if you don’t care enough to do your source control, you don’t care enough to write decent code. Its not a moral failing, just take some pride in your craft.
Show the newbies how to care and they’ll care enough to want to do it right. Measure twice, cut once and all that.
ps -aux | grep yourmom
real fwds from FOSS grandma hours, huh.
I bought a kasa power strip for individual switching thinking TPlink kept around the no account local API.
They fuckin trashed it and I need an account to use a goddamn power strip. I’m going to have to rip this apart and see if I can reprogram it or something.
I found a brother laser printer for 8 bucks at a thrift store and it printed with linux over USB as soon as I got it home without any tweaking.
I then directly networked it to a raspberry pi, configured it with cups and shared the printer over my network. Every device was able to discover it instantly and I can print from anything, android phone, ipad, mac, linux laptop, etc.
It’s absolutely freeing. I found an OEM toner cartridge for like 30 bucks, so I have like 2000 bw prints ready to go for like 40 dollars all in.
Yes, vim is a command line program.
If you look up “Cli file manager”, there’s a bunch that you can check out and try.
Tree, grep, and find are usually my three go-tos. Tree to get a general view of a ton of nested files/folders, then if I know a name I’ll use find . -name "filename"
, if I know a bit of contents, i’ll use `grep -re “content string” to find files containing that.
I recommend reading the man pages because you can often chain together these in fairly powerful ways.
That’s great and all, but this is a federated comm, it appeared on my home page under active. I don’t know if it matters if I personally shared my XMonad config and custom volume widget or commented on yet another custom tiling wm. I always exclusively lurked on the subreddit. I lurk on this one too. Discussion isn’t usually that insightful besides “wow!” and “theme?”.
This time, there was actual discussion and I decided to join in. Much more interesting than the 900th i3 gaps with an 18 pixel gap and 15 lines of code visible in the terminal.
I’m a fan of cmus. simple and easy.