Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bkq
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bkq
3y ago
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 explain the high usage, if the barrier to entry is low (
2.
▲
by
bkq
3y ago
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 designed. I have writt
3.
▲
by
bkq
3y ago
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/10/why-you-should-not-use-iri...
4.
▲
The secret to great technical support? No support staff.
(mythic-beasts.com)
6 points
by
bkq
3y ago
|
0 comments
5.
▲
Twitter API Reverse Engineered
(github.com)
2 points
by
bkq
3y ago
|
0 comments
6.
▲
by
bkq
3y ago
>Typescript lets me write the complex logic What is it about Go that prevents you from writing this complex logic?
7.
▲
by
bkq
3y ago
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 stripped away from them, even more so than they do now. Consi
8.
▲
by
bkq
3y ago
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.
9.
▲
by
bkq
3y ago
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 the VFX. Wages for VFX artists aren't too hi
10.
▲
by
bkq
3y ago
>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. VFX people in Hollywoord are some of the most under
11.
▲
by
bkq
3y ago
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. Whereby Hollywood VFX workers are overwor
12.
▲
The Devinterrupted'ening of /R/Programming
(cmdcolin.github.io)
2 points
by
bkq
4y ago
|
0 comments
13.
▲
Troubleshooting: Unstable Builds and Open Source Infrastructure
(questdb.io)
1 points
by
bkq
4y ago
|
0 comments
14.
▲
Experiences Working with an Outsourced Dev Shop
(software.rajivprab.com)
2 points
by
bkq
4y ago
|
0 comments
15.
▲
by
bkq
4y ago
Part 2 can be found here: https://kestrelcomputer.github.io/kestrel/2018/02/01/on-elf-...
16.
▲
On ELF, Part 1 (2018)
(kestrelcomputer.github.io)
1 points
by
bkq
4y ago
|
1 comments
17.
▲
by
bkq
4y ago
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 put for the strftime equivalent, "%a
18.
▲
Systemd.timer, an Alternative to Cron
(andrewpillar.com)
84 points
by
bkq
4y ago
|
147 comments
19.
▲
Fast embedded templates in Go with quicktemplate
(andrewpillar.com)
2 points
by
bkq
4y ago
|
0 comments
20.
▲
by
bkq
4y ago
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 process control of daemons, or worry about the dependen
21.
▲
by
bkq
4y ago
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/2022/08/06/running-y
22.
▲
by
bkq
4y ago
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 easy to read and write compared to something like T
23.
▲
by
bkq
4y ago
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 detailed below: * Fully virtualized Linux VMs * GitHub&#
24.
▲
Djinn CI – open-source CI platform
(github.com)
2 points
by
bkq
4y ago
|
4 comments
25.
▲
by
bkq
4y ago
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 run a CI platform [1], which currently uses QEMU for the build
26.
▲
by
bkq
4y ago
Yeah, I think I stumbled across using the libvirt provider, however libvirt is just another abstraction (a very useful one) over multiple virtualization technologies. I much prefer working directly with QEMU for local dev environments since
27.
▲
From WampServer to Vagrant to QEMU
(andrewpillar.com)
35 points
by
bkq
4y ago
|
18 comments
28.
▲
HTTP Resource Leak Mysteries in Go
(coder.com)
3 points
by
bkq
4y ago
|
0 comments
29.
▲
A simple CRUD library for PostgreSQL with generics in Go
(andrewpillar.com)
2 points
by
bkq
4y ago
|
0 comments
30.
▲
by
bkq
4y ago
A pretty interesting project I came across via reddit. Seems like a good lightweight solution for self-hosting git repos if you don't want to be burdened with the overhead of managing a full-fledged code forge. This also seems to come
More ›