InFeeo
United States
All
New
Language
Profile channel

@MrX

No bio yet.

Since 30.05.2026

My 11-year-old font bug(play.google.com)
Back in time I used to make a stupid little font called Unison. It was a bitmap-vector hybrid font defined by text-based font description files which then get compiled by Python script. During the development of Unison, I had so frustrating bug that I had to write this comment in addition to its workaround: def custom_sort_key((name, _)): # what, the, real, fuck. # it seems that Uniscribe has some bug with Hangul and possibly more scripts: # some characters, when they are located in specific glyph indices, are correctly # mapped via ScriptGetCMap but considered to be missing via ScriptShape. # combined with SSA_FALLBACK it causes the wrong *and* inconsistent fallback behavior. # given that the range of those indices abruptly end with 2^n boundaries, # I strongly suspect that this is something to do with the internal lookup mechanism. # for now, reorder problematic scripts to (empirically) avoid the problem... *sigh* if not name.startswith('uni'): return (2, name) try: c = int(name[3:], 16) except ValueError: return (2, name) return (0 if 0x1100
If you're buying this chart you deserve to be rekt(reddit.com)
Sorry, won't have any empathy towards people that will get rugged once this goes 90+% down. The coin is even flagged on the site for a suspicious activity. EDIT: I'm sure this post will get downvoted to oblivion by the ANSEM bot army. Just remember me when you all get rugged and start crying on Reddit and Twitter. submitted by /u/Adonael [link] [Kommentare]
Now that the NYSE is seeking to deploy a blockchain trading platform, is it fair to say no coiners have lost the plot and the argument?(reddit.com)
Both the nasdaq and NYSE are moving towards blockchain. This isnt speculation. Just last March, the SEC granted nasdaq permission to choose to settle on blockchain. Last December the SEC gave Depository Trust Co permission to begin handling tokenized transactions, The NYSE is seeking approval to build a seperate blockchain based trading platform for 24/7 trading, settling trades instantly instead of one business day. Plans to launch at end of year if approved. Nasdaq partnered with kraken, NYSE partnered with OKX. The list goes on https://www.schwab.com/learn/story/tokenization-real-world-assets-on-blockchain https://www.schwab.com/learn/story/tokenization-real-world-assets-on-blockchain submitted by /u/AsbestosDude [link] [Kommentare]
ECCV travel support program [D](reddit.com)
Has anyone gotten a response from the eccv travel support program listed on their website? https://eccv.ecva.net/Conferences/2026/DEI Edit: also have anyone applied for this program as an accepted author? I have an independent research paper accepted and am currently looking for funds for paying for the registration fees submitted by /u/tedd235 [link] [Kommentare]