Author Archives: pappp

This ultra-rare ’90s LaserDisc game console can finally be emulated on a PC

Source: Ars Technica

Article note: This is extremely cool. Had to work through over a decade of folks inventing the necessary technologies to make it happen.

Here in the year 2025, it's not every day that a classic gaming console from the 20th century becomes playable via emulation for the first time. But that's just what happened last week with the release of Ares v146 and its first-of-its-kind support for Mega LD titles designed for the Pioneer LaserActive.

Even retro console superfans would be forgiven for not knowing about the LaserActive, a pricey LaserDisc player released in 1994 alongside swappable hardware modules that could add support for Sega Genesis and NEC TurboGrafx-16 games and controllers. Using those add-ons, you could also play a handful of games specifically designed for the LaserActive format, which combined game data and graphics with up to 60 minutes of full-screen, standard-definition analog video per side.

Mega-LD games (as the Genesis-compatible LaserActive titles were called) were, for the most part, super-sized versions of the types of games you'd find on early CD-ROM console of the era. That means a lot of edutainment titles, branching dungeon crawlers, Dragon's Lair-style animated quick-time event challenges, and rail shooters that overlayed standard Genesis or TG-16 graphics on top of elaborate animated video backgrounds (sometimes complete with filmed actors).

Read full article

Comments

Posted in News | Leave a comment

Imgur’s Community Is in Full Revolt Against Its Owner

Source: Hacker News

Article note: Imgur as a "community" has always been weird to me because I remember that it was literally a less-shit photo hosting platform (than photobucket or reddit's awful first party tools at the time, or the like) to use with other platforms, that then metastasized its own community. That said, from a few visits, their revolt looks a little more effective than the last set of bad reddit ToS changes, and the barrier to running an imgur-like service is pretty low, so they might be in danger. I would certainly be happy to see one of the advertising companies who own platforms get kicked in the teeth for shitty extractive behavior.
Comments
Posted in News | Leave a comment

Intel Patents ‘Software Defined Supercore’

Source: Hacker News

Article note: Neeeeat. They've applied for patents on basically putting another layer of JIT between the x86_64 machine code and actual execution engines, so instead of just superscalar multi-issue micro-op tricks on a single core, they can split and schedule across multiple cores.
Comments
Posted in News | Leave a comment

Doge uploaded live copy of Social Security database to ‘vulnerable’ cloud server

Source: Hacker News

Article note: Unraveling all the exfiltration those assholes did is going to be a years-long project, and we'll probably never quite know the extent. Surely a bunch of the more monstrous valleybros are in on it (Thiel), and it's sloppy enough that some foreign intelligence agencies are surely in on it whether or not that was intended, and...
Comments
Posted in News | Leave a comment

We regret but have to temporary suspend the shipments to USA

Source: Hacker News

Article note: We are so fucked if TACO doesn't hold.
Comments
Posted in News | Leave a comment

Troubled USB Device? This Tool Can Help

Source: Hack a Day

Article note: A while back bought a set of breakouts for all the common USB connectors to use for debug/intercept type work, but that thing is fancy.
Close up of a multi-USB tester PCB

You know how it goes — some gadgets stick around in your toolbox far longer than reason dictates, because maybe one day you’ll need it. How many of us held onto ISA diagnostic cards long past the death of the interface?

But unlike ISA, USB isn’t going away anytime soon. Which is exactly why this USB and more tester by [Iron Fuse] deserves a spot in your toolbox. This post is not meant to directly lure you into buying something, but seen how compact it is, it would be sad to challenge anyone to reinvent this ‘wheel’, instead of just ordering it.

So, to get into the details. This is far from the first USB tester to appear on these pages, but it is one of the most versatile ones we’ve seen so far. On the surface, it looks simple: a hand-soldered 14×17 cm PCB with twelve different connectors, all broken out to labelled test points. Hook up a dodgy cable or device, connect a known-good counterpart, and the board makes it painless to probe continuity, resistance, or those pesky shorts where D+ suddenly thinks it’s a ground line.

You’ll still need your multimeter (automation is promised for a future revision), but the convenience of not juggling probes into microscopic USB-C cavities is hard to overstate. Also, if finding out whether you have a power-only or a data cable is your goal, this might be the tool for you instead.

Posted in News | Leave a comment

The size of Adobe Reader installers through the years

Source: OSNews

Article note: Bloat, quantified. This should be embarrassing to the entire software industry.

The following chart shows how the Adobe Reader installer has grown in size over the years. When possible, 64-bit versions of installers were used.

↫ Alexander Gromnitsky

Disk space is cheap, sure, but this is insanity.

Posted in News | Leave a comment

Google to require developer verification to install and sideload Android apps

Source: Hacker News

Article note: The attacks on anonymous publishing seem really coordinated lately. Google is certainly not into this partly to identify and harass the makers of commercially-unfriendly things like alternative YouTube clients. ...And, it will break the chain-of-trust reproducible builds model for things like F-Droid creating a new injection risk. Great.
Comments
Posted in News | Leave a comment

Picking an Old Operating System

Source: Hack a Day

Article note: PICK is one of the niftier, more under-appreciated lines of evolution in computing, always fun when people notice it. (And the "Dick Pick" double entendre are just too good).

We usually at least recognize old computer hardware and software names. But [Asianmoetry] taught us a new one: Pick OS. This 1960s-era system was sort of a database and sort of an operating system for big iron used by the Army. The request was for an English-like query language, and TRW assigned two guys, Don Nelson and Dick Pick, to the job.

The planned query language would allow for things like “list the title, author, and abstract of every transportation system reference with the principal city ‘Los Angeles’.” This was GIM or generalized information management, and, in a forward-looking choice, it ran in a virtual machine.

TRW made one delivery of GIM, but the program that funded it was in trouble. Since TRW didn’t protect GIM, Dick took his program and formed a business. That business sold the rights to the software to Microdata, a minicomputer company, which used it under the name ENGLISH.

After a lawsuit with Microdata, Pick was able to keep his software, but Microdata retained its rights. Pick dabbled in making hardware, but decided to sell that part of the enterprise and focus on licensing Pick OS.

The first sale was to Honeywell. The virtual machine concept made it easy to port to new machines. Pick had a very IBM-like structured file system, where all data is a string, and dictionaries organize the underlying data.

In addition to a database, there was a programming language like BASIC, a text editor, and even a spreadsheet program. Why haven’t we heard of it? Part of the problem is that the computers using it typically renamed it and didn’t say it was Pick under the hood.

In the early 1980s, Pick’s appearance on the PC and the ability to support ten users on a single PC were notable features. The resellers didn’t appreciate the thrust to sell directly to users, and more lawsuits emerged.

Pick also struggled to get a GUI going when that was taking off. After Dick died, the system sort of coasted through several acquisitions. There are echoes of it in OpenQM, and there’s at least one fork of that on GitHub.

It is amazing how a system can utilize something like this and then become locked in, even after things change. This explains why Japan still uses floppy disks for certain things.

Posted in News | Leave a comment

Picking an Old Operating System

Source: Hack a Day

Article note: PICK is one of the niftier, more under-appreciated lines of evolution in computing, always fun when people notice it. (And the "Dick Pick" double entendre are just too good).

We usually at least recognize old computer hardware and software names. But [Asianmoetry] taught us a new one: Pick OS. This 1960s-era system was sort of a database and sort of an operating system for big iron used by the Army. The request was for an English-like query language, and TRW assigned two guys, Don Nelson and Dick Pick, to the job.

The planned query language would allow for things like “list the title, author, and abstract of every transportation system reference with the principal city ‘Los Angeles’.” This was GIM or generalized information management, and, in a forward-looking choice, it ran in a virtual machine.

TRW made one delivery of GIM, but the program that funded it was in trouble. Since TRW didn’t protect GIM, Dick took his program and formed a business. That business sold the rights to the software to Microdata, a minicomputer company, which used it under the name ENGLISH.

After a lawsuit with Microdata, Pick was able to keep his software, but Microdata retained its rights. Pick dabbled in making hardware, but decided to sell that part of the enterprise and focus on licensing Pick OS.

The first sale was to Honeywell. The virtual machine concept made it easy to port to new machines. Pick had a very IBM-like structured file system, where all data is a string, and dictionaries organize the underlying data.

In addition to a database, there was a programming language like BASIC, a text editor, and even a spreadsheet program. Why haven’t we heard of it? Part of the problem is that the computers using it typically renamed it and didn’t say it was Pick under the hood.

In the early 1980s, Pick’s appearance on the PC and the ability to support ten users on a single PC were notable features. The resellers didn’t appreciate the thrust to sell directly to users, and more lawsuits emerged.

Pick also struggled to get a GUI going when that was taking off. After Dick died, the system sort of coasted through several acquisitions. There are echoes of it in OpenQM, and there’s at least one fork of that on GitHub.

It is amazing how a system can utilize something like this and then become locked in, even after things change. This explains why Japan still uses floppy disks for certain things.

Posted in News | Leave a comment