Redkey

joined 2 years ago
[–] Redkey@programming.dev 2 points 1 year ago* (last edited 1 year ago) (1 children)

Nope, you got it right. It was very much seen as only a console, despite the naming, Family BASIC, FDS, other peripherals, etc. I've been living in Japan for years with a keen interest in retro gaming/computing, and FC is never mentioned in the same breath as PC-88/MSX/FM/etc. By the by, on the rare occasions that it's mentioned, the SC-3000 is also lumped in with the consoles rather than the home computers.

[–] Redkey@programming.dev 14 points 1 year ago (3 children)

When I go to that URL on a stock, direct FF install, I still see that notice.

[–] Redkey@programming.dev 5 points 1 year ago

Colour me double-surprised! Not only is it available for purchase in Japan, but also the descriptions for the individual games even have full Japanese translations, right down to the system requirements!

[–] Redkey@programming.dev 7 points 1 year ago (1 children)

Since you seem earnest, probably play_my_game or possibly gamedev.

[–] Redkey@programming.dev 16 points 1 year ago (3 children)

I reserve further comments until I know whether you posted this in this community: a) deliberately but seriously, b) deliberately and sarcastically, or c) by accident.

[–] Redkey@programming.dev 4 points 1 year ago (1 children)

How about "top-down maze game"?

[–] Redkey@programming.dev 7 points 1 year ago (1 children)

I think I can appreciate where you're coming from, but in the context of the article it was legitimately necessary to address the topic somehow; it's not like it was written apropos of nothing as a commentary on transsexuality. As a CIS person, I also have a "percieved gender" with which I identify.

Would "post-transition gender" be a more sensitive term, or less?

[–] Redkey@programming.dev 3 points 1 year ago (1 children)

Any time I need to learn something about JS, I go to W3Schools to wrap my head around the basics, then over to MDN for current best practice.

[–] Redkey@programming.dev 20 points 1 year ago (5 children)

Let me know if you find one that uses AI to find groupings of my search terms in its catalogues instead of using AI to reduce my search to the nearest common searches made by others, over some arbitrary popularity threshold.

Theoretical search: "slip banana peel 1980s comedy movie"
Expected results in 2010: Pages about people slipping on banana peels, mostly in comedy movies, mostly from the 80s.
Expected results in 2024: More than I ever wanted to know about buying bananas online, the health impacts of eating too many or not enough bananas, and whatever "celebrities" have recently said something about them. Nothing about movies from the 80s.

[–] Redkey@programming.dev 12 points 1 year ago

That was my first take as well, coming back to C++ in recent years after a long hiatus. But once I really got into it I realized that those pointer types still exist (conceptually) in C, but they're undeclared and mostly unmanaged by the compiler. The little bit of automagic management that does happen is hidden from the programmer.

I feel like most of the complex overhead in modern C++ is actually just explaining in extra detail about what you think is happening. Where a C compiler would make your code work in any way possible, which may or may not be what you intended, a C++ compiler will kick out errors and let you know where you got it wrong. I think it may be a bit like JavaScript vs TypeScript: the issues were always there, we just introduced mechanisms to point them out.

You're also mostly free to use those C-style pointers in C++. It's just generally considered bad practice.

[–] Redkey@programming.dev 6 points 1 year ago

Every time I see yet another obscure game/platform article or video, I realise that I've once again forgotten how little most people delve into the history of their creative media. I'm teaching myself about Soviet clones and niche Japanese systems that came out before I was born, and some 20-something self-proclaimed video game historian is releasing a video titled "The most obscure game that NO-ONE remembers" and it's about Legacy of Kain or Space Quest or Sly Cooper or some other million-selling franchise that just hasn't had a new release in the last 5-10 years.

I'm waiting for these guys to get old enough to start seeing "world's most obscure game" videos about Minecraft and Fortnite.

AIX is pretty obscure as a gaming platform, though, I'll give you that.

[–] Redkey@programming.dev 6 points 1 year ago* (last edited 1 year ago)

As someone who has often been asked for help or advice by other programmers, I know with 100% certainty that I went to university and worked professionally with people who did this, for real.

"Hey, can you take a look at my code and help me find this bug?"
(Finding a chunk of code that has a sudden style-shift) "What is this section doing?"
"Oh that's doing XYZ."
"How does it work?"
"It calculates XYZ and (does whatever with the result)."
(Continuing to read and seeing that it actually doesn't appear to do that) "Yes, but how is it calculating XYZ?"
"I'm not 100% sure. I found it in the textbook/this 'teach yourself' book/on the PQR website."

view more: ‹ prev next ›