Viewing profile — shakesbeard
shakesbeard
HN member- Joined
- Mon, Dec 05, 2011, 10:00 AM UTC
- HN karma
- 174
- Public activity
- 72 items
- HN profile
- View on Hacker News ↗
About shakesbeard
No profile information was provided.
Recent public activity
-
comment
Comment #48381049
What a lot of folks are struggling to understand (myself included) is how this actually reflects on the quality of life? You're more productive? Nice ... for you or your business/e…
-
comment
Comment #45641852
Slack (canvas and huddles), Circle CI and Bitbucket are also reporting issues due to this.
-
comment
Comment #45221495
Same. Clicked around. Was annoyed that a single click on an icon opened the window and not a double click. Used the navigation a bit and left. No idea what they do.
-
comment
Comment #45210504
That's literally how any representative democracy work, just at a different level? The Free State of Bavaria could say the same about the Federal Republic of Germany.
-
comment
Comment #45095276
We've only made good experiences with layered architecture (onion architecture in particular, which is quite straight forward). We also never built it with the idea in mind to ever…
-
comment
Comment #43058909
> and now 20 years later we are still stuck with the same garbage. and it hasn't been an issue ever. because all userland code lives in its own namespaces.
-
comment
Comment #43058897
That's just not true. It's not JS. Composer will install exactly one version of every package. If your dependencies have incompatible dependencies themselves, then Composer will re…
-
comment
Comment #40259066
That's why every serious PHP programmer is using a static code analysis tool nowadays. It would easily catch this. https://phpstan.org/r/a827ff45-4ee2-4bee-8ae0-935832e627b3
-
comment
Comment #40225538
Yeah, but that's not a fair comparison. Toyota alone has 40 hybrid models. Tesla has like 4 ... Here's some stats from 2022 and Tesla was 15. in total car sales. [0] [0] https://ww…
-
comment
Comment #39810863
https://www.flagsarenotlanguages.com/
-
comment
Comment #39505093
Also see https://github.com/dwmkerr/hacker-laws?tab=readme-ov-file#th...
-
comment
Comment #37809096
I loved Flattr ~10 years ago. You said "I have $40/month" and then these funds were allocated based on which things you flattr'd during the month (there were little buttons on the …
-
comment
Comment #37444310
You shouldn't deploy .env files to production. You should set the actual environment variables on production. .env files are intended for convenience on non-prod systems.
-
comment
Comment #36373721
wow, now that's a website I haven't thought of in a while
-
comment
Comment #36113166
They provide monthly torrents. Can't imagine that to be too slow unless there's literally no one seeding.
-
comment
Comment #35820135
Huh? I'm an introvert and I can communicate and actually like interacting with people. But I'll need time for myself to re-charge afterwards. But everyone needs to re-charge someho…
-
comment
Comment #34761817
Piggybacking on this: How does it compare to https://n8n.io/ ?
-
comment
Comment #34438967
Same in Switzerland. The selection has grown considerably over the last years.
-
comment
Comment #34341710
You may wanna read up on honorifics [0]. That stuff is cultural and you'll be persevered as unprofessional or even non-trustworthy by failing to properly use it. [0] https://en.wik…
-
comment
Comment #34043485
Don Bradman in Cricket. Apparently, a good batting average for a modern-day batsman is 40+ with those above 50 being exceptional. Bradman's average was 99.94. The second highest av…
-
comment
Comment #32724163
Same in Switzerland. Almost all letters are A4 folded in half inside a C5 envelope.
-
comment
Comment #29328388
What I haven't seen mentioned here is that as a backend dev you're usually much closer to the business people. You'll have to talk to them, understand their needs and translated th…
-
comment
Comment #23081830
You may have missed it, but with PHP 7 the language has even more shifted towards stricter typing paradigms. People use strict comparison, typed properties, typed arguments, etc. C…
-
comment
Comment #12434198
Looks really good! Are there any plans for custom authentication or pre-request hooks? Asking because for my API I need to be able to sign requests.
-
comment
Comment #11465343
How was he able to see the raw responses from the payment gateway? Do they use HTTP instead of HTTPS to make these requests?