Live data from Hacker News

Viewing profile — bewo001

bewo001

HN member
Joined
Mon, Aug 18, 2014, 1:53 PM UTC
HN karma
268
Public activity
191 items

About bewo001

No profile information was provided.

Recent public activity

  1. comment
    Comment #47814796

    An interface can have many ipv4 addresses as well. It's just not that common, so many people believe they'd need vlans to achieve that.

  2. comment
    Comment #47363826

    well.. openflow is pretty much dead, too inflexible, too slow. The whole control/user plane split is an attempt of the classical router vendors to keep their proprietary boxes. It …

  3. comment
    Comment #46229884

    Hm, some things compilers do during optimization would have been labelled AI during the last AI bubble.

  4. comment
    Comment #46077458

    It's much simpler. In the EU, truckers have to do mandatory 45 min breaks after 4 1/2 hours of driving. With the latest truck generation, this is enough time to recharge to get thr…

  5. comment
    Comment #45993973

    IQ tests are a bit absurd if one looks at the changing definitions of intelligence over the past century. Someone in the 1920s/30s would call the ability to solve equations or play…

  6. comment
    Comment #45536981

    I did once fly as a guest with a winch start, and yes it is something. The ascend is pretty steep and the acceleration is powerful. The pilot did not find good lift and we had to l…

  7. comment
    Comment #43622341

    My late father was a maintenance technician for those things. He hated it when programmers did smart instruction placement to optimize drum timing. When the drum speed was a little…

  8. comment
    Comment #43461008

    forth would come to mind, some people have build surprising stuff with it though I find it too low-level.

  9. comment
    Comment #43353314

    yes, IBM's CUA wasn't that bad. 'F1' for help is one remnant of this. ( https://en.wikipedia.org/wiki/IBM_Common_User_Access )

  10. comment
    Comment #43171185

    Actually, every browser supporting webrtc datachannel supports SCTP over UDP.

  11. comment
    Comment #42182735

    I don't understand the difference to TCP here. If the path is not congested but the receiving endpoint is, the receiver can control the bandwidth by reducing the window size. Ultim…

  12. comment
    Comment #41035179

    AFAIK, an ebpf function can only access memory it got handed as an argument or as result from a very limited number of kernel functions. Your function will not load if you don't ha…

  13. comment
    Comment #40966136

    "Schematics work really well for capturing information that's independent of time, .." This spells out what always irked me about graphical software.

  14. comment
    Comment #40846122

    The fun really starts if you have a CPU using big endian and a bus using little endian.. Back in the late 1990s, we moved from Motorola 68k / sbus to Power/PCI. To make the transit…

  15. comment
    Comment #40040992

    For high-speed networking, exokernel concepts are now being used in the form of DPDK (user space) and eBPF/XDP (user code dynamically verified and loaded into kernel space). Exoker…

  16. comment
    Comment #39535641

    done ( https://github.com/Netflix/bpftop/issues/17 ). Seems to be some futex issue, the kind of bugs that tend to be hard to replicate.

  17. comment
    Comment #39525317

    I might have mis-interpreted this statement: "Certain types and traits that exist in the standard library are known to the Rust compiler." ( https://doc.rust-lang.org/reference/spe…

  18. comment
    Comment #39525148

    I was thinking of things like Box, Rc, Arc, Cell, Refcell. Then there is also the macro language, which integrates Scheme concepts. Like C++, it is a huge language, with extra wrin…

  19. comment
    Comment #39523904

    Nice! But I got it to freeze under higher load. Removing the load does not help.

  20. comment
    Comment #39523844

    lifetimes, async, the myriads of pointer types, that poor-person's monad '?' for a single type.. Sure, you need to give the compiler a lot of hints to achieve what Rust is doing, b…

  21. comment
    Comment #39453573

    From my VoIP experience, there is no 'typical' in NAT. There have been attempts to classify NATs ( https://www.rfc-editor.org/rfc/rfc3489 , Section 5), but they have been abandoned…

  22. comment
    Comment #39055871

    By this they mean expulsion of all people -including citizens- who don't "look German" and people who support them. If this is not fascist, I don't know what is.

  23. comment
    Comment #39001650

    E1 (2Mbit/s) lines were used to connect data centers in the early 1990's.. Man, to think what you could at home with such bandwidth. Maybe even video!

  24. comment
    Comment #39001584

    Actually, it was envisioned that you'd use the D channel for packet switched data traffic (not IP, more like X.25). Why would a private person use more than 16 kbit/s for a home co…

  25. comment
    Comment #39001349

    I worked at an ISDN adapter company in the late 1990s. Apparently, one customer a couple of years earlier did use ISDN as their LAN technology. Each PC with an adaptor (to the joy …