Live data from Hacker News

Viewing profile — koffiezet

koffiezet

HN member
Joined
Tue, Jun 21, 2011, 9:07 AM UTC
HN karma
654
Public activity
451 items

About koffiezet

No profile information was provided.

Recent public activity

  1. comment
    Comment #47613833

    No Belgium either, which I would have expected since tax rates here...

  2. comment
    Comment #46764891

    It however shifts a lot of the complexity of building the application to the distro maintainer, or a software maintainer has to prioritize for which distribution they choose to bui…

  3. comment
    Comment #44462688

    When interviewers use LLM gargbage to filter out participants, expect candidates to do the same.

  4. comment
    Comment #41489411

    > Just curious. In Sweden the average devops salary is around 60k. Well there's salary, and total employee cost. Now sure how it works in Sweden, but here in Belgium it's a good ru…

  5. comment
    Comment #40501215

    I used vagrant in the past for this, but that's years ago.

  6. comment
    Comment #39300063

    This is something I was actually looking for a while ago and settled for a linuxserver's docker image running vnc and sqlitebrowser to inspect some databases on my homelab, which f…

  7. comment
    Comment #38545703

    Not if they require a certificate containing the serial number/imei/... + a nonce provided by Apple, signed with a private key/certificate stored in the secured enclave, loaded int…

  8. comment
    Comment #38545484

    > Somehow I think this one is not Sony's fault entirely. Sorry but if you allow your platform to sell 3rd party content, you better have some consumer protections built-in in your …

  9. comment
    Comment #36940415

    Sure, but the communication channel between the attester and the client which it needs to verify/attest is pretty much undefined?

  10. comment
    Comment #36891858

    What unclear to me is how the actual verification by this attester would happen. Somehow the attester, which is also a remote service, verifies your device? Are there any details o…

  11. comment
    Comment #35410176

    I think their main problem is that regarding the i3 design, they are pretty much the only-ones contributing to improvements, I mean - when was the last time the community (or anoth…

  12. comment
    Comment #35067497

    > beyond allowing others to send/receive messages Just publishing the specs will not allow anyone to send/receive iMessages. It's built on a closed loop CA / certificate system. Re…

  13. comment
    Comment #33435167

    > They were using CentOS for no cost previously and have switched to another no cost RHEL rebuild (Rocky). Since they involved CIQ, I'm pretty sure they are now paying support for …

  14. comment
    Comment #33008566

    > doesn't know that his core infra team just wrote something in Rust Sorry but that is something he should know. That directly affects technology radar and roadmap, HR and a bunch …

  15. comment
    Comment #32636187

    While it might suck for some people, the 10k message limit was always there, so if you wanted to keep history - why the hell would you be on slack? And the people here shouting mat…

  16. comment
    Comment #32386008

    While I think not allowing windows is a silly policy, Apple laptops still sell for a serious premium after 3 or 4 years of use. I've worked for companies where this was the sole re…

  17. comment
    Comment #32369312

    It's never an "or" thing, it's an "and" thing, we need both. The more renewable we have, the better, but for a base-load it's hard to have this everywhere and batteries are far fro…

  18. comment
    Comment #32330014

    Let's be clear here, everything you can do in a "cloudy" environment, you could do on big servers yourself - but at what engineering and human resource cost? Because that's somethi…

  19. comment
    Comment #32316297

    Well, sadly they are not

  20. comment
    Comment #32312274

    > So your point is that once you learn how to use the tool it's easier to use the tool? Kubernetes is not just "a tool", it's a platform. So if you know the k8s fundamentals, being…

  21. comment
    Comment #32304297

    Not for windows native images (which are a thing, but does anyone actually use them?) So in theory, no you don't need WSL.

  22. comment
    Comment #32304292

    Can you elaborate on what mainframes do better? I'm genuinely curious (not being too familiar with mainframes).

  23. comment
    Comment #32304286

    Microvms are just the workloads, while Kubernetes is a platform, mostly agnostic of that workload. Yes that's currently mostly containers, but you can already schedule VMs on k8s w…

  24. comment
    Comment #32304250

    What k8s offers is a platform, on which people can build their own solutions. It makes solving a lot of very hard problems a lot easier and portable. Before k8s, tools like these w…

  25. comment
    Comment #32304030

    Any decent k8s engineer worth his salt should find it pretty easy to navigate this, since how you deal with that is pretty standardised. I've written custom operators and submitted…