Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
michal_f
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
michal_f
3y ago
How to double value of Trabant? Fuel up.
2.
▲
by
michal_f
4y ago
I dont know WiFi, but ethernet is now capped by my ISP plan: https://pasteboard.co/AGJiRV287mTA.jpg
3.
▲
by
michal_f
4y ago
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 ~300mbps. Now I run with mikrotik router. Very flexible but
4.
▲
by
michal_f
4y ago
Nim is interresting. Its easy to read (and write) about pros. But what are cons?
5.
▲
by
michal_f
4y ago
Car is too big, barely fits in lane :)
6.
▲
Porting Takua Renderer to 64-bit ARM
(blog.yiningkarlli.com)
2 points
by
michal_f
5y ago
|
0 comments
7.
▲
by
michal_f
6y ago
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 performance or ease of implementation are technical det
8.
▲
by
michal_f
6y ago
I suppose Op meant separating architecture dependant code to different cpp files and use build system to select right one.
9.
▲
by
michal_f
6y ago
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-based cache.
10.
▲
by
michal_f
6y ago
You can have sharp edges and vertices with subdiv surfaces.
11.
▲
by
michal_f
7y ago
Another one https://airspy.com/directory/ But you need to download windows app Sdr#
12.
▲
by
michal_f
7y ago
New decade starts with 2021... Just saying
13.
▲
by
michal_f
7y ago
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/ogre/tilemaker_con
14.
▲
by
michal_f
7y ago
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 radio has step learning curve... [1] https://git
15.
▲
by
michal_f
8y ago
As to mem allocation in vector: https://github.com/facebook/folly/blob/master/folly/docs/FBV...