Viewing profile — bkq
bkq
HN member- Joined
- Mon, Jan 28, 2019, 10:41 PM UTC
- HN karma
- 596
- Public activity
- 95 items
- HN profile
- View on Hacker News ↗
About bkq
No profile information was provided.
Recent public activity
-
comment
Comment #36614932
Not using Threads, but does anyone know if it requires a distinct new or account, or if you can login via your Instagram account? I'd imagine if the latter is the case, then this e…
-
comment
Comment #36614898
I have written about this some time ago here: https://andrewpillar.com/programming/2019/07/13/orms-and-que... The main reason, in my opinion, comes down to how Go as a language was…
-
comment
Comment #36614885
I would recommend avoiding iris-go, the author has a bad history of rewriting the git history, and using code without attribution, see this for more: http://www.florinpatan.ro/2016…
- story
- story
-
comment
Comment #35313264
>Typescript lets me write the complex logic What is it about Go that prevents you from writing this complex logic?
-
comment
Comment #35276066
I consider the advent of this technology as whole, with the current state of Hollywood, to be concerning. It will ultimately lead to a world where actors will have their autonomy s…
-
comment
Comment #35273367
It's something the Academy has always engaged in, is with cutting of the microphone of the VFX artists. Other people are not treated like this.
-
comment
Comment #35272635
This is something they do, Marvel rely on outsourcing and using ununionised labour [1], and it shows in the recent films and TV shows they've made. There's a drop in the quality of…
-
comment
Comment #35272608
>I'm not saying it is this way for everyone, but part of life is deciding if you want to work hard, have impact on things that matter, work on cool stuff, earn a lot of money, etc.…
-
comment
Comment #35272501
Archived link: https://archive.is/xzPtR The article says that there are similarities between the two industries, I see these similarities too between how the workforces are treated…
- story
- story
- story
-
comment
Comment #34691858
Part 2 can be found here: https://kestrelcomputer.github.io/kestrel/2018/02/01/on-elf-...
- story
-
comment
Comment #34410462
On the contrary, I much prefer the fixed date of "2006-01-02T15:04:05" for formatting time strings. I find it much easier to write "Mon 02, Jan 2006", than what you would usually p…
- story
- story
-
comment
Comment #33786086
systemd, in my opinion (one that doesn't seem to be widely shared), really does make administering a Linux server easier. No longer do I have to wrangle with shell scripts for the …
-
comment
Comment #33751474
I've built a CI platform [1] that does support running your CI builds without the server using an offline runner. I wrote about it here before: https://blog.djinn-ci.com/showcase/2…
-
comment
Comment #33708597
Thanks for the feedback. Regarding the configuration language, I don't think it's too hard to learn, I modelled it after the structured configuration NGINX uses since I find that e…
-
comment
Comment #33707696
Author of Djinn CI here. This is a CI platform that I developed, it is open source but there is also a hosted offering https://about.djinn-ci.com . Some of the features are detaile…
- story
-
comment
Comment #33657954
Good article. Firecracker is something that has definitely piqued my interest when it comes to quickly spinning up a throwaway environment to use for either development or CI. I ru…