- 0 Posts
- 52 Comments
Quibblekrust@thelemmy.clubto Programming@programming.dev•What Git clients do you use?English2·3 days agoVscode with the Git Graph extension.
Is this the first time you’ve had the pleasure of using vi/vim? 😄 visudo is a command that locks the sudo file and just opens vi or vim. It’s not a text editor in and of itself.
Vim is the source of the famous “how do you quit vim”, meme. (:q <Enter>, btw) The interface is completely nonintuitive and has modes. In “edit mode”, all the buttons do different edits to text or move the cursor. That must have been your experience: trying to type in edit mode and getting garbage. You have to enter “insert mode” to type using the
I
key. Commands to do things like save and quit are started by typing a colon in edit mode. You navigate in edit mode using HJKL as arrow keys.To avoid it, set your default editor to nano instead. Nano’s hotkeys are nonsensical to people coming from Windows, but at least they’re displayed on the screen at all times.
export EDITOR=nano
Having to install apps manually and figure out dependencies myself because a popular piece of software only officially supports Ubuntu and Debian. No normal human would ever do this. They would go back to Windows. Hell, I still haven’t even gotten one piece of software to work on my new OpenSUSE system yet: Beyond Compare 4. There’s no flatpack for it. The RPM test says all dependencies are satisfied, but when I run the program, nothing happens. I did some web searching, but I haven’t dug too deep yet.
Why are there so many package managers with such different syntaxes? And why does one repo maintainer decide to call it “package” and another calls it “package4”? Or some entirely different name! It’s maddening. I’ve had to create empty proxy packages that translate package names just to install some RPM file. Again, the average person is not going to do this.
In KDE plasma, the first thing most people do is set up Wi-Fi on their computer, but you need to set up KWallet first or else the password gets stored in some other dimension. I accidentally typed my Wi-Fi password wrong, and I couldn’t for the life of me figure out how to clear it out and make it ask me for the proper password when I try to connect. I even went into network manager and switched the network to say, “ask me every time”. It wouldn’t! It would just sit there and hang on “authenticating”. I never did figure it out. I ended up forgetting to encrypt my system partition, so I simply reinstalled the OS.
That image is 100% NSFW
Quibblekrust@thelemmy.clubto Fuck AI@lemmy.world•People Are Becoming "Sloppers" Who Have to Ask AI Before They Do AnythingEnglish251·11 days agoDone!
Quibblekrust@thelemmy.clubto Fuck AI@lemmy.world•People Are Becoming "Sloppers" Who Have to Ask AI Before They Do AnythingEnglish11·11 days agoYou have the morbs.
Quibblekrust@thelemmy.clubto Mildly Interesting@lemmy.world•Saw 3 cars in a row with the same letters on their license plates, one of which was from an entirely different stateEnglish1·13 days agoAs opposed to a partially different state? Is SC only partially different from NC?
They know. It’s a comment from the code.
Quibblekrust@thelemmy.clubto Leopards Ate My Face@lemmy.world•Corn-Belt Votes Trump. Trump pressures Coke for sugar-based Coke in US.English2·18 days agoYou measure sugar in fluid ounces?
A packet of Kool-Aid actually calls for a full cup of sugar (8 floz). So it’s even more nutritious than you thought!
Quibblekrust@thelemmy.clubto science@lemmy.world•NASA investigates vision disorder affecting 70% of astronautsEnglish1·18 days agoThe scale required in order to avoid side effects of the Coriolis effect is huge. For example, the running scene in 2001 could never happen. He’d be constantly falling over.
Quibblekrust@thelemmy.clubto Technology@lemmy.world•Brave browser blocks Windows feature that takes screenshots of everything you do on your PCEnglish2·18 days ago😁 It’s an elite club.
Quibblekrust@thelemmy.clubto Technology@lemmy.world•Brave browser blocks Windows feature that takes screenshots of everything you do on your PCEnglish15·19 days agoNo, not directly. Not any more than your average tech leader who goes to conferences and discusses it.
Quibblekrust@thelemmy.clubto Technology@lemmy.world•Brave browser blocks Windows feature that takes screenshots of everything you do on your PCEnglish559·19 days agoHe invented JavaScript, so definitely don’t use that either. For real. JavaScript sucks.
Quibblekrust@thelemmy.clubto Mildly Infuriating@lemmy.world•These totally legitimate commentsEnglish141·19 days agoI am so grateful for this post! You always post such interesting content. 🦐⛹️♂️📷
Quibblekrust@thelemmy.clubto Technology@lemmy.world•Vibe coding service Replit deleted production databaseEnglish3·20 days agoThere was a backup, and it was restored. However, the LLM lied and said there wasn’t at first. You can laugh all you want at it. I did. But maybe read the article so you aren’t also lying.
Quibblekrust@thelemmy.clubto Technology@lemmy.world•Vibe coding service Replit deleted production databaseEnglish194·21 days agoYou didn’t read closely enough.
“Replit QA’s it itself (super cool), at least partially with some help from you … and … then you push it to production — all in one seamless flow.”
Replit is an agent that does stuff for you including deploying to production. If someone don’t want to use a tool like that, I don’t blame you, but it was working as it is supposed to. It’s a whole platform that doesn’t cleanly separate development and production.
Quibblekrust@thelemmy.clubto Technology@lemmy.world•Reddit users in the UK must now upload selfies to access NSFW subredditsEnglish1·22 days agoJust send an AI selfie problem solved.
Quibblekrust@thelemmy.clubto Ask Lemmy@lemmy.world•What's a regional pronunciation of a word that seems normal to you but is weird to people from other parts of the country?English2·26 days agoThat’s how I pronounce it. So now I’m even more confused! How is “merry” different? Because I pronounce that just like Mary.
Thanks! That was a good read.