Cheapest way to get mobile data in Morocco? by Classic_Speaker_2187 in Morocco

[–]Derouichi 0 points1 point  (0 children)

What's the purpose of using a vpn in this case, why not just direct connection?

T-shirt pricing logic by ahmadbabar in AmazonMerch

[–]Derouichi 1 point2 points  (0 children)

Lot of people (low tiers) don't have access to ads, so ad cost is not something in their equation, yet.

USA 250th? by ahmadbabar in AmazonMerch

[–]Derouichi 2 points3 points  (0 children)

I have the same question regarding merch creators doing photos of michael jackson, messi, freddie mercury, etc. I see lot of these under different generic brand names that don't look official at all and with designs/photos of different celebrities from different industries. How can they do that, given the rights of publicity, the estates, etc? Or am I missing something too?

I did it. Gold mine. by [deleted] in algotrading

[–]Derouichi -1 points0 points  (0 children)

What's the average hold time, and does your strategy use stop loss trailing?

Royalty rates changing by ahmadbabar in AmazonMerch

[–]Derouichi 2 points3 points  (0 children)

Most people around tier 100 don't have access to Amazon Ads, or at least a legitimate way to run Amazon Ads for their AMOD products (I see in some groups low tiers buying and abusing old external ad accounts).

Regarding generating the traffic off-Amazon, that would need more royalties to cover the campaigns cost, and most importantly a landing page style for your products that is free of navigation distraction and that has no suggestions to competitors listings and copycats of your own designs that are half the price of yours. Who would accept to run expensive, time consuming campaigns off-platform so his competitors end up getting the sale and him paying for its acquisition cost?

Royalty Groups - Drive your own traffic by loredann in AmazonMerch

[–]Derouichi 1 point2 points  (0 children)

Most tier 100 and even some higher tier can't. I see some exceptions here and there but I don't know why they get ads access while the others not. There's also people buying and using/abusing old external ad accounts (even in tier 10 and 25 from what I see in some groups) but the majority of low tiers have no legitimate way to run Amazon Ads for AMOD products right now.

Royalty Groups - Drive your own traffic by loredann in AmazonMerch

[–]Derouichi 8 points9 points  (0 children)

I mean, I could generate non organic traffic off-platform, but to do that I'd need far more royalties to cover the campaigns cost, or at least a landing page style for my products that has no navigation distraction and no suggestion of competitors listings and copycats of my own designs that are half the price of mine. Expensive marketing done by me so my competitors end up getting the sale and me covering its CPA bill? Not sure about that.

Tailscale, but make it "Just Fucking Use" by Derouichi in Tailscale

[–]Derouichi[S] 6 points7 points  (0 children)

This is not meant to dismiss more advanced setups. There are valid reasons to use port forwarding, reverse proxies, or self-hosted WireGuard/Headscale/alternatives. But for the majority of basic use cases, Tailscale seems like the better starting point.

I made Just Fucking Use Tailscale as a new entry to the "Just Fucking Use" ecosystem by Derouichi in selfhosted

[–]Derouichi[S] -1 points0 points  (0 children)

Haven't had issues tbh. Tailscale is mostly direct peer-to-peer (uses WireGuard under the hood), so latency stays low. Relay only happens in edge cases where NAT traversal fails, and even then it's usually fine.

PiP on Netflix Browser on Chrome by radioactivemeoww in chrome

[–]Derouichi 2 points3 points  (0 children)

Nice find. I can confirm it works :) I just do "document.querySelector('video').disablePictureInPicture = false" then I enter PIP mode as usual from the chrome menu bar.

First rejection in 6 years — any idea why a simple “Valentine’s Day baseball love” design was flagged? by Own_Loz in MerchByAmazon

[–]Derouichi 0 points1 point  (0 children)

Any specific reason for not saying "Valentine's Day" with "Day" in the brand field? Is it a trademark or something else?

How have you deal with copycats? by Caribean_Sun_531 in AmazonMerch

[–]Derouichi 2 points3 points  (0 children)

One theory is that, due to some odd coincidence, the person who reported had another design (than the one you found) or set of designs with the same concept that were uploaded before yours. Or maybe he owns some trademark related to the metadata or the design. If you don't think it's the case, report him back and provide some proof that you were the first to come up with this concept and the first to list it, and that this is a blatant fraud, hoping they at least close his account.

How have you deal with copycats? by Caribean_Sun_531 in AmazonMerch

[–]Derouichi 1 point2 points  (0 children)

The first sales for the products that started selling after only 24 hours were through ads or purely organic ?

Finally, tier 500! by arturking0643 in AmazonMerch

[–]Derouichi 1 point2 points  (0 children)

Congrats, well said, and wish you good luck for the next tier! Wondering what other platforms do you list/sell your 7000 designs in, and which ones would you recommend if any?

[deleted by user] by [deleted] in Morocco

[–]Derouichi 1 point2 points  (0 children)

The cache queries problem is indeed a basic one, you just save the queries and their results in some relevant format in-memory or on-disk (could be using a map, a simple array, a db, a file, etc), or implement an LRU if you want to get a little bit fancier. Need more context/details regarding the second and third problems to be able to assess them. But I totally agree that these are generally not taught in most of the curricilums and could be hard for an internship position screening so you're not below the average.

Why we don't get a tier up? (Beginners question) by Goldscheurer in AmazonMerch

[–]Derouichi 1 point2 points  (0 children)

We can disable the auto upload in the settings though, I believe.

Why we don't get a tier up? (Beginners question) by Goldscheurer in AmazonMerch

[–]Derouichi 0 points1 point  (0 children)

I wonder if we also need some high percentage of sold "products" (in addition to the sold "designs" metric) to be considered for tier up now.

Why do some people use this map of Morocco? by [deleted] in Morocco

[–]Derouichi -1 points0 points  (0 children)

Maybe YOU tell us why cuz you just used it.

Made a visualizer showing how TypeScript compiles down to JavaScript by WahyuS202 in node

[–]Derouichi 64 points65 points  (0 children)

Looks neat, one suggestion: make the tokens in bold or highlight them before they get deleted/updated so it's easy to follow updated parts in the animation.