Viewing profile — kiesel
kiesel
HN member- Joined
- Thu, Apr 17, 2014, 7:52 AM UTC
- HN karma
- 42
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About kiesel
[ my public key: https://keybase.io/alexdandrea; my proof: https://keybase.io/alexdandrea/sigs/Lhb_NMnB3yC561D1wy8ZIlX71tT0NmuVILSRKCqzlzo ]
Recent public activity
-
comment
Comment #45833614
I love the fact that the author "wrote" this page with massive CSS framework (tailwind) and some sort of Javascript framework, with a bundler and obfuscator - instead of a plain, s…
-
comment
Comment #41201865
Thanks for the link to this awesome page!
-
comment
Comment #35812436
This is less an example of why serverless was bad but rather an example where using non-suitable services for tasks they were not meant for. In this case they were using AWS Step f…
-
comment
Comment #25927355
Having a good keyboard is important (not only for ergonomics, but also for efficiency) in our business. But I find I'm having difficulty when temporarily switching from US to DE ke…
-
comment
Comment #24587914
> Let's say we have it every day at 9:30 and I get stuck at 11:00. Does anyone really expect me to wait almost a whole day to get help, or should I just go talk to someone about it…
- story
-
comment
Comment #19852333
By being able to modify executable files on the webserver, an attacker can add a backdoor through a security hole quite easily. Without, he could just make use of the security hole…
-
comment
Comment #19849972
> A comprehensively secure automatic update system would have process isolation between the normal web interface and the updater (and the latter would run as a different, more priv…
-
comment
Comment #19847764
The update mechanism itself is still insecure, as the wordpress instance must have the ability to exchange its own source code - something you'd at least call risky. Web applicatio…
-
comment
Comment #18903206
I am a (happy) user of homeshick ( https://github.com/andsens/homeshick ), but this project really seems to top it by providing the only feature that I've missed until now: - use t…
-
comment
Comment #18335607
So, what could it be that makes iPhones "react" with helium? Helium is an inert gas and shouldn't really chemically react with anything in there. Any clues why such an environment …
-
comment
Comment #13704955
Plus, the press center tower now serves several companies as offices (with a very nice view from the top onto the Olympic park with the stadium).
-
comment
Comment #12381947
This is an unsolved problem; some people work around it by managing multiple twitter accounts, one for each "channel". It doesn't scale by topics, though. OTOH if I have to think a…
-
comment
Comment #11078551
There's a fork called homeshick which is a plain-bash rewrite of homesick, so it doesn't have the ruby dependencies (for those who care about that). There might be few differences,…
-
comment
Comment #11078524
I use homeshick ( https://github.com/andsens/homeshick ), a - as I understand - rewrite of homesick (ruby) in bash. It needs to be sourced in .{bash,z}shrc and has features like tr…
-
comment
Comment #11051796
I enjoy reading * http://softwareleadweekly.com/ - about people, culture, leadership * http://www.devopsweekly.com/ - DevOps, by Gareth Rushgrove Just my pick. Indeed, I've found l…
-
comment
Comment #9350939
I wonder why it wasn't possible to restart the mistakenly shut down engine. The article states that in first seconds after the shutdown, the pilots were unaware of their mistake. T…
-
comment
Comment #8995639
As I work on quite a big directory tree, where most of the repos are in just a few parent directories, I like using the CDPATH variable that is present in at least (oh-my-)zsh and …
-
comment
Comment #8721194
Probably true; the architecture we had in the team was nonexistant, so it turned into a mess... XSLT then has nothing to improve upon. If you start out "right", you probably will b…
-
comment
Comment #8708588
I need to agree. Using XSLT to write a XML -> HTML website is not a good idea - at least when a bunch of developers maintain it over time. From the ground up, I admit I like XSLT. …