FM Chiptuner and Retro Computer Nerd
https://netnomad.dxcomplex.com

  • 0 Posts
  • 17 Comments
Joined 7 months ago
cake
Cake day: February 21st, 2024

help-circle
  • forums face a lot of the same issues federated platforms do, chiefly- why the hell would the proverbial i join it when reddit and discord already exist? i already have an account there, there’s already a community there… i think for some people that’s just never gonna change. there’s no closing pandora’s box. i run an online community with a small but fairly active discord and we have a forum as well in anticipation of discord going full enshittification, but it’s just impossible to get younger people onto it. the fedi at least has the advantage of looking like the monolithic platforms people are leaving, but forums are such a foreign concept

    getting a community going is a bit of a catch 22. the best way to get users is to already have users and appear active. if i recall correctly, early on reddit had a ton of staff sock puppet accounts to do just that. i’m certainly not advocating for it but it goes to show how tricky the problem is. the only real answer on an individual level is to pick a platform and stick with it through the thin years and try to recruit a few friends- after that MAYBE hopefully it eventually gets some momentum






  • as someone approaching my 30s in america this sounds consistent with both my experience and many of my peers. our education system is more or less a trauma machine, and couple that with the demise of “third places” (places that aren’t school or home for kids to hang out in without having to spend money) and the general state of the world being hard for even adult minds fo wrap around… our world is a difficult and unpleasant place to be a kid. it ain’t a cakewalk being an adult either but it is relatively better with a relative increase in agency and more experience dealing with everything



  • yeah, at least where i am the cowboy days are long over. we have a modern change control system on the box that ties into our company’s broader service management system, and methodologies like agile are used (and misused) just like in the newer departments. the software and hardware are also constantly being updated by IBM and keeping up with them and other vendors is a full time job all on it’s own- really the only things ancient about it are the oldest parts of our own codebase and the terminal interface. we actually have a product that lets us bypass the terminal now and do everything in eclipse but the old timers don’t use it because the terminal is easier for them and then the newbies don’t use it because any time the oldbies teach them how to do something, it’s on the terminal emulator lmao


  • _NetNomad@kbin.runtoMemes@sopuli.xyzIf it ain't broke
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    2 months ago

    i have a mainframe (the type of computer that runs COBOL) IT job after four years of school majoring in CS and minoring in mainframes. my most recently hired coworker got the same job with no college and an aprenticeship program. if i could do it all over again, that’s the route i would take in a heartbeat






  • many retro systems have implementations of a language called BASIC, which is about as easy as it sounds. it has some quirks that aren’t transferable to newer languages and you won’t be able to make anything nearly as sophisticated as retail games for the same hardware but if you find modern engines intimidating, it can be a good place to start

    that said, +1 for godot if you want to learn a more modern tool. it’s way simpler than it may seem at first and there is a huge wealth of beginner-friendly tutorials available online


  • _NetNomad@kbin.runtoProgramming@programming.dev...
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    5 months ago

    rexx is my favorite programming language. it’s an interpreted language similar to python but it has actual visible block delimiters instead of going by indentation. the error handling system is also very convienent. the reason it probably faded into obscurity is it’s wild cowboy take on typing- EVERYTHING is a string until you try to use a math function on it. i get that it’s unrealistic for writing anything performance-sensitive but for writing shell scripts and utilities it is unmatched in it’s simplicity. it definitely comes closer than anything else i’ve ever seen to the COBOL ideal of resembling natural speech. the rexx interpreter was a default feature on the amiga and i think also os/2 but these days it’s really only ever used on mainframes and the few open source implementations for desktops and servers are a bit clumsy which is a real shame