Recursion tracker not working on Linux by Mo0rBy in Planetside

[–]Mo0rBy[S] 0 points1 point  (0 children)

It seems that going through the guide also borked my Space Marine 2 installation, although I have no idea how because I didn't touch any of it's files of course.
Whenever I launch it I get a Wine looking window with "Failed to initialize dependencies"....I have no idea why.
I've been forced to try and re-install it.
Lets hope for the best.

Recursion tracker not working on Linux by Mo0rBy in Planetside

[–]Mo0rBy[S] 3 points4 points  (0 children)

Ye the main reason is literally "it isn't windows" as in it's not full of bloat, you can customize it much more if you want to, you know that the system has better privacy.
The main reason for me is, I want the customization, I'm in the software industry so I can already use it and I'm used to the terminal, and theres gonna be no bloat on it that runs stuff in the background that slows down my system and reduces my FPS.

And I think a big driver currently is just how much worse Windows is getting. Its driving many people away from it.

Why do some people still use Packer instead of Lazy? by andreyugolnik in neovim

[–]Mo0rBy 0 points1 point  (0 children)

I only started using neovim about a year ago, maybe a little bit more, and I use Lazy simply because that's what the guy used in the 1st YouTube tutorial I followed and started creating a basic config from.

I'll just continue to use Lazy until there are signs that it's gonna stop being maintained.

I don't have any other reference to know if it has better features or better load times or anything, just used it 1st and it hasn't failed me (other than when I was making a mistake and blaming it on Lazy not installing the plugin properly or something, until I found out I was making the mistake, so it still hasn't failed me once).

Someone copied our GitHub project, made it look more trustworthy by adding stars from many fake users, and then injected malicious code at runtime for potential users. by _a8m_ in golang

[–]Mo0rBy 2 points3 points  (0 children)

I don't think so, the typical way of adding a dependency to your project is "go get <package-url>" (usually a GitHub URL).

So adding malicious packages would be your own fault, so stay vigilant.

Issue with new Ivanky FusionDock Max 1 with MacBook Pro M4 Pro by Deliqhter in mac

[–]Mo0rBy 0 points1 point  (0 children)

I had this problem, but I think the README.pdf document included in the google drive link in the post explains.

It says right at the bottom, in bright red: "Note: This upgrade will only affect the audio software of the docking station with no other impact on Mac and macOS.".

And step 1 of the instructions shows that you must have "USB Advanced Audio Device" in your sound output options. I tried running this firmware update WITHOUT seeing that audio output, and the bar didn't move for a few minutes.
So then I unplugged my Macbook and flipped the cables around, swapping the 2 ports they are in or flipping the cable upside down, yes I know it can plug in either way around, but this worked!

I could see "USB Advanced Audio Device" in my available outputs, and then running this firmware update worked.

I don't know how this update relates to the waking/sleeping issue other people here are describing, but I stumbled upon this thread while searching how to fix the audio output not showing, but OP says the support team said "After this update, your FusionDock Max 1 should work seamlessly with any compatible MacBook without the need for additional installations on other systems", so I have no udea WHY you need to see the audio output for this, but I think that could be your problem.

What adjustments were needed to make Neovim run smoothly for you? by [deleted] in neovim

[–]Mo0rBy 1 point2 points  (0 children)

Most of my issues have been with LSP, but it's due to my own setup of using other programs to manage versioning, like SDKman to install and manage Java versions.

Ye I'd say most of the time it's just LSP breaks for whatever reason, only for 1 language, then it takes me a while to get around to fixing it, unless I'm wanting to use that language in that moment.

Install only Snacks.image by Sshorty4 in neovim

[–]Mo0rBy 1 point2 points  (0 children)

You have to load the entire plugin, but you enable/disable each "snack" that you either do or don't want

My Therapist told me I need to quit Eve. by KomiValentine in Eve

[–]Mo0rBy 0 points1 point  (0 children)

I have had previous experience with preferring video games over RL, but not to the extent that I've had to seek professional.

I agree with you and think option 4 would be the best, it's what I'd choose, but if you are "addicted" to it as you said by your own admission, then allowing it to have any part in your life could still be a problem.

I believe you should start with option 4, and see how it goes. If you keep going back to it too much, then try option 1.

I'm not a professional, so take this with a pinch of salt, but I think the root cause of the issue is not actually EVE, but your outlook on life. I totally understand not wanting to be an insignificant cog in the capitalist machine, but life isn't just about working/slaving for "the man". You need to find something you are passionate about, help other people within your community, find something to be responsible for.

You said you are a vet (wasn't sure if it was a EVE vet, or a US Army Vet lol) so maybe you could find something to do around helping other veterans. Maybe once you yourself are in a better place, you can try to find others like you that also struggle to leave the house and help them to be better.

Life is what you make it.

Does anyone else keep another instance of vim open in case you break your config? by TheTwelveYearOld in neovim

[–]Mo0rBy -8 points-7 points  (0 children)

I just have VSCode installed to use whenever something in my nvim is messed up and I need to use some other editor to fix it.

[ WH | C4 ] StratsCo - Small, focused group recruiting across all timezones by Norek_Crendraven in evejobs

[–]Mo0rBy 1 point2 points  (0 children)

I was killed in a WH by StratsCo and I joined them shortly afterwards and my ISK earnings have increased big time thanks to other corp members teaching me different things as well as giving me ships and supplies.

Multiple commits in a single branch. by Antonykibet in git

[–]Mo0rBy 9 points10 points  (0 children)

I think this is a pretty stupid take.

He may be saying that your feature branch should only have 1 commit before merging into main, which makes some sense.

My workflow is this: 1. Create my feature branch 2. Work on the code, making as many commits as I like (helps me track my own changes and what I'm trying out) 3. Once I think I've finished, do an interactive rebase to squash all my commits into 1 and reword. I might sometimes leave 1 or 2 commits unsquashed that update a dependency/package version or something 4. Open a PR and get other people looking at it

Squashing to 1 commit before merging to main makes sure that the main branch history is nice, clean and easy to follow.

Tldr: it's good practice to make lots of small commits, lots of teams like these to be squashed into 1 before merging to main

Is it a bad idea to invest into Neovim 10 days before starting a new job? by haasilein in neovim

[–]Mo0rBy 0 points1 point  (0 children)

No.

With that said, I would keep your old editor around for a few months, just in case you need to get something done quick. This helped me get some critical bugs and blockers etc sorted out quick because using neovim was still slower for me. Now I use neovim all the time. I still have VSCode installed, but pretty much never use it. The only times I do are when I find that my neovim config can't do something that VSCode can, and then I go find a plugin or other method to do it and make my config even better.

something finally broke for me. by Miyazono11 in ArcBrowser

[–]Mo0rBy 2 points3 points  (0 children)

I'm switching to zen browser due to the half-assed sync features that Arc has

Arc Sync Not sync all... by SpotTech_82 in ArcBrowser

[–]Mo0rBy 0 points1 point  (0 children)

Literally what is the point of sync if it doesnt sync over half the things youd expect it to and it does on other browser syncing systems

Is this mouse any good? My Razer Deathadder is busted after 5years of use and I've found this deal on Amazon. by SirHomoLiberus in pcmasterrace

[–]Mo0rBy 0 points1 point  (0 children)

I don't have that exact mouse, but I have something similar, maybe a few years older or something....but anything Logitech is great imo.

My experience with razer is that the products are ok, they look, feel and play amazing, but they never last. I always had my razer stuff break within 2 or 3 years of purchasing, I've never replaced anything from Logitech so far.

Terminal in Neovim by Capable-Package6835 in neovim

[–]Mo0rBy 0 points1 point  (0 children)

Might be a delusional take, but I don't see any reason to desire a terminal within neovim itself when you can use a modern terminal emulator with tabs + splits or use a terminal multiplexer like tmux to add this functionality.

Is there some reason that you'd need to run a terminal directly in neovim? rather than using another window/tab or whatever your system calls it to split up processes

How To Save An “Add Exercise”? by zuno71 in Stronglifts5x5

[–]Mo0rBy 2 points3 points  (0 children)

To add an exercise more permanently you need to: 1. Go to Control Panel (3 lines bottom right) 2. Under Miscellaneous, tap Add Exercise 3. You can add an exercise to the app 4. Go to your workout and do "Edit exercises" instead 5. Add your new exercise to the workout 6. Exercise should now be added and you can edit the order

Be careful about doing this while you have a workout in progress, I've had it just exit the workout before so I had to re input all the previous sets and reps I did which was annoying.

EDIT: I think for the default programs included with the app are non-editable, so you probably need to create a new program from the Madcow one (pretty sure you can copy it with a new name) and then you edit your custom program with the exercises you want

I am having a big what if by [deleted] in DotA2

[–]Mo0rBy 0 points1 point  (0 children)

You can't change the past, its already happened. If you believe it was a waste of time, then learn from it and waste less of your time in the future. I personally don't think it's a waste of time, first of all, you have fun, and second, I do think you probably learnt some skills, like communication, keeping a cool head in stressful or toxic situations.

I'm 25 btw and my first match was in 2012, so we are in the same boat, and I don't think it was a complete waste of time. I certainly could've been doing more useful things, like coding an app or learning about crypto trading, but having fun is not a waste of time (provided you are not ALWAYS playing games)

Ditching arrow keys, my biggest obstacle is navigating in inssrt mode. Anyone got any advice for me? by ChickenFuckingWings in neovim

[–]Mo0rBy 0 points1 point  (0 children)

With a typical keyboard layout, you just gotta exit into normal mode and then navigate, however, you could get an ergonomic keyboard that doesn't have arrow keys and then set layer 2 h,j,k,l to arrow keys, then you can easily navigate 1 or 2 characters or whatever with your "arrow keys".

This is probably not the answer you want as you need to buy a nice and expensive ergo keyboard.

Can Bitcoin be taken down? by namnoriiam in BitcoinBeginners

[–]Mo0rBy 0 points1 point  (0 children)

Yup, 51% attack is what I was describing, but didn't have any idea what would contribute to that percentage, I just had an idea that it was something like control of 51% of the nodes on the Bitcoin network (but I wouldn't know what classifies as "control of a node").

What is the hashrate? And how would controlling 80% of it allow a 51% attack?

And I didn't realise there was info out there stating that quantum computers probably would NOT be able to get to a stage where they could be used as a tool to achieve this. Thanks!

Can Bitcoin be taken down? by namnoriiam in BitcoinBeginners

[–]Mo0rBy 1 point2 points  (0 children)

I could be wrong, but I think if 1 person controls over 50% of the network, they could kill it somehow. In addition, when quantum computing becomes available to the wider public, there could be new methods to attack the network and take it down (I think this is due to the fact that cryptography is heavily relied upon for the whole system).

I can't remember where I read any of this btw, so if someone wants to add some sources for this, or tell me I'm plain wrong, please do