Live data from Hacker News

Viewing profile — qxmat

qxmat

HN member
Joined
Fri, Aug 29, 2014, 4:32 PM UTC
HN karma
165
Public activity
68 items

About qxmat

My words and terrible SPAG are my own and not representative of my clients and/or employer.

Recent public activity

  1. comment
    Comment #47873407

    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 …

  2. comment
    Comment #47554510

    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 …

  3. comment
    Comment #41251406

    A fellow super brain finalist on hn?

  4. comment
    Comment #41147390

    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 Atl…

  5. comment
    Comment #41003928

    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 configu…

  6. comment
    Comment #36747350

    Knight Capital!

  7. comment
    Comment #36747321

    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 softw…

  8. comment
    Comment #36175351

    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 (me…

  9. comment
    Comment #34755209

    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 …

  10. comment
    Comment #34160488

    This appears to be the domain of Dagster + dbt, with which you get data lineage, not just composition.

  11. comment
    Comment #34128867

    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…

  12. comment
    Comment #33981156

    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 :(

  13. comment
    Comment #33428484

    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.

  14. comment
    Comment #32076377

    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 and self…

  15. comment
    Comment #31735979

    Makes my blood boyle

  16. comment
    Comment #31216049

    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…

  17. comment
    Comment #30682926

    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 …

  18. comment
    Comment #30616702

    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 pro…

  19. comment
    Comment #30581262

    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 c…

  20. comment
    Comment #30545433

    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 …

  21. comment
    Comment #30528375

    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 …

  22. comment
    Comment #30404619

    leftpad != left-pad Tom MacWright's email - https://registry.npmjs.org/leftpad/ azer - https://registry.npmjs.org/left-pad/

  23. comment
    Comment #30397297

    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 it…

  24. comment
    Comment #30397072

    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 c…

  25. comment
    Comment #30264174

    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 bother…