Live data from Hacker News

Viewing profile — bilog

bilog

HN member
Joined
Sat, Feb 22, 2014, 8:22 AM UTC
HN karma
42
Public activity
21 items

About bilog

No profile information was provided.

Recent public activity

  1. comment
    Comment #45955990

    Their business model is selling ads. They don't give a rats ass about the open web.

  2. comment
    Comment #45955956

    XML source + XSLT can be considerably more compact than the resulting transformation, saving on hosting and bandwidth.

  3. comment
    Comment #44982356

    Can CSS be used to produce plots from XML data? https://wok.oblomov.eu/tecnologia/plotting-xslt/ https://wok.oblomov.eu/tecnologia/plotting-sparklines-xslt/

  4. comment
    Comment #44956542

    For one, in many cases the XML + XSLT is more compact than the rendered output, so there are hosting and bandwidth benefits, especially if you're transforming a lot of XML files wi…

  5. comment
    Comment #44956510

    There's even a JS implementation of XSLT 3.0 already (SaxonJS).

  6. comment
    Comment #44952035

    Because those neglecting it are the same that want to remove it. So it's not “we want to remove it because it's neglected”, but “we want to remove it so we'll neglect it”. This is …

  7. comment
    Comment #44951969

    Also, fun fact, XSLT 3 relies on XPath 3.1 which can also handle JSON.

  8. comment
    Comment #44950553

    Most of the issues of using client-side XSLT is that browsers haven't updated their implementations since v1 nor their tooling to improve debugging. Both of these issues are resolv…

  9. comment
    Comment #37277320

    That's Richard Spencer trying to explain Pepe the Frog. Relevant commentary: https://www.youtube.com/watch?v=IKICKcMU3MU

  10. comment
    Comment #29354702

    It does, a least in my case (AMD RX580 with distro amdgpu driver).

  11. comment
    Comment #27981238

    The intuition with the columns of pennies over a plate doesn't translate because in the plate case the surface is fixed (the surface of the plate) so the pressure depends on how mu…

  12. comment
    Comment #27981089

    The equations are conceptually simple: Navier-Stokes equations (conservation of momentum) and conservation of mass. The behavior is emergent.

  13. comment
    Comment #27980975

    And the biggest takeaway to me was that the software is still heavily bugged, especially the UI.

  14. comment
    Comment #27980917

    IME it's also a good idea to organize periodic get-togethers to "coalesce" some collaboration aspects that are harder to manage remotely.

  15. comment
    Comment #27980860

    That goes both ways though. It also means that you can get hired by some company on the other side of the world that possibly offers better conditions than anything local.

  16. comment
    Comment #16248393

    CUDA uses a single-source approach, meaning that the host (CPU) and device (GPU) code are in the same file. So it requires a special compiler (nvcc) that splits the original source…

  17. story
  18. comment
    Comment #8871151

    The problem is that the only way to win against non-free software is to provide viable free-software alternatives. Free software cannot win on ideology alone, it _has_ to provide t…

  19. comment
    Comment #8871106

    > RMS doesn't care about "open source" Apparently, he also doesn't care about free software enough either, since he apparently prefers users to switch to something they can _use_ t…

  20. comment
    Comment #8871084

    The problem is that Stallman has painted himself in a corner here. On the one hand, he says: don't use LLVM/Clang, it's dangerous, use GCC instead; on the other hand, he says, no, …

  21. comment
    Comment #7281427

    The first thing that shows up in a VIM session is a small introductory text that includes type :help or for on-line help And of course the GUI also has the familiar Help menu as mo…