Live data from Hacker News

Viewing profile — feinte

feinte

HN member
Joined
Tue, Dec 02, 2014, 9:14 AM UTC
HN karma
38
Public activity
11 items

About feinte

No profile information was provided.

Recent public activity

  1. comment
    Comment #45124237

    A plugin can spawn arbitrary processes so if neovim is not started in a sandbox (container, namespace, firejail...) they can basically do whatever your user has the right to do. Pr…

  2. comment
    Comment #27133069

    The devlog videos are great : https://github.com/eduard-permyakov/permafrost-engine#devlog Thank you so much for making this in the open and documenting everything !

  3. comment
    Comment #26817341

    Compiling it yourself from source is quite easy, you can find instruction here: https://www.sqlite.org/howtocompile.html Here is an article from Julia Evans explaining it: https://…

  4. comment
    Comment #25455581

    The problem lies in baking entire distribution into an image. Using distroless images or "FROM scratch" with statically compiled app reduces the risks. You still have to watch for …

  5. comment
    Comment #23896117

    If you want your content to be accessible for most people you also need to transcode your video to several resolutions. This coupled with an adaptive bitrate player [0][1] will all…

  6. comment
    Comment #22727938

    I feel that learning from (bad) past choices to build a better solution is a good engineering practice ? Sure the initial db choice didn't scale but they learned from it and they s…

  7. comment
    Comment #22663164

    This FFmpeg Python bindings [0] provides wrapper for filter_complex which simplifies its use a lot ! [0]: https://github.com/kkroening/ffmpeg-python

  8. comment
    Comment #19960505

    It appears to simply apply this CSS to the selected elements: .___blur-blur { filter: blur(5px); }

  9. comment
  10. comment
    Comment #8704184

    We have more precise data about global warming. Sensors are good at measuring temperature or sea rising, less at measuring divorce rates.

  11. comment
    Comment #8686323

    Great website ! It's nice to see the different instructions while the animation is running. I also use http://www.cs.usfca.edu/~galles/visualization/Algorithms.htm... when I want t…