Live data from Hacker News

Viewing profile — BraveNewCurency

BraveNewCurency

HN member
Joined
Mon, Feb 21, 2011, 2:27 PM UTC
HN karma
163
Public activity
116 items

About BraveNewCurency

Linux. Startups. AWS. Microcontrollers. Electronics.

meet.hn/city/45.6306954,-122.6744557/Vancouver

Interests:

AR/VR, Hardware, Mentorship, Open Source, Startups

---

Recent public activity

  1. comment
    Comment #41364024

    > One-Way-Door and Two-Way-Door Decisions See also the "Linux kernel management style" document that's been in the kernel since forever: https://docs.kernel.org/6.1/process/managem…

  2. comment
    Comment #41151025

    But BCD is not floating point (generally shorthand for the IEEE 754 Floating Point standard, which nearly every CPU and GPU have hardware support for). And I don't know much about …

  3. comment
    Comment #41150168

    All models are wrong. Some (wrong) models are useful. Computers can't represent 0.1 (in floating point), yet that hasn't stopped anyone from doing finances on their computer. I don…

  4. comment
    Comment #32503068

    > If it worked from the start, it wouldn't need to be fixed later. True. But you ignore the fact that NO SOFTWARE IS EVER DONE. Software always has bugs, and even if it didn't, it …

  5. comment
    Comment #27852352

    > Does the Wikipedia logo really need to be secured with https? Yes, otherwise your ISP will use it to serve ads.

  6. comment
    Comment #20941159

    > polls showed that people were opposed to breaking up Microsoft 54-35. Sure. But that is entirely based on their perception. If you asked "Should Microsoft be allowed to charge De…

  7. comment
    Comment #19242501

    > which gives its guarantees per node There is no such thing, because Nodes (and even entire datacenters) can fail. In other words, node failure is an infrastructure problem that i…

  8. comment
    Comment #18089933

    If you want to be online only part of the time, look into IPFS. Even if you go offline, your popular pages will likely be cached for a while, and can be cached forever if someone t…

  9. comment
    Comment #17864975

    > The results may be good enough for plenty of folks, but I highly doubt they will ever be better than the big budget search engines. On the other hand, that is not the criteria fo…

  10. comment
    Comment #17855709

    It does have one security implication: Wireguard never responds to an attacker. Your tunnel is responding to attackers, so now they know your box exists and can probe it for proble…

  11. comment
    Comment #17605987

    > Is it generally reliable asking Amazon support what capacity you need for a particular use case Everyone's use case is different, they are not experts at your application, you ar…

  12. comment
    Comment #17359492

    > Definitely doesn't feel like my wealth is growing in index funds fast enough to retire within this life time. Ha ha, I feel the same. But don't discount the fact that small perce…

  13. comment
    Comment #17141113

    Sure, they share a lot, like: - Billing: One bills you before shipping, the other bills at the end of the month. - Cart: One lets you add items to a cart, the other lets you use pr…

  14. comment
    Comment #16937466

    Don't forget, you should be interviewing them as much as they are interviewing you. If you choose to pursue a company with clearly distopian hiring procedures, you are part of the …

  15. comment
    Comment #16625013

    > You just need to see what the car sensed I don't think all self-driving cars have the same sensors. If you have LIDAR model X, and they were using LIDAR model Y, will your system…

  16. comment
    Comment #16499050

    Let's say Amazon is about to make $1B in profits. Instead, they go on a hiring spree, and quickly pay out $1B in salary. Ha ha, they say, we have a profit of $0, so we don't get ta…

  17. comment
    Comment #16455168

    The point of patents is to entice innovators to PUBLISH their inventions. A patent should be about some process that is so complex that nobody else has figured how to do it before …

  18. comment
    Comment #16455121

    > how do we allocate rewards to innovators The goal of the patent system is not to "pay innovators" - they already get paid by putting good products on the market. The goal of the …

  19. comment
    Comment #16415062

    Yes, FastCGI would work, as long as you don't mind wasting money. But what happens when you have billions of scripts, each executed infrequently? You need some way of fetching the …

  20. comment
    Comment #16377708

    https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect

  21. comment
    Comment #16301668

    > If something happens that's egregiously morally out of bounds, then people will find or create ways to enforce against it. I think you left out "and a lot of money is involved". …

  22. comment
    Comment #16301601

    Like dumping a toilet in a driveway because some database pointed you there? https://splinternews.com/how-an-internet-mapping-glitch-turn...

  23. comment
    Comment #16199107

    > That's why Comcast is having such a hard time? That is a terrible example. Comcast would be out of business if their customers had something to switch to. But they are a monopoly…

  24. comment
    Comment #16195006

    > my calendar every year to retrieve all my keys from cold storage and do a meaningless transaction No, you don't need to retrieve your keys each year. Before storage, create N tra…

  25. comment
    Comment #16194837

    Huge difference. It's not the kernel size, it's the interface (ABI). In a unikernel, the kernel is part of the application (like a library). Instead of a complex/slow transition fr…