Viewing profile — pwang
pwang
HN member- Joined
- Thu, Jul 02, 2009, 5:31 AM UTC
- HN karma
- 765
- Public activity
- 339 items
- HN profile
- View on Hacker News ↗
About pwang
No profile information was provided.
Recent public activity
-
comment
Comment #41424509
What if you want to ensure that the same packages are available, built in a similar way, between your Mac and some linux servers? What if you need to share or ensure that your proj…
-
comment
Comment #41424459
I posted an update about this: https://www.linkedin.com/posts/pzwang_hi-everyone-recently-t... TLDR - we are working to clean up this language to leave it clear that educational in…
-
comment
Comment #41270423
Fun joke but Anaconda has a track record of creating OSS and then turning it over to community governance. This includes the conda tool itself, libraries like bokeh, dask, numba, j…
-
comment
Comment #41270382
Anaconda Code is what you're looking for! It's Python (via PyScript) running as an Excel plug-in, that has full access to the spreadsheet and can harness a big part of the core PyD…
-
comment
Comment #31360070
Over 50% of Python users report using it for data-related things, e.g. data science, ML, etc. (Jetbrains poll) That's numpy, pandas, sklearn, and friends.
-
comment
Comment #30171249
I feel you on this. Having done a lot of Python consulting for engineers and scientists, it is absolutely the case that most non-programmers have -zero- model of what I/O latency a…
-
comment
Comment #29456252
The homepage that's linked from Github seems to be down? https://renpy.beuc.net/
-
comment
Comment #29240113
Thanks for the feedback... I had no idea that pyenv was hosing conda envs. Do you have more details on this brokenness?
-
comment
Comment #29240089
This is one of the reasons people use Anaconda/miniconda for non-data science work: conda environments are self-contained Python installs, so if you conda/pip install packages into…
-
comment
Comment #29240013
Thanks! FWIW, we are soon going to be releasing a much faster depedency resolver. We are also thinking hard about how best to address the "growing ecosystem" problem, in a future-p…
-
comment
Comment #28388596
You only need a commercial license under certain circumstances, and it only pertains to accessing the default package repository at repo.anaconda.com. You can still use conda-forge…
-
comment
Comment #26643817
You keep reposting this Nature article but it is vacuous. There are many "guilt by association to Trump", "false equivalency to outrageous conspiracy theories", etc. and other non-…
-
comment
Comment #26622355
Don't forget Summa Technologiae, from 1964, wherein he wanted to example the "thorns of roses yet to bloom": https://en.wikipedia.org/wiki/Summa_Technologiae It's tempting to say t…
-
comment
Comment #26246342
There is a factual inaccuracy in the article: Beaker Browser is not "actually under the control of governments and big corporations". It is an independent open-source project.
-
comment
Comment #21340572
Pirsig was more well known as I was coming of age in the 1990s. Seems to be less talked about among the younger crowds now? The sequel to ZAMM is the far more illuminating book, IM…
-
comment
Comment #19148534
Exactly. Ads are a legacy business model of a legacy distribution system. Too few people have read JPB's excellent "Selling wine without bottles", but that is in full effect here. …
-
comment
Comment #19145536
> It looks like that paper is about the transformations of visualizations for higher dimensional data, not rendering accuracy, so these two things are being conflated even though t…
-
comment
Comment #19145453
Yes, datashader actually gives you the ability to dial-in as much gamma compensation as you want, to account for the human visual system's nonlinear response to luminance.
-
comment
Comment #19145439
I think you are deliberately trying to misunderstand what is being done in this project. It's not about what APIs are being used to render whatever. At that level of analysis, all …
-
comment
Comment #19137479
It's actually not merely an accumulation buffer. It's a shader pipeline that allows for arbitrary Python code to be executed at each stage of data processing. It's actually very mu…
-
comment
Comment #19137466
You're missing the point of this project. It's not about the feasibility of throwing a billion points at a pile of software, to get an image. I can do that with a simple Python scr…
-
comment
Comment #19137374
This paper on our original ideas of "Abstract Rendering" talks about the kinds of accuracy problems that plague the visualization of large datasets: https://www.semanticscholar.org…
-
comment
Comment #18234263
It's certainly the same feeling I had back in 2010 when I knew I had to quit my job and start pushing Python for data analysis.
- comment
-
comment
Comment #18065447
Because selling stuff requires more effort than just "here's my price, pay me". By doing that, you've put your code into the realm of "commercial software", which engages with comp…