←back to thread

IrfanView

(www.irfanview.com)
520 points omnibrain | 1 comments | | HN request time: 0s | source
Show context
baobabKoodaa ◴[] No.39878862[source]
IrfanView is great, but I'm curious, why is it on top of HN today of all days? Was there something significant happening?
replies(2): >>39879307 #>>39880298 #
huytersd ◴[] No.39879307[source]
It happens every now and then. Could be as simple as nostalgia.
replies(1): >>39879643 #
fuzztester ◴[] No.39879643[source]
Like Delphi, FreePascal and Lazarus, though less often for those three than for IrfanView, and those three get a good number of sneers by modern ignoramuses, each time. The joke is on them, due to the amount of late night and weekend work (unpaid, often) that many of them have to pull, and tamely accept and try to justify, to save their egos and paychecks.

"The emperor has no clothes" kind of thing ...

And nowadays, layoffs, too ...

replies(1): >>39881282 #
nrdvana ◴[] No.39881282[source]
Delphi kicked ass. Though, looking back, it didn't have hash tables at your fingertips like modern languages. I really can't imagine writing code without hashmaps anymore. Did that ever get added, and in a convenient way that doesn't require declaring a new object each time?
replies(2): >>39882133 #>>39887771 #
1. fuzztester ◴[] No.39887771[source]
Good question.

nurettin replied, sibling comment.

But it's not difficult to write your own for simple map types at least, like with strings as the keys. Generic maps would be harder.