He/she posted that they had "a dozen kids", could just be exaggerating a bit.
HN user
parmesan
I'm working remote since 4 years, and I have had periods spanning weeks where I have moved less than 2000 steps during 90% of the days. When I started working remote, I went from walking 8k steps per day to ~1k consistently for a 6 months or so. My schedule when I started was 1) Go up from bed 2) Go to computer 3) Sit for ~8h straight, only pause for toilet and making lunch 4) After 8h make dinner, eat, feel like a vegetable in both mind and body.
I've since then re-arranged my day to at least walk 5k-8k steps per day. I've found that the step count doesn't matter much, I need at least 30min high intensity workout every day to not go numb in my mind and body. Luckily, I have two daughters, so I'm forced to do more excersices than I did when I worked from outside of my home.
I'm accessing it from Sweden.
Thanks! And yes, that's indeed true. There's a fine line between passion and obsession. I found that my motivation and passion easily are morphed to their negative equivalents when I'm under pressure, or when I just need to focus on something else entirely.
Nothing. Strangely enough, I can't think of anything new techy that I learned this year.
I've worked full time remote in mobile and machine learning the last 3 years, but this year is special. This year has required me to set my own motivations and goals aside to really be there for my 18 months old daughter, and for my wife. At first I tried to resist and focus on both my family and my career, but I found it hard to be my best self for them.
I took a step back from the stress and greed. I learned that I need to keep my career out of my head when I'm caring for my daughter. I'm more motivated than ever to do some cool projects in 2019. And I've learned that I need to maintain a mental balance between work/passion/me and my family.
Towards new beginnings, and growing as a person.. :)
Real world use cases might be; Classifying the users mood from mouse movement, classifying the microphone audio. I.e. process real time data that might be too large to upload.
I personally haven't seen any NNs being used in browser apps, but there are plenty of existing mobile apps that has NNs to classify audio/video/etc directly on the device.
Wow this is amazing! I don't understand the VCs input about ML, why and how would it help in this use case?
I believe it is the same functionality as in Sublime, IntelliJ, Eclipse and others. It's a total lifesaver when editing bulk stuff, like a lot of constants and what not! One of my must-haves in an IDE.
Dagger2 is great when you have it setup, generating the dependency graph during compilation makes it lightning fast during execution. I also like the error messages, as long as you can read Java stack traces all the info for solving errors are in there - I've never seen an unsolvable situation this far.
Kapt does bump the clean build time to about 2min, incremental builds take between 10-60s - although actually launching the app on an emulator/device adds another 20s.
The cons of Dagger2 that I've experienced since it's launch are; The documentation and support is useless. You're on your own of you don't use a 3rd party sample project as a template. No one understands scopes and subscopes, subcomponents etc. The new Android dagger api is arcane and weird, no one wants to use it.
The Dagger2 team should (if they aren't already) create a Kotlin extension for it, I believe there are some syntactic optimizations to be offered.
You should advice your relative to just get another job, dunno why anyone would bother working under such conditions.
I have a S8+ and have never been annoyed by the round edges, never experienced any distorted colors or been annoyed by indirect light.
It doesn't render properly on my Samsung S8+, Chrome/Firefox. Weird!
/s? React Native seems to be the only alternative to native apps as of today. Googles Flutter might be a viable alternative if they don't drop it, but it's far from production ready..
Most people use it at least once a week, I use it around 2-5 times per week. It's awesome.
Both are already compatible. (I'm using both on Android)
Our baby goes to sleep between 5-8pm and sleeps until 6-7am.. She makes the rules though, when she finally becomes grumpy in the evening I prepare some food and it's off to bed. Works every time!
I believe all babies are different, so luckily our first have been kind to us this far with her sleeping habits and mood.
It's turned out to become a standard for mobile developers due to the concurrent and async nature of the platform. As a side note, I've been working through ~10 different code bases during the last 4 years - every single one has included an Rx library. Scala, Java, Swift, Kotlin, C++.
My bet it's here to stay.
Takes a great engineer to make that work as well as it does..
80 hours?! I can't believe anyone can work that much, to me 40 hours is the limit. I won't work one hour more than that if it isn't necessary.
If I would code for just 60 hours/week I would only last less than two weeks. My spine and back would probably give up on me before that. Other than that I would be the worst father, friend and husband ever since my brain would be totally messed up between working hours, and in the long run during them as well.
Not to mention my productivity would be dipping to like 30% after a week or so with that pace. Today I have 5-7 highly productive hours out of 8 working remote. Sometimes less, sometimes more. But if I lose my balance and start working an extra hour each day I usually start dipping in productivity and sleep as the days go by.
My thoughts exactly, though it should be noted that the architecture astronauts are more common in customer facing software. In most backend projects I've been involved in, the final state of the project is so well known, all different corner cases are well covered by the chosen architecture. For frontend clients however, the architectural choices mostly end up being tech debt.
Sometimes I prefer "and then, and then, and then" over "sign up async observer, send through our java-redux, oops forgot to implement async actions, hack in an and then and then and then case into it" -solutions.
Httpie is my version of Postman and similar services, curl for humans is spot on imho.
What?! I didn't know it indicates that the user is "untrusted", I'm from Sweden and my impression has been that the green users are super users of some kind.
If you're familiar with Java, adopting Kotlin is just a matter of setting it up and reading the docs frequently for a week or so.
If you want to, Kotlin can be practically Java without the over-verbosity and some nice extra features. In time you'll be writing less Java-Kotlin and more Kotlin-Kotlin, if you get what I mean. To me the syntax and structure is so resembling to Java that I haven't really had any confusions at all, most of my gotta-read-the-docs moments involve the concepts that you can use that aren't present in Java (along with the `when` version of `switch` which I've grown to love).
There are bots, humans and what not exchanging code words and encrypted data in the comments on many of the involved channels. There are thousands "confirmed" channels with many of them having hundreds of videos each, there are hundreds of comments on each video.
The content is clearly managed by a "small" number of individuals. It's dark. I usually don't catch on to conspiracy theories, but there's a lot of data to go on when it comes to this one.
I just updated - WOW! What an improvement! Compared startup time and scrolling around some over-monetized sites; Behaves just as well as Chrome. Time for a switch again, I've missed FireFox since I started having Chrome as my default browser back in ~2011
Ikr, why would you even insert a reference like that?
I appreciate that they crack down on content that is obviously designed to hurt and traumatise.
In Android (for example), one would use an observable stream bound to the lifecycle of the host. Most folks do this using Rx and add a custom operator for unsubscribing on the host DESTROY event.
httpie: https://github.com/jakubroztocil/httpie (cURL for humans)
Httpie is my goto http cli for all systems. Pretty much PostMan (that a lot of ppl use for no reason) but without annoying UI and on a single line. Formats JSON and colors it right in the terminal as well. Has a super nice query, header and post body syntax. Works well with sessions and cookies.
Set your goals high for the project instead, achieving your goals can never be considered over-engineering. Don't let the scope creep into "oh I should totally spend 30 hours on this form design"