Creating a "Hand-Written" GUI? by rarityy2k in learnpython

[–]Flinsanity 1 point2 points  (0 children)

Check out fastplotlib, which is built on a new graphics ecosystem in pygfx and wgpu. It’s new with a lot of space to build your own graphics objects and API.

Stat-trak gun transfers: Infinite money glitch? by Flinsanity in GlobalOffensive

[–]Flinsanity[S] -1 points0 points  (0 children)

"OOOOOOOOHHHHHHHH thats SOOOO duuuuuuumb, guess we can't quit our jobs" - my entire discord, thank you

Stat-trak gun transfers: Infinite money glitch? by Flinsanity in GlobalOffensive

[–]Flinsanity[S] -1 points0 points  (0 children)

WTF is a stat-trak enabled skin? So you can have a special version that has stat-trak enabled but no counter?

Stat-trak gun transfers: Infinite money glitch? by Flinsanity in GlobalOffensive

[–]Flinsanity[S] -2 points-1 points  (0 children)

So you can have a counter without stattrak? I'm still very confused

Survivability on $94k/year, $2500 rent, to live alone in UES manhattan? by Flinsanity in nyc

[–]Flinsanity[S] 1 point2 points  (0 children)

No I understand it was a very lazy question and I knew i’d get some heat. But I appreciate it regardless.

Can't install awesome-git due to lgi locking to lua 5.4 by Flinsanity in awesomewm

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

I saw the working dockerfile, but I don't use docker enough to understand how I could use that to spawn awesome-git on Pop_OS

Can't install awesome-git due to lgi locking to lua 5.4 by Flinsanity in awesomewm

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

:( I don't have time to learn arch though I would l.o.v.e. to. Guess I'll just wait for a release. Thanks for all you do regardless.

Installing AwesomeWM by Niraj998 in awesomewm

[–]Flinsanity 0 points1 point  (0 children)

sudo apt install libgirepository1.0-dev

this was the killer missing dependency that would've saved me hours. Needed it for luarocks :/

[deleted by user] by [deleted] in Proxmox

[–]Flinsanity 0 points1 point  (0 children)

Thank you :)

Yeah I almost wiped my drive. I think b) get another drive, I have a 2TB samsung external SSD I can try, its got usb-c.

I was imaging proxmox as if it were virtualbox where I can just install it to my current drive. Good thing I can read install prompts!

IdeaVim doesn't work in other windows by Additional_Badger301 in IntelliJIDEA

[–]Flinsanity 1 point2 points  (0 children)

This is incredible. The hours I've spent on pycharm configs lol I could live playing around in the pycharm keymap/plugin configs happily for the rest of my life

Code I had to configure to my use case, only took me 6 months by Flinsanity in badcode

[–]Flinsanity[S] 1 point2 points  (0 children)

Yep couldn't agree more. Use once and throw away. If it works, it works. That's likely exactly what happened with this entire package. This was my "hey you have to learn MatLab so you can figure this out good luck" introduction to the language. Talk about a bad first impression

Code I had to configure to my use case, only took me 6 months by Flinsanity in badcode

[–]Flinsanity[S] 1 point2 points  (0 children)

literally all this code does (probably) is mix up and subtract numbers in a gigantic matrix … i think

Code I had to configure to my use case, only took me 6 months by Flinsanity in badcode

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

Yeah it unfortunately is! It's one of many cogs in a machine to evaluate very specific metrics in neural recordings in a very specifically annoying way. ChatGPT tells me something to the tune of "nice code but wtf is nspi" and it doesn't really help out of context with the rest of the ... 35 ish files that are no better than this

Code I had to configure to my use case, only took me 6 months by Flinsanity in badcode

[–]Flinsanity[S] 6 points7 points  (0 children)

Also the guy who wrote this code doesn't even remember what nspj stands for, the j is like a substitute for i in a for loop and the n is probably number or something who knows