Hacker News new | ask | show | jobs
by netmare 731 days ago
The Wikipedia entry on text-based user interfaces uses IT as an example of a text-mode program featuring a pixel-accurate mouse pointer. The "citation-needed" had always been annoying me, since I knew it was true, but I couldn't prove it. Now, we can finally link to IT_MOUSE.ASM and be done with it.
3 comments

That seems like an analytical conclusion based on a primary source, and thus a violation of No Original Research policy if sourced directly to the primary source on which the conclusion is based, and not a published secondary source that actually provides the analysis of the primary source.
Just cite that HN comment above you then;)
One of Wikipedia's sourcing paradoxes is that the literal horse's mouth is the worst source as to be unusable.
No, primary sources are fine if they say the thing you are sourcing them for (high quality secondary sources are usually preferred, but primary sources aren't “the worst” or “unusuable”); they aren't okay for something that requires additional analysis/interpretation. (That's true of any source, but it’s more of an issue with the use of primary sources.)
I mean this as a genuine comment and not a political non-sequitor but we'll see how it lands. If you think that's a bad idea, can you imagine what Donald J. Trump's wiki page would look like if you allowed 'primary' sources? Or, really, any political figure. Though I think he makes a very good implicit case against allowing that.
"Original research"/primary sources should not matter for facts, i.e. those laid out as actual code.

(It didn't land well.)

I agree. It doesn't seem to make sense for some facts.

I was way out of my wheelhouse on Wikipedia one day and I saw some popular K-Pop group had announced their new album release date on their Instagram feed. I updated their Wikipedia entry with a citation to the group's own announcement and was very swiftly smashed by some over-arching editor who told me what a fuck-up my life was for even thinking this might be a suitable source for the information.

If the fact is in the source cited, primary sources are okay as direct sources. If it is an analytical interpretation of the source (such as most fact claims about the source or its contents, rather than fact claims made directly in the source), then that interpretation needs sourced from somewhere.
Somewhere that isn't the person updating the article, that is. The trick is to make a random website that does the same, and then it's totally fine!
[citation needed]
Bisqwit has a video about the technique: https://youtu.be/7nlNQcKsj74
But is Impulse Tracker a true textmode application? While not full of flashy graphics and icons, it uses lots of widgets and layout features that put it squarely in conventional GUI territory. And the repo contains the VESA code for rendering the equalizer UI.
It was a common technique in the DOS era to simulate GUIs with text. This was not just done with the characters in codepage 437 either; using redefinable character sets in the EGA and VGA, graphical elements such as buttons, input fields, etc. could be rendered in character cells. By redefining characters where the mouse pointer was supposed to be, a pixel-accurate mouse pointer could be created. Not just trackers used this technique, but e.g., later versions of Norton Utilities did as well.
Apparently this was hidden behind the Alt+F12 key combo? I might have to fire up a copy as I don't remember ever seeing this bit. Edit: it doesn't seem to be enabled in 2.14. Oh well, got to hear "Blue Flame" again!

The rest of the application runs in 80x50 text mode, and it included a character editor so you could customize the box drawing characters if you were so inclined.