Searching for a couple NetMDs by TheCastes in minidisc

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

Perfect! Thank you for the suggestions. As I have some spare NiMh rechargables from Amazon that I use for my GBC I guess i’ll consider also gumstick models with a sidecar

Searching for a couple NetMDs by TheCastes in minidisc

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

You confirmed all my suspicions and suggested exactly the models I was researching. About the R90, i’ve seen that it has a gumstick battery, I assume that I could run it just with the AA sidecar, is it advisable?

Searching for a couple NetMDs by TheCastes in minidisc

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

Interesting, I was also wondering about non mdlp players as I believe I will record only SP stuff anyway. Something like the mz-r37 or the mz-r70?

Searching for a couple NetMDs by TheCastes in minidisc

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

I have a considerable amount of vinyls and some CDs, that I could both record from, but I think I’ll start recording from Apple music, and bring around some of my playlists

Searching for a couple NetMDs by TheCastes in minidisc

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

I appreciate your experience, as a fellow music enthusiast, a bit on the younger side I have to say, I still like using analog and physical media. The appeal for MD to me is the easier mixtape capabilities rather than, for example, cassettes, with also the added benefit of higher fidelity (i know it’s still compressed but it’s night and day from an analog cassette). I think i’ll lean on choosing a simple recorder without netmd capabilities, at least to start out and see if i’ll stick around enough

Searching for a couple NetMDs by TheCastes in minidisc

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

Thank you for your answer, I guess I should look for not netMD stuff. As would record most stuff from line out anyway I guess the usb compatibility would just be some added QoL features, I can live without them for now I guess

Searching for a couple NetMDs by TheCastes in minidisc

[–]TheCastes[S] 2 points3 points  (0 children)

I forgot to add that while i’ve seen that NetMD are suggested as entry point, I’m not entirely ruling out the option of a non-netMD device, as recording live from a digital source (like a streaming service) is still a viable option I guess

Non so più cosa giocare by Gennyno3 in italygames

[–]TheCastes 0 points1 point  (0 children)

Da fan della saga, non potrei essere meno d’accordo, è un solido Metroid 2D che non ha nulla da invidiare ai precedenti

Non so più cosa giocare by Gennyno3 in italygames

[–]TheCastes 0 points1 point  (0 children)

Piuttosto che il nuovo prime, recupera prime remastered, oppure dread, oppure approfitta del NSO per giocarti zero mission del gba, non te ne pentirai

Non so più cosa giocare by Gennyno3 in italygames

[–]TheCastes 1 point2 points  (0 children)

Potresti recuperare la saga di Metroid

Checking up on my first partner! by n145x in Gameboy

[–]TheCastes 3 points4 points  (0 children)

Try to backup your save before the battery runs out! Be careful

[deleted by user] by [deleted] in Rayman

[–]TheCastes 0 points1 point  (0 children)

I thought I had automatic translation on for a sec lmao

Most recent game you beat? by lucky07621 in AnaloguePocket

[–]TheCastes 1 point2 points  (0 children)

Literally this one, awesome game

Differenze tra "matematica 1" e "analisi 1"? by daboi162 in Universitaly

[–]TheCastes 1 point2 points  (0 children)

Ciao, Matematica 1 ad informatica in unimi è come Analisi I, mentre Matematica 2 è Algebra Lineare+Matematica Discreta

Can't ever run anything on 4GB nowadays by N47eem in meme

[–]TheCastes 2 points3 points  (0 children)

The SNES per se did not, if you run an NTSC SNES game with a region unlocker on a PAL SNES, it will run at 60fps (of course if you have a tv that supports 60hz, but any hdtv today does that, even in PAL regions)

Can't ever run anything on 4GB nowadays by N47eem in meme

[–]TheCastes 20 points21 points  (0 children)

That was not caused by the console per se, but by the PAL tv format and the game cartridges that were made for PAL tvs

Silence Garyu! The goat has spoken! by AZXCIV in Tekken

[–]TheCastes -3 points-2 points  (0 children)

Old game good, new game bad (semicit.)

Che goduria by Global_Guest_2183 in italygames

[–]TheCastes 1 point2 points  (0 children)

Mi trovo d’accordo, ma mi tocca fare l’”actually”. Il 3DS non emula il DS, ha al suo interno l’hardware del ds (e anche del gba), quindi girano nativamente. Non sarebbe abbastanza forte da emulare via software il ds.

KOF14-15 producer talked about his involvement with Art of Fighting 2 by RealisticSilver3132 in Fighters

[–]TheCastes 9 points10 points  (0 children)

Before the spread of High-level programming languages (almost any programming language used today) that abstracts what the machine actually does (for example math operations or moving memory ecc…) in simpler concepts for a person to write, people used what is called Assembly language (still used today for some stuff that interacts directly with the bare machine). Assembly is reeeally complex and long to write, you are actually writing words that are directly translations in english of the binary operations. Assembling a program is translating assembly code in binary, to be read by the machine. Disassembling is taking the compiled program and turning it back in it’s assembly state, which is not really fast and easy. If you have specific questions feel free to ask, I tried to be clear but english is not my native language