Search results

  1. MonsterTKE

    Interface lag

    Hmm, Im pretty sure the provari uses an Attiny micro-controller (MCU). They probably hard coded a 50ms or so debounce time on the button. Sometimes this can cause the MCU to miss button presses. The button doesnt actually handle any current, it just sends a 1 or a zero to the MCU, which you look...
  2. MonsterTKE

    New site - VapeRank.com

    Hmm, sorry about that. I use google apps for mail, usually they are very good about sending mail and actually not having it caught up in the spam filter.
  3. MonsterTKE

    New site - VapeRank.com

    :blush: Thanks. Im currently wrapping up a project that I spent the better part of a year on, so I felt like it was time to do something cool for my new vice in the meantime.
  4. MonsterTKE

    New site - VapeRank.com

    Yes, in the sense that it can't be easily be bot-ed, due to the reCaptcha check on registration. Im mostly following reddits model for voting, though if I see multiple accounts from the same ip or a lot of cookie resets for certain accounts I will take measures to stop it.
  5. MonsterTKE

    New site - VapeRank.com

    Hey guys I pushed out an update, Including a comment counter (makes it a little more obvious how to add comments) as well as some bugfixes. User Management is in the works and will probably be pushed out later today or tomorrow. After that is banner generation. VapeRank Again here is the site...
  6. MonsterTKE

    New site - VapeRank.com

    I cleaned the login/register form up a bit to make it more obvious that those are links. Thanks for the help.
  7. MonsterTKE

    New site - VapeRank.com

    I actually started working on the User management portion a few days ago, But I got sidetracked trying to make sure the rest of the site worked correctly. I figured I would launch it with the first major feature set in place to see what breaks. I have been working on the user back-end again for...
  8. MonsterTKE

    New site - VapeRank.com

    There is a link in that window that says "register".
  9. MonsterTKE

    New site - VapeRank.com

    Lol, My wife told me to change that yesterday, I just hadnt pushed it to my version control server. Its fixed now. My next major addition is the beginnings of user management, so you can see the things you've posted and edit them if needed.
  10. MonsterTKE

    New site - VapeRank.com

    Hello everyone, As a semi novice vaper I was often disappointed trying to search for juices, they usually wind up pointing to a bunch of youtube links. Unhappy with this I decided to use my Web skills to put together VapeRank | E-Juice Listing it is now, as of 4 A.M. EST live on the web...
  11. MonsterTKE

    Is the Vision Stardust Clearo total garbage or is it just mine?

    Someone will probably report this... But that may be the most ......ed thing I have seen yet on this forum.... Did you bother to think that through at all before you committed it to the everlasting internet? Can you name me one industry or product in the United States that has a better...
  12. MonsterTKE

    Is the Vision Stardust Clearo total garbage or is it just mine?

    Well, by all means, go back to smoking. Cause comparing a paper tube with plants rolled up inside is totally equivalent to batteries, micro-controllers, switches, tanks, atomizers and liquid.:facepalm: I havent had much of a problem with Ce4s, other than occasional condensation leaking and...
  13. MonsterTKE

    Requiring buyers to be "verified" in the classifieds is over-kill!

    One of my freelance developers is a DBA working for paypal, I think you underestimate the amount of data that that company collects and the breadth of their api. If you are making API requests to multiple accounts from the same user agent or IP, I would be willing to bet that a red flag was...
  14. MonsterTKE

    Requiring buyers to be "verified" in the classifieds is over-kill!

    And what exactly is being verified going to do to stop that? Reporting to the "authorities"? Lol, yeah, if you want to be laughed at. A buyer is going to come here and buy his stuff, if he wants to file a paypal dispute there isn't a thing you can do about it as a seller, other than send it with...
  15. MonsterTKE

    Sweet vapes gone???

    Red Tobacco is amazing juice, my absolute hands down favorite. I just ordered 2- 30ml bottles during the memorial day 15% off sale. Sounds strange but it has a slight hint of a cola flavor and slightly sweet honey on exhale, It like one of the only juices Ive tried so far that I cant totally put...
  16. MonsterTKE

    Sweet vapes gone???

    It will be back up monday Im sure, Their DB connection looks like it went down with a session open and it corrupted a few tables. (From my dealings with joomla...) This is why I am a big fan of home pages that dont rely on a DB, Unless you totally bring apache/nginx down you will always have...
  17. MonsterTKE

    Sweet vapes gone???

    This is a legit vendor with a very well put together bunch of juices and product selection, I have ordered from them 5-6 times and spent hundreds of dollars, I never got the sence at all that they were anything but above board.
  18. MonsterTKE

    Sweet vapes gone???

    The WHOIS returns, Domains By Proxy Tried it from one of my linux boxes, most likely a server mis configuration as the site has been up and down all day. monstertke@votecraft:~$ traceroute sweet-vapes.com traceroute to sweet-vapes.com (184.22.104.96), 30 hops max, 60 byte packets 1...
  19. MonsterTKE

    PWM and YOU! (V8)

    Amperage is still limited by the limits of whatever IC/power mosfet they are using. MOSFET driver IC considerations - Electronic Products The amp limit is effectively the current that the mosfet gate can hold back during the low phase of the cycle.
  20. MonsterTKE

    PWM and YOU! (V8)

    Needs calculus, lol. Best way to think about it is calculating the wattage at its full voltage, then dividing that by the time constant aka, Duty cycle. The coil is dissipating 25.92 watts 40% of the time (as in the example formula above 7.2*2 / 2 = 25.92*.40 = 10.37) When the coil is...