Viewing profile — rogue7
rogue7
HN member- Joined
- Sun, Aug 26, 2018, 11:48 PM UTC
- HN karma
- 103
- Public activity
- 71 items
- HN profile
- View on Hacker News ↗
About rogue7
No profile information was provided.
Recent public activity
-
comment
Comment #48874211
what are you talking about ?
-
comment
Comment #48849135
Kind of agree, but in my view preventing the programmer to make mistakes is futile. I have seen awful stuff in languages made to prevent errors. It's much better to give all the po…
-
comment
Comment #47883222
IMHO surveillance is a problem when it is asymmetric ; which is obviously the case here. Governments for example are watching everyone inside and outside, but the people that are b…
-
comment
Comment #47880447
Agreed for cheaper prices and more flexibility. At least this is what we think we want. But do we actually want it ? A computer 40 years ago was way more expensive than now. How di…
-
comment
Comment #47880218
Personally, it depends. If I could automate taking the trash out, I would do probably want to do it (not sure though). But what remains when everything is automated ? Well, so far …
-
comment
Comment #47864450
Never heard of this joke, very funny !
- story
-
story
Show HN: Understand Mortgage Cash Flows
A while ago, I was wondering if I should buy a home. Then I tried to understand how mortgage loan work, and what the interest rate represents. A few hours later, this (static) web …
-
comment
Comment #45209001
For this I use gron [0]. It's very convenient. [0]: https://github.com/tomnomnom/gron
-
comment
Comment #44795914
This looks neat. However since I read about Koka's dot selection [0], I keep thinking that this is an even neater syntax: fun showit( s : string ) s.encode(3).count.println However…
-
comment
Comment #43927040
I built a small static web app [0] (with svelte and tensorflow js) that shows gradient descent. It has two kind of problems: wave (the default) and linear. In the first case, the a…
-
comment
Comment #42547368
Vaping is way less harmful than smoking. See e.g. the study [0] conducted by Public Health England that concludes vaping is at least 95% (!) less harmful than smoking. See also thi…
-
comment
Comment #42322971
> 5. Many of my current projects take the form of "big data pipeline, followed by intermittent job to rebuild a static site and push it live"; astro fits very nicely in this role Y…
-
comment
Comment #42195423
In this case `d` is the entire dataframe. It's just a way of "piping" the object without having to rename it. You are probably thinking about `df.apply(lambda row: ..., axis=1)` wh…
-
comment
Comment #42195401
Agreed 100%. I am using this method-chaining style all the time and it works like a charm.
-
comment
Comment #41462337
This is possible to do with ipywidgets [0] and all the ipy[stuff] packages. bqplot [1] for example is great for 2D dataviz, very responsive and updates real-time. Based on D3 I bel…
-
comment
Comment #41399899
I'm using Quarto [0], pretty happy with my blog [1]. Before it was made with Zola [2], which is also nice. [0] https://quarto.org/ [1] https://blog.horaceg.xyz/ [2] https://www.get…
-
comment
Comment #41228097
I built a gradient descent visualizer in js with Svelte and TensorflowJS [0]. Also wrote about it in my blog [1]. [0] https://gradfront.pages.dev/ [1] https://blog.horaceg.xyz/post…
-
comment
Comment #40271148
Same here. _I already am eating from the trash can all the time_ https://youtu.be/oBcFLmu_tlc
- story
-
comment
Comment #39590221
So I'm a ping-pong ball, good to know
-
comment
Comment #39522854
I love Vega(-lite) / Altair, the grammar of graphics plotting system is really great to build any kind of chart even when it wasn't thought through by the authors of the library. T…
- story
-
comment
Comment #39388406
For conda there is mamba [0], a drop-in replacement that's really fast. By the way, the creator of mamba started his own company at https://prefix.dev/ They want to essentially lev…
-
comment
Comment #39385336
Interesting pivot from the Observable team. I loved observable and wrote a couple of notebooks, it worked great ! I'm gonna try Framework asap !