Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
werkshy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
werkshy
11y ago
From the chrome extension github: "This is pre-alpha quality software, the result of a three day project. It will crash your browser, leak your passwords and destroy your home. This is actually my first Chrome extension and I
2.
▲
by
werkshy
11y ago
We (Harry's) have released a tool called Kontrast: https://github.com/harrystech/kontrast , http://engineering.harrys.com/2014/09/24/kontrast.html It's written in Ruby but is n
3.
▲
by
werkshy
12y ago
I run mine as a NAS, and the performance is pretty terrible. The portability is great though! I'm somewhat nomadic at the moment so it's great to have a 1TB NAS that I can pack in my laptop bag (1TB external 2.5" drive + rpi:
4.
▲
by
werkshy
12y ago
ubuntu@c1-10-1-18-157:~$ sysbench --test=cpu --cpu-max-prime=2000 --num-threads=4 run sysbench 0.4.12: multi-threaded system evaluation benchmark
5.
▲
by
werkshy
12y ago
Because everything written in Ruby is junk? This project can be used by any system that uses a cron-like syntax for scheduling jobs, regardless of the languages and frameworks that system is built with.
6.
▲
by
werkshy
12y ago
I don't understand why web professionals are publishing their work in .docx format, whatever the standard of the writing.
7.
▲
by
werkshy
13y ago
We certainly don't use Heroku for the price. I've got a fair amount of experience running distributed apps on AWS and I have found that Heroku do provide a lot of value-added services on top (from deployment to database provisioni
8.
▲
by
werkshy
13y ago
We find that neither New Relic nor Analytics gives the full picture: some of our pages are heavily cached, others (e.g checkout processing) are computationally expensive, database heavy and communicate with other systems (e.g payment proces
9.
▲
by
werkshy
13y ago
That really depends on your app and your caching strategy. If you are doing something complex or memory intensive (or your app is poorly optimized), or if your users are highly engaged, it could be in the low tens of users! If you are doing
10.
▲
by
werkshy
13y ago
Woah! So sorry to be treading on your namespace! I did a google search for the 'Dynosaur' and didn't get any hits if I recall. We will put our heads together and come up for a new name for our project later today. No offense
11.
▲
by
werkshy
13y ago
We haven't benchmarked against other autoscalers or done any direct comparisons. Our main motivation was to write something that scaled as we scale manually (i.e. when we get a lot of traffic due to press hits etc, we scale up based on
12.
▲
by
werkshy
13y ago
Dynosaur author here, if anyone has questions.
13.
▲
by
werkshy
13y ago
Good point. I am on GSM in the US but also prefer an international phone.
14.
▲
by
werkshy
13y ago
Yes, but it's a 3 row keyboard. I upgraded from the G1 (5 row qwerty) to the G2 (4 row, numbers-on-the-qwerty-row) and it's next to useless. As a phone, I need to use the number line a lot. As a computer /terminal, I need to
15.
▲
Using Asana for Code Review
(engineering.harrys.com)
1 points
by
werkshy
13y ago
|
0 comments
16.
▲
by
werkshy
13y ago
We just spent days moving stuff away from Elasticache due to memcached limitations, and would love to have moved to managed Redis. We're an AWS partner, with the highest level support contract and if we'd known two weeks ago that
17.
▲
by
werkshy
13y ago
Mongo got a lot better about reusing disk space in v2.2, if you are deleting from a collection. Still no compression or document field name optimizations though.
18.
▲
by
werkshy
13y ago
With Digital Ocean you'd need to install a software firewall on the servers themselves, there is no API-configurable network-level firewall. I used 'ufw' which was quite easy to get started with (on Ubuntu), and replicated my
19.
▲
by
werkshy
13y ago
Zoneminder grinds my dual-core Atom to a halt. Try 'motion' for a simpler system (well, simple if you like config-file setup) with about 25% of the CPU usage. Plus, the viewing interface is just 'cd /motion; ls *avi'
20.
▲
by
werkshy
13y ago
EnergyHub : Full Stack Software Engineer - Brooklyn, NY. Full Time. We're building a platform for controlling residential energy usage (think wifi thermostats, but also all sorts of home automation stuff). We're looking for a smart someone
21.
▲
by
werkshy
13y ago
I can't even begin to calculate the amount of time I wasted on Eclipse. I hated it. I tried to use eclim, which kinda work, but started crashing vim (infrequently) which is worse than not having anything. At least once every two weeks (for
22.
▲
by
werkshy
13y ago
Switching between tabs in the editor takes > 1s (on a core i7 with 12GB). That is enough to make it almost useless for me. IntelliJ community edition is much snappier.
23.
▲
by
werkshy
13y ago
I don't get it. Perforce is ~$200/seat/year. IDEA at $500 seems like a no-brainer compared to limping on with Eclipse.
24.
▲
by
werkshy
14y ago
It looks like it installs a separate non-conflicting package called wine-compholio with the necessary patches, and leaves your current wine installed. I don't really have any current wine apps to test against, but you should be able to try
25.
▲
by
werkshy
14y ago
This is true, in the Ubuntu packages this is printed to the default log at /var/log/mongodb/mongodb.log. It is also abundantly clear from the documentation. I struggle to understand how one could deploy a new datastore in production without
26.
▲
by
werkshy
14y ago
Luckily my RDS wasn't affected, but ELB merrily sent traffic to the affected zone for 30 minutes. (Either that or part of the ELB was in the affected zone and was not removed from rotation.) We pay a lot to stay multi-AZ and it seems Amazon
27.
▲
by
werkshy
14y ago
Post says $PS1="\[\033[G\]$PS1" But the first $ is wrong, it should read PS1="\[\033[G\]$PS1"
28.
▲
by
werkshy
15y ago
CINT is really rather silly as the main interface to ROOT. ROOT is awesome, and huge, and you do need to use C++ to take full advantage of it, but it is also accessible from Python which is a far more sensible language to use in a REPL or i