Viewing profile — cybervasi
cybervasi
HN member- Joined
- Tue, Jun 16, 2020, 5:29 PM UTC
- HN karma
- 8
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About cybervasi
Recent public activity
- story
-
comment
Comment #23678625
A good example of a tail recursive function. There is a bug, however: if (partitionFunctions.isEmpty) { results } When the recursive function runs out of partition matching functio…
-
comment
Comment #23646736
Doesn't look like an open source does it?
-
comment
Comment #23636313
I am glad they are using the open source for the flight control software now. Not only it is a great way to learn more about the technology, but it might actually benefit from extr…
-
comment
Comment #23636242
Would be great to get some metrics. It makes sense in principle, but no way to judge it efficacy.
-
comment
Comment #23636135
I am guessing your tool was source based to even detect this, let alone the fact that the code change would have produced the identical code.
-
comment
Comment #23543470
Ada language had generics since the first 1983 standard. When C++ came about it introduced OOP features that Ada lacked and didn't get for another 12 years when 1995 standard was i…
-
comment
Comment #23543245
Walmart seems to be in the middle of a major technology upgrade. They understand very well that they must compete against Amazon if they want to have a future.
-
comment
Comment #23542900
Guarding information and guarding physical assets have one thing in common. It is largely a passive exercise in waiting for something to happen. For this reason it is very boring a…
-
comment
Comment #23542684
GC of 500 request/s could not have possibly caused a performance issue. Most likely the problem was due to JS code holding on to the 1MB requests for the duration of the asynchrono…