HackerTrans
トップ新着トレンドコメント過去質問紹介求人

cesnja

no profile record

コメント

cesnja
·6 か月前·議論
Best marathon runners can do it in "conventional" running shoes [0], but I agree it's easier to find the better technique barefoot or in barefoot shoes.

[0] https://marathonhandbook.com/kipchoge-running-form/
cesnja
·6 か月前·議論
Running barefoot forces you to improve your technique in line with this description. [0] There's also a sizeable market of "barefoot shoes" that's between being barefoot and the regular running shoes, with the manufacturers trying to convince us buying such shoes is the solution. The gait issue become more obvious (and painful) in barefoot shoes, but you can adjust your technique in mass-market running shoes as well.

[0] https://www.youtube.com/watch?v=zSIDRHUWlVo
cesnja
·8 か月前·議論
But the Gateway API has only been generally available for two years now. And the last time I checked, most managed K8S solutions recommend the Ingress API while Gateway support is still experimental.
cesnja
·9 か月前·議論
You can still get hit by a path traversal exploit. The safest option is to only have the public files on the server.
cesnja
·10 か月前·議論
There's this 6.1 inch phone, now stop complaining.
cesnja
·12 か月前·議論
Not any more - nowadays being aero is more important and that adds quite a bit of weight. And disc brake sets are also heavier than brake pads used to be.
cesnja
·12 か月前·議論
Heat adaptation is a thing.
cesnja
·12 か月前·議論
A democratic government can set up an independent emergency response organization that doesn’t need government involvement to declare and respond to an emergency.
cesnja
·昨年·議論
Based on DORA research it's correlated with the engineering team/company being a high-performer.
cesnja
·昨年·議論
You can build the first pipeline with oneliners, but as long as you want to keep optimizing the pipelines, the yaml code will keep piling up with CI vendor's specific approaches to job selection, env variable delivery, caching, output sharing between jobs and so on.
cesnja
·昨年·議論
Kinetic energy increases with the square of the velocity, so in a head-on collision everything not buckled on the back seat becomes a missile heading towards the passenger seats. Even a bag with a laptop is dangerous and you should put it in the foot compartment. And that's like 3kg while an average person will weigh around 70kg.
cesnja
·2 年前·議論
It can be configured with `core.abbrev`.

https://git-scm.com/docs/git-config#Documentation/git-config...
cesnja
·2 年前·議論
You get to choose either the mind-numbing churn of constant updates, the risk of updates piling up and becoming unmanageable, or shipping software with vulnerabilities. None of these options sounds fun.
cesnja
·2 年前·議論
Renovate has a feature called "Dependency Dashboard" which does exactly that.
cesnja
·2 年前·議論
Zenphone 9 was marketed as small, but it's exactly the same size as a normal iPhone 13/14/15.
cesnja
·8 年前·議論
You can run the browser process in a separate mount namespace, only allowing it to access, for example, downloads folder, while everything else is off limits. I recommend Firejail.
cesnja
·8 年前·議論
Much work is being done on Wayland compositors and window managers to change this. Among other expected results are also the security aspects where the user is able to know which program is reading certain inputs and outputs, and might be able to control this data. As a basic example, a desktop app is only able to read/write the pixels inside the rectangle assigned by compositor, and it only receives keyboard events and mouse clicks that were sent inside this rectangle. I think this is an assumption one could make about a modern desktop. Sadly not enough users care about this type of security, so we stick to the old, X11 style of altruistic desktop computing where every program can see everything.