iawia
@iawia@feddit.nl
- Comment on Google employees question execs over 'decline in morale' after blowout earnings 5 months ago:
Someone mistyped ‘morals’? Ysk.
- Comment on How to conduct an effective code review 8 months ago:
I’ll just leave this here:
- Comment on How do I convince my company to add tests for FE? 11 months ago:
It’s very hard to start writing tests for a codebase that was not tested while it was being written.
“Be more careful” is obviously just wishful thinking, but the pain apparently hasn’t become bad enough for the need to better quality to have become apparent to everyone.
When people say “we can’t test the UI”, there’s often a reason that they are reluctant. One reason can be that they think you want to test through the UI, and write slow and cumbersome end-to-end tests. Those tend to become unmaintainable at record speeds, and if you’ve experienced the amount of work and aggravation that can cause, you tend to become reluctant. When you ask for ‘integration tests’, this might be the thing people are hearing.
That being said, there’s plenty of ways to test UI code locally, at the unit and component level. Depending on your tech stack, of course. Those types of tests you can just start creating without a big investment. In a codebase that’s not tested, that can be difficult, but try and make the changes you need to make to isolate logic, so it can be tested as a unit test. It’ll give you better code, and teach you a lot about structuring code so that you separate responsibilties.
- Comment on 'Morale is at an all-time low': Ex-Googler writes scathing latter slamming layoffs and 'eroded' culture 11 months ago:
Ah, you’re right. It does work with dynamic addresses.
It works like this for me, currently:
- Comment on 'Morale is at an all-time low': Ex-Googler writes scathing latter slamming layoffs and 'eroded' culture 11 months ago:
I do have a bunch of IP reservations. I don’t really know how you’d do port forwarding without subs static IP address to forward to. I have not seen any of the data sharing options, but it could be that I gave those permissions years ago and forgot…
- Comment on 'Morale is at an all-time low': Ex-Googler writes scathing latter slamming layoffs and 'eroded' culture 11 months ago:
It’s still there for me in “Advanced networking”->“Port Management”.
- Comment on Google CEO Sundar Pichai Warns Android Users Not to Sideload Apps 11 months ago:
It’s a term coined by Cory Doctorow, Sci-Fi writer and ex-EFF, who has been writing about (tech) monopolies, and in particular monopsonies, and how those types of two sided markets originally grow by given users something they need, often for an artificial low price or even free, until they dominate that side of the market, after which they focus mostly on the other side of the market, in this case advertisers, and step by step, slowly disagreeing the reason users originally liked their product… Enshittification.
Doctorow has lots to say, so here’s a link.