gamma3's comments

gamma3 | 5 years ago | on: Dividing front end from back end is an antipattern

Over the years I worked on native desktop apps, mobile apps, a Scala backend.

Now I work on a complex React app in TypeScript with a GraphQL backend in TypeScript. I can build a feature end-to-end. From domain modeling to an API to UI with animations. Optimising SQL queries.

There are people like this. Software engineers who have experience across the stack.

I don't do devops but I've met someone who can do full stack app development and devops pretty well too.

gamma3 | 6 years ago | on: Flutter looks good, but is painful

> Why should someone ever need to offer a bug-fix bounty!?

Author expects bugs in open source projects to get fixed for free, by someone else.

We need to support open source maintainers instead of shaming them. I'm excited about Open Collective and made a monthly donation to a project I use.

gamma3 | 7 years ago | on: Things I Enjoy in Rust: Error Handling

Really nice! The Result reminds me of Validation from Scala.

In Scala you return a Validation that is either a value or an error, and can pattern match on it. Also: trySomething().orElse("Default value")

gamma3 | 7 years ago | on: Slack Is Not Where 'Deep Work' Happens

One way would be to share the article with them and explain that replies directly in a channel make it harder for you to catch up. Saying that threads make it easier and quicker for you to decide what to read.

I usually start by proposing an idea to a small group of people - e.g. my team or people at the company I think might like the idea. Only after a few people say they like the idea and start using threads, propose the idea to more people and say "look, a few of us are using threads and it works".

gamma3 | 7 years ago | on: Slack Is Not Where 'Deep Work' Happens

They should cc you so you get a notification. Or talk to you on person.

They shouldn't assume everyone will read every message. If it's important, they should make sure you definitely saw it.

If you ever feel like you missed and important decision, go and politely tell them to always get you involved.

gamma3 | 7 years ago | on: Slack Is Not Where 'Deep Work' Happens

I've worked at a company that did the sprints, planning, retro, Three Amigos etc.

So glad we don't do any of that at my new company! And it turns out we ship stuff much faster.

gamma3 | 7 years ago | on: Slack Is Not Where 'Deep Work' Happens

I've done the same - replace social media with Kindle. It's so good.

And lock screen notifications are off for all apps. I only see a notification badge when I decide to pick up and unlock my phone.

gamma3 | 7 years ago | on: Slack Is Not Where 'Deep Work' Happens

I close Slack and focus on coding. I take short breaks from coding every 1-2 hours, and check Slack.

Replying to someone 2 hours later has never been an issue.

If it's urgent, people drop by my desk.

Definitely don't have slack on my phone, and when Slack is closed, I don't get any kind of notifications.

Being able to focus is important. In the end it matters I deliver on the project, not that I reply to every question immediately.

gamma3 | 7 years ago | on: A listing of companies that don't do whiteboard job interviews

I've interviewed engineers on computer science problems on a whiteboard and those who did great turned out to do great on the actual job.

That's a one way implication. It is possible there are people who do poorly on coding interviews but great on the job.

Whiteboard coding is simply a quick test that has few false positives in my experience (around 40 interviews).

page 1