Viewing profile — QuadDamaged
QuadDamaged
HN member- Joined
- Mon, Jan 24, 2011, 1:59 PM UTC
- HN karma
- 100
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About QuadDamaged
No profile information was provided.
Recent public activity
-
comment
Comment #45567091
Try MyNoise. I used to build their app, if you can spot a single loop you have superhuman hearing.
-
comment
Comment #42503908
When this happens to me, it’s mostly because my code is written with too coarse separation of concerns, or I am just mixing layers
- comment
-
comment
Comment #34199001
Exactly why IMHO the rust stdlib is so easy to understand. Ownership only when required as a design principle tends to make the design of the overall system more consistent / easie…
-
comment
Comment #33961894
I was involved with the London esports scene from 2010 to 2014, running events that would gather up to 500 people for blizzard and valve games. I left the scene because I could not…
-
comment
Comment #33189102
Hi, do you know if there's a recent hash benchmark I can look into? I am using `FnvHash` as my go-to non-crypto-secure hash for performance reason, didn't realise there could be fa…
-
comment
Comment #32910616
So... Green threads are back?
-
comment
Comment #30804811
I wholeheartedly agree - I am working on a very technical new build at the moment and cannot listen to music when coding for it, but when I switch to maintaining stuff, I reach-out…
-
comment
Comment #25845749
been bit by another audio engine that had the same license and pulled a bait and switch. No thanks.
-
comment
Comment #25646971
Topre, my dude!
-
comment
Comment #22876163
App dev here: There' a starcraft generator in progress. Lots of mx browns, a topre, mouse clicks galore and even a "stim is OP" track :)
-
comment
Comment #21321315
Fun fact: the myNoise app exists thanks to a meeting of minds on HN. Although I do wish the Android app was a bit better, quite proud of our babies! (rewriting in a single unified …
-
comment
Comment #21123345
`SmallVec` allocates a contiguous array in the struct holding the vector itself (so it can be located on the stack), then if the capacity is insufficent, fallbacks to a heap-alloca…
-
comment
Comment #18501528
There's a new feature where you can now build your own generator by cherry-picking stems from the entire catalog (192 generators as of last week's count). Source: myNoise mobile ap…
-
comment
Comment #9910566
*20 sounds ;)
-
comment
Comment #9374257
I am an engineer. I used to be married to a dancer. #FML
-
comment
Comment #8960716
Sure Cortana, sure...
- comment
-
comment
Comment #8692506
As far as I am concerned, all of the BCL has pretty much been 'open source' since Reflector came around in 200..2?
-
comment
Comment #8640355
Try Chocolat then. It's not OSS and pretty close. But I won't be using Chocolat anymore, after they pulled a bait-and-switch so that Version 2 can't be used without you paying for …
-
comment
Comment #8623101
Just looking at my uber rides, I am pretty certain Uber could already infer some interesting facts about my life. Cross-referencing with geo-data, time, and weekly occurences, I am…
-
comment
Comment #8595808
Ok, this list is bull, doesn't apply to .Net, one could read books about Java and end-up with the same knowledge in the end. CLR through C# is really more important for my field.
-
comment
Comment #8594460
You might also like http://myNoise.net - it's less musical and more geared towards generating ambiences. Disclaimer: I am writing their iOS app. That said, these are some really ni…
-
comment
Comment #8551278
Databinding in WPF when you're not using INPC I often write stuff like this: public RxProperty IsFoo{get;private set;} I could do without the private set.
-
comment
Comment #8519953
I misread and was really wondering what the Met Police would do with a GBP 97M supercomputer.