Viewing profile — insanebits
insanebits
HN member- Joined
- Fri, Oct 25, 2013, 8:12 AM UTC
- HN karma
- 44
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About insanebits
No profile information was provided.
Recent public activity
-
comment
Comment #25968072
I think the way to go is a mix of the two. It is covenient for companies to get guaranteed money in advance. As for customer it's way cheaper to start with usage based model. This …
-
comment
Comment #24444022
Here in Lithuania we have like 90% of plastic bottles have a deposit logo on them, pretty much all of the soda, beer, water, milk bottles are recycled. Most of the non recycleable …
-
comment
Comment #21503052
But if your service was down for more than what it takes to downscale to minimum scaling back up is not that big of an issue. It was down anyways. Also 24/7 instances exist for a r…
-
comment
Comment #16013918
For anyone looking for cheapest SBC. Best I've found was Orange pi zero at $6.99 for 256mb version. That includes wireless wifi onboard. I'm not affiliated with them in any way. Th…
- story
-
comment
Comment #15842435
You can have a look at xeon e5-2670 v2 cpus, they're relatively cheap, around $200 and have 8c/16t so in a double cpu configuration you could have 64 cores with only 4 machines.
-
comment
Comment #15747208
If it's a matter of life or death why didn't they have some sort of battery backup. It shouldn't need that much power. Or even additional generator. As well as having moden version…
-
comment
Comment #15558446
Why would you really need physical machines for linux and windows, you can always virtualize clients and run dual boot mac/windows or single thinkpad with win/linux dual boot. If b…
-
comment
Comment #15515001
Most of the designed emails have images which will be blocked by the client(thunderbird), which looks really horrible. So I will have to be very interested to actually allow images…
-
comment
Comment #14603044
As I understand it he disabled asserts in places which would certainly fail, like doing system stuff, modifying system state and such, but not actual relevant parts.
-
comment
Comment #12504123
You can always have multiple VM's with gpu passthrough, so it's almost like dual boot kind of setup, but you can still run other things on the host. It works pretty well for me, on…
-
comment
Comment #12231513
I'm recently setup Gitlab for my personal projects, import from bitbucket was a breeze. I've used omnibus installer and it was almost painless, only a couple of issues because of L…
-
comment
Comment #11984954
> I am assuming that having RAM and CPU (and other functions such as GPU or other hardware accelerators) We already have RAM(cache) and GPU(integrated graphics) on the same die. Bu…
-
comment
Comment #11912320
That's one of the reasons I love arch, it has AUR. Don't like packaging, just create your own. > Really? Then what about this poor sap who had the misfortune of releasing one buggy…
-
comment
Comment #11912069
Yes they can, there is nothing preventing them creating the package. But it shouldn't be a primary way of installing package. If you really need bleeding edge for development you c…
-
comment
Comment #11912003
That's really good case about upstream packaging. Do we really want yet another android story? I trust maintainer which is volunteering it's time to ensure the package complies wit…
- story
-
comment
Comment #11418026
> This should be titled "A Ruby programmer looks at Rust". There are now a very large number of programmers who have zero experience with anything below the level of a scripting la…
-
comment
Comment #11397145
Yep, that is the reality most of the time. It would be easy if you had a fixed list of features for a project. But they change most of the time throughout the development. You get …
-
comment
Comment #11383801
As I mostly work on PHP and JS will try to explain how my debugging session usually goes. Most of the bugs are easily reprodusable so for them I just go straight for the file and s…
-
comment
Comment #11332935
I don't understand why custom solution seems to favourited by them. It's the same as saying your car is bad because it's running on the most popular fuel. As a web developer workin…
-
comment
Comment #11332847
I do not agree with your point that you have to pass validation. First of all I don't say that you should leave unclosed tags for browser to figure out. Or doing something crazy to…
-
comment
Comment #11321064
If you're going for C10M you can already forget about docker. For performance you really must be as close to the hardware as possible, which possibly means tweaking kernel. Best ex…
-
comment
Comment #11321035
It might even be 20 core processor, because htop actually shows threads and most processors nowadays are 2 threads per core. For example my R710 shows 16 threads while it's only 2x…
-
comment
Comment #11213679
So that is where it actually comes from. I was wondering for some time now. This is one of my favorite features on oh-my-zsh! It mostly helps when you type complicated command and …