Viewing profile — imperialWicket
imperialWicket
HN member- Joined
- Tue, Oct 12, 2010, 2:29 PM UTC
- HN karma
- 435
- Public activity
- 211 items
- HN profile
- View on Hacker News ↗
About imperialWicket
[ my public key: https://keybase.io/imperialwicket; my proof: https://keybase.io/imperialwicket/sigs/MhSQhuEEjCvzpRMfq6x1RU9bQa7ScT2_rX4oCB61NJA ]
Recent public activity
- story
- story
-
comment
Comment #39043057
This is a great callout. I think for a newcomer this is where loading an existing game (like Celeste...) and just changing sprites or updating logic gets you some of the non-built …
-
comment
Comment #39037051
It falls short on your 3d request, but for someone new to things I'd go down the pico-8 rabbit hole. There are some really spectacular (given the limitations) 3d games, but they're…
-
comment
Comment #18784166
Pairing A Patriot's History and A People's History makes for some interesting perspective. They don't really offer explicit points/counterpoints, but they certainly frame things di…
-
comment
Comment #18762733
- childsplay https://childsplay.en.uptodown.com/ubuntu (mentioned elsewhere) - doudou linux http://www.doudoulinux.org/web/english/index.html (an entire linux distro that wraps gco…
-
story
Ask HN: What are your expectations for engineering 1 on 1 meetings?
I'm new-ish to a management role and trying to figure out how 1:1, 360 reviews, annual reviews, and team dynamics should be working. I'm currently doing something like: http://impe…
-
comment
Comment #14655531
DevOps is a moving target right now, and a lot of great fundamentals are linked here already. I'd also recommend subscribing to, and reading old issues of: https://sreweekly.com/ h…
-
comment
Comment #13944244
I've got a 5 year old Leopard and a 1.5 year old Wild Dog that are perfectly satisfactory. I have a month old Oryx, and my sentiment follows the general comments - I'd probably spe…
-
comment
Comment #12533026
If you did have an iTunes account, you were prime for an iPhone purchase. That demographic had a clean experience of buying a mobile device that was super-capable (someone could pr…
-
comment
Comment #12532659
Monetizing was Apple's success, but in the early iPhones, I'd argue it was a lot of carry over from iTunes. Apple forced you to have an Apple ID, and associated with the Apple ID m…
-
comment
Comment #10838324
Not strictly related, but on your second point - http://www.libertypuzzles.com/ makes some really great puzzles that have very unique ("whimsy", iirc) pieces. I've gotten a few for…
-
comment
Comment #10809264
Kiwi Crates (and Koala - haven't tired the older age targeting boxes) are excellent, our 4 and 5 year olds love them. The results don't have a lot of longevity, at least for the Ki…
-
comment
Comment #10628252
I use a git hook that builds locally on commits to master (with some cleaning just in case I was testing weird things from non-master). I host on s3, but I don't think the s3 trans…
-
comment
Comment #9904286
This is great supplemental data, much appreciated!
-
comment
Comment #9904012
Lots of people are already using it, so it has familiarity (I was thinking more than pgbouncer, pure conjecture though). I think if you wanted to have the simplest possible solutio…
-
comment
Comment #9903484
This seems robust, but feels like more moving parts than are necessary. I feel like HAProxy with PostgreSQL + Bucardo (multi-master + at least one slave) would achieve this, and ne…
-
comment
Comment #9852428
Packer is great for generating AMIs, particularly if you're already using some form of config mgmt. It will let you tie in your existing puppet/chef/salt/ansible/shell/etc. and out…
-
comment
Comment #9647665
This got me; often you want clock_timestamp() or timeofday(). I wrote about it, too - http://imperialwicket.com/postgresql-getting-now-in-function...
-
comment
Comment #9445920
ELK and others have been mentioned and are great tools, but if you want a more simple solution within the Sql realm postgresql with table partitions works well for that particular …
-
comment
Comment #9409763
Per-second metrics and a (claimed by netflix) pluggable system for custom metrics that's likely easier than pushing custom cloudmetrics data. Some data from Netflix employees here:…
-
comment
Comment #8573601
Since logstash was already mentioned, it's worth putting https://github.com/elasticsearch/logstash-forwarder here, as the logstash team built it as a solution for logstash-type nee…
-
comment
Comment #8369189
I made a data star supporting weather/water sensor data in postgresql that heavily relied on table partitions for handling performance [1]. We had it on pretty weak machines, repli…
-
comment
Comment #8343136
That's a meaningful data point, and impressive! Nonetheless, I think Opera is exceptional for a few reasons and for a smaller dev, there's little practicality to J2ME. It's much mo…
-
comment
Comment #8343030
Another huge challenge with J2ME application development is the marketplace options. Most of these are carrier controlled, and you must pass certification tests per carrier, per de…