Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
qxmat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
qxmat
5mo ago
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 used to
2.
▲
by
qxmat
6mo ago
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 G
3.
▲
by
qxmat
2y ago
A fellow super brain finalist on hn?
4.
▲
by
qxmat
2y ago
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.
5.
▲
by
qxmat
2y ago
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?
6.
▲
by
qxmat
3y ago
Knight Capital!
7.
▲
by
qxmat
3y ago
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 stage. Releases shou
8.
▲
by
qxmat
3y ago
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 are fine!), the
9.
▲
by
qxmat
4y ago
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 allocated string data but
10.
▲
by
qxmat
4y ago
This appears to be the domain of Dagster + dbt, with which you get data lineage, not just composition.
11.
▲
by
qxmat
4y ago
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 there are ample styl
12.
▲
by
qxmat
4y ago
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.
▲
by
qxmat
4y 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.
14.
▲
by
qxmat
4y ago
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 algebra and removing
15.
▲
by
qxmat
4y ago
Makes my blood boyle
16.
▲
by
qxmat
4y ago
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
17.
▲
by
qxmat
5y ago
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 design.
18.
▲
by
qxmat
5y ago
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 I've no iss
19.
▲
by
qxmat
5y ago
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 replacement I
20.
▲
by
qxmat
5y ago
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 business because you c
21.
▲
by
qxmat
5y ago
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.
22.
▲
by
qxmat
5y ago
leftpad != left-pad Tom MacWright's email - https://registry.npmjs.org/leftpad/ azer - https://registry.npmjs.org/left-pad/
23.
▲
by
qxmat
5y ago
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 management
24.
▲
by
qxmat
5y ago
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 who found a
25.
▲
by
qxmat
5y ago
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.
26.
▲
by
qxmat
5y ago
I've felt SOA is the easiest to grow because it encourages you to swap out concrete implementations as requirements change. For example, IUserService can start off with a "local" UserService implementation that makes direct c
27.
▲
by
qxmat
5y ago
Provide a VPC endpoint
28.
▲
by
qxmat
5y ago
I've worked with people of varying skill-levels but personally gravitate towards those who can code idiomatically. For me it's important I write idiomatic code and follow the language/framework/api guidelines to the lett
29.
▲
by
qxmat
5y ago
We use Azure AD Application Proxy because it's an approved technology/pattern. Sadly SAML auth doesn't work with MSAL 2.x frontends because auth tokens are clobbered - gh bug #3420 - so we're looking at replacing it. Rig
30.
▲
by
qxmat
5y ago
As an independent software contractor I could say the same about Microsoft's Partner Network. Unless I sit a myriad of different exams I can't advance my competency to Silver or Gold. This means my MPN default "Partner"
More ›