Recent content by HandsomeJack

  1. HandsomeJack

    PS1: GameShark Code to ROM Patch Tool

    https://romhack.ing/database/content/entry/HaTEy_zARNKdoidheVHHVQ
  2. HandsomeJack

    Homebrew WiiMC-SS - GameCube controller support and more

    USB is likely to be faster, so higher bit rates are likely to work. That's interesting about MPlayer CE. The performance problem in WiiMC is likely to I/O file handling code. Based on tests I did there isn't a fundamental problem with the Wii CPU handling 576p video at low CRF. It can do it.
  3. HandsomeJack

    Homebrew WiiMC-SS - GameCube controller support and more

    I found when experimenting with ffmpeg the single most important factor was the bit rate: c:\ffmpeg\bin\ffmpeg.exe -i input.mp4 -acodec libmp3lame -qscale:a 4 -vcodec libx264 -profile:v main -crf 14 -maxrate 1600k -bufsize 2M -vf scale=720:576 output.mp4 The bit rate here is 1600K. It seems...
  4. HandsomeJack

    Safe to connect 5A power supply to Beelink Mini S12 Pro?

    Is it safe to connect a 12V / 5A power supply to Beelink Mini S12 Pro?
  5. HandsomeJack

    Are these laptops a scam?

    That's what I was thinking.
  6. HandsomeJack

    Are these laptops a scam?

    https://www.aliexpress.com/item/1005007607055673.html
  7. HandsomeJack

    Is Britain in its current state as bad as the media makes it out to be?

    I've often thought the way Northern Ireland actually functions today is similar enough to how US actually functioned in the 1950s. I'm not referring to the hagiographic mythical 1950s of modern period movies, I mean the actual lived experience of US in 1950s. OK, a lot of that is coming from...
  8. HandsomeJack

    Is Britain in its current state as bad as the media makes it out to be?

    Some of it can be traced back to Blair. At the time Blair left office in 2007, his predecessor John Major gave a talk at LSE picking up on a points the media don't normally look at. Specifically, he got rid of the independent Civil Service press office. Previously UK journalists could go to...
  9. HandsomeJack

    Is Britain in its current state as bad as the media makes it out to be?

    Definitely shit right now. Early part of 1980s was pretty awful, characterised by the 1984 miners strike and 1985 Broadwater Farm riot. Did get better after that.
  10. HandsomeJack

    Is Britain in its current state as bad as the media makes it out to be?

    Looking back, this did a good job of capturing the atmosphere in the 2000s:
  11. HandsomeJack

    Is Britain in its current state as bad as the media makes it out to be?

    With hindsight, the high point in England was the 2000s.
  12. HandsomeJack

    Is Britain in its current state as bad as the media makes it out to be?

    Turdtowns: https://www.youtube.com/@Turdtowns/videos If you lived in England for at least a year, you'd at some point find yourself interacting with at least some of this. An aspect on actually living there a tourist will never, ever tune into is just how fucking awful local government is in...
  13. HandsomeJack

    I'm Re-Watching X-Files, Any Tips?

    https://x-files.fandom.com/wiki/Mythology At the bottom is the list of mythology episodes.
  14. HandsomeJack

    Homebrew WiiMC-SS - GameCube controller support and more

    https://github.com/SuperrSonic/WiiMC-SSLC/issues/40 SRT
  15. HandsomeJack

    New static recompiler tool N64Recomp aims to seamlessly modernize N64 games

    Hexen 64 would be a good target for this. It has its own engine as compared to the PC version.