Hacker Newsnew | past | comments | ask | show | jobs | submit | rag-hav's commentslogin

Hackernews hug of death maybe


Any examples of good HDR in games?


Here's my list from a couple of months ago, along with some related commentary: <https://news.ycombinator.com/item?id=43986463>


I liked the talos principle 2 inside the pyramid after reducing the gamma a bit on a WOLED display


Maybe they are used in dark market activities?


What do you mean by network build?


They probably mean tools like distcc or sccache:

https://github.com/distcc/distcc

https://github.com/mozilla/sccache



Dedicated build machines.


Maybe the reason for CoW being triggered is reference counting. Does anyone know?


Usually from GC. Anthony Sottile has a nice explanatory video: https://youtu.be/sdmcCQ7Em04?si=9PObAJixALFiZ9vd


I don't have any experience with this. But isn't content management exactly the type of use-case in which the total data will be more than the RAM.


The large stuff is usually binary files stored outside the database. The database itself tends to only include text and metadata.


Given author's apparent history with LastPass, the tone comes across more as "told you so" to me.


> Also was being pressured by the government (indirectly) to take it down

Why am I not surprised.


I wrote a beginner's guide on this topic a while ago https://medium.com/nybles/efficient-operations-on-disjoint-s...


> fixing it every time a random extension updates

You could pin your extensions in packers. Not sure about other plugins managers though.


Yes, I was doing that at some point. But then the problem is that

- I work (or rather workED until a month ago) on LSP implementation for C++ (clangd) and I frequently need updates in the client - The client (Neovim LSP client) is being developed quite rapidly

For the reasons above, I did update the LSP plugins and Neovim versions quite a lot. And (in my experience) that is the thing that breaks the most over the past 2-3 years. Everything else is kind of OK, but it doesn't make much sense without the LSP. I could update only some plugins and keep the others at a fixed version, but then overall I'm not getting bug fixes & features which makes me kind of sad (that's why I started building my ultimate (Neo)vim setup in the first place).

I guess I should really stick to just a couple of basic plugins and throw everything else out.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: