Viewing profile — aluskuiuc
aluskuiuc
HN member- Joined
- Wed, Apr 27, 2011, 7:49 PM UTC
- HN karma
- 53
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About aluskuiuc
No profile information was provided.
Recent public activity
-
comment
Comment #36513456
I may have had that one; there was southeast asian writing on a sign and it was Malaysia.
-
comment
Comment #21531206
I have a usb-c monitor connection, and of course the usb-c charger - so any third device requires unplugging one of those. In my case that's a usb-c yubikey. That dongle gives me a…
-
comment
Comment #21530270
It's decidedly inferior in its lack of hubs. If you don't have enough USB-C ports, you're SOL (and given I have a 2-port macbook pro, I feel this acutely).
-
comment
Comment #18845279
As a backup for engine failure that could be a substantially safer and cheaper alternative to a second engine.
-
comment
Comment #16871918
Also, if the stock doesn't perform well, Amazon will grant you more to keep you in the expected band; but it won't take any away if you are making "more than you should".
-
comment
Comment #16871870
Amazon has a target compensation for you for your first 4 years, with a cash signing bonus making up for the lack of stock in the first two years, so it evens out. Of course the 5/…
-
comment
Comment #15860542
Is Amazon Lightsail in Sydney what you're looking for?
-
comment
Comment #14606126
I'm surprised the author didn't consider using DynamoDB Streams to replicate to a PGSQL database for the relational queries while keeping the primary key-value lookups on DDB.
-
comment
Comment #13617087
I think if your app is a cluster that requires a quorum, 2 AZs just isn't enough - you need to be running in 3 to be tolerant to one going down.
- comment
-
comment
Comment #12003729
A notable difference is that Azure file shares have a 5 TB limit for the whole share, and a 1 TB limit on the size of any given file [1], while EFS has no limit on the size of the …
-
comment
Comment #11536062
At least when I started there the first two years had cash bonuses to make up the target-comp difference before the larger stock vests came in, so it was fairly even.
-
comment
Comment #11535535
This is a little disingenuous - that schedule only applies to the RSUs granted at offer sign time. Yearly stock compensation vests over a 2-year period 50/50.
-
comment
Comment #11535517
There used to be - unsure if now - some very specific teams (like 2-3 in the whole company) that had to drive in for very specific issues. Basically if you need to get inside the c…
-
comment
Comment #11316513
> a Systems Engineer will always be paid 15 to 30% less than a Software Development Engineer at the same level, despite the fact that the skills and duties are not that much differ…
-
comment
Comment #11316277
Speaking as someone who just finished a 2-year rotation through Cape Town as an SDE - massive, core parts of EC2 are still there and aren't going anywhere. "not as much EC2 work" i…
-
comment
Comment #10972366
I was an intern in the WinFS team in 2004 - seriously nobody knew what it actually was even inside the team. The best I could say was that it was a way for lots of applications wri…
-
comment
Comment #10178796
One of the easiest mitigations to this is to not even create credentials that have access to do anything that could run up a bill in any short amount of time. Between the Console (…
- story
-
comment
Comment #8661486
This post was written a couple months before the c3s were released, I think.
- comment
-
comment
Comment #7548678
That said; the AWS APIs offer a lot of tools to hand keys to clients with extremely limited scope, both in API access and time boundaries. For example; a game could be given access…
-
comment
Comment #7358931
If you get a notification that your instance is going to get terminated - then yes, you can stop/start, but then you will lose ephemeral disks (but not EBS volumes). If you get a n…
-
comment
Comment #7358921
Eh, don't feel dumb. I can't really claim it's totally unambiguous and not confusing. Rebooting the physical server should only reboot your instance.
-
comment
Comment #7355527
I'll pick this comment out of the many to reply to rather than spamming - you do not lose your data when you reboot an EC2 instance. Local ephemeral stores are retained unless you …