HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wyaeld

no profile record

comments

wyaeld
·vor 4 Jahren·discuss
Tailwind UI is the component product.
wyaeld
·vor 4 Jahren·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
·vor 4 Jahren·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
·vor 4 Jahren·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
·vor 5 Jahren·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
·vor 9 Jahren·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.