Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rogue7
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
rogue7
2mo ago
what are you talking about ?
2.
▲
by
rogue7
2mo ago
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 power to the programmer, to allow him to fix his mistakes
3.
▲
by
rogue7
5mo ago
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 being monitored simply cannot really watch the people watchin
4.
▲
by
rogue7
5mo ago
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 did people do it ? They managed. How do we do it now ? We man
5.
▲
by
rogue7
5mo ago
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 we have been automating many things, and we are still busy w
6.
▲
by
rogue7
5mo ago
Never heard of this joke, very funny !
7.
▲
Lost in compilation – Who is being fooled by the Claude C Compiler?
(socrate.chat)
2 points
by
rogue7
6mo ago
|
0 comments
8.
▲
Show HN: Understand Mortgage Cash Flows
(linemo.horaceg.xyz)
3 points
by
rogue7
10mo ago
|
2 comments
9.
▲
by
rogue7
1y ago
For this I use gron [0]. It's very convenient. [0]: https://github.com/tomnomnom/gron
10.
▲
by
rogue7
1y ago
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, this is of course impossible to implement in m
11.
▲
by
rogue7
1y ago
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 algorithm learns y = ax + b ; in the second, y = cos(ax + b).
12.
▲
by
rogue7
2y ago
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 this video [1] that shows graphically the different impact it h
13.
▲
by
rogue7
2y ago
> 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 You may be interested in Observable Framework [0
14.
▲
by
rogue7
2y ago
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)` which operates on each row at a time and is ind
15.
▲
by
rogue7
2y ago
Agreed 100%. I am using this method-chaining style all the time and it works like a charm.
16.
▲
by
rogue7
2y ago
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 believe. Usually I can do what I want with base widgets and bqp
17.
▲
by
rogue7
2y ago
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.getzola.org&#
18.
▲
by
rogue7
2y ago
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/posts/need-for-speed/
19.
▲
by
rogue7
2y ago
Same here. _I already am eating from the trash can all the time_ https://youtu.be/oBcFLmu_tlc
20.
▲
An Introduction to Bayesian Inference
(blog.horaceg.xyz)
4 points
by
rogue7
2y ago
|
0 comments
21.
▲
by
rogue7
3y ago
So I'm a ping-pong ball, good to know
22.
▲
by
rogue7
3y ago
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. There are other wrappers for languages that lack vi
23.
▲
Is God a Taoist?
(mit.edu)
1 points
by
rogue7
3y ago
|
0 comments
24.
▲
by
rogue7
3y ago
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 leverage the conda(-forge) infrastructure
25.
▲
by
rogue7
3y ago
Interesting pivot from the Observable team. I loved observable and wrote a couple of notebooks, it worked great ! I'm gonna try Framework asap !
26.
▲
by
rogue7
3y ago
Looks cool ! Makes me think of Voila [0], in my opinion one of the most powerful solutions to build interactive app with python. It requires Jupyter notebook, IPywidgets and e.g. BQPlot. [0] https://voila.readthedocs.io/en&#
27.
▲
by
rogue7
3y ago
I used the same [0], however wkhtmltopdf stopped working correctly at some point, so I am stuck printing the pdf manually with chrome at the moment. Probably an update that broke some stuff. [0] https://blog.horaceg.xyz/post
28.
▲
by
rogue7
3y ago
You need to wait a bit because there is a fair bit of precomputing in the browser when you open the page. I will reduce the number of coin tosses to improve the UX
29.
▲
An Introduction to Probabilistic Programming
(observablehq.com)
2 points
by
rogue7
3y ago
|
3 comments
30.
▲
by
rogue7
3y ago
A small interactive introduction to bayesian inference on Observable.
More ›