Viewing profile — tetron
tetron
HN member- Joined
- Sat, Oct 04, 2014, 12:51 AM UTC
- HN karma
- 226
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About tetron
No profile information was provided.
Recent public activity
-
comment
Comment #43201284
Was curious how they get such performance with a FUSE based design. It seems that they sort of cheat, FUSE is used to manage metadata but to get high performance you have to link i…
-
comment
Comment #42752458
A big fuck you to rssDaemon on Android which came out with a 3.x to 4.0 update that nuked all my feeds (this was a few years ago. I switched to Feedly and it's been great.
-
comment
Comment #41875163
There's only one right answer: Nybble - 4 bits Byte - 8 bits Snyack - 16 bits Lyunch - 32 bits Dynner - 64 bits
-
comment
Comment #41834245
I don't think this has been discussed on Hacker News before, but I wonder if people have any opinions about Arvados?
- story
-
comment
Comment #41523030
I've driven between Boston and Montreal in a 2018 Prius Prime and got something like 60 mpg despite a large part of the trip being through the mountains of Vermont. Hybrids are a f…
-
comment
Comment #40767926
"Manager" is a broad category, but in my case I am deeply involved in product design and technical architecture (with lots of input from my team) so I find that being able to plan …
-
comment
Comment #39112252
Yes, my recollection of the books is that it isn't about the need to keep consuming resources, it is about the premise that it is impossible to judge if another civilization is hos…
-
comment
Comment #29060361
Been checking the #roblox hashtag on Twitter and the two main themes are addicts going through withdrawal and devs saying how they wouldn't have their llama appreciation fan site b…
-
comment
Comment #24271707
There seem to be some misunderstanding here. CWL is intended for stringing together other programs. It is useful for reproducibility in that it attempts to provide a fairly specifi…
-
comment
Comment #23214697
I use RssDaemon on Android, which had been around forever (8-9 years maybe?) is apparently so dead that the author just released a new version with major UI update. My most used be…
-
comment
Comment #22548842
I was really hoping this would be structured as a set of assertions which would then be used to generate answers in response to queries.
-
comment
Comment #21744419
The Pacifica plug-in hybrid is a fantastic minivan that can go up to 30 miles all electric before needing to engage the ICE, and in hybrid mode it still gets significantly better m…
-
comment
Comment #21565349
I don't know if I can change your mind, or if anyone else is reading this thread, but CWL was designed to solve a particular set of problems, if you don't have those problems, you …
-
comment
Comment #21547767
https://github.com/Barski-lab/cwl-airflow
-
comment
Comment #21547754
https://github.com/search?q=extension%3Acwl+cwlVersion
-
comment
Comment #21547733
CWL is a declarative/functional language for describing how to execute command line tools (staging input files, mapping arguments, collecting outputs) and how to connect the output…
-
comment
Comment #21545951
Adding conditional execution to the dataflow graph is something being worked on for the next version of CWL.
-
comment
Comment #21544800
CWL project co-founder here. It's funny, I have been trying to start a discussion of CWL on HN for years, obviously someone else had to do it. The goal is to provide a way to descr…
-
comment
Comment #21387277
And TypeScript is C++ for the JavaScript ecosystem, with all the good and bad things that implies.
-
comment
Comment #21363865
Read the piece waiting for the obvious conclusion that if we can't build EVs we need to massively build out public transportation... Still waiting...
-
comment
Comment #21359527
This is my take as well. The unreasonable effectiveness of mathematics to describe physics suggests it is more fundamental than something our monkey brains came up with. If aliens …
-
comment
Comment #21235920
Software Carpentry would be a good place to start: https://software-carpentry.org/
-
comment
Comment #21229265
It's been like 3 years since I worked in a WeWork location but it seemed like they were doing a lot of wheel reinventing, they had their own social network site, their own room res…
-
comment
Comment #20681862
Arguably the most important purpose of code review is to ensure the code is maintainable, i.e. the next person to look at it can figure it out. Having standards like naming/formatt…