HN user

QuadDamaged

100 karma
Posts1
Comments54
View on HN

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 talent. I hoped that the younger guys would be finding a way to make it work for the majority but it still irks me how many years have been wasted by young adults on a wild goose chase. Some very few were able to make a living out of it and deserve 100% what they pulled, but man, what a churn in that industry.

Devastated that TB / Odee didn't get to manifest a vision for player's union. That would have made a difference.

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 :)

`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 and used length integers, as well as a pointer to the heap-allocated storage.

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 one in rust due to insanely costly audio codec licenses on Android)

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.

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, and under which category (coworker, wife, arm-candy...)

The day Uber links its userbase with Facebook we are doomed.

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.

Just let me code 12 years 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.

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 the fact that the new line of MBP adhere to the soldered-on-and-force-obsolescence philosophy is really putting me off this purchase.

Just let me code 12 years ago

You can write iOS apps without using storyboards or xib files. That's how Apple does it.

The main benefit is that you end-up with no merge conflicts in semi-opaque files.