I was all ready to push the buy button, but this website thing and thinking about the 6+ month wait is making me feel like my $300 TT-303 is good enough.
I had the Avalon and all the filters. Itâs super cool and fun. That said, my tb-303 and Erica db-01 were enough for me that I wanted to save the money instead and I sold it. Iâm loving the norand mono too and the sequencer is just killer.
The Avalon is really awesome. But itâs hard to know when youâll get yours or if youâll have support if anything happens with it. Itâs just too risky, I got mine second hand before prices were truly bonkers.
wrote a small ruby script to ping the server every 3 seconds to let me know when itâll be up.
require 'net/http'
require 'launchy' # you need to gem install this one
url = URI.parse("https://abstraktinstruments.com/")
url.port = 80
loop do
req = Net::HTTP.new(url.host, url.port)
res = req.request_head(url.path)
if res.code == "200"
Launchy.open("https://abstraktinstruments.com/")
break
else
puts "#{Time.now} #{res.code}"
end
sleep(3)
end
Poor DDOSsed host, poor poor shared hosting (not just from you)
Yeah, perhaps they changed hosts.
its a mess.
sobs
The good thing is that I wonât have such a pricey preorder with so long of a wait, because itâll be possibly into tomorrow by the time this is all wired-up
Unless my fears come true and it sells out while Iâm sleepingâŚ
Yeah, thatâs what I expect in my case.
Wanting is not needing, free me of desire oh Wordpress/Woocommerce.
This is not helping it to come back up.
Initially Iâd wondered if we were knocking it out, but the site is just not configured for whatever reason.
yeah, 3 seconds is nothing. thats not how DDoSing works. lol.
Canât blame persons being confused by the constant resource exhaustion messages their hosting seems to display in lieu of static pages
I know. And the number of people interested is small enough that even if they all did this, it wouldnât matter much. It was a shoestring installation. But it doesnât have to be DDoS to be irritating to whoever is trying to fix it.
why the site isnât behind a reverse proxy with a static page when the app is down, is beyond me. lol.
its a one man companies wordpress store
idk it was fine 5 mins before the order window opened, seems the most logical conclusion is it collapsed under the load however many people have been after an avalon clicking.
The shopping cart functionality is backed by a db and not a static html, every page request to store would put more load on the backend.
he should consider something like Squarespace.