Live data from Hacker News

Viewing profile — petree

petree

HN member
Joined
Sun, May 24, 2020, 7:19 PM UTC
HN karma
51
Public activity
23 items

About petree

No profile information was provided.

Recent public activity

  1. comment
    Comment #40934559

    AWS' Nitro platform is no longer based on Xen and the Xen stuff is being replaced/deprecated, including moving some of the old Xen instance types to run on Nitro instead of Xen.

  2. comment
    Comment #38015083

    Latin 1 doesn't cover all languages that use a Latin script, and has an incomplete character set for others.

  3. comment
    Comment #38014992

    Sometimes the lack of diacritic can change the meaning of the name for the worse and either way, names are deeply personal things that people are attached to, so they might want to…

  4. comment
    Comment #37888523

    Sure, it is definitely more expensive than I would like. But you still have the option to watch the ads if you don't like paying a sub. Expecting it to be completely free is unreal…

  5. comment
    Comment #37888489

    Having a loss leader like this is exactly monopolistic behavior though. The fact that Google are trying to make money from it is expected and more fair to their competitors than ju…

  6. comment
    Comment #37887551

    You can use NoScript to disable JS and see how well that works. But more to the point, yes, a browser is a client, but without the economic incentive of either ads or direct moneti…

  7. comment
    Comment #37824901

    Beyond being way less carbon intensive and less polluted, they're objectively better places to live.

  8. comment
    Comment #37648570

    I think I first found this site around 2007 or 2008. I've been using Ian's Secure Shoelace Knot ever since.

  9. comment
    Comment #36989588

    An open source maintainer is a person volunteering their time and resources to offer something usually free of charge. As such, they decide what usecases they want to support and f…

  10. comment
    Comment #36983162

    There is a very good reason: the maintainers want to make the change. They don't even need a good technical need to do it, but usually there is at least something that drives the c…

  11. comment
    Comment #36983062

    Either pay someone to maintain it for as long as you need or engineer around whatever issues you encounter; it's a you problem, and possibly the development process or software sta…

  12. comment
    Comment #36892120

    They're not really VMs. They are metal instances, which run without a hypervisor, but have virtualized network and storage attached instead.

  13. comment
    Comment #36746821

    A star is just a giant fusion reactor. We just need to add more fusion material (hydrogen) and remove the waste material, which gathers in the core and makes it more difficult for …

  14. comment
    Comment #35313258

    You're right, it's not believable that only 1/3 don't know the rules, most likely it's 2/3 of people that don't know the rules, given how people drive.

  15. comment
    Comment #30170377

    Firecracker uses KVM, but KVM is only part of the equation. KVM exposes some very basis functionality (vcpus, memory) that an application like Firecracker or rust-vmm (or more comm…

  16. comment
    Comment #29654876

    For me 21:9 is the ideal resolution right now. It can be split in 2 or 3 screens side-by-side and it still works well. A single 4:3 doesn't really give a lot of flexibility in the …

  17. comment
    Comment #29653302

    3:2 is very close to a 16:10.

  18. comment
    Comment #29583230

    Sounds like great customer service from Tesla, the most valuable car company in the world... Hopefully people can at least recover their money easily.

  19. comment
    Comment #27680483

    You install Linux and tell Microsoft to fuck off with their stupid ideas.

  20. comment
    Comment #27655144

    It can't scale up if it still needs to be produced in the same quantities. It takes a lot of farmland, about 80% in fact, to produce feed for livestock (especially for cattle) even…

  21. comment
    Comment #26662915

    The whole world economy relies on 3 countries in balistic rocket range of each other; not great. Having foundries distributed around the world sounds way more resilient to any conf…

  22. comment
    Comment #26636893

    Having expicitly optional/nullable types is great in languages which are religious about it, since they remove a lot of useless branching and complexity from the code. If it's just…

  23. comment
    Comment #23512176

    I think the issue there is that versions are arbitrary and being able to tell when a library is 1.0 is a non-decidable problem. There are lots of 0.x crates which are stable and fe…