theawless's comments

theawless | 2 years ago | on: When an app asks for permissions, it should have a “feed fake data” option

Samsung phones have a camera access and microphone access toggle.

Here's what I get when I turn it off:

``` Turn off Camera access? All apps will be blocked from using the camera. Apps will still work, but they will only be able to access an empty black screen. For example, you can still make and receive video calls, but the other person won't be able to see you. ```

theawless | 5 years ago | on: Mice fed fast food get noticeably stupider, scientists warn

And the alternatives that do exist are too damn expensive. Like celebrities hiring professional chefs for their ultra diet. Or healthy food subscription services that often have questionable quality.

I was really hoping that with food home delivery startups this situation will be solved. But alas, most restaurants optimize for cost as you mentioned.

theawless | 5 years ago | on: Ask HN: Which tools have made you a much better programmer?

I'm dependent on Jetbrains IDE for most of my work. It really shines in showing the user best practices and recommendations. A lot of the programming concepts are same across languages and this IDE helps you find the right function/method with its suggestions. And at least for java it'll suggest you variable names, it'll suggest you if a loop can be converted to a stream, it can generate templates for unit tests, it can tell you if a variable might be null, etc. There are a ton of small small features that all add up to a great experience. 10/10 would recommend for a new programmer.
page 1