Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
be5invis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
be5invis
2mo ago
Are there any plan in forseeable future (10 years) to port Rune to other platforms (win, mobile/tablet, ..)?
2.
▲
by
be5invis
7y ago
The story about line wrapping is mainly that, you: · Break the text into runs. · Calculate BiDi at paragraph level. · Shape every run to get its length and possible line breaking points. · Arrange the runs (now only have length, h
3.
▲
by
be5invis
7y ago
Let me count all the features that a proper rich text box should support: · Input methods, including... · Composing IME · Speech · Handwriting · Emoji picker · Complex text rendering, including... · Bid
4.
▲
by
be5invis
7y ago
I don't see any references to things like HarfBuzz or DWRITE, which are NECESSARY to properly display any scripts that's not European. All properly implemented text editors are rich text — because you will need to support font
5.
▲
by
be5invis
8y ago
DWRITE is very extensible so you can always implement an IDWriteTextRenderer and do all the magic staff in it. Link: https://docs.microsoft.com/en-us/windows/desktop/directwrite...
6.
▲
by
be5invis
8y ago
Rich text editors' complexity is far beyond ordinary programmer's imagination, especially when complex script (like Arabic) is in it. It is really good to see they have RTL support. -- However they messed up when using composing I
7.
▲
by
be5invis
9y ago
You have to know that the MSFT may not have the source code of Equation Editor, since it is a simplified version of MathType.
8.
▲
by
be5invis
9y ago
The website works well in Edge but you claimed that it does not support that. I have to override the user agent in order to access your editor.
9.
▲
by
be5invis
9y ago
I guess you (or your company) does not have any Windows PC.
10.
▲
by
be5invis
9y ago
You say you have dependent types OK, could you define this? data Eq : {a : Type} -> a -> a -> Type where Refl : Eq x x sym : {x : a} -> {y : a} -> Eq x y -> Eq y x sym Refl = Refl replace : {a :
11.
▲
Request: Add a UTF-8 Mode for MSVCRT Functions and WINAPI
(aka.ms)
1 points
by
be5invis
9y ago
|
0 comments
12.
▲
by
be5invis
9y ago
So where is the famous Idris elaborator? Where are the universes? Where’s inductive types? Where are they?
13.
▲
by
be5invis
9y ago
Wait, isn’t using TypeScript politically incorrect? It is made by MS!!
14.
▲
LambdaConf Project: DeepDarkFantasy, Conbining FP and Deep Learning
(github.com)
1 points
by
be5invis
9y ago
|
0 comments
15.
▲
by
be5invis
9y ago
Your version is outdated.
16.
▲
by
be5invis
9y ago
Leading and width is configurable, actually :)
17.
▲
by
be5invis
9y ago
Iosevka does not have `fi` ligature. The "Term" variant is used for some restricted environments, like some Linux would think that Iosevka is not monospace due to it has glyphs wider than one space.
18.
▲
by
be5invis
9y ago
To be honest, Iosevka is not suitable for the current VF specification, because that it does not support changing glyph topology while changing parameters.
19.
▲
by
be5invis
9y ago
Do you know that all letters in Iosevka are EXACTLY 1/2 em wide? For ASIAN users, you can use THIS and preserve your perfect alignment.
20.
▲
by
be5invis
10y ago
I think Hanlon's Razor can be applied to this example: They just do not think that encryption is important. It is real for Chinese companies.
21.
▲
by
be5invis
10y ago
So, when will cl support two-phase name lookup?
22.
▲
by
be5invis
10y ago
github homepage is unicorn now
23.
▲
by
be5invis
10y ago
It reminds me the format of fonts. That is, your font is actually a program, a program used to draw shapes. There are even subroutine calls in it, and it is widely used to reduce file size.
24.
▲
Mystrious: Stack Overflow at Microsoft
(stackoverflow.microsoft.com)
3 points
by
be5invis
10y ago
|
1 comments
25.
▲
by
be5invis
10y ago
OK, so you can finally fix the bug that breaks non-ASCII, LF line endings and binary redirection. Link: https://github.com/PowerShell/PowerShell/issues/1908
26.
▲
Show HN: Iosevka, the Coders’ typeface, and is code itself
(github.com)
8 points
by
be5invis
10y ago
|
1 comments
27.
▲
by
be5invis
10y ago
Tested using Edge on r14393, and the demo returns “Not vulnerable”. There is a SEC7111 error in the console.
28.
▲
by
be5invis
10y ago
First you have to remember that China itself's population is as large as the entire western world, so things are completely different here. For example, almost nobody in China use credit card for online payment: they use Alipay as an a
29.
▲
by
be5invis
10y ago
Autohinting is hard, especially for ideographs. My hinter even used differential evolution to calculate how strokes should be placed. (link: github.com/be5invis/sfdhanautohint)
30.
▲
Show HN: Otfcc, the rapid OpenType serializer and builder
(github.com)
3 points
by
be5invis
10y ago
|
0 comments
More ›