Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stgiga
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
stgiga
2y ago
WebAssembly in fonts doesn't sound very secure, coming from someone who is certified in cybersecurity and has spent years doing font stuff.
2.
▲
by
stgiga
2y ago
The 1988 set at 16x16px is the same resolution as Unifont and UnifontEX emoji, though due to having Plane 0 and Plane 1 simultaneously, UnifontEX works better as an emoji font.
3.
▲
by
stgiga
3y ago
Something I forgot to add was that the Biang and Taito CJKV characters live in Plane 3.
4.
▲
by
stgiga
3y ago
Thank you!
5.
▲
UnifontEX final build now released after 6 years
(stgiga.github.io)
3 points
by
stgiga
3y ago
|
4 comments
6.
▲
by
stgiga
3y ago
In 2017 I had started an effort to improve GNU Unifont (my efforts involved merging the Plane 0 glyphs with the Plane 1 glyphs in Unifont Upper) which after 6 years was just recently finished on September 12th. UnifontEX is the name of this
7.
▲
I wrote a file compressor in JavaScript
(b3k.sourceforge.io)
3 points
by
stgiga
4y ago
|
1 comments
8.
▲
by
stgiga
4y ago
BWTC32Key is a file compressor with encryption and Base32768 binary-to-text output, and its files use a .B3K file extension. I'm using BWT (in a matter better than either BZip family compressor), as well as AES256-CTR (to avoid padding