theshatterstone54

joined 1 year ago
[–] theshatterstone54@feddit.uk 5 points 2 months ago

Can confirm. Been using them for a few years and I have no complaints, only praise for it. I've specifically used the Nivea ones.

[–] theshatterstone54@feddit.uk 104 points 2 months ago (15 children)

These publishers' names are:

Hachette,

Penguin Random House,

Wiley,

and

HarperCollins

Time to never buy any book from them again. I'm moving on to pirating ebooks and audiobooks. Sorry JRR and Christopher Tolkien (may you rest in peace), but I'm not buying any more of your books because they were published by HarperCollins. And I'm also not buying a lot of other books too.

[–] theshatterstone54@feddit.uk 11 points 2 months ago

Oh fuck. I was just doing a nostalgia-driven rewatch of some shows and they cut me halfway through Total Drama. When it went down, I found the show on Youtube! And just watched it there. But I had other shows to watch too...

[–] theshatterstone54@feddit.uk 1 points 2 months ago (1 children)

So much potential there. If only the UI was more minimal, like Vivaldi or Qutebrowser, I'd switch immediately.

[–] theshatterstone54@feddit.uk 2 points 2 months ago

Fair enough. I basically gave you a large chunk of vim so it will feel super overwhelming. The trick is to do one command or combo at a time. For example, I started with dd. Then I added yanking. Then I added visual mode. Then I added "o" (which I think I forgot to mention: o creates a newline under the current one and puts you in insert mode. Capital O does the same but above the current line). The real trick is going little by little. And to be honest, there are some commands I still rarely use or forget to mention. I've never used f instead of t. And in terms of forgetting to mention, there's the x command which deletes the single character under the cursor rn.

Also, I'm sure someone will find this list helpful, so on top of this, I'll also add this video (and hope that Piped bot will appear): https://www.youtube.com/watch?v=RSlrxE21l_k

It contains some things I haven't mentioned.

As for learning all this, I'm repeating myself for the third time. Do it little by little. And when a command is already a thing you do almost without thinking about it, you're ready to add more.

I'm mentally checking out

Why? dw is delete word, c5b change 5 words backwards, and those are the most complicated commands you'll ever get to use, unless you start adding cuatom keybinds.

But I digress. If you don't want to learn it, it's fine.

[–] theshatterstone54@feddit.uk 1 points 2 months ago (2 children)

Not even Basic Command-Count-motion like c3w aka change 3 words after cursor, or d3b delete 3 words before the cursor?

To that, you add the D aka delete command C for change Y for yank (copy)

So yy to yank line, or dd to delete line.

Also p for paste

Also, i sends you before the cursor, a sends you after. Capital I is insert at beginning of line, Capital A is insert at end of line (append).

I terms of motions and moving around, you need: hjkl, C-d and C-u (half page jumps down and up), and within the line: 0 or ^ for beginning of line, $ for end (taken from regex), w for moving by word forwards, b for moving by word backwards. That's pretty much all you need imo. There is also t and f. Where t goes forwards (think 'till aka until). Like dtc delete until the c character. F is the same but goes backwards in the line rather than forwards. Remember you can use these with xommands, so d$ deletes until the end of the line. Or "dt." deletes till the "." so.... yeahI know there's more, but that's all you need for Normal and Insert mode imo.

For Visual mode, you only need to know how the Visual modes work. Visual (v), Visual Line (Shift-v) and Visual Block (Ctrl-V).

Also, for visual mode, it might be helpful to learn how to use V-Block to comment out multiple lines at once. Can't be bothered to go into it.

But I'd argue that's all there is to learn about vim keys in terms of getting work done.

[–] theshatterstone54@feddit.uk 2 points 2 months ago

And to counter the old saying of it lacking a decent editor, there's always evil-mode.

[–] theshatterstone54@feddit.uk 6 points 2 months ago

uBlue is good, but only if you follow the official templates. I was following some other thing which did things very differently and my custom iso ended up broken i.e Anaconda was crashing and installation was impossible.

Edit: the thing is called Bluebuild. I'd recommend to steer clear of Bluebuild and just using the official template on Github. I'm still yet to do that myself but it seems like it might actually work, unlike Bluebuild.

[–] theshatterstone54@feddit.uk 6 points 2 months ago

I'm genuinely curious about it. I don't like snaps, but it seems like an interesting concept.

[–] theshatterstone54@feddit.uk 5 points 2 months ago (1 children)

Same. Except that one time I forgot to charge my laptop and my battery decided it will go to 0% during a kernel update. Charge, Reboot into live iso, arch-chroot, do update. Reboot into normal system, all good. A 5 minute job, but it's the most serious issue I've had to deal with, alongside the keyring issues once which were solved by an Erik Dubois video, a 15-minute fix incuding the video runtime.

[–] theshatterstone54@feddit.uk 14 points 2 months ago (5 children)

That's like the picture of a normal dude with Nano, a large Vim dude, a larger buff Emacs dude and an ever larger massive Ed dude.

[–] theshatterstone54@feddit.uk 8 points 2 months ago

Same. I was playing one of those addicive clicker games, but finished it in mid-August and have barely had time to play since then. Only other things I've played are non-Steam games.

view more: ‹ prev next ›