Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kiesel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kiesel
11mo ago
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, simple HTML page. Well played! :-)
2.
▲
by
kiesel
2y ago
Thanks for the link to this awesome page!
3.
▲
by
kiesel
3y ago
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 functions that are known to be expensive ($0.025 per 1,000 st
4.
▲
by
kiesel
6y ago
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 keyboard layout, or when using a mac (vs linux) - so what
5.
▲
by
kiesel
6y ago
> 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 right away like a normal adult would? The standup w
6.
▲
German Covid tracking app source code: Corona-Warn-App
(github.com)
2 points
by
kiesel
6y ago
|
0 comments
7.
▲
by
kiesel
7y ago
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 as of itself.
8.
▲
by
kiesel
7y ago
> 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 privileged user). However, not everyone can do that. (Shared
9.
▲
by
kiesel
7y ago
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 applications should run with the least possible privileges, ie. o
10.
▲
by
kiesel
8y ago
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 the same source file with different
11.
▲
by
kiesel
8y ago
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 doesn't make Android phones behave in su
12.
▲
by
kiesel
10y ago
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).
13.
▲
by
kiesel
10y ago
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 about which channel / user I tweet to, I
14.
▲
by
kiesel
11y ago
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, though.
15.
▲
by
kiesel
11y ago
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 tracking files from multiple repos (so cal
16.
▲
by
kiesel
11y ago
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 links there that haven
17.
▲
by
kiesel
11y ago
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. They then noticed the plane stopped climbing and actuall
18.
▲
by
kiesel
12y ago
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 bash(-completion) (IIRC). That would auto-update when new di
19.
▲
by
kiesel
12y ago
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 be able to enjoy XSL.
20.
▲
by
kiesel
12y ago
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. But: maintaining large sites that inherit templates (call