Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zEddSH
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
zEddSH
2y ago
It was probably IOHK, or maybe Algorand.
2.
▲
by
zEddSH
2y ago
Yes, but it’s got some cool Haskell projects (like a new language). Also, it has some big Haskell names there. When I worked there I debugged a compiler performance issue with one of the original creators, and there’s people like Lamport or
3.
▲
by
zEddSH
2y ago
Really? IOHK are almost always hiring - apply there. They’ll know the people hiring if they’re that familiar surely?
4.
▲
by
zEddSH
2y ago
As a SDET, I suggest lots of testing. Assuming V1 and V2 offer users the same functionality, there’s a bunch of tests you can offer. The best one IMO is oracle testing where you do something on v1 and v2 and check they do the same thing. Pr
5.
▲
by
zEddSH
2y ago
> Also, how much success people have or had with automating the E2E tests for their various apps by stringing such agents themselves together? There’s a few startups in the space doing this like QA Tech in Stockholm, and others even in Y
6.
▲
by
zEddSH
2y ago
I've been doing the simplest possible things to URL parameters and POST bodies but even that's been effective! Thanks for the link!
7.
▲
by
zEddSH
2y ago
Daily volume is > $100m, there's liquidity and the payout is pegged to USD so trade quick and run. But OP was paid in USD anyway.
8.
▲
by
zEddSH
2y ago
Can you share more about ML based fuzzing? I do pretty basic fuzzing and that's been pretty useful at work for testing, and am keen to learn about better more modern approaches than mine!