Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
juanpotato
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
juanpotato
5y ago
Yeah I'm on easy mode. With hard mode on I had some failures with words that only differ by 1 letter. I was happy with the result though and didn't care to try and optimize the hardmode. I think your heuristic is pretty similar to
2.
▲
by
juanpotato
5y ago
https://github.com/JuanPotato/Wordle-Solver I made a similar solver, it solves all the words in 3.65 average moves. Could probably be better. The github explains how it works.
3.
▲
It鈥檚 Always Character Encodings
(juanpota.to)
2 points
by
juanpotato
5y ago
|
0 comments
4.
▲
Weird Subtitles
(juanpota.to)
4 points
by
juanpotato
6y ago
|
0 comments
5.
▲
by
juanpotato
8y ago
Got a link to the channel?
6.
▲
by
juanpotato
9y ago
With their recent release of tdlib, implementing clients should be easier than before. Still a pain, but easier.
7.
▲
by
juanpotato
9y ago
https://doc.rust-lang.org/nightly/book/second-edition/ch04-0... try this
8.
▲
by
juanpotato
9y ago
I'm trying to find how to do this in fontforge
9.
▲
by
juanpotato
9y ago
~20MB
10.
▲
by
juanpotato
9y ago
Thanks dude!
11.
▲
by
juanpotato
9y ago
yep
12.
▲
by
juanpotato
9y ago
They _should_ be treated as two separate boxes as I made it so that each glyph is certain to be full width regardless of the default.
13.
▲
by
juanpotato
9y ago
Lol it was a joke. Thanks for the support man!
14.
▲
by
juanpotato
9y ago
But that's a file, it accepts a file path. I already looked into this
15.
▲
by
juanpotato
9y ago
Fontforge doesn't have a function for loading svgs as glyphs from strings. Only files paths.
16.
▲
by
juanpotato
9y ago
Yeah I tried looking to see how much I would need to change to fix it, but I'm not too great in C which is what fontforge was written in. Oh man I gotta look into the composite glyphs. I don't know much about fonts in general. Tha
17.
▲
by
juanpotato
9y ago
You're right and I should have added more details. fontforge only accepts file paths and not strings sadly
18.
▲
Tofu – The opposite of a font
(github.com)
166 points
by
juanpotato
9y ago
|
63 comments
19.
▲
by
juanpotato
9y ago
Don't ask to ask just ask
20.
▲
by
juanpotato
9y ago
No need for tests to pass if they don't exist ¯\_(ツ)_/¯
21.
▲
by
juanpotato
9y ago
I'll tell you once I get any clients :(