• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • Whilst I’ve heard lots of talk that lunduke is getting increasingly politica, and I disagree quite strongly with his politics, I’ll have to agree with him here. IA did something unnecessarily risky (redistributing unauthorised copies of print books), which has more jeopardised their mission of archiving the internet.

    I also agree with everyone here saying that current copyright laws are ridiculous (and not just because they are “outdated”, the Victorians had better copyright laws than we do). However, I think only the most radical overhaul of copyright law would condone what IA did, and that isn’t coming any time soon (If ever).


  • Isn’t production JavaScript usually minified/obfuscated to make it hard to read?

    Also wasm is actually bytecode, which I believe has a 1:1 conversion into a text-based format called wat.

    I agree with your main point though, it’s kinda creepy when you realise just how much we are expected to allow other people’s code to run on our machines.




  • samc@feddit.uktoGaming@lemmy.mlSoftware Emulators vs FPGAs
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 months ago

    I guess the argument would be that software fixes need to be implemented for each ROM separately. Which also involves the pain of decompiling. Yes FPGAs are probably a pain, but they potentially offer perfect emulation of every game.

    One thing I’m not sure about is how portable FPGA logic is. If I write a NES emulator in verilog for one FPGA, can that code be reused on a later model if, for example, my FPGA goes out of production?