HN user

IronBacon

249 karma
Posts0
Comments225
View on HN
No posts found.
Cheating at Tetris 3 months ago

TGM, the first one, is my one time sink, I started to play first on Mame until I got an original Capcom ZN2 PCB.

Right now you can get an official TGM and TGM2:TA port on Sony PS4 (PS5 too?) and Switch for less that 10 dollars each. For TGM3 there's no port in sight, FWIK. In my opinion TGM2:TA is a better game that TGM but before tackling it I want to become GM on the first. According to expert players the second is increasingly more difficult, for example stricter time limits and conditions to meet, faster spawning and the infamous credit roll...

Last year TGM4 was released on Steam, but I don't like at all the new ranking system, also vs play doesn't have items.

Not really relevant to the article, but I wanted to give a shout out to my all time favorite pass time... ^__^;

P.S. Some random modder a few years created a patch for the original TGM arcade ROMs to run on a Playstation. Other than the Qsound, more RAM and some CATs used for protection, the ZN2 was basically a Playstation without an optical reader.

One can buy right now a MISTerFPGA from aliexpress for around €150 and that can emulate both MVS and AES. On this side of the pond, a VGA to SCART cable is all that's required to connect it to a CRT TV.

If instead one want the real HW, a working MVS PCB can be found for less that €100. A JAMMA cabinet would be the perfect place to use it, but with a supergun a CRT TV can give the same results. Cheap superguns can be found or built for around €30, fancy models can cost between €200 to €300 tho.

The carts aren't cheap tho, specially if original. I've only a battered "Puzzle Bobble" cart, it's a really fun game in PvP, but probably not the more iconic NeoGeo title.

According to some hearsay, there is allegedly at least another one unpatched hypervisor exploit in recent firmware. Considering the OP's track record, I'm not surprised he's sitting on a full-chain jailbreak.

Porting the Linux kernel to the PS5 is also an impressive flex, quite funny thinking that ten years ago, in 2016, fail0verflow did the same for the PS4...

On a related note (but with Python), I recently tried uv instead of pip and was impressed by both its speed and dependency resolution. I was attempting to upgrade an internal project from Python 3.9, and pip was frustratingly slow, sometimes it would just get stuck with no output and no errors...

The details are explained on the Cturt blog mentioned in another post, the original researcher, this one seems a GUI to simplify the process of patching ISO.

About your questions, I would guess transforming PS2 CD title to PS2 DVD first could work.

For PS1 titles, with a different exploit (mechapwn) you could boot them, but read the fine prints as it basically convert a consumer PS2 to a devkit/testkit (DEX?)...

Also from USB, unfortunately it's only USB 1.1 so titles with FMV sequence tend to stutter, so for slim models the network SMB share it's preferred...

About PS1 titles, there is a Sony PS1 emulator for PS2 called POPS that you can use with OPL but from what I read it has not a wide compatibility and it's not officially distributed by Sony, the other option is to use mechapwn to boot PS1 CDs, but it doesn't work on the early PS2 models according to this: https://github.com/MechaResearch/MechaPwn?tab=readme-ov-file...

Unfortunately Mullvad and the majority of VPN providers don't offer port-forwarding anymore, last year when I checked only a couple, maybe three remained...

Having wrote that, another option, under Linux with network namespaces and Wireguard it's possible to have a pretty fail proof VPN...

If I'm not confusing it with something else, I seem to recall that when zooming on the set the calculation was nearly instantaneous. As you said, good times! ^__^

I still have that A500 but who knows where I put those floppies, I'm tempted to turn it on but I'm scared the PSU will blow itself...

I remember as a teen I did mine in 68000 assembly on a Commodore Amiga to get it reasonable fast considering it was running on a 16 MHz CPU — i would say a few seconds to draw the canonical image — but IIRC it reached pretty fast the limit of math precision.

At that time I didn't know what was a complex number, but was fascinated by the whole concept of fractals and how complex structures could be created with a relative simple program.

From what I know, SPINE doesn't use QEMU at all to emulate a PS4, it works with the same concept of Wine, a compatibility layer that translate Orbis syscall with Linux one. Its name follows the same "SPINE is not an emulator" geek joke.

According to Google, Orbital is the one using QEMU.

I realize that I want to copy the command's output after I execute it.

With Zsh, cheating a little, you can achieve it with:

    _insert-last-command-output () {
        LBUFFER+="$(LS_COLORS= TERM=vt220 eval $history[$((HISTCMD-1))])"
    }
There's some junk used for my configuration, the relevant part is the "eval" of the last command on the history, it doesn't paste the output of the previous command but it's execute d again, this time with the output going straight in the edit buffer. I use it to manipulate the output of the previous command on the shell — it works better if the output is a single line — but I think it could be modified to put the output also on the clipboard...

But there is one for Linux distributions, released more than a year ago as binary only (not sources at the moment) called "Spine" (like as Wine Spine is not an emulator) that's pretty real and can run a few/couple of commercial titles.

Yeah, more a POC that a full emulator but I can assure you that it works, assuming you can decrypt the supported titles, so you'll need an exploitable PS4 or find a dump on the Interweb...

Edit: link https://github.com/devofspine/spinedemo

I would bet that if they dropped the staggered rows they would by followed by the rest of the industry in heartbeat.

Instead they put an OLED on it and in a single move they pissed off all the Vim users (or that's what I recall)... ^__^

You aren't alone, the thing boggles my mind too. I like better staggered columns layout than ortholinear, but yeah staggered rows don't make any sense, I hate using the keyboard in my notebook.

Joking, I would say only Apple could find the "courage" to introduce columns staggered/ortholinear keyboards... ^__~

Debian 10.4 6 years ago

I remember the troubles using "dselect" without a stable internet connection, "apt" came quite later (with Potato or Woody, don't recall). On the other hand, I never had the need to try something else...

Not an AMD fault, but I'm bummed that the only model of RX 5700 with ITX form factor is available exclusively in Japan, cause a I would love to assemble a full AMD 5 liters PC (without selling a kidney for importing the GPU...) T__T

I guess mini ITX is a niche market.

Urbit 7 years ago

I don't recall to have heard about it before and to be honest the far right and racists remarks posted by others about the project founder make me uncomfortable, but the last few lines where they introduce the "Dojo" with a REPL and a Lisp like syntax, that was interesting...