Viewing profile — doersino
doersino
HN member- Joined
- Mon, Aug 13, 2018, 8:53 PM UTC
- HN karma
- 395
- Public activity
- 94 items
- HN profile
- View on Hacker News ↗
About doersino
Recent public activity
-
comment
Comment #41690227
On writing some blog posts about things I’ve built lately (both at work and in my own time). Helps a lot with diving more deeply into topics than what’s reasonable for a “just need…
- story
-
comment
Comment #36935327
https://ludonaut.xyz/projects/impetus.html
-
comment
Comment #36549415
Vaguely related (also “ping, but with a graph”, but different): https://github.com/denilsonsa/prettyping
-
comment
Comment #35725128
I’ve been using https://github.com/samschott/maestral instead of Dropbox’s client for the last year or so and it’s been rock-solid.
-
comment
Comment #34537532
A blog post on how to make your Bash history more useful: https://excessivelyadequate.com/posts/history.html
-
comment
Comment #34502738
Since everyone's sharing their implementation of "slides, but written in Markdown", here's mine: https://github.com/doersino/markdeep-slides It's perhaps unique in that it doesn't …
-
comment
Comment #31585753
I see that we're sharing our lists of magical FFmpeg incantations – here's mine: https://github.com/doersino/ffmpeg-koraktor
- story
-
comment
Comment #30712187
TIL about "until" loops! How neat.
- story
-
comment
Comment #27385315
Wow, that's a fun tool! Very enjoyable to play with. Thank you for making it.
-
comment
Comment #27269303
> I love the choice of keeping the symbols opaque - it makes it easier to use in a funny way. That's precisely what I was going for (plus, it's impossible to find descriptive icons…
-
comment
Comment #27248507
Hiya! I've made this thing over the past week or so. It's deliberately weird! The tiled buttons at the top are presets – use them as jumping-off points, or click your way through t…
- story
-
comment
Comment #27176682
There's ærialbot – while nominally a Twitter bot I created because I wanted to follow it and it didn't quite exist in this form yet, it can be used to download arbitrarily large sa…
-
comment
Comment #27047881
Right, or the handwriting recognition built into RAND’s GRAIL system back in the 60s: https://jackschaedler.github.io/handwriting-recognition/ ...which I’ve reimplemented in SQL (y…
-
comment
Comment #26990524
That's been done before with tixy.land, the project that inspired my tool: https://twitter.com/atesgoral/status/1325947885817565185 https://twitter.com/aemkei/status/13258881271022…
-
comment
Comment #26990503
There sure is – one way is using the good ol' conditional operator: (x==3)?sin(i+t):0 Result: https://doersino.github.io/tixyz/?code=%28x%3D%3D3%29%3Fsin%... Another is multiplying…
-
comment
Comment #26983231
Wow, what a cool idea!
-
comment
Comment #26978236
The author of tixy.land didn't seem to take issue with my "clone" (or the many others) – quite the opposite: https://twitter.com/aemkei/status/1325525563579244548 I don't think "de…
-
comment
Comment #26978213
That "bug" has become sort of a feature – the author of tixy.land added support for it a while ago [1], which I also merged into tixyz. [1]: https://twitter.com/aemkei/status/13259…
-
comment
Comment #26972851
Repeatedly click the dots for a tutorial, click and drag to rotate, and – after writing a function of your own – hit "enter" to generate a shareable URL! The source code can be fou…
- story
-
comment
Comment #26931436
Very nice! A while ago, I’ve built something similar on top of the in-browser Markdown-plus-diagrams renderer Markdeep: https://github.com/doersino/markdeep-slides Aside from thing…