Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iamsomewalrus
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
iamsomewalrus
5mo ago
Underrated comment
2.
▲
by
iamsomewalrus
8mo ago
I use Go as my preferred language and I think the author is mostly right. There’s no way for me to know or even check what are the possible errors this function can return? Sure, sometimes a comment in the library might be illuminating, but
3.
▲
by
iamsomewalrus
9mo ago
genuinely curious, can you steel man stored procedures? views make intuitive sense to me, but stored procedures, much like meta-programming, needs to be sparingly used IMO. At my new company, the use of stored procedures unchecked has reall
4.
▲
by
iamsomewalrus
2y ago
off the original topic, but on topic for this - Yes! Gibson recognized they were getting cut out of the vintage market and started making not only the reissues (RIs), but also the limited edition copy-of-famous-person's-guitar. What ge
5.
▲
by
iamsomewalrus
3y ago
ADHD-haver here. I do the same thing but with music. I created a playlist of albums I've heard hundreds of times. The songs are in album order and when I play the list I play from the start of an album somewhere in that list. It keeps
6.
▲
by
iamsomewalrus
3y ago
^ I can vouch for this. Worked at Goodreads from about 2013 to 2017 ish. I’m sure my name haunts git blame now.
7.
▲
by
iamsomewalrus
3y ago
Oh man, thousands of up votes for a Led Zeppelin reference. This mirrors my experience as a musician. Learning to play gave me the confidence to go into different scenarios and recognize that I had to tolerate being bad first and then I wou
8.
▲
by
iamsomewalrus
3y ago
i helped build this! it's not what i do anymore, and i don't want to go into too much detail, but the TL;DR is that, yes, just walk out (JWO) really does use machine learning models to identify which products customers are picking
9.
▲
by
iamsomewalrus
4y ago
This is my experience as a line manager but also a manager of managers.
10.
▲
by
iamsomewalrus
4y ago
Hire for fire feels like an urban myth. We do a lot of work to find you, interview you, hire you, and train you. Managing someone out is also a lot of work. That being said a company as big as Amazon will always have edge cases.
11.
▲
by
iamsomewalrus
4y ago
i think this is too pessimistic. via FBA they've also enabled thousands (hundreds of thousands?) of small businesses and a cottage industry of others that have formed around them.
12.
▲
by
iamsomewalrus
5y ago
Not sure what the J was for. Internally it’s been IHM since I joined. “Inventory Health Management” is a backronym. I won’t spill the - albeit boring - beans on where IHM actually comes from.
13.
▲
by
iamsomewalrus
5y ago
Flippantly, because hardware is cool! Plugins - software for audio programs - are available but audio engineers are famously persnickety.
14.
▲
by
iamsomewalrus
6y ago
I don't have perfect pitch so it's not that I hear a note and see the color it's more like when I think of a note, chord, or mode I see a color in my minds eye. When I'm playing I am aware at a high level the notes I
15.
▲
by
iamsomewalrus
6y ago
Key of D is typically black for me. For dorian F-natural is a soft shade of red. The B natural is purple. F major is red. E-minor is a desert sand color.
16.
▲
by
iamsomewalrus
7y ago
Can’t find a reference, but i think it does. I used in the past year for that purpose exactly. Also, checkout typing.io which has lessons based on open source code.
17.
▲
by
iamsomewalrus
7y ago
(Amazon employee but not doing anything related to deliveries) UPS drivers pee in bottles while out delivering, too. In another life I worked facilities at a UPS distribution center and my team would have to pick up those bottles :-/ W
18.
▲
by
iamsomewalrus
7y ago
as always, Miley Cyrus is right. I use this mapping in my current setup and find it really useful.
19.
▲
by
iamsomewalrus
7y ago
I wrapped my head around the ergodox by realizing that you have to use layers. It's not supposed to map 1:1 with a regular keyboard. I use a modified version of the default symbol layer that's more programmer friendly (I think) an
20.
▲
by
iamsomewalrus
8y ago
I disagree. I found the book enlightening as I was experiencing growing pains moving to a more senior role on my team (less time for getting things done, more time helping others, etc) and this book helped me realize that it was to be expec
21.
▲
by
iamsomewalrus
8y ago
I’ll have a blog post out in AWS Big Data in a few weeks but the parent is right in that it’s not terribly difficult. Should take about an hour with testing to get a Pyspark script together to read in a DynamoDB table and write it out to S3
22.
▲
by
iamsomewalrus
8y ago
100%. Expect a follow up in the future with a simplified pipeline.
23.
▲
by
iamsomewalrus
8y ago
The docs are a good place to start to get a sense of what Athena can do: https://docs.aws.amazon.com/athena/latest/ug/what-is.html There are no indexes in the traditional MySQL / Postgres sense of the wo
24.
▲
by
iamsomewalrus
8y ago
This architecture is meant for business intelligence purposes, not for oltp queries. You're right, it would be pretty expensive to power a user facing service this way. However, I read a harrowing / awe-inspring blog post about so
25.
▲
by
iamsomewalrus
8y ago
Carrier pigeon transport?
26.
▲
by
iamsomewalrus
8y ago
+1 Everything I've learned the hard way with DynamoDB was in the Best Practices documentation the whole time. Now I've learned to read the Best Practices section of any AWS service before I start implementing. It saves a lot of he
27.
▲
by
iamsomewalrus
8y ago
You, dear person, win my undying support and affection.
28.
▲
by
iamsomewalrus
8y ago
The AWS Glue service provides a serverless Spark environment for running jobs. Here's a link: https://docs.aws.amazon.com/glue/latest/dg/author-job.html * The default timeout is ~ 48 hours and you pay pe
29.
▲
by
iamsomewalrus
8y ago
The Lambda is included in the DynamoDB exports CloudFormation templates. It's embedded in the file template itself. Thumbs up on the Glue Dev endpoint. It's been killer. I had trouble setting up a Notebook (I wanted to get fancy w
30.
▲
by
iamsomewalrus
8y ago
In general, it's not uncommon for startups of the Goodreads vintage to outgrow a simple Rails app and use a more service oriented architecture. We've actually had services for about 5 years now, but we haven't been very vocal
More ›