Live data from Hacker News

Viewing profile — kune

kune

HN member
Joined
Wed, Dec 28, 2016, 9:16 AM UTC
HN karma
65
Public activity
27 items

About kune

No profile information was provided.

Recent public activity

  1. comment
    Comment #49142004

    The Go team is addressing that in the release notes: https://go.dev/doc/go1.27 They think it will only affect use cases where a high number of idle connections were allowed to ling…

  2. comment
    Comment #48361860

    Humboldt University Berlin had officially licensed a UNIX System III as a research institute. They run it on a K1600 series Robotron system, which was a PDP-11 clone. I had a few s…

  3. comment
    Comment #48264160

    Theoretically you can use channels to simulate a mutex, but I agree with you there are use cases where a mutex makes more sense. They are even used in the standard library, for ins…

  4. comment
    Comment #48173345

    The RST (Reset) is sent to inform the client that the data it sent was not read by the server. The RST avoids here the 4-way handshake for the TCP connection closure and the long w…

  5. comment
    Comment #46172012

    The interesting aspect of the Cloudflare support, which is not clarified, is how they came to the risk assessment that it is ok to roll out a change non-gradual globally without te…

  6. comment
    Comment #45970807

    This thing crashes on Ubuntu LTS 24.04 during start. Apparently all these agents are not able to ensure that a desktop app starts on a popular Linux distribution. If Google has for…

  7. comment
    Comment #45584575

    In my org nobody has admin rights with the exception of emergencies, but we are ending up with a directory full of Github workflows and nobody knows, which of them are currently su…

  8. comment
  9. comment
    Comment #38547756

    Palm2 tells me that it is most powerful LLM in the world, but it isn't Gemini yet. LOL! I don't need AIs that are parroting marketing crap.

  10. comment
    Comment #37953037

    The statement "An interface type A is assignable to interface type B if A’s methods are a subset of B’s." is wrong. It is not in the current language specification of Go. The autho…

  11. comment
    Comment #37130980

    The density of black hole decrease by the inverse square of the mass of the black hole. That means massive black holes have a much lower density that small black holes. So they are…

  12. comment
    Comment #36823474

    There are two scenarios: First: Microsoft uses the JWT signing keys in memory and the attacker were able to get access to it by injecting code or get access to the memory image of …

  13. comment
    Comment #36237885

    The comments are full of statements regarding security capabilities for passkeys. But there is no public specification that even defines requirements for the exchange of passkeys b…

  14. comment
    Comment #36181259

    Why telnet, if you have `$ echo foo >/dev/tcp/localhost/8080`-

  15. comment
    Comment #35317722

    "Der kluge Hans" is not directly a Brother Grimm title. There is a story "Der kluge Knecht", which translates into "The clever farmhand". The hero of the story is called in the sto…

  16. comment
    Comment #34623165

    At first I was on the fence too. I'm not use it all the time, but when I need it, it works as expected and it is much less a hassle than I remember writing C++ templates. I have no…

  17. comment
    Comment #34378339

    I hope the lawyers ask those companies, what process they are using to avoid to have images from Disney movies in the training set.

  18. comment
    Comment #34019914

    I actually use my German ID card to communicate with the Elster service of the German tax offices. My old USB signing stick would need to be replaced next year, but using my ID car…

  19. comment
    Comment #33862632

    The article contains a number of problematic statements. One is for instance the statement that Linux destroyed value. It may have for the proprietary UNIX vendors. But this should…

  20. comment
    Comment #31453588

    It was not so easy back then as well. They had draft riots in New York City, which had to be suppressed by regular Union regiments. There were also deserters and bounty jumpers. Th…

  21. comment
    Comment #30029553

    Somebody told me a few years back that the life time of a CISO in a larger organisation is not larger than 24 months. In my organisation that proved to be true so far. Here the rul…

  22. comment
    Comment #29856273

    People should have a look as k-sortable unique identifiers (KSUID). Binary they are represented by 20 bytes and their string representation has 27 characters, which is shorter than…

  23. comment
    Comment #29656855

    Go 1.18 supports generic functions. Wouldn't a generic function much simpler than an additional type for that use case?

  24. comment
    Comment #29564634

    The change request talks about configuration files as the Apache documentation. Why did they use it for messages? Was this misunderstood?

  25. comment
    Comment #29564392

    We should rename CI/CD pipelines Continuous Patching Pipelines, which would be more appropriate.