Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
helldritch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
helldritch
6y ago
It's also worth mentioning that coming back isn't necessarily a fixed requirement. I would happily live a shorter live on Mars - with the risk overhead of being stranded in the event of a catastrophic failure - for the chance to b
32.
▲
by
helldritch
6y ago
I'm curious how well this applies to the short-term effects of filling the Grand Ethiopian Renaissance Dam? [1] As I understand it a lot of the downstream ecological effects rely entirely on the fill rate the Ethiopians choose (3 years
33.
▲
by
helldritch
6y ago
Not the OP, but one example (UK specific but guided by European law) is The health and safety (display screen equipment) regulations 1992, as amended by the health and safety (miscellaneous amendments) regulations 2002 [1] Under the heading
34.
▲
by
helldritch
6y ago
I'm currently working on a progressive web application for support workers in care homes. I've seen through first hand experience how much paperwork there is in this setting (daily outcome charts, medicine administration records,
35.
▲
by
helldritch
6y ago
I've had discussions like this in the past, where people ask me "can we do it in 3 days instead of 5?" And I've found the easiest way to sell it to them is to ask which 40% of the feature set they would like me to remove
36.
▲
by
helldritch
6y ago
Also: Our issues with Laravel / Symfony weren't just performance, but also statefulness and memory leaks. Circular references, etc, which persist throughout multiple network requests. In a normal PHP flow using php-fpm or apache-p
37.
▲
by
helldritch
6y ago
It's part of a live video platform for a gaming company which needs extra information to be overlaid on top of their live stream (for the customer in-video frame performance is incredibly important: the stream run at 30fps (so a maximu
38.
▲
by
helldritch
6y ago
This has been my experience: In creating a Framework which follows the general principles of a Symfony application (since we're all familiar with Symfony) we've ended up with interfaces that closely mirror what we're used to
39.
▲
by
helldritch
6y ago
We did, we had a play with Swoole and Phalcon when we were in the RFC stage of our project. We found Phalcon to be a bit too opinionated in how to do things, and we fell in love with how Swoole has implemented Coroutines and (practically) f
40.
▲
by
helldritch
6y ago
I agree with everything you've said, with the exception that it doesn't fit our usecase. We run and maintain several Symfony applications, we're very familiar with frameworks, how they work, their strengths and weaknesses. Th
41.
▲
by
helldritch
6y ago
I found it most useful to follow what people are already used to, which is to say that it follows the principles laid out by Symfony. The code for the framework is its own composer library which is pulled in to the vendor directory, the cod
42.
▲
by
helldritch
6y ago
Yes! I haven't seen this before but it's incredibly similar to what I've ended up with. There are some superficial differences (we don't have Twig as it's serving as an API, etc) but it mostly follows what the repos
43.
▲
by
helldritch
6y ago
Most people need to try a few antidepressants to find one which really works for them and which they can take with relatively few side effects. I had Sertraline 150mg previously and found that rather than helping me it caused a significant
44.
▲
by
helldritch
6y ago
I agree with a lot of what this article says. I've recently started a new application in PHP which has very strict time / performance requirements. I could build it in another language, but I'm most familiar with PHP, the thi
45.
▲
by
helldritch
6y ago
Interesting, in the UK Corona seems to be doing quite well, anecdotally I'm noticing it popping up as an extra option on a lot of food delivery restaurants, and a lot of friends posting pictures of their bottles after work. Perhaps thi
46.
▲
by
helldritch
6y ago
This reminds me of "identity theft". Someone didn't steal my identity, someone stole from the bank using my identity. It should really be called "bank fraud".
47.
▲
by
helldritch
6y ago
For those, like me, who don't know what the acronym LTO is: it's Link-time optimisation, the stage during compilation where the "linker" has all of the object files which make up your program available to it, and is ther