HN user

yellowsir

80 karma
Posts2
Comments54
View on HN

I wonder where they host

>> Bandwidth Restricted

The page you have tried to access is not available because the owner of the file you are trying to access has exceeded our short term bandwidth limits. Please try again shortly. Details:

451 Actioning this file would cause "jbkempf.com//blog/2024/ffmpeg-7.1.0/" to exceed the per-day file actions limit of 160000 actions, try again later >>>

i tried LineageOS, shortly after i also wanted to try e/os (..because of my proprietary banking app...) and was amazed how easy the e/os flashing+setup was. Also with e/os you have way more control over features like e.g GPS where you can not only enable/disable GPS but you can also provide fake GPS data for apps which force you to turn it on.

Well of course, there can still be bugs in the code even if 200 is returned.

I always implement a /~/healthcheck route which will return the exit code of each check, but also encodes it in the HTTP STATUS. if any error is detected the status will be 500 if any warning is detected it will be 200+<numberOfWarnings> of course checks still need to be written, e.g. a code needs to verify that it can connect to ssh and is greeded with the correct login msg.

still there could be problems for outcomming connections.

[dead] 3 years ago

Up to 164TB | 6x HDD | 4x SSD | PCIe Gen4 | 4x 2.5GbE | 12th Gen i5 | Thunderbolt 4 | Private GPT

I wonder why is this on HN. Gitlab has like 10 Security releases/year, this is the first i see on HN. If you self host gitlab you should be subscribed to the security newsletter.

It would save a lot of time on my end, if gitlab had a :stable release tag for docker.

Your documents will be saved in Chat Dox's encrypted digital library, which you can access to ask questions and receive mind boggling answers.

shouldn't it say: "documents will be uploaded to openAI."

the difference is, when you have a lot of (small) files. With ipfs you have one global peer pool, with torrents you need a pool per file.

the problem with bittorrent is, if you seed n torrents at the same time. Thats n different pools to keep up to, n dhts to manage, and so on.. With ipfs you seed blocks (folders,files,content) and it does not matter how much, the inital overhead stays the same. e.g. apt could never use torrents due to the amount of small packages.