@Barak if you like fruit flavours then try the flavour art range as they make some of the best fruit flavours.
For single flavours try fugi apple or tutti fruti at between 3% and 4%
They are good but a bit too sweet for my taste - these are more like shooters than cocktails.
Here are some others that i tried and vape occasionally.
HIC's IRISH LASS (creamy vanilla Irish whiskey & coffee)
1% FlavourArt Vienna Cream
1% FlavourArt Vanilla Classic
1% FlavourArt Irish Cream...
@Andre That looks like HIC's cocktail vape party. I have previously mixed some of this.
The original was just to add all the different percentages. I like mixing at half strength as 8.5% on FA flavours is strong. Even a 1/3 has a light flavour.
@Cespian
The cross join query i gave does not take very long on oracle.
On one on data conversions i previously did, doing select on on the customer table took 18s. When running the crossjoin with a numbers table of 20 numbers the time taken to retrieve 85s. running it with 10 numbers took 44s.
It all depends on the number of records in your numbers table. The last time i did this was it took about 2.5 times longer on a numbers table with 10 entries and about 5 times longer on a numbers table with 20 entries compared with selecting all the records from the original table. This was...
You can try to cross join with a tempory numbers table where the number of entries in the numbers table will be the maximum number of entries you have. Example below : I don't how efficient this will be
select customer_id
from (
select *
from
(
select 1 as customer_id, 3 as entries...
Be careful of the dilution of the menthol crystals to pg ratio. Sky-blue menthol is 60% menthol to 40% pg. I think that the menthol you use @Silver is VM menthol which tastes around 10% menthol to 90% pg. Tfa menthol is 2/3 menthol to 1/3 pg.
10% menthol at 60% dilution is going to give you...
I came across this while reading some stuff in the DIY section of reddit. This concerns me as I am diabetic and worry about how much carbs I intake.
Reddit Link
Another link on some flavours that contain these substances - http://juic.org/flavors/concerning-flavors/
I don't know what the...
I prefer diy juice to commercial juices for a few simple reasons.
NB: I hate DIY normally because I am lazy - I use commercial coils in a tank but build on a dripper.
1. Most commercial juices juices have too much flavour. I know that they have to cater for a wide variety of power levels and...
Worked for a software development consulting company for a long time. Got exposed to a lot of different db's, languages, etc. I hated the 4gl languages like progress, magic, etc.
Now days mostly work with Java and the JavaScript web frameworks