Viewing profile — akbo
akbo
HN member- Joined
- Thu, Feb 21, 2019, 6:36 PM UTC
- HN karma
- 22
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About akbo
Recent public activity
-
comment
Comment #25016056
You can stream AVRO records. AVRO is a well defined, binary, space efficient serialization format that can be used to serialize individual records (for streaming) or a whole set of…
-
comment
Comment #24271271
I have a different perspective. In a drug trial you have to prove that a new drug is safe before handing it out to a bigger number of people. The default case (if you don't test th…
-
comment
Comment #24140712
Have you tried remote development with VSCode? IT works really well! https://code.visualstudio.com/docs/remote/ssh
-
comment
Comment #23499269
I love it! What I always missed in, e.g., matplotlib, is the interactivity. I need to be able to zoom in and out without changing code. Hover information is another great feature c…
-
comment
Comment #23474770
I'll just leave this here: https://en.wikipedia.org/wiki/Ninety-ninety_rule
-
comment
Comment #23464116
This is the corresponding wiki, which is also apparently open source and can be self-hosted and lives in the same GitHub org as the editor: https://github.com/outline/outline
-
comment
Comment #23457446
I see where you're coming from. My use case is this: as a data scientist, I start new code bases all the time. Each project, simple experiment, data analysis, etc. needs its own cl…
-
comment
Comment #23456313
Sounds like you just need to train your colleagues to be a bit more disciplined with their package managing. It's not that hard to be clean about dependencies with conda. Maybe my …
-
comment
Comment #23380935
Dependency management can be pretty overwhelming for a lot of people entering Python. This is especially true in the data science realm, where many don't have a SWE background. Eve…
- story
- story
-
comment
Comment #20853359
> Also, I'm not sure why you called CSV unsafe. One example of it being unsafe that happened to me: I got a CSV file written by a program with a broken implementation of a CSV writ…
-
comment
Comment #20851172
These tools probably do a good job at processing CSV/TSV/DSV (haven't tried them). However, I would love if we could just stop using delimiter-separated value files alltogether. Wh…
-
comment
Comment #19219368
If you are interested in grading Sudokus by the difficulty of the human solving techniques required, you might want to check out the following two books: - "Sudoku Programming with…