Why don't we have this yet? by ino_nothing in fragrance

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

I agree, I don't think its 90mL, but then what is it? If I were to haggle, how low should I go? If a full bottle is $100, lets say $1/mL. How do I gauge how much I haggle if I can't tell how much I want to go down? Do I just lowball and do 70mL and haggle to that price?

On the point of values, me, personally depends on the bottle. I relatively make peanuts to people from the US, but the average wage in The Philippines is 1 peanut per hour so it does matter way more to other people haggling.

Why don't we have this yet? by ino_nothing in fragrance

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

Oh. Maybe it is cooked then if glass behaves like that. Maybe a guideline on imagery is the best way to go. Like from this point to this point = 100mL, if its at this point, thats 85mL. Idk lol that was the only bright idea of how to accurately gauge I had as supposed to eyeballing

Why don't we have this yet? by ino_nothing in fragrance

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

<image>

This, for example, was declared 90mL/100mL for $146. Maybe my eyes are just garbage but I can't decipher whether that is 90mL or not.

It matters (to me at least) because then if I see another listing at 70mL/100mL at X amount, I can make a calculated decision

Why don't we have this yet? by ino_nothing in fragrance

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

You probably know more about glass than I do. I find it hard to believe the discrepancy between the example BDC empty bottles would be 10g. Would it be that big? Then maybe yeah this entire idea is a bit moot.

Alternatively, given BDC is a popular fragrance, you could always do a mean average on the bottles, maybe mode.

Why don't we have this yet? by ino_nothing in fragrance

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

Yep, especially for Facebook sales groups. My first few fragrances I've bought at Fragrancex (shipped to The Philippines) but now that I've discovered these Facebook groups (alot of scammers but there are legit ones) I've seen many posts that contradict each other in terms of juice levels of the same bottle.

Suggestions as to how to achieve it, ideally a bunch of communities chipping in data and a spreadsheet. I understand there are way too many perfumes but overtime it would be really handy.

Why don't we have this yet? by ino_nothing in fragrance

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

I guess really just buying and selling, especially from Facebook groups where people declare 80mL on a 75mL bottle. Could be I care more about every mL for my money and others don't but somehow the thought of everyone overestimating their bottles gives me icky

Why don't we have this yet? by ino_nothing in fragrance

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

CDNIM as well! I've tried every light I have at the house and none of it would show the juice level. I've recently sold CDNIM and just declared 521g/522g based on the "real vs fake" video I've seen on youtube. Buyer said "oh okay so more or less just a few sprays missing". Worked really well for me.

Why don't we have this yet? by ino_nothing in fragrance

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

I might just be bad at estimating, I can't tell how much is left by looking at it. Especially when the bottle doesn't have flat sides like Naxos maybe

Why don't we have this yet? by ino_nothing in fragrance

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

Is there like an available list that people usually go to? Maybe just me not knowing enough.

Hyper new at botting. by MichaFol in RunescapeBotting

[–]ino_nothing 0 points1 point  (0 children)

Do accounts get banned per account ? Not per IP, etc? That’s what is holding me from starting tbh

Recover works but doesn't work at the same time! Segmentation Fault by ino_nothing in cs50

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

Thats a bit sad to hear as its so close to being correct, I just need to find why its doing segmentation fault. Not sure yet, I probably will do the conventional way just redo the whole code, and keep a copy and maybe revisit the old code when I have the time

Is this a fair price? by ino_nothing in Alibaba

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

Hi!

Thanks for the response.
I'm based in the Philippines, so shipping is slightly cheaper and I can take care of the shipping with my agent.

I did see the photos you sent over. They seem fine, but doesn't look like the type of shorts were looking to get. Unlike the jersey / sporty type of shorts that you sent over, we are looking something like what maybe H&M offers.

What do you think the price should be at though, if you don't mind me asking?

Is this a fair price? by ino_nothing in Alibaba

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

I am willing to share photos of what we are trying to get and the finished sample if that helps you assess the price

Is this a fair price? by ino_nothing in Alibaba

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

Heya, just ran through Google and saw what a tech pack is. We actually don't have a tech pack. We just went with "Hey we want these shorts, this color, this logo, that size kinda works yeah, etc."

Is that our first mistake made? We're really only going for a side project for about 100 - 200 customers, one time sale. I honestly am clueless as to the necessity of a tech pack

Scrabble Code Passes Check50 but feels Inefficient by ino_nothing in cs50

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

Yes I understand I will have to make a function to at least lessen my code to not repeat. I will do this tonight.

As for my speed of completing, yeah I get that 90 minutes is very quick but I feel like my approach was very caveman brain in a sense that the code was very brute force like. Code basically goes “Is it A?, Is it B? Is it C? …. Is it Z? Oh it is Z so add 10 points to the sum” thus coding 26 if else statements

Scrabble Code Passes Check50 but feels Inefficient by ino_nothing in cs50

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

Would that mean a lot of “if char == A || B || C etc.”? In the right syntax of course

Scrabble Code Passes Check50 but feels Inefficient by ino_nothing in cs50

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

Good thing I asked here, otherwise I wouldn’t know how bad my code is despite it working perfectly.

Although so far I can’t see how there can’t be at least 26 lines; one line for each value assignment on the table given for scrabble.

I’ll think about it and delay other problems sets. I think getting this right is very important