TemporiousOne
TemporiousOne
About
- Username
- TemporiousOne
- Joined
- Visits
- 221
- Last Active
- Roles
- Member
- Thanked
- 14
Comments
-
Just getting a free tier compute instance was a massive pain as it always had no availability. Only way to get one was to write looping scripts that hammer the API until one was available. The idle reclaim has been around for a while now. There are…
-
(Quote) The un-intuitive necessity to click on "Calculate Cost" before deployment of recipes is gone. Dynamically generated cost. Excellent!
-
(Quote) Congratulations for getting this big feature out the door! More stuff for me to try out!
-
(Quote) Kansas is not available to select from the location drop down list. It's still running really slow? (Image)
-
(Quote) A little benchmarking with fio shows the HDDs(Vint Hill) running at 99/100 IOPS read/write. The root disk(Fast NVME) in Low IOPS mode clocks in at 55/57 IOPS read/write. In this situation, moving the entire OS to the HDD may actually make t…
-
(Quote) Based on some of my tests, it looks possible to concurrently support TCP and HTTP mode on the same port. I'd imagine the challenge would be for @AnthonySmith and gang to put a nice and safe UI + Backend scripting logic around it.
-
(Quote) That's a nice tip. I was wondering how to get a mapping with both ports the same number. Thanks!
-
(Quote) The Vint Hill VPS is not running a swapfile, while KC is. Wouldn't this affect the performance benchmarks?
-
(Quote) I think this failure is not related to the recipe, but the host is out of space/resources while trying to create the VPS.
-
(Quote) As long as your DoH client can use a non standard (443) port, there is no problem in setting up a DoH server and mapping it to an external port on TierHive. I gave it a stab, but failed as HAProxy probably does not like to handle DoH.
-
Thanks to @AnthonySmith. For an inexpensive hosting platform, the timely response to TierHive issues is great. He got my custom variable issues fixed in a jiffy. Kudos sir. 👏
-
(Quote) Nice. Good job! 👍 TierHiveAU:~/Scripts$ curl -s ipinfo.io{ "ip": "139.99.210.27", "hostname": "ns569097.ip-139-99-210.net", "city": "Sydney", "region": "New Sout…
-
(Quote) Excellent Architectural approach on being API first; kudos! I can appreciate the cautious approach you have on releasing the APIs, as it could be a management and security nightmare.
-
(Quote) API access to view, allocate and re-allocate these ports would be good too!
-
(Quote) How do we manage the allocated port? I can't find any interface to change the allocated port to forward to something else.
-
Good to hear that TierHive is evolving! Always nice to have more NAT ports and a discount on cold VPS. =)
-
I'm actually pretty surprised what can be run on a 128mb instance of Alpine Linux. Managed to get Wireguard, Shadowsocks, AmneziaWG and Python FastAPI running concurrently. Some tweaking with Zram and swap needed though.