HN user

LaserDiscMan

578 karma

Initially developed software for the finance industry before developing software for the entertainment/movie industry.

I continually developed a piece of software that has served as a crucial production tool for many mainstream movies released during the last 25 (ish) years.

Contact: LaserDiscMan{AT}protonmail.com

Posts60
Comments48
View on HN
www.youtube.com 22d ago

Why Are the Super Mario Kart CPU's So Fast? [video]

LaserDiscMan
2pts0
www.nytimes.com 4mo ago

Paul R Ehrlich has died

LaserDiscMan
3pts0
github.com 7mo ago

Super Mario 64 for the PS1

LaserDiscMan
300pts115
www.youtube.com 10mo ago

Hacking Super Mario So It's All One Long Level [video]

LaserDiscMan
3pts0
en.wikipedia.org 1y ago

Jeton

LaserDiscMan
2pts0
en.wikipedia.org 1y ago

Cod Wars

LaserDiscMan
2pts0
www.youtube.com 1y ago

Playing a PlayTape in a cassette player [video]

LaserDiscMan
1pts0
en.wikipedia.org 1y ago

Flexplay

LaserDiscMan
1pts1
www.bloomberg.com 1y ago

Japanese Companies Are Pulling Out All the Stops to Recruit Young Workers

LaserDiscMan
2pts0
www.youtube.com 1y ago

Reversing the Nintendo 64 CIC (2015) [video]

LaserDiscMan
3pts0
stackoverflow.com 1y ago

What is the significance of 1/1/1753 in SQL Server?

LaserDiscMan
1pts0
en.wikipedia.org 1y ago

Culinary Diplomacy

LaserDiscMan
1pts0
www.youtube.com 1y ago

Why your Nintendo was on Channel 3 (except in Cleveland) [video]

LaserDiscMan
14pts0
cheswick.com 1y ago

An Evening with Berferd (1992) [pdf]

LaserDiscMan
1pts0
www.youtube.com 1y ago

NES Doom – Cartridge Build Guide (2019) [video]

LaserDiscMan
1pts0
www.nytimes.com 1y ago

Japanese Executives Charged in IBM Theft Case (1982)

LaserDiscMan
2pts0
www.youtube.com 2y ago

Why are the Mario Kart 64 Computers so Fast? [video]

LaserDiscMan
4pts1
www.youtube.com 2y ago

Super Mario Land 2 – Memory Exploration [video]

LaserDiscMan
3pts0
en.wikipedia.org 2y ago

Permissive Action Link

LaserDiscMan
2pts0
reuters.com 2y ago

Japan's new births fall to record low in 2023

LaserDiscMan
1pts2
en.wikipedia.org 2y ago

List of people who awoke from a coma

LaserDiscMan
4pts0
www.bloomberg.com 2y ago

The Introverts Have Taken over the US Economy

LaserDiscMan
2pts3
en.wikipedia.org 2y ago

China Brain

LaserDiscMan
2pts0
www.youtube.com 2y ago

BMW Z1 Doors [video]

LaserDiscMan
3pts0
en.wikipedia.org 2y ago

Blaster

LaserDiscMan
3pts0
en.wikipedia.org 2y ago

Senicide

LaserDiscMan
1pts1
www.virusbulletin.com 3y ago

Virus Bulletin – AIDS trojan (1990) [pdf]

LaserDiscMan
1pts0
www.youtube.com 3y ago

How Analog Video Works [video]

LaserDiscMan
1pts0
sdq.kastel.kit.edu 3y ago

Deadly Round-Off Error (2016) [pdf]

LaserDiscMan
2pts0
www.youtube.com 3y ago

Sonic R's “Impossible” Fading (2018) [video]

LaserDiscMan
3pts0

I once worked on an in-house ERP system which had been developed over about 15 years by various developers. It was the engine of the entire company, everything passed through it. The CFO and some senior leadership erroneously blamed it for their shortcomings/used it as a scapegoat. When new management took charge, an initiative was started to replace the system with an industry standard solution. Both myself and the CTO (my boss) made it clear that we strongly felt this would not only go way over budget, but ultimately fail as a project.

Having no understanding as to the technicalities involved, the project was given the go ahead by the directors after several meetings with a vendor. After the CTO and I expressed our concerns about the scale of the project and the sheer amount of functionality involved, the vendor gleefully assured us that they were experienced with "migrations of this scale" and were more than prepared, which was music to the ears of the CFO.

Daily 2-3 hour meetings followed (for many months) to define the scope of the project. Within each meeting I sort of zoned out because it became very obvious that no only did the vendor not understand the scale of the work involved, but had started cutting corners everywhere/leaving out crucial functionality, and this was just the scoping stage, no development had even started yet.

I eventually departed the company but kept in contact with the CTO and learned that after 5 years (project was scoped for 2), the migration was abandoned costing multiple millions of dollars with nothing to show for it.

They're not cheap or large, but broadcast monitors can be an option here. Very expensive unless bought used though. Lots of lesser known manufacturers in the space, and some great deals can be found. The largest size most manufacturers will do is around 32 inches.

CRT Broadcast monitors are somewhat of a collectors item for retro game enthusiasts.

I once worked in a small company developing niche but expensive Windows software. The company enjoyed (probably still enjoys) relatively limited competition in it's space. During start up, the program checks for the version of Windows which it's being run on and refuses to boot if it's different to the one specified for that version.

This software was mainly sold to mid-large size companies, so although it could be trivially defeated with minimal reverse engineering, I doubt this was ever a real issue.

Every new version of Windows that Microsoft released would coincide with many customers purchasing the latest version of our software.

I wonder how countries will attempt to deal with declining populations. Immigration isn't really a solution, as the countries with positive fertility rates (falling fast) are not producing enough children to balance the decline. I find the geopolitical implications fascinating to think about. If a country is declining and cannot tempt migrants, does it perhaps become a tax haven? Is it absorbed by a larger country (either willingly or by force)? Does it join a union of other countries to form the start of a global government?

Economically, could the deflationary pressures of a declining population lead to low/negative interest rates and hyper QE?

It's going to be interesting to see.

In the earlier days of my career, I was tasked with automating a large daily accounting task. Essentially, a team of accountants was copying and pasting values outputted by the company ERP system into a spreadsheet. The ERP used an in-house database, and without intense reverse engineering it was only accessible via the internal programming language. Whilst the language did allow for File IO there was no real way to access the ERP without opening the GUI, so I wrote a dreadful little VBA script which invoked a logon for a dedicated user as a background session on a company server. When this user logged on, another little batch file opened the ERP GUI, opening the GUI triggered an action in the internal ERP language which checked to see if the username matched the special user. If so, the ERP began a vast series of complex calculations, spitting out the results to a series of files which were then read back by the VBA and populated the spreadsheet. The batch file on the background session would automatically log the session off after a pre-set time. Whilst this was all going on, the user in the spreadsheet was presented with a progress bar. If memory serves, I even had some primitive locking mechanism to prevent multiple people running this process at the same time.

I think it ranks as the most hilarious (from a technical perspective) piece of work I've ever done. To my surprise, the solution was quite robust, and was being used on a daily basis by the CFO and other accountants. Even more surprising is that it carried on working for years, even long after I'd departed the company. Thinking back to that still makes me smile :)

The result of this on-shoring craze (modulo automation) is that we're likely to see very significant inflation, basically taking us back to the cost structures we saw in the 1980s. No more cheap Chinese or Vietnamese goods at Amazon or Walmart; if we have to Buy American, expect to pay the differential between Vietnamese and American wages, roughly a 30-40x increase.

I theorise that it might also lead to a reversal of planned obsolescence and products with a short lifespan. Companies might compete by designing goods based around longevity to justify the higher cost. Household appliances, for example, might be a once in a decade (or longer) purchase as opposed to the throwaway approach.

Not sure if 7 years is going back too far, but I'll go with: Only The Dead

Does not make for easy viewing at all. Essentially a narrated compilation of Australian journalist Michael Ware's footage (first and second hand) from his time in Iraq throughout the conflict.

The Page Boy was a project which would have allowed for the GB Color to wirelessly send/receive email, read news/sports results, get weather reports, use a "search engine", send GB camera photos/animations to other users, and even stream live video. Mario was to deliver small voice samples throughout usage which would be updated by Nintendo.

The product was pitched by a small firm called "Wizard" to senior Nintendo executives in 99. Nintendo responded enthusiastically, but the project was terminated in 02 due to the immaturity of the telecoms infrastructure at the time.

They're not cheap or large, but broadcast monitors can be an option. Very expensive unless used though. Lots of lesser known manufacturers in the space, and some great deals can be found. The largest size most manufacturers will do is around 32 inches.

The lines blur between creation/discovery for some of these. Additionally, the historic nature makes it impossible to determine if these were all the work of a single individual, but I'll go with:

Joseph Shivers - Lycra/Spandex

Albert Hoffman - LSD

Anton Köllisch - MDMA (was killed in WW1)

John Pemberton - Coca Cola (significantly different to the modern drink)

John Baird Glen - Propofol

Percy Spencer - Microwave Oven

This is exactly why I miss IMDB's "I need to know" board. You could post a partially correct memory snippet from decades ago and someone would chime in with the answer. I had memories of movies I'd watched on TV as a young child. I had no name or context, but simply little moments stuck in my brain, and someone was able to resolve those to a title.

The closing of the IMDB message boards was a terrible loss IMO. You could visit an obscure actors message board, and you might run into someone who knew them. You could discuss a movie's intricacies with someone, and share theories, etc, on the specific board for that movie. It was a goldmine for movie fans, and I still miss it.

As well as a time sink, code review can be detrimental if it's used as a KPI gaming mechanism or for passive aggressive one-upmanship.

100% agree with this. The FIRE movement (or the equivalent before it gained this name) was about average people using frugality, investing, sensible leverage, and luck to get ahead and (semi) retire much earlier than usual. It has since suffered an influx (at least in popular online circles) of high earners scoffing at the idea that anyone could achieve financial independence with a frugal lifestyle. This despite the trivial mathematics proving it is indeed very possible for average earners, perhaps even more so recently given the bull markets.

I've worked with some very intelligent, brilliant people, who simply cannot comprehend how their own financial spending is foolish, or more likely, know this and choose to play ignorance. I've always found it fairly bizarre, almost like an addiction. It's fascinating how some people can be so skilled in one domain, but so lacking in self-control, especially when obtaining said skill requires enormous self-control in the first place.

Since other users are posting their favorite Synthwave songs, I'll add some of mine:

FM Attack - Dreamer - https://www.youtube.com/watch?v=GQ88xK3XmpQ

Mitch Murder - In The News - https://www.youtube.com/watch?v=dz7rK3Eks4s

Mitch Murder - Television - https://www.youtube.com/watch?v=N_h7AM9UeaA (Contains clips from Videodrome, possibly NSFW)

Miami Nights 1984 - Ocean Drive - https://www.youtube.com/watch?v=vC42MRmiAt0

Droid Bishop - Stunner - https://www.youtube.com/watch?v=4YEk5iD2dUk

iamMANOLIS - My Future Girlfriend Video - (WARNING: Video contains some strobing) - https://www.youtube.com/watch?v=1TuiZMrHMiU

Arcade Summer - Ocean Break - https://www.youtube.com/watch?v=UXdXywI4-qM

Miami Horror - Bellevue - https://www.youtube.com/watch?v=jZFCmZZKB70 (the most popular video is better but NSFW)

I've been into Italo disco for much of my life, it's similar but usually relentlessly positive/upbeat in comparison with some Synthwave tracks.