Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
91–100 of 167 posts
Re: Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
#92Earlier quoted context omitted.
I use jsonlines on those occasions https://jsonlines.org/examples/
This is nice. But less space-efficient than CSV when its strictly tabular, since CSV has columns legend on first row allowing 'pure' rows, whereas JSON will have to key every field, on every row.
["Name", "Session", "Score", "Completed"]
["Gilbert", "2013", 24, true]
["Alexa", "2013", 29, true]
["May", "2012B", 14, false]
["Deloise", "2012A", 19, true]Re: Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
#93I’m toying with the idea of purely black and white themes so I can use them on my eInk screens, too, pity there’s so little time.
Re: Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
#94Earlier quoted context omitted.
"badly-written Perl scripts" They do appear to be badly written on purpose, like this "hotdog-aboutDrives.pl" one: https://github.com/arthurchoung/HOTDOG/blob/master/hotdog-ab... The entire script is this: #!/usr/bin/perl $str = `df`; print $str;
The rationale: https://hotdoglinux.com/PerlAndUseStrict/index.html " Most tutorials about Perl will tell you to always 'use strict' or something to that effect. However, the general rule for HOT DOG Linux is to not 'use strict'. The reasoning behind this is that each Perl script should be as simple as possible. It should be simple enough to not need 'use strict'. If it gets to the point where the script would be easi…
Re: Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
#95Was not ready to see Mac OS X in a retro computing list. I feel old.
Re: Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
#96As I’m growing older, I appreciate those typefaces for the sheer fucking contrast and readability they have. On low DPI screens, I seek bitmap fonts for the UI (and it disappoints me that the support for them in toolkits seems to be getting shoddier, to the point that it’s easier to use TrueType fonts that mimic bitmaps); on high DPI screens, I’m using serif fonts. I’m toying with the idea of purely black and white t…
Re: Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
#97Earlier quoted context omitted.
"badly-written Perl scripts" They do appear to be badly written on purpose, like this "hotdog-aboutDrives.pl" one: https://github.com/arthurchoung/HOTDOG/blob/master/hotdog-ab... The entire script is this: #!/usr/bin/perl $str = `df`; print $str;
The rationale: https://hotdoglinux.com/PerlAndUseStrict/index.html " Most tutorials about Perl will tell you to always 'use strict' or something to that effect. However, the general rule for HOT DOG Linux is to not 'use strict'. The reasoning behind this is that each Perl script should be as simple as possible. It should be simple enough to not need 'use strict'. If it gets to the point where the script would be easi…
Unix was built using an extremely unsafe language. Yet it reached a decent level of reliability in just a few years, a lot of which was owed to the system applications being small programs isolated into separate processes.
Re: Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
#98Re: Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
#99Earlier quoted context omitted.
Its an absolutely bonkers aspect of US society. Its not that one needs to be blind to "race", and who could be blind to differences in skin colour? Its that Americans seem to be taught that it is so very important, and that instead of applying situational relevancy, they default to cultural relevancy. So race and skin colour gets mentioned all the time, even by people who aren't bigoted. This can be seen in their new…
Not only that, Americans view everyone else and their cultural problems as being similar to theirs. Eg: Journalists who equate India's caste system and racism and writing opinion pieces. (both are terrible, but american journalists understand shit about caste).
Re: Hot Dog Linux – Horrible Obsolete Typeface and Dreadful Onscreen Graphics
#100Earlier quoted context omitted.
> CSV files.... that encode JSON?! We need a new schema language with the ability to specify such cross-format …formats.
I use jsonlines on those occasions https://jsonlines.org/examples/