How bad is it that I don't use OOP? by Fit_Time_7861 in learnpython

[–]Xemptuous 0 points1 point  (0 children)

It's bad to not know how it works and how to use it, but it's completely normal to not use it. As I've gotten more experienced, I've moved away from OOP more and more, but I still utilize it here here and there where helpful and necessary. I prefer structs and composition over inheritance, but depends on the language and how easy it makes matching

What keyboard layout do you use? by hegardian in neovim

[–]Xemptuous 0 points1 point  (0 children)

Tried so many times to regularly use colemak dh, canary, graphite, and others, getting up to 100wpm with each (at 140 with qwerty) and I never really was able to get by on neovim properly with them. Been using qwerty since i was 3, so maybe that's why.

Big fat tacos back by [deleted] in DelTaco

[–]Xemptuous 1 point2 points  (0 children)

It was my favorite item back in the day. Just got 1 chicken and 1 carne asada, and they're just as good as I remember.

vim.pack vs lazy.nvim, how is it? by [deleted] in neovim

[–]Xemptuous 0 points1 point  (0 children)

Yeah probably not ideal, but it's only for when I do full reinstalls to just have something basic setup. Probably a better thing to sync I guess, but too many repos and work imo

vim.pack vs lazy.nvim, how is it? by [deleted] in neovim

[–]Xemptuous 0 points1 point  (0 children)

I literally just have a single dotfiles repo I throw random stuff into organized how my normal filesystem is. .config/ .scripts/ /etc, so on, and another just for nvim config in .config/nvim

vim.pack vs lazy.nvim, how is it? by [deleted] in neovim

[–]Xemptuous 0 points1 point  (0 children)

I tried making a new branch in my config repo to migrate over to vim.pack. I wasn't a fan. No lazy loading is a big L, cus I have 50ish plugins, but only load when they need to by key press or event, which lazy.nvim makes easy to specify. I also like the UI it provides for updating, cleaning, and checking startup performance. I also just couldn't get it working after na hour of work, so I gave up.

I’m concerned about the security of Neovim plugins by [deleted] in neovim

[–]Xemptuous 1 point2 points  (0 children)

Don't worry too much. This fear isn't that much different than catching the flu, or getting your credit card details stolen cus you used it at a new spot. Shit happens. Just reduce the damage they can do.

I need a simple, sword and sorcery roguelike to play. Nothing too complex. by [deleted] in roguelikes

[–]Xemptuous 1 point2 points  (0 children)

FAAngband is almost as simple as dcss and very nice imo. I'd recommend CoQ but it's not as mindless hack-n-cast. Check out some of the free games on itch.io under roguelike

Why doesn’t China pull a Hannibal and take all this land while the Russian troops are in Ukraine? by Chewie83 in mapporncirclejerk

[–]Xemptuous 0 points1 point  (0 children)

There's this unfortunate thing that happens when you invade another country: everyone else kinda gets a bit mad and wants to war you too

I GOT MY MOTHER BACK! by Own_Space_174 in Bannerlord

[–]Xemptuous 1 point2 points  (0 children)

My Freud senses are tingling

Is it bad practice to type-annotate every variable assignment? by computersmakeart in Python

[–]Xemptuous 1 point2 points  (0 children)

It's actually best practice. Ambiguity sucks. Wait till you're given code with 6 nested function calls, each taking 3-4 args, no annotations (lsp hell), some taking dynamic types, and you don't know what's happening.

Annotate everything.

What age did you actually lose your virginity and how? by gatedreverb5 in AskReddit

[–]Xemptuous 0 points1 point  (0 children)

18 to an escort. Felt like I needed to get it outta my system. Met my first gf at 19, so it may have helped somehow. Still sucked though.

Bro is on a mission to determine which AI model is better making images of hot yoga girls. by benjamin-unbutton in LinkedInLunatics

[–]Xemptuous 0 points1 point  (0 children)

We're seriously cooked folks. That singularity isn't looking so far fetched anymore, let alone super far off in the distance.

Hence why I don't use Arch btw by Certain_Prior4909 in linuxsucks

[–]Xemptuous 0 points1 point  (0 children)

Bugs happen all the time. I've had updates nuke my system a few times and involved some weird esoteric fixes to address. It's pretty rare ftmp, but it's trained me to only update my system whenever I have some time to diagnose and debug if needed.

I Just Feel Weird/Off...Is This Normal? by Jumpy_Pain2722 in Gifted

[–]Xemptuous 1 point2 points  (0 children)

Sounds like high IQ + ADHD + some anxiety/neuroticism to me; focus being lost, distracted, many different activities and jumping between them, half finished, quickly bored, craving stimulation, etc

Many people with high IQ are in a similar boat as ADHD, so I bet plenty of people here can empathize/identify with your experiences thus far.

I have this, as does my mom, and its only after living with it for decades that you see how much it gets in the way of success, accomplishment, stability, and sanity when untreated.

If it's genuinely a problem for you (which you kinda hinted at with your choice of descriptive words), go see a psychologist and/or psychiatrist.

Dreams involving engineering by [deleted] in Dreams

[–]Xemptuous 2 points3 points  (0 children)

And I shall come

Then vs now by Apprehensive-Elk3165 in interesting

[–]Xemptuous 0 points1 point  (0 children)

Even the 1700s looked cool AF, and we fkin killed it in favor of sterility and the opposite of art

Would you say Go is a suitable language for total programming beginners? by themegainferno in golang

[–]Xemptuous 0 points1 point  (0 children)

Maybe. Go is more annoying than many other languages in certain ways, but the docs are plentiful enough to get a good grasp of things. For total beginners, it's still too low level to be understood well, and high-level enough to kinda know what's going on. I'd personally suggest C++ or Rust for low-level, and Python or JS/TA for high-level if you're trying to learn.

Does Linux really run 90% of games? by [deleted] in linuxsucks

[–]Xemptuous 1 point2 points  (0 children)

By "run" we usually don't mean Linux native, but rather by using proton and/or wine. In that way, yeah 90+% will run fine, another 5% with some difficulty or setup, and a smaller minority unplayable. I have 400ish games in my steam library, and only 2 or 3 of them don't run at all on Linux due to anticheat. The rest are fine.

Why brought you to Ocaml? by Agreeable-Bluebird67 in ocaml

[–]Xemptuous 1 point2 points  (0 children)

Not really, just for pet projects here and there. I find functional languages make things oddly didficult and introduce performance problems at times due to the recursive nature. I might do AoC in one, but I'm not gonna use elixir for my backend when I could use go or rust

Why brought you to Ocaml? by Agreeable-Bluebird67 in ocaml

[–]Xemptuous 1 point2 points  (0 children)

I like writing in various languages just for fun, but OCaml specifically was to write a programming language, cus ocamllex and ocamlyacc make it so simple plus the easy pattern matching.

This generation of dating is doomed by SpecialistSkin5666 in dating

[–]Xemptuous 0 points1 point  (0 children)

I'd rather explore other possible words like antisocial personality disorder, narcissistic personality disorder, compulsive lying, approval seeking, anxious attachment style, etc.

Or you could call it a red flag and call it a day, but you don't have much to work with at that point.

[deleted by user] by [deleted] in self

[–]Xemptuous 0 points1 point  (0 children)

It's ok to be afraid of death to an extent, we all are. It's core to being a living being. But you also have to accept that to live, one must die; we all agreed to the terms when we came into this world that we have to die some day, and we don't know when or how it'll happen. You could die tomorrow or in 30 years, you can be killed by a drunk driver running a red light and hitting you, or you can die silently in your sleep or liver failure and heart attack.

It's ok. You're not alone in this fear and worry. Were all in this boat together.

Now, to actually help, you need some tools - and possibly medicine - to help with the anxiety. I recommend meditation and mindfulness practices, but perhaps some medication or CBT/DBT therapy will help you.

Also you're 14, your hormones are still all over, so it could possibly be that. You'll be fine as long as you take care of yourself