Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ichub
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
32 ms
·
1.
▲
Talking to real Nikita Bier costs $22k — so we built an AI version
(spacecow.ai)
3 points
by
ichub
1y ago
|
0 comments
2.
▲
by
ichub
11y ago
Honestly, I'm not sure. If it was really an issue, it'd be trivial to change the script to render things as nested divs and spans. The appeal of custom elements, at least to me, is that it makes everything more concise and readabl
3.
▲
by
ichub
11y ago
Didn't know about Eager, thanks for letting me know about it!
4.
▲
by
ichub
11y ago
If you're wondering about how you would go about using this in your own website, check out the documentation in the github repo here: https://github.com/ichub/tply If you're wondering how these actually work,
5.
▲
by
ichub
11y ago
Looks like Safari doesn't support `let` syntax yet. I fixed it, should work now. Thanks for letting me know (:
6.
▲
by
ichub
11y ago
Yes, you can delete previously typed sentences, see example #3 on the site: use a <delete> element. If you want a caret, there's two options: * put your tply source into a span, then after the span create and style your own caret
7.
▲
Show HN: Tply – a simple typewriter effect for your websites
(ichub.github.io)
16 points
by
ichub
11y ago
|
11 comments
8.
▲
by
ichub
11y ago
Thanks for the suggestion, I implemented it: https://github.com/ichub/physics/commit/5b875ea2d5e3dfa3f5a0...
9.
▲
Point and Spring Simulation
(ichub.io)
12 points
by
ichub
11y ago
|
2 comments
10.
▲
by
ichub
11y ago
I finished something like this too, after working on it for about a year: http://papertogether.com/ Of course it's not as fully featured, but it was a fun experience. I'm surprised to see that so many others had t