Viewing profile — superfist
superfist
HN member- Joined
- Wed, Jan 09, 2019, 6:52 PM UTC
- HN karma
- 146
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About superfist
No profile information was provided.
Recent public activity
-
comment
Comment #46113888
Last month is was "motor control in Zig" why this time is Rust?
-
comment
Comment #45507240
One of these catalogs is connected to an interesting story that happened to me not long ago. The situation took place in Poland. I recently visited a friend’s house, and there my a…
-
comment
Comment #43971973
Who decide what is hate speech?
-
comment
Comment #43797370
The cancer problem always struck me as more of a control theory challenge than a purely biological one.
-
comment
Comment #43609475
Parts of theoretical cartography are model example how Information Theory Bandwagon [1] works: 'By the mid-1970s any historical account of the development of models of cartographic…
-
comment
Comment #43010968
Because no one rewards long-term efforts. You are rewarded for short-term goals and, at best, mid-term ones. In an abstract sense, customers reward you for long-term efforts, but t…
-
comment
Comment #42918049
When Poland was in the Soviet bloc (post-WWII until 1989), there was the "Main Office for the Control of Press, Publications, and Performances." Every censor working there was know…
-
comment
Comment #42159887
Yes, documents are online but how you can prove that those are hoax? The last analysis I know the guy made cross reference checks using modern search engines and newspaper database…
-
comment
Comment #42159823
Every single data point in isolation can be ridiculated and twisted in many ways and this is what Mick West is doing. it is another story when you have series of multiple data poin…
-
comment
Comment #42159736
And what if "Majestic 12" was not a hoax...?
-
comment
Comment #42069544
Yes, but even speculative demand consists of many levels of speculation. For example, I speculate (based on history) that the world will always consist of corrupt governments print…
-
comment
Comment #42068685
Most paper money intrinsically has no value at all, even the paper it is printed on can't be used as toilet paper due to its lack of softness. It is only a medium of labor exchange…
-
comment
Comment #42064445
So, access to a permissionless SWIFT-like system from anywhere around the world has no economic value in your opinion? Go and ask people in African countries what it means to them.…
-
comment
Comment #42063516
and how much of gold price is in your opinion value of material itself? Strip out that material price and you have speculation price. Price of Bitcoin is mostly that speculation pr…
-
comment
Comment #41850283
As far as I remember, this paper draws an analogy not to system structures, but to the method of approach in their analysis. If a purely statistical approach to a designed system i…
-
comment
Comment #41739618
How it will work if you don't know target platforms in advance? Will you compile zig module for every possible native target you know? Is sorce code public or only compiled library…
-
comment
Comment #41739497
What is ridiculous in it?
-
comment
Comment #41728002
It depends on the integration use case. For example, if I were writing a plugin system for my C# app, safety would take precedence over performance, and using WASM modules would ma…
-
comment
Comment #41723536
Yes, it's technically doable, but what’s the point of using it if you lose almost the entire standard library because it relies on the GC?
-
comment
Comment #41723517
Yes, P/Invoke should work, especially when you are targeting a single platform. However, for multiple platforms, there might be some unexpected obstacles I am not aware of.
-
comment
Comment #41721854
It will not work if you low-level target is rp2040 microcontroller board...
-
comment
Comment #41721827
I should be more precise, I don't use them in same project. I am C# professional but using Zig for simple embedded programing projects and some tools that don't have requirment for…
-
comment
Comment #41719398
I now use C# for high-level programming and Zig for low-level. Perfect combination for me.
-
comment
Comment #41390101
In my opinion, in the case of the Linux kernel, Zig (once it reaches 1.0) would be a much better, more natural, and less painful choice than Rust.
-
comment
Comment #41269740
From js to c++?! Come on... For sure there is at least one thing js and c++ have in common - crappy standard library