Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
QuadDamaged
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
QuadDamaged
11mo ago
Try MyNoise. I used to build their app, if you can spot a single loop you have superhuman hearing.
2.
▲
by
QuadDamaged
2y ago
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
3.
▲
by
QuadDamaged
4y ago
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 / easier to approach.
4.
▲
by
QuadDamaged
4y ago
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 morally justify the exploitation of the majority of the tal
5.
▲
by
QuadDamaged
4y ago
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 faster contenders. Thanks!
6.
▲
by
QuadDamaged
4y ago
So... Green threads are back?
7.
▲
by
QuadDamaged
4y ago
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 for my headphones.
8.
▲
by
QuadDamaged
6y ago
been bit by another audio engine that had the same license and pulled a bait and switch. No thanks.
9.
▲
by
QuadDamaged
6y ago
Topre, my dude!
10.
▲
by
QuadDamaged
6y ago
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 :)
11.
▲
by
QuadDamaged
7y ago
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 app using Rust / Xamarin RN)
12.
▲
by
QuadDamaged
7y ago
`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-allocated `Vec` equivalent. The `Vec` struct contains the capacity
13.
▲
by
QuadDamaged
8y ago
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 app developer (currently busy rewriting the Android
14.
▲
by
QuadDamaged
11y ago
*20 sounds ;)
15.
▲
by
QuadDamaged
11y ago
I am an engineer. I used to be married to a dancer. #FML
16.
▲
by
QuadDamaged
12y ago
Sure Cortana, sure...
17.
▲
by
QuadDamaged
12y ago
As far as I am concerned, all of the BCL has pretty much been 'open source' since Reflector came around in 200..2?
18.
▲
by
QuadDamaged
12y ago
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 version 3. Bad dev, no cookie.
19.
▲
by
QuadDamaged
12y ago
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 pretty sure Uber could infer who's in my social circle
20.
▲
by
QuadDamaged
12y ago
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.
21.
▲
by
QuadDamaged
12y ago
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 nice soundscapes!
22.
▲
by
QuadDamaged
12y ago
Databinding in WPF when you're not using INPC I often write stuff like this: public RxProperty<bool> IsFoo{get;private set;} I could do without the private set.
23.
▲
by
QuadDamaged
12y ago
I misread and was really wondering what the Met Police would do with a GBP 97M supercomputer.
24.
▲
by
QuadDamaged
12y ago
I always have a look at CityDashboard : http://citydashboard.org/london/ It's got a bit more than just twitter feelz. Mostly Boris Bike usage rate :D
25.
▲
by
QuadDamaged
12y ago
I would just like to point-out that there's incredible phishing opportunities with this. The page asks for iCloud username + password, and is a 'hot' news topic.
26.
▲
Apple adds U2 SOI removal webpage
(bbc.co.uk)
1 points
by
QuadDamaged
12y ago
|
1 comments
27.
▲
by
QuadDamaged
12y ago
I haven't had the time to look at the docs but shall I start shipping art assets as foo@3x.png ?
28.
▲
by
QuadDamaged
12y ago
Dwarf Fortress does.
29.
▲
by
QuadDamaged
12y ago
Ex Apple employees on the 'Edge Cases Podcast' - xib files were extremely brittle initially. Merging conflicts would be impossible to handle without dedicated tooling.
30.
▲
by
QuadDamaged
12y ago
I use a 2008 15'' MBP, replacing the superdrive with an optibay + SSD and rolling-out my own fusion drive extended the lifespan of this machine to no ends. I am just slowly starting to consider getting another laptop in 2015, but
More ›