HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kschiffer

no profile record

Submissions

Developer Stress Management

thevaluable.dev
2 points·by kschiffer·قبل 3 سنوات·0 comments

From 1 to 1M (2014)

waitbutwhy.com
1 points·by kschiffer·قبل 3 سنوات·0 comments

comments

kschiffer
·قبل شهرين·discuss
Typical HN condescending bitterness at it again. Thank you for this very constructive feedback.
kschiffer
·قبل 4 أشهر·discuss
Finally all spinner verbs revealed: https://github.com/instructkr/claude-code/blob/main/src/cons...
kschiffer
·قبل 3 سنوات·discuss
Protip from my side if you're crashing Airbnbs full-time: bring a knife sharpener. I've yet to see the Airbnb that actually had a usable set of knives. Typically all dishes are whatever cheapest you can get at IKEA.
kschiffer
·قبل 3 سنوات·discuss
I would write and share more, but the HN tribunal is just too bitter and merciless to expose your weak and vulnerable self to – as the comments on this post perfectly illustrate.
kschiffer
·قبل 3 سنوات·discuss
I've come up with this simple bash function for a while already: https://gist.github.com/kschiffer/912d95ca552112820d34f59ec6...

Just add it to your shell config (e.g. `.zshrc`) and use it like so: `$ killport 8080`
kschiffer
·قبل 3 سنوات·discuss
Or a German speaker–or any other language speaker I guess...
kschiffer
·قبل 3 سنوات·discuss
I don't even get why people wouldn't use normal GPT API (OpenAI completions) instead. Isn't it exactly the same except that ChatGPT is primed to be more conversational (which in many cases as the one in the OP is just noise anyway)?
kschiffer
·قبل 4 سنوات·discuss
Anyone remembers the vanilla tailwind implementation? It's called the `style` attribute.
kschiffer
·قبل 4 سنوات·discuss
CUBE CSS to the rescue, I guess: https://cube.fyi/

Basically an approach that leverages the advantages of utilities and blocks and embracing the `Cascading` in CSS instead of working around it, like BEM et al. likes to do.