Viewing profile — waffenklang
waffenklang
HN member- Joined
- Tue, Feb 02, 2010, 5:37 PM UTC
- HN karma
- 34
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About waffenklang
Recent public activity
-
comment
Comment #27848738
Make a german version (with germany related tax, stock and inflation data) and I "shut up and take my money."
-
comment
Comment #27753582
No, Op seem to have mistaken B and M.
-
comment
Comment #27753573
Actually its a fraction of that. First Quarter of '21 Unity made around $230M.[1] Epic (total) is in the ballpark of around $5B, but the engine alone - I estimate - around 1-5% of …
-
comment
Comment #27159934
And thats fine for you! But as a keyboard maker System76 could have make it optional as a lot of other keyboard maker are able to do.
-
comment
Comment #27158653
No ISO, no money.
-
comment
Comment #24238518
Mh, thanks for the repost. I'm curious if anything has actually improved since 2014? Whats the state of the art on the graphene front?
-
comment
Comment #21406699
Wow.. I'm a bit ashamed as I searched for algorithms on that topic but was obviously unable to get the right keywords to find that one. Thanks for pointing it out. I will look into…
-
story
Show HN: I created a (hopefully fast) C++ lib to find words in ASCII sequences
Hi, to provide a bit context, I'm the author of a small causal android game called "Squabbel"[1] which is a modern take on a merge of tetris and scrabble. Its core is based around …
-
comment
Comment #10359664
Nice idea, but i think a bit too visual. less visual and more code for 3d design: vim3D [0] [0] http://www.vim3d.com/
-
comment
Comment #7933632
I started with http://en.wikipedia.org/wiki/Casio_9850_series (Z80 like 8 bit core) (not in the poll!)
-
comment
Comment #7294007
you made my day.
-
story
Ask HN: Which open source project to contribute?
I have some time to spare (1h/day or 4-6 hours per week and want to contribute to some open source projects. But I cant choose which. I have strong background in c/c++/embedded lin…
-
comment
Comment #6422507
didnt read the whole comments; so sorry, if duplicate. After a short review of the add function for handling of complex structs i found a possible bug as they miss to perform a dee…
-
comment
Comment #6393159
I agree in the point that its the task of the fv-system to take care of this, and so its a flaw in it, if its necessary. imho,in this case it is a flaw, as the 'public' api functio…
-
comment
Comment #6393018
Good example for the weaknesses of the 'formally verified' sale strategy. It may be formally correct, but the code is full of weaknesses, like no NULL checks, no out of bounds chec…
-
comment
Comment #6382362
not exactly a microframework, but an interesting approach to build a basis for it, like rack for sinatra.
-
comment
Comment #6373030
would love to see such a mf for c/c++...
-
comment
Comment #6092801
a bit off topic: are there any calculators which support c like signed / unsigned binary representation? 2 -> 01 -2 -> FD ?
-
comment
Comment #5550786
Referencing this post and your first: The fact that bitcoins can be divided until 10^-8 is mainly the feature where the idea was relying. Your state of the power plant compare was …
-
story
Ask HN: Propsal: Inner value of BTC == Power cost?
To continue the debate about the inner value of 1 Bitcoin. How about to link the value of 1 Bitcoin to the price of the power needed to create/maintain that one bitcoin? Until mini…
-
comment
Comment #5527298
Because it offers the opportunity to trade without the shadow market of banks and financial regulators which get pennys of every damn good you buy without doing something important…
-
comment
Comment #5527254
Simple cash-in on profits
-
comment
Comment #5102684
alert('Hello World'); // add random chars here until hash fits sure its not trivial, but not impossible.
-
comment
Comment #5040395
yes, even standard libs, but they arent that promoted as c++ std libs, as most of them are just apis for system interaction, only a minority are useful out of the box algorithms. a…
-
comment
Comment #5040374
no its not c++ish, its simply an implementation which is technically similiar to c++, because they are at some core syntax/semantic similar. i didnt said that its the new wheel, or…