Viewing profile — Cynox
Cynox
HN member- Joined
- Thu, Feb 01, 2018, 3:26 PM UTC
- HN karma
- 74
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About Cynox
No profile information was provided.
Recent public activity
-
comment
Comment #37742888
Just run the miniforge install script if you want a very friction-free install. I'm not a big conda fan, but the "install in my home directory" use case is very well covered by min…
-
comment
Comment #33709210
Several years ago I used FEniCS mshr which wraps CGAL for Python, but I am unsure if is still maintained or if they went for a Gmsh wrapper instead, or abandoned the idea of constr…
-
comment
Comment #29934548
Just do a super-minimal cleaning and upload to Zenodo or similar, then stick the DOI to the code and input/output files in your paper somewhere. 99% certain your reviewers will not…
-
comment
Comment #26513927
Norway became a unified independent Kingdom in 872 and entered a union with Sweden and Denmark in 1397. Sweden left the union in 1523, leaving Norway in union with Denmark until 18…
-
comment
Comment #25414043
On my Dell 13in XPS laptop from 2018 (9370), Bluetooth used to allmost work, but I had to manually pair my headset every time. Now, with the latest Ubuntu, it often connects automa…
-
comment
Comment #25110540
OpenSCAD can only produce triangulations (STL), not CAD geometries (STEP/IGES). If you want an OpenSCAD-like workflow, but in Python and producing CAD (Brep) files, then cadquery 2…
-
comment
Comment #21106348
If you use C++ for CPU-intensive tasks, then yes, in this case. E.g. reading 1kb of input, churning numbers for 10 minutes and outputting an h5 file. If you use C++ for IO-intensiv…
-
comment
Comment #18618484
If it had been introduced today, would PNaCl have been rejected which ultimately lead to a better solution (WASM), or would it have been broadly accepted since it had sufficient ma…
-
comment
Comment #16282455
Great work! Finally a stable version working with Python3! I find wxPython highly productive and enjoyable to work with and the wx C++ documentation has always been outstanding. No…