HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cesnja

no profile record

comments

cesnja
·il y a 6 mois·discuss
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
·il y a 6 mois·discuss
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
·il y a 8 mois·discuss
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
·il y a 9 mois·discuss
You can still get hit by a path traversal exploit. The safest option is to only have the public files on the server.
cesnja
·il y a 10 mois·discuss
There's this 6.1 inch phone, now stop complaining.
cesnja
·il y a 12 mois·discuss
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
·il y a 12 mois·discuss
Heat adaptation is a thing.
cesnja
·il y a 12 mois·discuss
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
·l’année dernière·discuss
Based on DORA research it's correlated with the engineering team/company being a high-performer.
cesnja
·l’année dernière·discuss
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
·l’année dernière·discuss
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
·il y a 2 ans·discuss
It can be configured with `core.abbrev`.

https://git-scm.com/docs/git-config#Documentation/git-config...
cesnja
·il y a 2 ans·discuss
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
·il y a 2 ans·discuss
Renovate has a feature called "Dependency Dashboard" which does exactly that.
cesnja
·il y a 8 ans·discuss
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
·il y a 8 ans·discuss
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.