Live data from Hacker News

Viewing profile — gmazza

gmazza

HN member
Joined
Mon, Jun 13, 2016, 10:11 AM UTC
HN karma
205
Public activity
48 items

About gmazza

No profile information was provided.

Recent public activity

  1. comment
    Comment #14079069

    https://caddyserver.com/ Caddy is written in Go, and make use of native fibers/green threads/goroutines.

  2. comment
  3. comment
    Comment #14023848

    Middle ground between dropping [1] and buffering is Active Queue Management as wtallis pointed out above. State of the art AQM on Linux nowadays is CoDel [2]. Big network gear vend…

  4. comment
  5. comment
  6. comment
    Comment #14018548

    > Wrong: you see 10KB/s download speed because you are not throttling the incoming packets but the outgoing packets! Yep. TC's default is to policy outgoing traffic, which in OP's …

  7. comment
    Comment #14018422

    If you don't need hierarchical classes[1], just use tbf (token bucket filter) instead of htb (hierararchy token bucket) - it's more efficient, more compact, and gives you access to…

  8. comment
    Comment #14015119

    > I wish there were an API to detect how much data still hasn't been acked. From example code attached to the original article (Linux only): int outstanding; ioctl(fd, SIOCOUTQ, &o…

  9. comment
  10. comment
  11. comment
  12. comment
    Comment #12547775

    And that is exactly why open IM protocols and 3rd party clients are so important. If both you and your correspondents do use 3rd party IM client ([1], [2], etc), then just run OTR2…

  13. comment
  14. comment
    Comment #12546211

    If this [1] Lenovo employee's answer is a real deal, and this was in fact sanctioned by MS, I wonder if their actual goal was to prevent people from installing Windows 8/7/whatever…

  15. comment
  16. comment
    Comment #12546064

    Have a look lenovo forums [1] (also linked prominently from original article), where OP has following to say: I am attempting to install ubuntu 16.04 on my yoga 900. The bios can s…

  17. comment
    Comment #12543681

    Obligatory XKCD: https://xkcd.com/1174/

  18. comment
  19. comment
    Comment #12543120

    And for an example of co-existence of competing languages, see javascript triggering flash/actionscript (e.g. for clipboard access) and vice-versa (e.g. for DOM access). Both are s…

  20. comment
    Comment #12539577

    This was mostly from a personal experience of running couple of dozens Raspberry Pies. To elaborate: - Cheap cards would start corrupting right in the middle of first "apt-get upda…

  21. comment
    Comment #12539464

    Designed-for use-case for an SD card is a buffer where a photo/video camera will save footage sequentially, then you copy everything to your PC/laptop and reformat the card. When u…

  22. comment
    Comment #12539424

    I wonder how well would it perform when used in place of laptop's system disk (i.e. with tons of small files and very random read/write access patterns).

  23. comment
    Comment #12539315

    Two hard things in computer science: - cache invalidation: check (root cause of the actual bug); - naming things: check (terrible name for an article, as others already pointed out…

  24. comment
    Comment #12525688

    The only time I had to use (admittedly annoying) HP GUI installer is for scanner part of HP CM1015 MFP. Printer part of the same MFP worked fine with just normal CUPS.

  25. comment
    Comment #12490619

    This 30-minutes-then-shutdown annoyance looks to be optional and disabled at the very least on the x230 machine that trmm is hacking on: https://www.coreboot.org/pipermail/coreboot…