HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wyaeld

no profile record

comments

wyaeld
·4 năm trước·discuss
Tailwind UI is the component product.
wyaeld
·4 năm trước·discuss
Completely false

Modern LWR reactors ramp at around 5% per minute.

France & Germany use them for Load following https://en.wikipedia.org/wiki/Load-following_power_plant#Nuc...

Conventional nuclear is vastly more dispatchable than other fuel types
wyaeld
·4 năm trước·discuss
There is a distinction between being able to access the source code, and a tool giving it to you without any context of the underlying license it is governed by.
wyaeld
·4 năm trước·discuss
Good teams still document these. Amazon is apparently a leading example where the documents are considered the source of truth.

However many organisations have limited technical leadership enforcing quality, and management layers not willing to invest in these assets.

Unfortunately some 'modern' practices are being interpreted to make the processes like Agile the most important thing, and reducing the importance of things like code/system quality and knowledge management.

Having a good technical writer pays dividends
wyaeld
·5 năm trước·discuss
The author seems to be using Monolith and Monorepo interchangeably, when they are not.

This sentence "With that, Wayfair decided to split the monorepo into smaller microservices" makes little sense.

The main reason most people have monorepos in the first place is because they have smaller microservices, and to facilitate working on them as a unit.
wyaeld
·5 năm trước·discuss
The OP is incorrect, most of the large organisations he cites do not practice trunk-based development.

Google has a monorepo and what could describe as 'submit patch for code review'. Only certain engineers can approve reviews and trigger the patch being applied to the trunk.

https://github.com/google/eng-practices

Many of the others also have variations, but unlikely that any organisation with 1000+ engineers has a monorepo with all of those engineers directly committing to it.
wyaeld
·9 năm trước·discuss
Edgar, you might be interested to know there are significant problems with the big javascript files being downloaded on Linux for Office365, particularly for WordOnline.

We've done similar experiments and proven it to be again based on your own user-agent detection, since normally they will take 30-60 seconds to load, causing the UI to essentially lock up and fail, when faking the agent-user to something else will work around it.

Multiple attempts at contacting Microsoft support come back with its not supported.

Its the Web... pretty sure you can build things without breaking them for Linux.