MajorHavoc

joined 9 months ago
[–] [email protected] 6 points 2 days ago

There's no easy answers.

Your instinct to keep the streams uncrossed is good.

I find that it at least got easier after I started to think about this as I created things.

[–] [email protected] 72 points 2 days ago* (last edited 2 days ago) (5 children)

Incidentally, this is a perfect example, because the automotive industry ran a series of ad campaigns to change public sentiment after cars got more common and children and elderly citizens started dying in the streets.

Nintendo is working equally hard to change public sentiment against the innocent.

Source: https://www.vox.com/2015/1/15/7551873/jaywalking-history

[–] [email protected] 5 points 2 days ago

My favorite is during Knightfall when

Spoiler for the start of KnightfallBane drops weapons into the outdoor workout area of Arkham from a helicopter, and then makes a hole in the outer wall with rockets.

I enjoyed the Nolanverse Bane, but he wasn't anything like the level of ruthless evil bastard as comic book Bane.

[–] [email protected] 1 points 2 days ago

It's been delightful to listen to Jess' talents on the Improvised Musical Podcast, and it's all the more impressive here.

[–] [email protected] 10 points 2 days ago

Nice. This could be expanded to add Sheldon Cooper and Alec Hardison, as well.

Evil Wil Wheaton has made a lot of enemies.

[–] [email protected] 2 points 2 days ago

Shit. I didn't think this through well enough. Can I change my answer to yours?

[–] [email protected] 14 points 2 days ago (1 children)

I blame Brexit. Having proof that your parent's generation are gullible idiots cannot be good for anyone's skin health.

[–] [email protected] 6 points 2 days ago* (last edited 2 days ago)

Is there a .vimrc that already maps all the standard notepad++ keybindings in one go ?

You may find someone who has one, but I just did the ones I found myself missing as I encountered them.

I tried someone's all-in-one .vimrc, but it broke too many community recipes while rebinding a bunch of shortcuts that weren't in my muscle memory anyway.

I kept adjusting my .vimrc as my muscle memory transitioned. So having less to fiddle also made it easier for me to keep my .vimrc tuned to my muscle memory.

For example, I was using / instead of Ctrl+F because I liked it better within a month or two.

[–] [email protected] 2 points 2 days ago* (last edited 2 days ago)

what's good about neovim?

  • NeoVim supports plugins written in modern languages without a Vim script shim. Vim script is utterly awful, and the sooner we can all pretend it never happened, the better the world will be.
  • NeoVim can be configured and extended with lua a language that many people actually like to use.
  • NeoVim is built client/server style, like VSCodium, so it can do the same remote/local mix and match tricks. Notably, VSCodium works nicely as a front end for editing files with NeoVim.
  • NeoVim is somehow actually faster. vim was no slouch, but a full rewrite seems to have added some...ahem...vim.
[–] [email protected] 1 points 2 days ago

I just drag my vi terminals to another workspace and launch a new editor.

I see what you did there. Lol.

[–] [email protected] 1 points 2 days ago

Yeah. And VsCodium with NeoVim is fantastic.

[–] [email protected] 9 points 2 days ago (3 children)

But if ctrl+f doesn't let me type a search term then I'm going to scream

It's been awhile since I've bothered to remap a key in Vim, but adding this to .vimrc should do it for you:

nnoremap <C-f> /

I started with a bunch of these to let me keep using existing muscle memory while training new.

9
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

Since I couldn't find it, here's a bare minimum guide to starting using the Pipeworks mod.

This recipe builds a trivial item sorter.

Mods you need:

  • Pipeworks
  • Mesecon
  • I3 Inventory (optional, strongly recommend)

Resources you need (if building this in survival):

  • 24 wood planks for 4 chests
  • a lot of leaves (for plastic for tubes and for the injector)
  • a lot of mese Crystals (for the injector and the sorting tube segment and the blinky plant)
  • 3 saplings (for the blinky plant)
  • 2 iron for the injector

To build the parts - look up the part recipes in I3 Inventory, or the MineTest wiki.

The Build:

In this order, place, on flat ground, in a straight line:

  • A chest
  • A stack wise filter injector
  • A pneumatic tube segment
  • A sorting pneumatic tube segment
  • A final chest

Now place the last two chests on the ground on either side of the 'sorting pneumatic tube segment'.

Now place a 'blinky plant' beside the 'stackwise filter injector', to get it running. Yes, it must be a blinky plant.

Now throw some crap in the first chest and watch it get moved randomly to the other 3 chests.

Now, grab an item you want sorted, say 'dirt block'. Left click on the 'sorting pneumatic tube segment'. Put the dirt block next to one of the colors. Put more dirt blocks into the first chest.

Watch the dirt blocks follow the color you chose.

Repeat with more item types.

Now your inventory is sorted, kind of.

Finally, add additional chests and sorting tube segments, as needed, to suit your personal play style.

Edit: Of course now I found a decent wiki page that has more detail, so I put that in the URL.

136
PSA - MineTest on SteamDeck (blog.rubenwardy.com)
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

MineTest on a SteamDeck is so fun, y'all.

(Edit: MineTest is a free and open source game engine that started as a clone of Minecraft, and has grown to be that, and much more.)

I would have tried it sooner, if someone had mentioned it to me, so I'm mentioning it to you.

Edit: Disclaimer, I'm not the author of this blog. It's the walkthrough I followed to start playing.

14
Newbie Lessons (programming.dev)
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

Here's things I learned, so far, as a new player of Minetest. I'm new at this, so I'll gladly update this post with any corrections.

  • Mineclone2 is a great place to just start playing!
  • When confident enough to choose my own plugins, I switched back to MineGame/default, for the bigger library of available plugins.
  • Mesecons is redstone, but looks way nicer. Insulated wires alone look like a huge sanity saver.
  • The world is dramatically taller and deeper, so you're going to want a teleporter or elevator plugin. I found Travelnet a practical option.
  • if you're coming from Java edition Minecraft, you may be pleasantly surprised how much faster, lighter and more efficient Mineclone is.
  • The hang glider plugin is a giggle and a half.
  • Building a Cotton farm was a quicker path to beds and hang gliders, for me, than searching for sheep.
view more: next ›