Viewing profile — dkarlovi
dkarlovi
HN member- Joined
- Thu, Mar 07, 2019, 9:31 AM UTC
- HN karma
- 134
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About dkarlovi
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #25921076
Invest time in GH actions, they are actually really good once you get over the initial hump.
-
comment
Comment #25478748
I love puns and this one was excellent, thanks for the chuckle.
-
comment
Comment #25222749
Enforce by code style tools.
-
comment
Comment #25141026
> It took an hour to read, I thought it would take an hour to write.
-
comment
Comment #25072851
Backup codes on a paper in your wallet. Multiple devices.
-
comment
Comment #25072676
That's fair, I guess.
-
comment
Comment #24894834
You're right, Symfony 1 -> Symfony 2 was definitely a rewrite, but from then on, the general design was kept almost intact (again, not counting the evolution and streamlining of th…
-
comment
Comment #24889590
Can't say for the rest, but Symfony 2 was a resounding success. Current Symfony 5 is very similar to Symfony 2, with just a ton of refinements and facelifts.
-
comment
Comment #24867227
Of course, that's why the list is sorted, he might never make it pass 1 :)
-
comment
Comment #24867200
PHPStan and Psalm support what they call "array shapes", basically you can treat the array keys as a type, similar to how TypeScript does it.
-
comment
Comment #24867185
Roughly in the order you should do it. Hopefully it's at least PHP 5.3 code: 1. Definitely get a PHP IDE: https://www.jetbrains.com/phpstorm/ 2. Get a step debugger and hook it in:…
-
comment
Comment #24581740
As I understand it, you pass your current span ID to the remote RPC endpoint, it continues adding to it from there, creating their own nested spans etc. When it gets back to you an…
-
comment
Comment #24581638
They could claim OP pushed for MIT specifically for this reason, to be able to take advantage of it after the employment is terminated.
-
comment
Comment #24535833
You shouldn't rely on any "just like X" systems for tests, you should use X exactly, including correct config and version as production. What you want is having a Postgres server, …
-
comment
Comment #24508670
IIRC it was Azure pipelines.
-
comment
Comment #24297456
Did you build it around OpenAPI? I'm interested to try that approach.
-
comment
Comment #24297170
It could just be the market they were interested in.
-
comment
Comment #23680481
What's the rough scale of "disgusting" here?
-
comment
Comment #23094240
Having APIs designed for public consumption probably helped.
-
comment
Comment #23094220
GitLab has been great for a while and actually had some features before GH.
-
comment
Comment #21218950
If you think about it, this comment could be made in reply to itself.