Viewing profile — michal_f
michal_f
HN member- Joined
- Fri, Sep 21, 2018, 12:23 PM UTC
- HN karma
- 17
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About michal_f
No profile information was provided.
Recent public activity
-
comment
Comment #38054413
How to double value of Trabant? Fuel up.
-
comment
Comment #34362504
I dont know WiFi, but ethernet is now capped by my ISP plan: https://pasteboard.co/AGJiRV287mTA.jpg
-
comment
Comment #34344538
Isn't it that all devices that support OpenWrt cannot run at 1gps speeds (because of no available chip drivers)? For this reason I just replaced my Archer c7 which capped at ~300mb…
-
comment
Comment #33601512
Nim is interresting. Its easy to read (and write) about pros. But what are cons?
-
comment
Comment #33316170
Car is too big, barely fits in lane :)
- story
-
comment
Comment #24342006
Having many files with same name, differing in case only (a cultural 'thing') is just a mess - there's no extra value here. Do you use case in spoken word ? Arguments of performanc…
-
comment
Comment #23123099
I suppose Op meant separating architecture dependant code to different cpp files and use build system to select right one.
-
comment
Comment #23044925
3delight also traces SDS and nurbs analitycally. In offline renderers geometry data constitutes to most of memory usage. Texture RAM usage is kept under a few GB by use of page-bas…
-
comment
Comment #23044798
You can have sharp edges and vertices with subdiv surfaces.
-
comment
Comment #22583367
Another one https://airspy.com/directory/ But you need to download windows app Sdr#
-
comment
Comment #21949798
New decade starts with 2021... Just saying
-
comment
Comment #21941761
https://github.com/systemed/tilemaker generates mapbox vector tiles from OSM, which you can serve static. I saved an example config and usage to help get going https://github.com/o…
-
comment
Comment #20684545
Same here. I needed a CLI based RTTY decoder but could not get it done in GNU radio. It turned out to be easier to code this in C++ [1], though I had to learn a lot on the way. GNU…
-
comment
Comment #18039158
As to mem allocation in vector: https://github.com/facebook/folly/blob/master/folly/docs/FBV...