Browse Source

Adding Kickstarter reviews

* thermodo & legion
master
sipp11 10 years ago
parent
commit
e48d4f64a7
  1. 7
      _includes/footer.html
  2. 2
      _includes/header.html
  3. 5
      _layouts/post.html
  4. 34
      _posts/2014-12-24-thermodo.md
  5. 31
      _posts/2014-12-26-legion-meter.md
  6. 1
      about.md
  7. 1
      archive.html
  8. 4
      css/main.scss
  9. 2
      index.html
  10. 1
      tags.html

7
_includes/footer.html

@ -43,6 +43,13 @@
</a>
</li>
{% endif %}
{% for page in site.pages %}
{% unless page.header_display %}
{% if page.title %}
<li><a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
{% endif %}
{% endunless %}
{% endfor %}
</ul>
</div>

2
_includes/header.html

@ -22,7 +22,7 @@
</form>
</a>
{% for page in site.pages %}
{% if page.title %}
{% if page.title and page.header_display %}
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
{% endif %}
{% endfor %}

5
_layouts/post.html

@ -5,11 +5,14 @@ layout: default
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author.display_name %} • {{ page.author.display_name }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
{% if page.categories %} • {{ page.categories | array_to_sentence_string }}{% endif %}</p>
</header>
<article class="post-content">
{% if page.kickstarter.widget %}
<iframe class="pull-right" frameborder="0" height="420" scrolling="no" src="{{ page.kickstarter.widget }}" width="220"></iframe>
{% endif %}
{{ content }}
</article>

34
_posts/2014-12-24-thermodo.md

@ -0,0 +1,34 @@
---
layout: post
title: "Thermodo - tiny thermometer for your phone"
date: Dec 24, 2014
author:
display_name: 'sipp11'
categories: Kickstarter review
kickstarter:
url: http://kck.st/16aENGL
widget: https://www.kickstarter.com/projects/robocat/thermodo-the-tiny-thermometer-for-mobile-devices/widget/card.html?v=2
tags: failed
---
Thermodo was a cool looking gadget. It would shine over most of gadgets you have on your desk. Anodized aluminum casing with a good looking brand and name, who could deny that? Basically, what it did was reading room temperature and displaying on your phone since very few set of phones had thermal sensor inside.
I backed them for an aluminum (or __premium__) one as they named in their shop. I couldn't speak for anything else.
### Impression
On hardware side, as mentioned earlier, everything about it was awesome. I didn't see any flaw, but some users complained about its cap which should have been screwing type inside of snap lock. I couldn't say it was a deal breaker. Although its color did wear after usage, it did look great still I had to admit that.
On software side, when they started their project, they only claimed to have iOS app, but Android app was introduced later on. Maybe it was a stretch goal. I didn't remember much. However, as of now, their Android app was crap. Nothing is good coming out of it no matter how hard you wanted it to be. For iOS app, it did look great as advertised.
### Pricing
It was expensive at $39 Kickstarter price and it is $44.99 which is way too expensive now at [Thermodo Shop](http://shop.thermodo.com/collections/frontpage/products/premium-thermodo). Not to mention tax and/or shipping which is outrage as far as their HQ location, Europe, is concerned.
### Did it work?
This project was a flop. Temperature sensitivity was way too slow. Temperature accuracy which was the vital point of this gadgat was **NOT** good enough.
Regardless of its price, don't waste your $ or time. Not worth it. If it ever works properly, I would have recommended it because of its apperance alone. So unfortunated.
__note:__ I didn't open it up since I would have to destroy the look of it, but I bet it would be comparable to a cheap sensor found in [DHT11](https://www.adafruit.com/products/386) or so. :( I rather have a cool looking gadget although it didn't do a thing functionally.

31
_posts/2014-12-26-legion-meter.md

@ -0,0 +1,31 @@
---
layout: post
title: "Legion Meter -- a USB current meter"
date: Dec 26, 2014
author:
display_name: 'sipp11'
categories: Kickstarter review
kickstarter:
url: http://kck.st/1fM5CJm
widget: https://www.kickstarter.com/projects/plxdevices/legion-meter-charge-your-smartphone-92-faster/widget/card.html?v=2
tags:
---
This was from one of established companies which came to start a new product line and new customers of course. They used to do a portable battery with a indicator; this shouldn't be hard for them, should they?
### Impression
Its built was great; screen was nice; it made me believe it was going to last long time. Legion was a plug-and-play sort of thing. Plugging into USB port wherever it is, then your phone cable to the other end. It gave you voltage, current, power, and electricity meter which you could reset. Another feature was a switch to take advantage of fast charging by disable data communications and let your phone drain all current from computer USB port. It worked fine on my 2010 MacBook Pro which switching from 2-3W draw normally to 5-6W draw instantly.
One drawback was a data and charging switch; you couldn't switch with your finger, probably could if you had nail. Also it was labelled with A and D. I would have guess D standings for data, yet I could not know what A would mean. That wasn't good at all. Luckily this little gadget was simple enough to guess what things were.
#### delay
This had no delay whatsoever.
### Price
$39 at Kickstarter and $69.99 now at [the store](http://plxdevices.com/product_info.php?id=MOBLLEGIONMETER) which has discount every now and then. It sounded expensive, but if you looked around for what that did the same thing, you would find this price is reasonable. I suggested you wait for discount though.
### Did it work?
Yep, Legion was totally legit. It worked great anytime you used it. You could buy one without regret.

1
about.md

@ -2,6 +2,7 @@
layout: page
title: About
permalink: /about/
header_display: false
---
myCapsules founded long time ago :) It's also been inactive for quite a while since I do not have time nor passion to write that much anymore. Hopefully one day, it will be active once again. However, myCapsules will be accessible as long as I could walk.

1
archive.html

@ -2,6 +2,7 @@
layout: default
title : Archive
permalink: /archive/
header_display: false
---
<section id="archive">
{% assign posts_collate = site.posts %}

4
css/main.scss

@ -75,6 +75,10 @@ form#cse-search-box input {
-moz-border-top-colors: none;
}
.pull-right {
float: right;
}
ul.post-list>li {
display: block;
padding-top: 1em;

2
index.html

@ -4,8 +4,6 @@ layout: default
<div class="home">
<h1 class="page-heading">Posts</h1>
{% include paginator.html %}
<ul class="post-list">

1
tags.html

@ -2,6 +2,7 @@
layout: default
title: Tags
permalink: /tags/
header_display: true
---
<!--TODO: Find a fix to tags with spaces-->
<ul class="tag_box inline">

Loading…
Cancel
Save