Readit News logoReadit News
GOATS- commented on Show HN: I made a app that uses NFC as a physical switch to block distractions   foqos.app... · Posted by u/awaseem
GOATS- · 7 months ago
It would've been nice to see what the apps looks like when they're blocked.
GOATS- commented on Proposal: JavaScript Structs   github.com/tc39/proposal-... · Posted by u/Kholin
BoppreH · a year ago
And startup time. JIT languages are a bad match for command line applications, for example.
GOATS- · a year ago
.NET can do ahead-of-time compilation now, there are a few gotcha's but it's usable.

https://learn.microsoft.com/en-us/dotnet/core/deploying/nati...

GOATS- commented on Vaultwarden: Unofficial Bitwarden compatible server written in Rust   github.com/dani-garcia/va... · Posted by u/thunderbong
cloogshicer · a year ago
I evaluated this for a small business but came to the conclusion that self hosting this security critical software would cost more in work hours for initial setup and maintenance than just paying the cloud fees for a few years.

Genuine question, in what scenario is the self hosting setup and maintenance worth it?

GOATS- · a year ago
There really isn't any maintenance besides the occasional update. Setup was also effortless as I've got Caddy setup to reverse proxy containers in my network. I simply define what the subdomain should be for the container and where it can reach it and that's all there is to it.

I've got Vaultwarden setup on one of my servers via Docker and I've got nightly backups of my vault to Dropbox via docker-volume-backup[0], which works wonderfully.

I personally choose to self-host because I already have the infrastructure for it, so might as well put it to good use.

[0]: https://github.com/offen/docker-volume-backup

GOATS- commented on Netflix's bet on advanced video encoding   theverge.com/2024/6/22/24... · Posted by u/thm
gruez · a year ago
That gets you L3 keys, which only provide sub-hd resolutions.
GOATS- · a year ago
There are devices out there with vulnerable TEEs (trusted execution environments), where DRM operations commonly happen. You can then extract L1 keys from those environments - for example with the Nexus 6[0] NVIDIA Shield[1].

[0] https://googleprojectzero.blogspot.com/2017/07/trust-issues-...

[1] https://nvidia.custhelp.com/app/answers/detail/a_id/4682/~/s...

GOATS- commented on Show HN: Constellation – a proxy for private GitHub Releases   github.com/GOATS2K/conste... · Posted by u/GOATS-
GOATS- · 2 years ago
Hey HN! A few months ago I wrote Constellation to provide updates in my closed source tools. See more about why it exists and how it works in my blog post linked below.

https://nectarine.sh/posts/updating-closed-source-tools/

u/GOATS-

KarmaCake day302December 30, 2019View Original