Viewing profile — audiolion
audiolion
HN member- Joined
- Mon, Aug 21, 2017, 11:52 AM UTC
- HN karma
- 55
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About audiolion
No profile information was provided.
Recent public activity
-
comment
Comment #19315621
Thanks for this feature though. Looks awesome to me! It is nice to see cycle time for other people in the org who dont use estimates. The fact that we are tracking change in pipeli…
-
comment
Comment #19216150
Isn't there some internet effect where most of a large community lurks and only a small percent produce? [1] I find it low friction to comment. But as a reader I go here for my new…
-
comment
Comment #19073510
Airbnb also maintains Enzyme which has certainly been a big part of the testing story.
-
comment
Comment #18984769
Same here, we did examine headers and learn about the layers of networking, but we were also given the link to https://www.ietf.org/rfc/rfc1035.txt and told to implement a DNS reso…
-
comment
Comment #18984657
I prefer TravisCI to CircleCI, but I can get CircleCI on a private repo with their free plan. I honestly don't prefer CircleCI's UI/UX, it frequently is missing or caching info and…
-
comment
Comment #18952778
Any project of sufficient size will have warts. Python added type checking after Guido saw how hard it was going to be to port Dropbox's 2mil LOC codebase to python 3. There is a r…
-
comment
Comment #18946926
do you comment every day with consistency around 4am? the point is with enough data you establish a pattern and ignore outliers. the time series graph is indicative of an EST/CST s…
-
comment
Comment #18794943
Headless react components handle logic and state management and then pass data and handlers to their child components so whoever consumes them can determine how they look. Typicall…
-
comment
Comment #18758797
Got a new job and built a mobile/web/desktop app with GraphQL, Apollo Client, TypeScript, React Native, Electron, Yarn Workspaces w/ Lerna.js for monorepo management. Also started …
-
comment
Comment #18680005
Google One, and Google Drive.. why not just merge the products and call it OneDrive?
-
comment
Comment #18624569
the largest difference I see is that vscode lightly highlights every match making it hard to see which cursors are selected. sublime is so clear
-
comment
Comment #18624476
Agreed. I use VS Code now because I needed syntax support for new es7+ and graphql. But I miss sublimes speed it was unmatched, and the jump to symbol using @ or # in a file is wor…
-
comment
Comment #18606129
Im overweight and snore as a result, or have sleep apnea or whatever. Tongue Endurance might okay a small role but its not helping me. I am a beatboxer and consistently train my to…
-
comment
Comment #18596340
My friend who is an English Professor will not read books from an author who is not dead. Books need to stand the test of time, if they are still in circulation after the author di…
-
comment
Comment #18461607
interesting, I am using TinyMCE and paying them for the PowerPaste plugin, figure a team that manages pastes from Word will do a better job than I could, and $1850/year.. I couldn'…
-
comment
Comment #18404305
This is awesome. I wonder how much the Enterprise Graphql Gateway is, our app is under a million queries a month, but right now I instantiate multiple apollo clients which point to…
-
comment
Comment #18269330
My manager does 1-1s back to back in 30 min blocks and as each engineer comes back they call the next person to go up. I don't get the cattle feeling but is it unusual or bad pract…
-
comment
Comment #18269306
What would you think of lining up your 1-1s back to back on a single day?
-
comment
Comment #18160259
ROI (Radio Over Internet)
-
comment
Comment #18120300
they pretty clearly state they mine every bit of data they can from users phones and from notifications you send when you integrate with their free forever service
-
comment
Comment #18032136
if you mean how obese they are, I have a friend who is very thin and super disciplined in his life, hates clutter, everything has its place, and his dog is super undisciplined and …
-
comment
Comment #17979955
The reason I use nohoist is because my monorepo has a react native package and web package inside it, I found that if I hoist react native stuff it doesn't resolve properly with th…
-
comment
Comment #17977917
Hey, I just saw a tweet about this, it looks super exciting. A question I have is how does this work with yarn workspaces? I have a monorepo setup and would love to try this, but I…
-
comment
Comment #17865360
definitely will cause developer pain. We are already seeing issues being closed in typescript related to monorepo and lerna support. [1] I think that if other repositories follow s…
-
comment
Comment #17808666
When do web devs start looking at query planning as an optimization area? Maybe because I work in more startup roles with fewer people, but it always feels like a premature optimiz…