Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
capn_duck
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
capn_duck
2y ago
I agree that this would work, and be ideal. I think it only scales to a certain size organization though. At my company, I'd guess we have over a thousand developers across hundreds of teams, and more supporting staff. There's no
2.
▲
by
capn_duck
2y ago
The 16 pings a minute. The 6 hours of meetings a day because people aren't getting the information they need organically each day. The "hey, can I call?"'s during what I thought would be my free half hour in the afternoo
3.
▲
by
capn_duck
2y ago
The JS examples don't seem too demonstrative to me. Especially for someone not very familiar with RxJS. Any time you're wrapping something with `from` or `of`, I raise an eyebrow export function pipeline(in$: Observable<Pro
4.
▲
by
capn_duck
2y ago
Thank you. I guess I was imagining that the flags lived in your source code repo, and required a commit and push to update, thus triggering some CD build and redeploying your app anyways.
5.
▲
by
capn_duck
2y ago
This is my question. If your flags are in your repo, what is functionally the difference from just having them be variables in your code somewhere. "Feature Flags that live inside your code" - That's just variables, no?
6.
▲
by
capn_duck
3y ago
This is peak Hacker News response
7.
▲
by
capn_duck
3y ago
I interpreted the parent comment in the inverse. A poor economy means people will stay in unhappy situations longer than otherwise.
8.
▲
by
capn_duck
3y ago
I've always been unsure where this stuff fits in. Do you make it before your system is built, when its unclear how where all the cards will fall? Or after your system is made and in production and all the warts of reality are present a
9.
▲
by
capn_duck
3y ago
This is the second comment I've seen in this thread comparing "Gitflow" to what was typical in SVN. Having been there when SVN was in vogue, I can assure you that our process looked nothing like Gitflow. SVN encourages what w
10.
▲
by
capn_duck
3y ago
My experience was that older VCS's (SVN in my case) leaned in heavily to the trunk based paradigm. I don't know what you're talking about with prod branches. The default branch in SVN was called - trunk.
11.
▲
by
capn_duck
3y ago
This one blog post resulted in so much pain for so many. I'm glad it has been addended, but the damage was done. For the record, I don't think it's the authors fault.
12.
▲
by
capn_duck
3y ago
doesn't is suffice to say that functions meet all the prerequisites of a vector space? f + g = g + f f + (g + h) = (f + g) + h f + -f = 0 (a * b) * f = a * b f a (f + g) = a f + a g (a + b) * f = a f + b f
13.
▲
by
capn_duck
3y ago
I read this book too and it really drove things home. I remember after feeling a little bit unsure about the relevance of orthogonal systems, feeling the thrill of beginning to see and anticipate where the argument was going. It felt like I
14.
▲
by
capn_duck
3y ago
If they are limited to 1, then they are not appropriate to use as a deployment mechanism. Do you only have one change being worked at a time? On my team, there's typically at least have a dozen different stories being worked in paralle
15.
▲
by
capn_duck
4y ago
Okay dude!
16.
▲
by
capn_duck
4y ago
Bias is how all electric components work. All they know about is the difference in voltage between their electrodes, not any absolute voltage w.r.t the rest of the circuit.
17.
▲
by
capn_duck
4y ago
Yes yes yes. You're not going to get much appreciation of this from newer devs. They've only known one thing. I shudder at all the human-hours spent on duplicative tasks related to the artificial frontend/backend separation.
18.
▲
by
capn_duck
4y ago
nah its ml bro
19.
▲
by
capn_duck
4y ago
That makes sense. Thank you. Honest question - What would you do to justify doing this over using cookie based sessions? Like, are there back of the napkin calculations you could do to find when one approach becomes comparable in performanc
20.
▲
by
capn_duck
4y ago
Can you explain what this looks like? So each application that authenticates its requests using the jwt subscribes to a message queue and replicates the data in some database local to it? Then it checks that database each time a new request
21.
▲
by
capn_duck
4y ago
It's not as if you're expected to use ORMs to do ad hoc querying of a database. Just fire up a db connection and start writing sql. If you work on a large application with lots of transactional processing, it makes sense. I'v
22.
▲
by
capn_duck
4y ago
Are you confusing software dependencies for the semantics of a running program?
23.
▲
by
capn_duck
4y ago
You're talking about the role that transistors play as switches in a digital logic circuit. The video is about the physical operation of, in particular, bipolar junction transistors, which are more commonly used as amplifiers.
24.
▲
by
capn_duck
4y ago
I'd strongly recommend it! I think it's worth the price of admission for the first few chapters alone, although I admit that at a certain point, I was struggling to keep up with all of the mathematical arguments as I am not a trai
25.
▲
by
capn_duck
4y ago
Wow, I feel like this article was written for me. I too just recently stumbled upon the significance of Planck's work while reading David Bohm's "Quantum Theory". It was such a pleasing thing and wasn't too difficul
26.
▲
by
capn_duck
4y ago
I've honestly never understood this argument. There's some changes that are intractable. Just being in a separate codebase doesn't mean you don't need to deal with it. Team A just modified their service to require a new
27.
▲
by
capn_duck
4y ago
This is like a meme in software development reposts and I hate it because it just says "things can go wrong with component X of your system". It doesn't say when, it doesn't say what the threshold is. There's no equ
28.
▲
by
capn_duck
4y ago
I strongly disagree that Lisp syntax is straightforward. Racket/Scheme is decent, but Common Lisp and other Lisp-2's can be incredibly confusing. Having different value and function namespaces for symbols is complicated enough, bu
29.
▲
by
capn_duck
4y ago
In particular I was talking about parser/compiler formalizations made in the 50's/60's with the participation of the linguistic community. Kleene stars and their connection to regular languages, the Chomsky hierarchy, pu
30.
▲
by
capn_duck
4y ago
Barbers definitely need to keep current and I know for a fact attend meetups and workshops or whatever you want to call them to learn new and fashionable techniques. Seems like a weird comparison to make in an article that impresses humble
More ›