Viewing profile — igg
igg
HN member- Joined
- Fri, Aug 26, 2016, 5:29 PM UTC
- HN karma
- 23
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About igg
No profile information was provided.
Recent public activity
-
comment
Comment #42654119
This list seem to be based on production based accounting if emissions. Consumption-based per-capita emissions are available here for those curious: https://ourworldindata.org/grap…
-
comment
Comment #27587176
The 1 GB DRAM per 1 TB Flash is to store the Flash Translation Layer mapping from logical addresses of the host system to the physical address in Flash. The write cache is separate…
-
comment
Comment #24047433
It is Julia all the way down. julia> @which randn(1000) randn(dims::Integer...) in Random at ~/Software/Julia/share/julia/stdlib/v1.5/Random/src/normal.jl:210 julia> @edit randn(10…
-
comment
Comment #23669801
You could use a cronjob to add and commit all files at midnight.
-
comment
Comment #23037767
A Mathematical Theory of Communication
-
comment
Comment #23036338
The article was renamed "The Mathematical Theory of Communication" in the 1949 book of the same name, a small but significant title change after realizing the generality of this wo…
-
comment
Comment #19709078
While you still need some experimentation to get a plot right , following the grammar of graphics approach can make it quick and methodical. For any plot, I just need to answer a f…
-
comment
Comment #18531212
Yup, that's correct.
-
comment
Comment #18531154
The decompression step on the receiver does not need the knowledge of the pre-trained dictionaries; they are used only to bootstrap the compression step.
-
comment
Comment #17003631
Highly recommend plotnine if you are looking for the python equivalent of ggplot and only need static visualizations.
-
comment
Comment #12912098
tmux-resurrect seems to have an option to save bash history. When combined with tmux-continuum, it should happen seamlessly.
-
comment
Comment #12485876
fzf [0] works pretty well for this. [0] https://github.com/junegunn/fzf