Viewing profile — arka2147483647
arka2147483647
HN member- Joined
- Thu, Nov 30, 2017, 11:37 AM UTC
- HN karma
- 721
- Public activity
- 181 items
- HN profile
- View on Hacker News ↗
About arka2147483647
No profile information was provided.
Recent public activity
-
comment
Comment #49127298
> Most people mean this to say that 1 trillion is a lot of money, but it still comes back to what you believe AI is- in hindsight, does 1 trillion dollars to build the internet sou…
-
comment
Comment #49066099
Does not work for me. Presumably there is some popup you have to accept somewhere for it to work.
-
comment
Comment #48842638
Often the biggest blocker on moving to a new programming language, is the cost of re-writing everything. Cue some story here on a bank or airline somewhere still relying on cobol b…
-
comment
Comment #48822529
There is deep history here. For most of the past centuries, most Europe was from where you immigrated FROM, not where you immigrated TO. There just is not the kind of immigration c…
-
comment
Comment #48780377
Could those have been intercepted or suppressed somehow?
-
comment
Comment #48573316
Its important to understand that in Game Dev a ’git clone’, aka ’p4 sync’, can be a terabyte of stuff. Git is bad at such volumes of binary assets, textures, models, sounds, etc.
-
comment
Comment #48573246
I’ll add some more - The P4 cpp api was apparently designed before any modern Cpp std lib was available. And is at best archaic, and stringly to use. - P4 encoding support is pain …
-
comment
Comment #48538420
> Industrial logics are really practical and allow you to write all sorts of sophisticated properties that your system should satisfy in a very succinct way. It sounds like what yo…
-
comment
Comment #48459272
The best part of void* is that it is very terse. Both in definitions, and in access. All cpp alternatives are more wordy. I wonder how this conversation wound go if the was an as t…
-
comment
Comment #48428486
There is LPCAMM2, if manufacturers want to use it. So, it does not have to be soldered.
-
comment
Comment #48367999
I wonder if this is just a way to recycle the chips that did not bin good enough to used for DGX Spark?
-
comment
Comment #48297589
I miss the days when this would just have been named win2wasm. These branded projects become difficult to remember when everything has a random non-mnemonic name.
-
comment
Comment #48149539
If you are a DIY, you might use a tool once a week, or once a year. A pro might use a tool everyday, all day. A different durability requirement. A Ryobi is not bad, if it fills yo…
-
comment
Comment #47999979
All of those platforms are HUGE and well worth the hassle. I think Valve is trying to leverage the Steam Storefront into a full-fledged Platform. It is not quite there yet. As such…
-
comment
Comment #47994044
> Proton represents Valve's failure to make Linux gaming attractive to game studios. > Not even those that have Android/Linux NDK builds, bother with porting to GNU/Linux. It is a …
-
comment
Comment #47960763
The important part of Hardware, is Software After all, if the Software does not work, its just a Paperweight
-
comment
Comment #47860425
> The answer is so obvious A tangent, but what is Obvious depends on what you know. Often experts don't explain the things they think are Obvious, but those things are only Obvious…
-
comment
Comment #47357084
The advantage, as i see it, is that this could be done incrementally. Every new router/firmware/os could add support, until support is ubiquitous. Contrast this with ip6, which is …
-
comment
Comment #47067378
Surely you could have compiler types for 128, 256, 512, etc, and then choose the correct codepath with simple if statement at runtime?
-
comment
Comment #46705837
This is a EU initiative. Confusingly, EU is often called Europe in spoken/non-official speech. Sort of the same way it is said that Washington does something, when it is the US gov…
-
comment
Comment #46704799
Smart home and lighting standard Matter over Thread requires it. Discovered this after i bought some Ikea smart lights. Though you don't need a public IP6, a local static IP6 with …
-
comment
Comment #46704699
> Delaware C-corp, UK Ltd is OK too Neither of which is in EU, which is exactly the point. Should be an EU one which is usable...
-
comment
Comment #46435849
Sadly, all the bug trackers are full of bugs relating to char*. So you very much do those by accident. And in C, fixed width strings are not in any way rare or unusual. Go to any c…
-
comment
Comment #45962974
For someone who is not a rust programmer, but would like to keep up to date, can somebody tell me what "Tier 4" is. And why must it be quoted?
-
comment
Comment #45528512
https://en.cppreference.com/w/cpp/container/vector/reserve.h... says > Increase the capacity of the vector (the total number of elements that the vector can hold without requiring …