Spyke

Posts

programming·Programmingbyredcalcium

v86 - x86 emulator running entirely in web browsers

Unlike other browser-based x86 emulators, OSes running inside v86 can actually access internet via a transparent proxy relay. You can load your own OS images, or choose one from a pretty comprehensive list (Arch Linux, Windows 1.01 to 2000, SerenityOS, *BSD, Android 1.6, Haiku, QNX, and so on).

The VM images are loaded in stages, so it boots fast. When you run a program or code that's not loaded yet, it'll fetch the image and perform a JIT compilation of x86 code to wasm. The delay when fetching additional images and performing JIT compilation is noticeable, but the program run fast afterward considering this is a full x86 emulator running entirely within a web browser.

https://copy.sh/v86/Open linkView original on c.calciumlabs.com
programming·Programmingbyredcalcium

PUB400.COM - Your public IBM i server

Ever wondered how it's like to be an old-school programmer working on COBOL in an AS/400? Now here's your chance!

Choice quotes:

  • A free and public Server running IBM i 7.5 for everyone
  • You can create your own user profile, you have 500MB of disk storage and two private libraries
  • You can program in CL, RPG, SQL, COBOL, train your skills and start learning about the best server operating system ever :)
  • Create your own programming projects, you can even use node.js or other web technologies (contact us for http settings)
  • An average of 25 new users per day! Great IBM i community!
https://pub400.com/Open linkView original on c.calciumlabs.com

You reached the end