Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
feinte
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
feinte
1y ago
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. Pretty big supply chain risks here.
2.
▲
by
feinte
5y ago
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.
▲
by
feinte
5y ago
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://jvns.ca/blog/2019/
4.
▲
by
feinte
6y ago
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 your app dependencies updates but that's les
5.
▲
by
feinte
6y ago
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 allow clients to choose the resolution they can afford (so that
6.
▲
by
feinte
6y ago
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 seem to be happy with how they built their new db now
7.
▲
by
feinte
6y ago
This FFmpeg Python bindings [0] provides wrapper for filter_complex which simplifies its use a lot ! [0]: https://github.com/kkroening/ffmpeg-python
8.
▲
by
feinte
7y ago
It appears to simply apply this CSS to the selected elements: .___blur-blur { filter: blur(5px); }
9.
▲
by
feinte
12y ago
We have more precise data about global warming. Sensors are good at measuring temperature or sea rising, less at measuring divorce rates.
10.
▲
by
feinte
12y ago
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 to visualize algorithms.