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 pipeline movement makes it really easy for all to use.
I do think now about how at the end of the day, I normally like to put the next issue im going to work on in the "in progress" before I leave so it is ready for the next morning. Now I wonder if for metric tracking I should not do that.
Also I wonder what happens if you out something into In Progress then get a different priority and take it out. Does the time reset? Does it track total time it was in the pipeline?
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 news, so there is no news for me to potentially share. Even if I do find something I am not in the habit of posting to HN.
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 resolver in C. We also did a peer-to-peer client. You learn a lot more by implementing it.
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 I have to hard refresh the page to get things to work.
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 reason the two most popular dynamic languages have added a type system.
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 sleep schedule.
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. Typically that pattern is called render props in react. Before render props the goto for this was higher order components which would wrap a component you style and make.
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 learning Elixir as part of Advent of Code 2018.
Been a blast and really enjoyed the challenge of building a monorepo that shared code between all the different platforms.
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 worthless in vs code because it waits to calculate until you use it.
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 tongue and muscles around the throat.
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 dies, then there is something of worth there.
It was sometime in the middle ages where it became impossible to read every book in existence, consider now you get to read a fraction of a percent of all books in your lifetime.
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't easily make that feature and maintain it for that money.
I am surprised there is no open source tool for cleaning up pastes from word and giving you HTML.
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 different Graphql endpoints because we do not have a gateway. I would love this but I am not sure if it makes sense for our case from a cost perspective.
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 practice to do them back to back?
Also what would you think if the manager was late for the set block of 1-1s by 40 mins?
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
I do think now about how at the end of the day, I normally like to put the next issue im going to work on in the "in progress" before I leave so it is ready for the next morning. Now I wonder if for metric tracking I should not do that.
Also I wonder what happens if you out something into In Progress then get a different priority and take it out. Does the time reset? Does it track total time it was in the pipeline?