Viewing profile — j4_james
j4_james
HN member- Joined
- Thu, Jan 31, 2013, 7:44 PM UTC
- HN karma
- 123
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About j4_james
No profile information was provided.
Recent public activity
-
comment
Comment #45814994
Agreed. The only thing that VS-15 is supposed to do is give the emoji a "text presentation", which the spec suggests as "black & white". And every example they show of a text prese…
-
comment
Comment #45102805
This was also an option on many "Glass TTY" terminals - it was called the margin bell - and even some modern terminal emulators still have that option. The exact semantics vary, bu…
-
comment
Comment #44608643
> "ANSI" is what people call it when they are working from paltry and incomplete samizdat doco of how this stuff works People just use "ANSI" as a shorthand for ANSI X3.64-1979. An…
-
comment
Comment #42046731
FYI, there are a few terminals that can set the window size in pixels (with `CSI 4 t`). And it's also worth mentioning that there were already terminal emulators back in the 1980s …
-
comment
Comment #41415881
Answered in the article: > However, it has exemptions for health and religious reasons.
-
comment
Comment #40620547
The author mentions problems with flow control, but I'm fairly certain I got that working in MAME. If I remember correctly, you need to enable XON/XOFF in the VT102 configuration (…
-
comment
Comment #40620326
They have a working VT240 which supports the Sixel, ReGIS, and Tektronix graphics protocols. They also have partially working VK100, which is a bit like a VT100 with some graphics …
-
comment
Comment #38871544
Smooth scrolling on the VT100 was 6 lines per second, but on later terminals you could adjust the speed to a certain degree, as much as 18 lines per second on the level 5 terminals…
-
comment
Comment #38871190
On later DEC terminals you could also set left and right margins (lookup DECSLRM). They didn't support smooth scrolling when those margins were enabled, but I don't see why a moder…
-
comment
Comment #17385813
IANAL, but the UK's copyright laws appear to me to have many of the same restrictions as the DMCA when it comes to circumventing copyright protection measures. And it wouldn't surp…
-
comment
Comment #17308313
Interestingly, when you create a file name from the WSL shell using reserved Windows characters, those characters will get mapped to unicode codepoints from the private use area wh…
-
comment
Comment #16825452
Just FYI, I believe that deprecated usage was later undeprecated. See https://stackoverflow.com/questions/4726570/deprecation-of-t...
-
comment
Comment #15370223
In case anyone cares, this is an option in Visual Studio too. Under "Text Editor > All Languages > Scroll Bars", you have the option to "Use map mode for vertical scroll bar". Can …
-
comment
Comment #14133290
Well if you're Russian (or one of the many other nationalities that uses a Cyrillic character set), then that's still not going to help you. If you visit аррІе.com (all Cyrillic ch…
-
comment
Comment #14111213
If you're willing to turn off JavaScript, you can have all the same content, but with silky smooth performance. On the "downside", though, you miss out on the social media sharing …
-
comment
Comment #13611354
Actually I think it's only 56K in pounds - 73K is the dollar value. It's confusing because the order of those values is swapped between the two maps. On the first map they have $73…
-
comment
Comment #12996589
Yeah. As someone who lives on navigable river, it's not uncommon for me to see boats flying signal flags for variety of reasons. There's not a wide range of usage here mind you - i…
-
comment
Comment #12972543
It was actually meant to have been ready this year, but the initial plans were scrapped for being too boring.[1] I suspect this means that they might now have come up with a new se…
-
comment
Comment #12934155
In the esolang community, the name for this variation of Quine is a Narcissist or Narcissus program. You can see a bunch of examples in a number of different languages on the Roset…
-
comment
Comment #12790565
Minor bug report: I was testing a page that was using SVG Stacks[1], where multiple icons are encapsulated in a single SVG image and the individual icons are referenced via fragmen…
-
comment
Comment #12766331
Actually p2p file transfer via an infrared port[1] was a fairly common feature on laptops back in the day (this was probably before bluetooth took off). If you're on Windows, have …
-
comment
Comment #12765800
These rules are designed to prevent you mixing codepoints from different languages, so you couldn't register something that looked like gmail but with the English 'a' replaced with…
-
comment
Comment #12733326
One technique I remember being used in DOS apps from many years ago was that the code would be encrypted in such a way that the next instruction to be executed would only be decryp…
-
comment
Comment #12727250
I remember seeing something like this before too. This is the one I was thinking of. http://nicolasgallagher.com/pure-css-gui-icons/
-
comment
Comment #12727002
If you're wanting to use fragment identifiers to refer to multiple sprites in a single SVG, that issue was fixed in Chrome in November of last year.[1] I'm not sure if the fix has …