Content pfp
Content
@
0 reply
0 recast
2 reactions

July pfp
July
@july
A random thought: there are depth first search (DFS) people, and then there are breadth first search people (BFS) in the world DFS people go for something, and they sacrifice future possibilities for the sake of going deep on a path, as deep as possible in order to find what they are looking for BFS people try out many things and sacrifice going deep on something so they can try many new things and go through them until they find what they are looking for
28 replies
7 recasts
107 reactions

Rafi pfp
Rafi
@rafi
This week I've been working on two tree traversal algorithms: one for garbage collection and another for circular reference mapping. I implemented BFS for gc and DFS tor refs. I used different approach for different problem for better performance. In my case perf wasn't really that important but I enjoyed the process of making it more performant because it gives me pleasure. (Yay to non-commercial work!) As in a terminal, so in life: I try to oscillate between the two
1 reply
0 recast
2 reactions

Rafi pfp
Rafi
@rafi
This made me think of @rish's take on introvert/extrovert which I found inspiring: > introvert or extrovert: prob bit of both, don't really care https://warpcast.com/rish/0xe4393076
0 reply
0 recast
2 reactions