Or bat
, which will just print <binary>
in those cases
- 0 Posts
- 63 Comments
Oliven, Norwegian. For some reason it’s an uncountable noun.
Må innrømme at jeg ikke er kjent med uttrykket. Er det en dansk eufemisme for tysk?
Itt’s æ fønn mim, bøtt Ai ålwejs fil lajk thej kudd hæv dønn æ better dsjåbb åv the juropien spelling. In eni kejs, itt’s æ veri nais søbreddit, æn Ai kip fårgetting iff ther’s wan ån Lemmy.
Yeah, the left generally considers it a “fighting day” similar to March 8th. The right does gardening (to make it visible that they’re not marching). Others do whatever they feel like; not uncommon to spend the day hung over.
esa@discuss.tchncs.deto Europe@feddit.org•The thing about Europe: it’s the actual land of the free nowEnglish16·2 months agoUh, we historically had some rather repressive regimes, and some countries were ruled by dictators until the 90s. People like Franco and Ceausescu and Tito weren’t that long ago.
But it’s generally been pretty good in the millennial lifetime.
esa@discuss.tchncs.deto Ask Lemmy@lemmy.world•What is a book that you will gladly read again?2·2 months agoKokoro.
Also have vague plans to reread Der Zauberberg
Likely also will reread V. and the Count of Monte Christo at some point.
esa@discuss.tchncs.deto Leopards Ate My Face@lemmy.world•Update from yesterday's Trumper who lost her jobEnglish1·2 months agoConservatives often cosplay or try to present themselves as “non-political”. In their mental map there’s not a rich tapestry of various political preferences; there’s “political” (left) and “normal” (guess).
esa@discuss.tchncs.deto Technology@lemmy.world•EU considers tariffs on digital services Big TechEnglish4·2 months agoYeah, let’s have a go with the ACI (anti-coercion instrument) and see if we can’t make their patents free game. Playing to Trump’s tune is unlikely to work out well
esa@discuss.tchncs.deto Programmer Humor@programming.dev•The devil said, “Take this glyph-laden grimoire and try to render it cross-platform.”1·2 months agoYes I’m being sarcastic, but I also think utf-8 is plaintext these days. I really can’t spell my name in US ASCII. Like the other commenter here went into more detail on, it has its history, but isn’t suited for today’s international computer users.
esa@discuss.tchncs.deto Programmer Humor@programming.dev•The devil said, “Take this glyph-laden grimoire and try to render it cross-platform.”11·2 months agoIt’s also some surprise internal representation as utf-16; that’s at least still in the realm of Unicode. Would also expect there’s utf-32 still floating around somewhere, but I couldn’t tell you where.
And is mysql still doing that thing with
utf8
as a noob trap andutf8_for_real_we_mean_it_this_time_honest
or whatever they called it as normal utf8?
esa@discuss.tchncs.deto Programmer Humor@programming.dev•The devil said, “Take this glyph-laden grimoire and try to render it cross-platform.”4·2 months agoYes, I am joking. We probably could do something like the old iso-646 or whatever it was that swapped letters depending on locale (or equivalent), but it’s not something we want to return to.
It’s also not something we’re entirely free of: Even though it’s mostly gone, apparently Bulgarian locales do something interesting with Cyrillic characters. cf https://tonsky.me/blog/unicode/
esa@discuss.tchncs.deto Programmer Humor@programming.dev•The devil said, “Take this glyph-laden grimoire and try to render it cross-platform.”2·2 months agoTo unjerk, as it were, it was a thing. So on old systems they’d do stuff like represent æøå with the same code points as
{|}
. Curly brace languages must have looked pretty weird back then:)
esa@discuss.tchncs.deto Programmer Humor@programming.dev•The devil said, “Take this glyph-laden grimoire and try to render it cross-platform.”3·2 months agoJess. Ai’m still lukking får the ekvivalent åv /r/JuropijenSpelling her ån lemmi. Fæntæstikk søbreddit vitsj æbsolutli nids lemmi representeysjen.
esa@discuss.tchncs.deto Programmer Humor@programming.dev•The devil said, “Take this glyph-laden grimoire and try to render it cross-platform.”31·2 months agoNo, I’m pretty sure the weird o with the leg is in basic ASCII. It’s also missing Latin characters like Æ. It’s a very weird standard.
esa@discuss.tchncs.deto Programmer Humor@programming.dev•The devil said, “Take this glyph-laden grimoire and try to render it cross-platform.”61·2 months agoQ. P is a common character across languages. But Q is mostly unused, at least outside the romance languages who appear to spell K that way. But that can be solved by letting the characters have the same code point, and rendering it as K in most regions, and Q in France. I can’t imagine any problems arising from that. :)
esa@discuss.tchncs.deto Programmer Humor@programming.dev•The devil said, “Take this glyph-laden grimoire and try to render it cross-platform.”2·2 months agoI’m not entirely sure here, but you are aware you’re in a humour community, yeah?
Neovim developer got sidetracked configuring their reply plugin
Yeah, none of that with
bat
:λ bat $(type -P bat) ───────┬────────────────────────────────────────────────────────────────────────── │ File: /usr/bin/bat <BINARY> ───────┴────────────────────────────────────────────────────────────────────────── λ bat < $(type -P bat) ───────┬────────────────────────────────────────────────────────────────────────── │ STDIN <BINARY> ───────┴────────────────────────────────────────────────────────────────────────── λ