HN user

Nowaker

442 karma

[ my public key: https://keybase.io/nowaker; my proof: https://keybase.io/nowaker/sigs/7WWe83NOJ0FU8naOTP-2gPMjpcwT_Hfu7KpfBI9nSes ]

Posts24
Comments44
View on HN
www.virtkick.io 11y ago

Show HN: VirtKick – self-hosted DigitalOcean – try on your CentOS or VPS

Nowaker
10pts1
www.virtkick.io 11y ago

VirtKick Federation – Free VPS for Open Source

Nowaker
15pts0
www.virtkick.io 11y ago

(De)websockify SSH to avoid lockdown in hotel rooms

Nowaker
8pts0
www.virtkick.io 11y ago

Show HN: VirtKick – Self-hosted Digital Ocean

Nowaker
216pts92
cwrap.org 11y ago

Resolv_wrapper library – override resolv.conf in your test environment

Nowaker
2pts0
lcamtuf.coredump.cx 11y ago

Fuzzing on Edison: field report

Nowaker
63pts36
www.snoopwall.com 11y ago

Most flashlight apps on Android steal your data

Nowaker
6pts0
www.zerigo.com 11y ago

Zerigo, one of the first RESTful API driven DNS providers, is back in the game

Nowaker
10pts0
lists.freedesktop.org 11y ago

Nvidia complicates the development of free firmware, e.g. Nouveau

Nowaker
3pts0
tenderlovemaking.com 11y ago

AdequateRecord making ActiveRecord 2x faster – coming in Rails 4.2

Nowaker
1pts0
semaphoreapp.com 11y ago

Semaphore report: Ruby version usage in commercial projects

Nowaker
1pts0
bocoup.com 11y ago

Why hourly time tracking doesn't work for software

Nowaker
4pts0
wegowise.github.io 11y ago

How to deal with timezones in Ruby applications properly

Nowaker
1pts0
wegowise.github.io 11y ago

Great New Feature in RSpec 3: Verifying Doubles

Nowaker
3pts0
researcher.watson.ibm.com 11y ago

Eliminating GIL in Ruby Through Hardware Transactional Memory (2013)

Nowaker
51pts14
nerdlab.pl 11y ago

A JavaScript clone of Nu Pogodi, a Soviet hand-held game

Nowaker
129pts35
arstechnica.com 11y ago

Western Digital readies first 10TB hard drive, ships new 8TB drive

Nowaker
4pts0
tipboard.allegrogroup.com 11y ago

Tipboard – a self-hosted dashboard with graphs and metrics

Nowaker
5pts0
jeff-collins.github.io 11y ago

Ment.io – mentions and #tags for AngularJS

Nowaker
1pts0
empt1e.blogspot.com 11y ago

ZFS volumes supported in libvirt 1.2.8

Nowaker
3pts0
github.com 11y ago

Hython – a Haskell-powered Python 3 interpreter

Nowaker
3pts0
www.rexify.org 11y ago

(R)?ex – Deployment and Configuration Management in Perl

Nowaker
15pts2
gaudi.io 11y ago

Gaudi – automate the setup of isolated and decoupled Docker containers

Nowaker
7pts0
demo.virtkick.io 11y ago

Show HN: VirtKick – Cloud Made Easy. Open Source.

Nowaker
15pts4

"We spend the time and energy searching all over the web for cheaper reservations for you", are you really spending time on searching things manually? If so, I wouldn't pay anything for such a service, because you may apparently go on holiday and don't care about my reservation. If all is automatic, then I could go for it. However, then "spending time and energy" is a lie.

I believe anyone should be able to submit their reservation, along with credit card details. If you do find the cheaper rate somewhere, you charge them at that point and present with the offer.

BTW, A typo: we can try to ehysave you money.

Cloud Foundry is a self-hosted Heroku. Both are PaaS (but it's you who provide the "P" with the former).

VirtKick is a self-hosted DigitalOcean. Both are very simple IaaS (but it's you who provide the "I" with the former)

Does it explain?

Frankly, there are two mutually exclusive camps: free software and open source. I myself sympathize with free software (GPL) whereas RushPL with open source (MIT). Selling proprietary versions has never been the reason for CLA, though! We want to be able to re-release VirtKick under MIT (and automatically get rid of CLA) if we get funded, so businesses have no problems with it. (See https://news.ycombinator.com/item?id=8527999)

What one regards as a feature, other regard as misfeatures. If you like virt-manager, then VirtKick isn't really for you. We value a simple UI more than virt-manager, and REST API more than virsh. We don't say your way is wrong. It's just more difficult.

Existing libvirt clients, at least those that we know of, aren't super reliable though. libvirt stucks when there's too much happening on the HV, or denies jobs without even trying (e.g. when a pool has async jobs). A backend that schedules tasks for background execution is needed for that (and we have it), so even now we're not "just" a frontend for libvirt.

The use case is a very simple panel with zero virt knowledge needed to start.

Thanks for your comment.

Flynn, Deis, Heroku are PaaS - they are focused on applications.

VirtKick is like DigitalOcean or Linode - they are focused on machines (and containers, that you think of as machines). You install it on your Linux desktop (for localhost hacking), or home or dedicated server (for something more).

Will try to express it a little bit better. Thanks for your feedback.