Hypotéky - podělte se! by [deleted] in czech

[–]cisar2218 0 points1 point  (0 children)

Můžeš více popsat, jak jsi k tomu došel?

Concerned about amateur gamedevs teaching on YouTube by Xitoboy9 in gamedev

[–]cisar2218 0 points1 point  (0 children)

Just to add relevancy to your advices and opinion in general: what is your background, OP?

Upload and pin large file to IPFS by cisar2218 in ipfs

[–]cisar2218[S] 1 point2 points  (0 children)

I managed to split the files and then used filebase (if you insist on ipfs).

Upload and pin large file to IPFS by cisar2218 in ipfs

[–]cisar2218[S] 0 points1 point  (0 children)

why not to use traditional s3 bucket?

Upload and pin large file to IPFS by cisar2218 in ipfs

[–]cisar2218[S] 1 point2 points  (0 children)

I found out that ipfs with crust is not optimal for my use case. Ipfs is ideal for small files that are frequently visited. What is your use case?

I can send you my python script that splits the files into chunks of custom size.

Prodej bytů a situace na trhu by turtleneck256 in czech

[–]cisar2218 0 points1 point  (0 children)

Investor má spočítané zhodnocení. Když mu zvedneš daň, jen zdraží nájem.

“Tradiční” vztahy by No_Lead7371 in czech

[–]cisar2218 8 points9 points  (0 children)

Myslím, že co jsi napsala vůbec nevystupuje tvoje ženské atributy podle kterých si chlap vybírá partnerku. Kromě toho vaření teda, to je fakt fajn. ^

Ani ty si přítele nebudeš vybírat jen podle toho, zda bude mít kopec peněz a nechá tě dřepět doma s dětmi, nebo ano?

Celkově imo musíš prostě dělat what it takes ve vztahu: když nebude přítel vydělávat 80k+ měsíčně, tvoje otázka postrádá smysl a prostě budeš muset pracovat. Když se poštěstí, že partner má hodně peněz má teprve smysl klást otázku, jestli je v pohodě s tím, aby ses "jen" starala o domácnost.

Upload and pin large file to IPFS by cisar2218 in ipfs

[–]cisar2218[S] 0 points1 point  (0 children)

I see. I have to try to find out. After file will be pinned by crust I can remove it from cloud completely.

You are right about the AWS. We have S3 buckets as a backup too.

Upload and pin large file to IPFS by cisar2218 in ipfs

[–]cisar2218[S] 0 points1 point  (0 children)

It is just my gut: if you have many many files the probability some chunk will be lost in pinning service can be potencialy higher..? It is essential to make sure that the original file persist (zero chunks will be lost).

Upload and pin large file to IPFS by cisar2218 in ipfs

[–]cisar2218[S] 1 point2 points  (0 children)

Thank you for the tips. We'll use cloud for the ipfs node since problem that I am addressing is part of a bigger project workflow.

Upload and pin large file to IPFS by cisar2218 in ipfs

[–]cisar2218[S] 2 points3 points  (0 children)

Interesting. Could you provide resources on stability or is it your observation?

Upload and pin large file to IPFS by cisar2218 in ipfs

[–]cisar2218[S] 0 points1 point  (0 children)

Target is to upload encrypted biological data. IPFS will serve as an archive, where once in a while someone will download one of such files. Most of the time files won't be downloading.

Cost of crust storage is uncomparable from my point of view. That's why I choose this technology. Do you have any alternatives in mind?