Viewing profile — PabloSichert
PabloSichert
HN member- Joined
- Wed, Jul 13, 2016, 12:33 PM UTC
- HN karma
- 48
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About PabloSichert
mail@pablosichert.com
pablosichert.com
github.com/pablosichert
linkedin.com/in/pablosichert
x.com/pablosichert
Recent public activity
-
comment
Comment #40942454
It's been a larger sequence of events until I got hired, but it all started by having shared a little side project[1] here that hit the front page in 2016. Back then, Zach[2] from …
-
comment
Comment #33969396
There's still a couple of universities that offer a "Diplomstudium", e.g. TU Dresden: https://tu-dresden.de/ing/studium/studienangebot .
-
comment
Comment #33969246
> and studying computer science doesn't grant you the title of "Ingenieur" anyway That's not correct. E.g., consider the relevant section in the Bavarian engineering law[1] (using …
-
comment
Comment #22376262
Haha, great! I thought there certainly must be other people in a similar situation like me and find this useful. If you hit any problems or have a feature request for your use case…
-
comment
Comment #22375770
Could you explain what "AC components" refers to? I couldn't figure that out just by reading your README. I wonder how the efficiency compares to just encoding on the bit level.
-
comment
Comment #22375686
Hm, that's an interesting choice. I also wonder why they didn't use an encoding that has an alphabet with 2^n characters (that way you can directly map 1 charater to n bits when de…
-
comment
Comment #22375573
Hey there, author here. I have an image library of around ~15,000 RAW photo images, which I wanted to organize. After having tried several approaches over the years (organizing the…
- story
-
comment
Comment #20088617
I've been working on a very similar framework[1], but wasn't satisfied with the ergonomics enough to release it. My plans were to extend the Swift compiler with JSX-like syntax[2] …
-
comment
Comment #14866445
Currently starting to build a native macOS/iOS/watchOS productivity app, therefore picking up Swift. I'm coming from web development - and feel a bit stuck on how to layout things …
-
comment
Comment #12836997
I'd be interested in such a solution, also in regard to the input from another commenter to make this work with nginx. If you have a concrete idea and eventually a project on GitHu…
-
comment
Comment #12833287
Thanks for making that example! Assuming I am looking at your sketch with the x-axis being time, I just want to note that specific to this library there won't be two events (reques…
-
comment
Comment #12832236
Sorry, I couldn't quite follow - could you break it down in simple sentences what the connection between those links you provided and the visualization is? The coloring depending o…
-
comment
Comment #12832172
Any plans on releasing a version that is not tied to the apple ecosystem? ("super/windows" vs "option", "command" vs "alt") Why are those not configurable, as well? Are "fn" and "c…
-
comment
Comment #12831421
That's an interesting question! I wrote this mainly for the need of better debugging in development, and never inspected live traffic on a production server. If you balance your ap…
- story