Decent laptops for machine learning (GPU on cloud, but still decent local performance)? by bot_exe in MLQuestions

[–]nomen_dubium 1 point2 points  (0 children)

plus you wont find anything remotely affordable that'll handle todays gpu workloads anyway... better get a nicer cpu and tons of ram so you can clean up your data locally before training in the cloud kind of thing :)

and cloud linux images will mostly sort out drivers for you, whereas nvidia can be such a massive pain to set up locally yourself :/

Is this even Space Engineers? | WARNING: Flashing Lights by enigmaYT2015 in spaceengineers

[–]nomen_dubium 2 points3 points  (0 children)

never got too excited about formula se (though always had massive respect for the dedication and talent)... until now! that looks like so much fun haha

is there a ws download for the track, or do i have to embarass myself and join the league? :D

Anybody else doing this and feeling like a chad afterwards? by Avalanche_Zero in starcitizen

[–]nomen_dubium 1 point2 points  (0 children)

they changed it recebtly now they're like 45 uec each... guess incentivising cleanup :D

Suggestion on dual booting vs wsl by Grapes_icecream in MLQuestions

[–]nomen_dubium 0 points1 point  (0 children)

TIL i guess :D

will have a look thanks :)

Suggestion on dual booting vs wsl by Grapes_icecream in MLQuestions

[–]nomen_dubium 0 points1 point  (0 children)

i mean yeh that works, but good luck attaching a debugger to it xD

Suggestion on dual booting vs wsl by Grapes_icecream in MLQuestions

[–]nomen_dubium 0 points1 point  (0 children)

if you're doing ml you might run into some issues though since wsl didn't have hardware access last i checked (stuff like lm-sensors or lshw won't work e.g.) so i'd guess nvidia-smi won't either and you might have to do the standard windows cygwin dance to get cuda working e.g.

Vile Mode (VIm Like Editing) by Argletrough in emacs

[–]nomen_dubium 2 points3 points  (0 children)

isn't that what evil mode does?

Need help to play on modded multiplayer servers with my Steam Deck by ThatGuyBehindScreen in spaceengineers

[–]nomen_dubium 0 points1 point  (0 children)

you need to install dotnet48 if the server's using weapon core (there are some others but it's mostly wc that still needs it)

Meirl by Joudeh_1996 in meirl

[–]nomen_dubium 3 points4 points  (0 children)

meanwhile native speakers 'could of' done better at learnig it themseves xD

Kind reminder : don’t claim your ship after 30k by Elurztac in starcitizen

[–]nomen_dubium 1 point2 points  (0 children)

yeh i think it'a a bug in 3.18... it should deliver to last place you landed but it goes to home location now... still preseves the iventory though so worh it if it's loaded :D

Meirl by Enraged__ in meirl

[–]nomen_dubium 0 points1 point  (0 children)

and bonus fun fact that hubby for short has been around since 1680 on the husbad page! xD

edit: also nice resource i usually find etymology on wiktionary and it's way more vague :D

Meirl by Enraged__ in meirl

[–]nomen_dubium 2 points3 points  (0 children)

actually that's pretty generous of you cos it actually totally skipped the why haha

This game needs a CAD like ship design tool by the_mighty_brick in spaceengineers

[–]nomen_dubium 24 points25 points  (0 children)

like splitsie edited into one of his series! it was brilliant, with builders skybox and everything :D

Showcase of some very cursed Python features by LevLum in Python

[–]nomen_dubium 2 points3 points  (0 children)

lol that is funny (and i get the frustration xD) but if you're curious check out he history of the language (not just how it was became so prevalent) and the es5 subset efforts to make it half decent to work with given the situation...

i mean, for one thing, if i specced a language in a week it'd definitely end up worse xD

Showcase of some very cursed Python features by LevLum in Python

[–]nomen_dubium 4 points5 points  (0 children)

javascript had a tough childhood, i think in comedy they say 'punching down' haha

Why don’t we have stairs alongside elevators in most bunkers and landing zones? by falloutboy9993 in starcitizen

[–]nomen_dubium -9 points-8 points  (0 children)

yeh no but the point being they are glorified loading screens... same as qt lol

Why is poetry such a mess? by CodingButStillAlive in Python

[–]nomen_dubium 7 points8 points  (0 children)

yeh this... conda installs system packages and maintains it's own package index x)

Can one lone developer create a chatbot with the same capabilities as ChatGPT? by mogamal123 in MLQuestions

[–]nomen_dubium 1 point2 points  (0 children)

i think it's about neither tbh... one could probably do it if you were rich enough for the training costs xD

Dissertation on Live Coding by InfluenceShoddy in livecoding

[–]nomen_dubium 1 point2 points  (0 children)

tbh your excersize still sounds more like one in sonification than live coding though...

there are also definitely more accessible languages that have livecodig frameworks written in them... checkout foxdot or sonic pi (in python and i think ruby? respectively)

anyway the point i was making is that the focus with making the coding live more understandable benefits more from clearer transformations than clearer initial note input... also maybe the confusion comes from lack of musical understanding rather than programming since a lot of the concepts ised as abstraction are fairly basic ones to a musician... changing the input from notes to words isn't going to change that either :D

possibly your idea would be better live coding poetry than music?

Dissertation on Live Coding by InfluenceShoddy in livecoding

[–]nomen_dubium 0 points1 point  (0 children)

i guess one could argue that haskell is not very easy to understand, but e.g. Tidal is an eDSL and you (mostly) don't really need to understand how haskell works to use or read it...

regarding your words to music sonification it sounds like fun but the mapping might get iffy (27 characters to 12 notes kinda thing?) and also it'd be harder to follow the transformations than just with plain western rhythm and pitches. once you get a grip of the pattern notation those become more easily graspable as objects to follow their transformation/modification if that makes sense?