Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Bernie (codewiz@mstdn.io)'s status on Saturday, 13-May-2023 23:23:24 UTC Bernie Bernie

    𝑨𝑴𝑰𝑮𝑨 :amiga:
    No bullshit. Just excellence.

    #amiga #retrocomputing

    In conversation Saturday, 13-May-2023 23:23:24 UTC from mstdn.io permalink

    Attachments


    1. https://media.mstdn.io/mstdn-media/media_attachments/files/110/363/947/593/710/804/original/aaf9054323c775fe.jpg
    • Bernie (codewiz@mstdn.io)'s status on Saturday, 13-May-2023 23:26:59 UTC Bernie Bernie
      in reply to

      I'm at a Commodore gathering called SCCAN.

      Someone just powered on an Amiga 600 running the latest Kickstart 3.2! 👍

      #amiga #c64 #retrocomputing

      In conversation Saturday, 13-May-2023 23:26:59 UTC permalink

      Attachments


      1. https://media.mstdn.io/mstdn-media/media_attachments/files/110/363/949/993/383/035/original/d44b8fc72987b34f.jpg
    • Peter H. Fröhlich (phf@social.sdf.org)'s status on Sunday, 14-May-2023 06:42:52 UTC Peter H. Fröhlich Peter H. Fröhlich
      in reply to

      @codewiz Magical! I stopped at 3.1 like ... 26 years ago?

      In conversation Sunday, 14-May-2023 06:42:52 UTC permalink
    • Bernie (codewiz@mstdn.io)'s status on Sunday, 14-May-2023 06:42:52 UTC Bernie Bernie
      in reply to
      • Peter H. Fröhlich

      @phf I almost couldn't believe it when I found out: AmigaOS 3.2 was released in 2021 with Kickstart ROMs for all classic Amiga models.

      It was followed by two minor updates, and last month a "hot fix" was released with version 3.2.2.1.

      https://www.hyperion-entertainment.com/index.php/news
      #amiga

      In conversation Sunday, 14-May-2023 06:42:52 UTC permalink
    • Bernie (codewiz@mstdn.io)'s status on Sunday, 14-May-2023 06:54:03 UTC Bernie Bernie
      in reply to

      The default Workbench look hasn't changed substantially in 3.2, but there are various improvements throughout the entire system.

      For instance, the boot menu has a new "Trace Startup Sequence" toggle which lets you single-step through the shell commands and optionally skip any of them. ❤️

      #amiga #retrocomputing

      In conversation Sunday, 14-May-2023 06:54:03 UTC permalink

      Attachments


      1. https://media.mstdn.io/mstdn-media/media_attachments/files/110/365/690/247/965/128/original/e95c2849d7a0fbc8.png
    • Bernie (codewiz@mstdn.io)'s status on Sunday, 14-May-2023 07:02:22 UTC Bernie Bernie
      in reply to

      Another participant came with an Ultimate 64 Elite, an FPGA-based board which fits in the original breadbin chassis and can emulate the 6502 at the mind-blowing speed of 48MHz! :commodore:

      https://ultimate64.com/Ultimate-64-Elite
      #c64 #retrocomputing

      In conversation Sunday, 14-May-2023 07:02:22 UTC permalink

      Attachments


      1. https://media.mstdn.io/mstdn-media/media_attachments/files/110/365/727/952/996/922/original/940d3984e945e114.jpeg

    • Bernie (codewiz@mstdn.io)'s status on Sunday, 14-May-2023 07:13:12 UTC Bernie Bernie
      in reply to

      Someone brought a recent issue of the Amiga Future magazine.

      Browsing inside, I found this detailed review of AmigaOS 3.2.2! :amiga:

      https://www.amigashop.org/index.php?cPath=23
      #amiga #retrocomputing

      In conversation Sunday, 14-May-2023 07:13:12 UTC permalink

      Attachments


      1. https://media.mstdn.io/mstdn-media/media_attachments/files/110/365/791/303/019/464/original/7081591f7ed30dbe.jpeg
    • Bernie (codewiz@mstdn.io)'s status on Sunday, 14-May-2023 07:30:16 UTC Bernie Bernie
      in reply to
      • Nick Montfort

      Since I didn't come with a real #C64, I asked #ChatGPT to simulate one for me.

      It worked surprisingly well, until we ran into a strange issue with the random number generator 😂

      Full chat log:
      https://sharegpt.com/c/Tywvt9r#6

      Cc: @nickmofo

      In conversation Sunday, 14-May-2023 07:30:16 UTC permalink

      Attachments


      1. https://media.mstdn.io/mstdn-media/media_attachments/files/110/365/856/725/991/376/original/74303427b2355533.png
      2. Invalid filename.
        Copying Commodore 128 Software - A ShareGPT conversation
        from @dom__inic
        This is a conversation between a human and a GPT-3 chatbot. The human first asks: I'm at a Commdore gathering. How do we make a copy of Gnome Speed, a C128 basic compiler?. The GPT-3 chatbot then responds: It's great to see that you're interested in preserving vintage software! However, copying software such as Gnome Speed, a BASIC compiler for the Commodore 128, involves considering both technical and legal aspects. If you own the original software, you can make a backup for personal use (depending on your local copyright laws), but distributing copies might infringe on copyright.From the technical side, here is a general procedure for copying software from a 5.25" floppy disk for the Commodore 128.Hardware needed:A Commodore 128The original 5.25" floppy diskA blank 5.25" floppy diskA 1571 or 1581 disk driveProcedure:Boot your Commodore 128 and load the disk operating system. You can do this by inserting the original disk into the drive and typing the following command, then pressing Enter:basicCopy codeLOAD "*",8,1 Once the disk operating system is loaded, you can use the BACKUP command to create a copy of the disk. First, remove the original disk and insert the blank disk. Then type the following command and press Enter:basicCopy codeBACKUP D0 TO D1 This command assumes that your original disk is in drive 0 and your blank disk is in drive 1. If your setup is different, adjust the command accordingly.The system will then create a copy of the original disk on the blank disk. This process may take a few minutes.Remember, this is a general procedure and specific software might have unique quirks. For example, some disks have copy protection mechanisms that prevent straightforward copying.It's also worth noting that there are modern devices and software that allow you to read data from Commodore 64/128 disks on a modern PC, which can be a more reliable way to preserve vintage software. Devices like the ZoomFloppy interface board connect a 1541/1571/1581 disk drive to your PC via USB, and software such as OpenCBM allows you to access the data on the drive.Legal Aspects:Always consider copyright laws before copying software. While making a backup copy for personal use is generally considered fair use in many jurisdictions, distributing these copies to others can infringe on the copyright holder's rights. Always check your local laws or consult with a legal expert if you're unsure.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • Privacy
  • Source
  • Version
  • Contact

Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.