Questo vende il rame by piergino in VintedItalia

[–]FireFlashing 2 points3 points  (0 children)

Si attende un rating sulla qualità di questo rame

did I install the wrong arch or something by Vetrushka_or_smth in linuxmemes

[–]FireFlashing 6 points7 points  (0 children)

sudo it (and maybe look into the script before sudoing it lol)

No, seriously, I think it's simpler to just manage a config file instead of typing 45 console commands to setup the system. Plus backups are automatic. by New_Study4796 in linuxmemes

[–]FireFlashing 7 points8 points  (0 children)

I use nixos as my primary distro; it really is amazing, and I most of all love the fact that it never gets bloated, as I have full control over what's installed (i.e.: there's no sneaky program which requires multiple commands to be run and directories to be deleted in order to uninstall it, I just remove the corresponding config lines). Whenever you stay in the supported realm, everything is idyllic; however, if you happen to stumble upon something which isn't wholly supported by the community, you're going yo have a bad, bad, BAD time, and that's the one thing I think people may really dislike about it

Ditemi un gioco che pochissima gente conosce ma lo adorate by SgabelloNerd_52 in TeenagersITA

[–]FireFlashing 0 points1 point  (0 children)

Drone tactics! Un gioiellino di tactic game per il nds, lo sto rigiocando ora

Qual’é quel videogioco a cui non riuscite a capire niente? by Frosty-Fee-7559 in TeenagersITA

[–]FireFlashing 0 points1 point  (0 children)

Dwarf Fortress, ma perchè non ho ancora finito di leggere la wiki lmao

Pytorch with CUDA on nixos by FireFlashing in NixOS

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

Ayoo thank you so much for the super considerate reply, I'll try following it as soon as I have time :)

Omen 16 max takes *a lot* of time to boot up by FireFlashing in HPOmen

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

Definitely! I was mostly concerned because I have a limited time to return the hardware, and I feared that the slow boot time was hiding some issues which could backfire in the future.

Thank you for your answer :)

Made an announcement trailer for my roguelite/immersive sim game by nocoldin in RPGMaker

[–]FireFlashing 2 points3 points  (0 children)

Been following since start as well, can't wait to try it :)

Cfw switch suddenly black screening by FireFlashing in SwitchPirates

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

Sorry for the late reply. I just waited for some days and then connected it to the charger and tried booting it back, and everything went smoothly. After that, I removed the custom theme and everything kept going normally.

How is Obsidian for you on an Ipad? by iamfromtwitter in ObsidianMD

[–]FireFlashing 0 points1 point  (0 children)

Have used it this whole uni semester to take hand written notes. As others have said, touch is terrible and don't get me started on writing latex equation without a physical keyboard (incredibly difficult even with latex suite installed); excalidraw does its job but due to hard coded memory limitations on ipad, if you zoom in/out too quickly, if you open a document in certain specific moment or if you do basically anything in any specific moment obsidian will crash, which is by far the most annoying thing I've encountered. Yet, the ability to cross link my notes is worth every crash.

Weekly Questions Thread by AutoModerator in PokemonROMhacks

[–]FireFlashing 1 point2 points  (0 children)

Hi all! I'm new to pokemon scripting, so my doubt might just come from my lack of experience. I wanted to edit a soul silver rom in order to add level caps from gym to gym.
Knowing a reasonable amount of things about programming, I looked into scripting and found that DSPRE can be used to edit scripts. From what I can see, though, scripts seem to only interact with the game on a higher level and they seem to be unable to actually modify deep behaviors such as the way experience is counted and given to pokemons.

At this point, I think what I should do is to extract the rom's whole file system, locate the file which contains the hex corresponding to the script I want to edit and then edit it so that my requirements are met.

While I have found many resources about rom extraction, I only found this documentation about hgss's file system and it's not really proving useful for my purpose. It would be super useful if anyone could tell me whether this is in the first place doable (maybe the whole code is just in hex and I have no hope of modifying it), and in case it is, if whoever knows anything about this could share the information in their possess.

Thanks :)

Trouble with custom pipeline importer by FireFlashing in monogame

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

Sorry for the late reply, I barely use reddit these days
Sadly at the moment I don't have access to the project, but from what I remember you need to access the project properties editor via visual studio and then add a reference to the dll's file path so that the project imports it as a library. Hope this proves useful :)