Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andrewguy9
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
andrewguy9
1y ago
The ai has terrible taste. Juniors also have terrible taste. Seniors can guide both, but the ai is faster, cheaper, probably better than most. I’m worried that in a few years we will struggle to find new seniors. Who is going to put in th
2.
▲
by
andrewguy9
1y ago
Docopt! http://docopt.org/ Make use of the usage string be the specification! A criminally underused library.
3.
▲
by
andrewguy9
2y ago
Maybe it is, maybe it isn’t. The only thing I know is, none of the arrogant fuckers on hacker news know anything about it. But that won’t stop them from posting.
4.
▲
by
andrewguy9
2y ago
I’m a big kusto user, and it’s wonderful to have pipes in a query language. If you haven’t tried it, it’s great!
5.
▲
by
andrewguy9
2y ago
I think the big problem is it tries to do too much. We used to have many tools as SRE but now teams are really limited. We handed the keys to the engineers which I think is overall a good intention. But we didn’t set them up with sensible d
6.
▲
by
andrewguy9
2y ago
For god sakes, SREs need to give up on K8. It was a bad idea, just move on. The answer is not, “let an ai figure it out.” That is legitimately scary.
7.
▲
by
andrewguy9
2y ago
I look forward to the blog post where they get off K8, in just 18 months.
8.
▲
by
andrewguy9
3y ago
Unions are about digging in and fixing terms between management and labor. Our industry is different than any other. The factory floor we work on is in our editors. The man on the assembly line building cars is a part of the machine. We are
9.
▲
by
andrewguy9
3y ago
https://youtu.be/oyLBGkS5ICk?si=F7R2thY7vkNbbo3a&t=1800 The semantics of semantic versioning: you might be screwed
10.
▲
by
andrewguy9
3y ago
Because that would be expensive.
11.
▲
by
andrewguy9
3y ago
The api hurts the Twitter. My company extracted lots of value from it, which Twitter didn’t monetize at all. But they had huge infrastructure and engineering effort to support the api. They never should have built it.
12.
▲
by
andrewguy9
4y ago
I clicked hoping it was Warcraft 3 beta. Blizzard please give us Warcraft 4.
13.
▲
by
andrewguy9
5y ago
Does anyone remember when HaProxy’s tag line was” Security - Not even one vulnerability in 10 years”. I loved that product. Before they took all that money. Before they added all the crap people want but don’t need. It’s hard to do the fund
14.
▲
by
andrewguy9
5y ago
I did it as a learning exercise while on vacation. Cracking open the Lisp 1.5 manual and using that as my guide was really educational. http://www.softwarepreservation.org/projects/LISP/book/LISP%... Once I g
15.
▲
Pico8Lisp: A toy Lisp interpreter for PICO-8
(lexaloffle.com)
116 points
by
andrewguy9
5y ago
|
14 comments
16.
▲
by
andrewguy9
6y ago
Forgot to mention that disk performance on docker on the Mac is a big deal for building software. This article shows overhead for a disk heavy workload: https://vivait.co.uk/labs/docker-for-mac-performance-using-n... H
17.
▲
by
andrewguy9
6y ago
Virtualization has pretty high overhead. But on the Mac you have to pay the virtualization overhead to run Linux in a VM, then compound the docker overhead on top of that. On MacBook Pro this is problematic because it eats battery and contr
18.
▲
by
andrewguy9
6y ago
When possible I want to run my apps on OSX. It’s not always possible, but usually works. The scripting environment managers have made big improvements in the past few years. Nvm/virtualenv/rvm give me 90% of the docker value prop
19.
▲
by
andrewguy9
6y ago
If this slows or stops the use of Docker in local development I’m all for it. Docker for development is a plague on this earth. It burns battery, slows builds, makes fan noise, eats huge amounts of bandwidth/HDD space, makes debugging
20.
▲
by
andrewguy9
6y ago
I also wrote a preemptive threaded operating system for AVR atmega 128. At the start we had threads, pipes between threads, serial io, interrupts. After we finished the project, I ported the system to standard UNIX system calls. Now I can t
21.
▲
by
andrewguy9
8y ago
Cortex. Introduced me to GTD methodology, and omnifocus. Helped me get my email under control. Made me think about investing in what I'm good at, not trying to improve at what I'm bad at.
22.
▲
by
andrewguy9
8y ago
The browser console
23.
▲
by
andrewguy9
9y ago
I think other people do this as well. As I recall, windows encodes r/w/execute memory permission into a mask at the top of the pointer so that they avoid a table look up when they take a fault.
24.
▲
by
andrewguy9
10y ago
Just like the SAT.
25.
▲
by
andrewguy9
10y ago
Because I'm really stubborn.
26.
▲
by
andrewguy9
10y ago
For normal user behavior you will rarely encounter a problem. But build systems tend to update/create files very quickly. If there was a workload which would break ReadDirectoryChanges, it would be this one. Reading the code for Realiz
27.
▲
by
andrewguy9
10y ago
I always get anxiety when I read about these tools. In Windows, the kernel drops file update notifications all the time. There is a fixed sized buffer for them and overflows do happen. I've not read the Linux code for them, but I think
28.
▲
by
andrewguy9
10y ago
Why not just turn off http2 support in config until stable has good support?
29.
▲
by
andrewguy9
10y ago
This works because they have teams dedicated to reproducing the work everyone else gets from their ecosystem's community. For us non-googlers, would you trade away the benefits pip,gem,npm for single source of truth?
30.
▲
by
andrewguy9
11y ago
And all the slack users breathed a sigh of relief. Their most beloved tool wasn't destroyed by an accident prone behemoth.
More ›