qxmat
No user record in our sample, but qxmat has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but qxmat has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Europe is crying out for sovereign clouds. If this is to be a viable alt cloud, US jurisdiction is a no. Not sure we can move away from cpu/memory/io budgeting towards total metal saturation because code isn't what it…
This is absolutely correct. HN readers can learn more about the merit order and marginal pricing here: https://www.next-kraftwerke.com/knowledge/what-does-merit-or... You can read more about gas markets in the Global…
A fellow super brain finalist on hn?
Jira's now discontinued server version had a sequence table to stop you sharding it. It also made disaster recovery from a hard shutdown awful. I have nothing good to say about Atlassian.
Their Windows sensor has made development almost unworkable. Not sure why but I haven't noticed the OSX sensor slow things down appreciably. I suspect my Windows profile is configured to be more aggressive?
Knight Capital!
6 days is pretty reasonable to me because I'm an avid supporter of the release train (miss the release train, wait for the next one). Governance is an important aspect of the software development cycle past the PoC…
This is something I've been unable to articulate as succinctly as you have - thanks. In the past I put it down my experienced approach and what I need from others: make it work (mediocre solutions that deliver 80% value…
Python has a few weird issues like this. The last one I encountered was with a class inheriting Thread, join and the SQL Server ODBC driver on Linux. Fairly sure I hit page faults thanks to a shallow copy on driver…
This appears to be the domain of Dagster + dbt, with which you get data lineage, not just composition.
Modern frameworks rely on components and the shadow DOM. If you understand how these are implemented you'll go far. One of the trickier things to grasp is where your CSS begins and ends. CSS is quite leaky here but…
I also found the C#/F# courses very well made. Specifically those by Mark Seemann, Kate Gregory and K Scott Allen... who I just found out died 2 years ago :(
Slow hash function + salt would solve this.. e.g. you'd be lucky to do more than 10 hashes a minute with bcrypt and 20 salt rounds.
I did the same a while back. I used ANTLR4 to generate a .NET tree walker that would build up an IQueryProvider expression. IQueryProvider would then compile to Expression<T> and self-optimise (simplifying boolean…
Makes my blood boyle
I've found that AWS IAM is amazing compared to Azure AD. With AWS you can do per-workload account vending and grant account owners full "AdministratorAccess", because IAM resources are tied to the account. In Azure it's…
Network layering is still important on the cloud but many DevOps appear to miss that. Logical cloud protection layers - like security groups - are an additional security layer but not a replacement for proper route…
Lots of timed algo ones in my city - i.e. time-space complexity. Completely unrealistic for a DevOps cum full-stack role. If they were untimed - like homework assignments - I'd probably say yes to more but as it stands…
Last year I tried to source an on-demand AV scanner because we'd exhausted what clamav was capable of (it non-deterministically craps out after 2Gb and can't scan binaries). If I couldn't find a suitable drop-in…
Is your enterprise a product or solutions startup? Products only scale if resold - the magical 90% pure profit margin only exists on theory. In practice client demands will almost always turn small fry into a services…
He's isolated like he's receiving chemotherapy. A few years back he pointed out that many leaders appeared to be dying of cancer. Add the US mortality statement last week and it's clear to me he's got terminal cancer.
leftpad != left-pad Tom MacWright's email - https://registry.npmjs.org/leftpad/ azer - https://registry.npmjs.org/left-pad/
In the enterprise you'll find that Jira is used for general workflow management not just CICD. I've encountered teams of analysts spend their working day moving and editing work items. It's the Quicken of workflow…
I've found that external tech requirements are horrible to work with, especially when the underlying stack simply doesn't support it. Normally these are pushed by certified cloud consultants or by an intrepid architect…
This appears to be similar to Azure AD Application Proxy. If it is they're one step ahead of MS because their App Proxy Connector clobbers MSAL auth tokens and they can't be bothered to fix the issue a year later.