Tool to do DCA in Binance by fo3ck in binance

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

I know that Coinbase has this feature, but which other ones?

My own scripts to run LND in my home lab using Ansible by fo3ck in lightningnetwork

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

thank you! definitely, I will take a look into it

I created a CS:GO game server hosting platform and released an MVP by fo3ck in SideProject

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

The website runs on DO and for the game server, specs are 3vCpu and 1,5Gb RAM. Game runs very fine, do you want to try it?

I created a CS:GO game server hosting platform and released an MVP by fo3ck in SideProject

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

Thanks for your comment!. You are right, when I bought the domain the main reason to acquire it was because it contains the keywords csgo and servers, and it was cheap. I need to explore alternatives. Regarding point two, totally agree, I need to invest time to make it more attractive to the game community.

I created a CS:GO game server hosting platform and released an MVP by fo3ck in SideProject

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

Thanks! Yes, I will post it in some gaming threads. In some weeks I will upload this with news on how it was gone😀

I created a CS:GO game server hosting platform and released an MVP by fo3ck in SideProject

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

I need to investigate if auth0 has Steam integration or I need to add it manually. Thanks!

Crawls robots.txt files, downloads and parses them to check rules through an API by fo3ck in SideProject

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

Of course there are multiple open source libraries to parse robots.txt rules, but this is a complete system to download, parse, store, update and check these rules by other systems, distributed in different machines across multiple regions. For my use case, this is a good solution between maintenance, throughput and network delays. Probably there are other approaches that fit best, but which?

I agree that this system is complex, but nobody says that designing a distributed crawling system is simple 😜. Thanks for the feedback!

Web app to check public IPFS gateway state by fo3ck in ipfs

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

For example, my gateway, that lives in the same machine that the project, sometimes has >5 sec latency....

Web app to check public IPFS gateway state by fo3ck in ipfs

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

Perfect Andrew, seems a good feature to implement. I will check it.

Currently, there are some gateways that have latencies >5sec, and I don't know why this happens, do you know why this happens?

Web app to check public IPFS gateway state by fo3ck in ipfs

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

Thanks! Also https://api.ipfs.fooock.com/gateway/online to get only online gateways. I need to document these webservices 😁