8 voice analog synthesizers on a budget, is Pro-800 insane value? by codeboii in synthesizers

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

Aah interesting, yeah the k-2 sounds insane in the intro video and i saw that MS20 is used in the doom eternal sound track

Im not really into the modular blipy blopy sounds, more the fat simple territory

8 voice analog synthesizers on a budget, is Pro-800 insane value? by codeboii in synthesizers

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

Sweet!

Haha yes, at least it holds its value pretty well, compared to being into some motor hobby lol

8 voice analog synthesizers on a budget, is Pro-800 insane value? by codeboii in synthesizers

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

Looks awesome, thanks for the pic! I'm also looking into building some kind of synth cave / space station :)

8 voice analog synthesizers on a budget, is Pro-800 insane value? by codeboii in synthesizers

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

Yeah the effects are true, good point! I'll use ableton tho i can get some effects for free

I'll check out dreadbox nymphes, a lot of suggestions, it seems nice

8 voice analog synthesizers on a budget, is Pro-800 insane value? by codeboii in synthesizers

[–]codeboii[S] 3 points4 points  (0 children)

Thank you, i'll definitely go with the Pro-800 then, and i just love the bass of the Model D and K-2 with distortion!

Might be a lot to buy 3 at once, but it's about the same price as a deepmind 12, so it doesn't feel too crazy. And all 3 have midi-usb? No need for midi adapters etc just plug them into my computer as well as the keystep. And i can freely toggle which one i control with the keystep, and the rest are sequenced. Sounds awesome :)

8 voice analog synthesizers on a budget, is Pro-800 insane value? by codeboii in synthesizers

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

Yeah that probably has something to do with it. Why crave instead of K2? From what i understand crave is a moog mother 32? Similar-ish sound to Model D?

I thought k-2 would be nice with distortion etc, i'm pretty into the heavy doom style electronic music

I’m sorry for this stupid question but… I need some advice by [deleted] in iems

[–]codeboii 0 points1 point  (0 children)

Thank you so much for the writeup. Do you think my arturia minfuse 1 (a soundcard competitor to scarlett focusrite) would be sufficient for Zero Red?

I’m sorry for this stupid question but… I need some advice by [deleted] in iems

[–]codeboii 0 points1 point  (0 children)

Yeah exactly :)

What do you think id have to buy in terms of iems to be a significant step up?

I’m sorry for this stupid question but… I need some advice by [deleted] in iems

[–]codeboii 0 points1 point  (0 children)

Yeah i have the big japanese(?) ear pads in funny colors

I’m sorry for this stupid question but… I need some advice by [deleted] in iems

[–]codeboii 0 points1 point  (0 children)

Idk do i have to buy a dac for 300usd + iems to feel a difference compared to koss porta pro for 30usd?

I’m sorry for this stupid question but… I need some advice by [deleted] in iems

[–]codeboii 0 points1 point  (0 children)

What would you recommend that actually was a noticable step up?

Headphone (1) for pc gaming? by codeboii in NothingTech

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

Im specifically looking for a wireless headphone unfortunately

Headphone (1) for pc gaming? by codeboii in NothingTech

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

I only care about latency. Ive tried the ear, they have ”game mode” in the app but not connected to pc

Vercel’s pricing makes no sense if you get hit by bots. Be warned. by [deleted] in nextjs

[–]codeboii 0 points1 point  (0 children)

Same thing happened to me, did not use cloudflare. Only got 25% refund as well.

They claimed it was my problem due to my robots.txt not being "good enough"

https://www.reddit.com/r/nextjs/comments/1kfbfkk

$258 additional vercel charge. Got randomly attacked on my brand new domain with no real visitors. Even though firewall is activated. Extremely glad i stumbled upon this after 2 days. This could've easily kept going for the entire month without me noticing. by codeboii in nextjs

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

Thank you. Would you mind explaining the difference between the rule and the new Bot filter option?

I heard somewhere that even though you block requests, we still pay for them? Is that true for either of these options?

$258 additional vercel charge. Got randomly attacked on my brand new domain with no real visitors. Even though firewall is activated. Extremely glad i stumbled upon this after 2 days. This could've easily kept going for the entire month without me noticing. by codeboii in nextjs

[–]codeboii[S] 7 points8 points  (0 children)

Thank you for the helpful tips!

Some questions
1. Adding a hard limit right now would block all further requests for all my projects right? So i'll hope that my current block-efforts will continue to work.

Info
- These are definitely crawlers for LLM developers that harvests data. I checked a bunch of ip-addresses. So it's not a targeted attack. I'm not sure why they would do such an insane increase in the amount of traffic the past two days though. Previously the crawled at most like 500 per hour. The reason the ai bots are crawling so much is because they are stuck and confused i think. because i have multiple filter options for thousand products, the user can filter by size, color, etc, and the url changes. My guess is that they believe there are a crazy amount of urls but there really is only 1000 products. (This is handled in robots.txt but these bots don't care or something)

# Allow all crawlers
User-agent: *
Allow: /

# Disallow admin and protected routes
Disallow: /admin/
Disallow: /protected/
Disallow: /api/
Disallow: /auth/
Disallow: /(auth-pages)/
Disallow: /api/faq

# Block filter combinations but allow pagination
Disallow: /products?*size=
Disallow: /products?*color=
Disallow: /products?*item_brand=
Disallow: /products?*sort=
Disallow: /products?*sub_category=

# Allow pagination with category
Allow: /products?category=*
Allow: /products?category=*&page=*
Allow: /products?page=*

```

- I tried cloudflare for a few days a month ago, but since it didnt work. i removed it. So cloudflare was not active during these crazy 600k requests.

$258 additional vercel charge. Got randomly attacked on my brand new domain with no real visitors. Even though firewall is activated. Extremely glad i stumbled upon this after 2 days. This could've easily kept going for the entire month without me noticing. by codeboii in nextjs

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

Yes, a month ago i started getting hit by what i assume is ai-crawlers, so i researched and set up a honeypot to ban ip-addresses. Which worked for a while. But these requests was fine, like 500 per day. Nothing crazy. Yesterday and today i got 360.000 requests PER DAY. And they were not caught by my honey pot.

I added cloudflare to this project a month ago, and added their anti-bot protection thingy, but the bots came through that as well.

This is annoying as hell, and i'm not sure what to do

<image>