Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sha90
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
sha90
3y ago
> Wait, that can't be right, it would be ludicrous. Once a game passes the threshold it pays per-install permanently? Yes and no. You need to meet _both_ thresholds, cumulative (lifetime) installs _and_ yearly(!) revenue. I (!)'
2.
▲
by
sha90
3y ago
> The problem Unity have created is if something can be made with Unity it will get crowded out with clones in five minutes. This really has nothing to do with Unity. Flappy Bird could have been built on any platform and you would still
3.
▲
by
sha90
3y ago
How big is your team? How do you code review? How do you unit test? How are you maintaining 3 year old blueprints? This will work just fine for small indie games and teams where the code is thrown out after a year, but there's no scali
4.
▲
by
sha90
3y ago
This isn't really a solid argument since stockholder investment isn't even "money"; it's collateral in the form of market valuation against which Unity borrows. The actual "money" (dollars in a bank accoun
5.
▲
by
sha90
3y ago
Yes, but it has many known limitations and isn't nearly as reliable as a runtime that has a full GC and virtualization optionality, which you really need in order to fully track what state can be evicted and what needs to stay.
6.
▲
by
sha90
3y ago
Keep in mind that in addition to the "learning curve" arguments, there is also the functional developer ergonomics of things like live reload (where you can maintain memory state) that are simply not possible to do with C++ withou
7.
▲
by
sha90
3y ago
Citation needed? Raw speed is likely similar; the cost overhead comes from GC cycles and the general approach to managing memory primarily in the heap vs stack, although C# can stackalloc if you're really diligent. Note that this is th
8.
▲
by
sha90
5y ago
But you need to consider that so have hosting costs-- proportionately too. Hosting data was incredibly expensive 10 years ago. If the math was working then, it should at least be pretty close to working now.
9.
▲
by
sha90
6y ago
Fastmail nets around $50/year (if you pay annually) for mail + your own domain, and if you don't need the domain, it's less. Another $50/year really isn't that big of a stretch for some people, but I can see how sav
10.
▲
by
sha90
6y ago
Can you explain what is worse about link tracking? If you're explicitly making a request to a remote service, how would you expect it to not be tracked?
11.
▲
by
sha90
7y ago
Getting good signal-to-noise ratio from ANY interview, forget the big cos, is really difficult. I've seen great programmers passed over because they were _not_ given a chance to whiteboard and show their technical skill. At the end of
12.
▲
by
sha90
7y ago
> It wasn't obvious at the time, but I think in retrospect the case can be made that Apple's ability to innovate effectively (both in terms of time and quality) died with Jobs. Oh stop. Apple's effectiveness was entirely a
13.
▲
by
sha90
8y ago
This isn't an economic issue, it's an efficiency issue. There are 3 competing ideas: Fast, cheap, quick. You get to pick 2. We're picking cheap and quick because "fast" comes for free on a longer-term timeline. You
14.
▲
by
sha90
8y ago
This is extremely hyperbolic, and I'm sure you know this. Here's how you set a variable in React: const foo = 1; What you're doing in your complicated sample is not _just_ setting a variable, you're also exposing it to a
15.
▲
by
sha90
8y ago
Article tl;dr: "I believe that apples are more efficient than oranges after all." I just want to point out that the idea that "modern buildings use just enough material to fulfill their function and stay safe under the given
16.
▲
by
sha90
8y ago
Development on the MS side was just fine in the 90s for many people. If you were an open source developer in the 90s, maybe not, but then again, OSS in the 90s was pretty broken for _everyone_.
17.
▲
by
sha90
8y ago
MS is contributing to Electron. They benefit, but so does the wider community. This is generally how OSS works.
18.
▲
by
sha90
8y ago
They mean that the signing bonus is divided into two yearly payouts instead of one. It's a single bonus. I personally don't see what's wrong with a N/2N/3N... vesting schedule for post-IPO companies. You're buy
19.
▲
by
sha90
9y ago
> I stop counting the 5+ years old laptops that have to be upgraded, 5+ years ago is that LOOOOOONG time that OP was talking about. It's also unfair to compare technical capabilities of old hardware for many reasons. I think the poi
20.
▲
by
sha90
10y ago
It's not as bad as previous poster states, but it's not quite as simple as you make it seem either. A green card holder forfeits their residency if they leave the US for "more than 6 months", or if border patrol people f
21.
▲
by
sha90
10y ago
Git repos change way more often than domain or company names do. Moving from code.google.com to github.com, moving a project from a user to an org, transferring across orgs, renaming an org. All of these things have happened to me in a sing
22.
▲
by
sha90
11y ago
> I am far from being a Go expert but you can see this has been written by Java developers. Hi! As of writing, I am currently the top code contributor to the AWS SDK for Go (NB: I've since moved out of Amazon). I've never writt
23.
▲
by
sha90
12y ago
People don't trust Mozilla because they read the code, they trust Mozilla because they do exactly what was described above. They do the things that foster trust.
24.
▲
by
sha90
12y ago
Oh the irony of this comment given that the very first amendment to the US constitution is a law protecting "freedom of speech". You know, the one that everyone talks about being so important and necessary for the American way of
25.
▲
by
sha90
13y ago
The SDK handles retries on failed requests. There is a little bit of extra legwork to actually do the slicing of a Blob, but you should be able to call createMultipartUpload(), uploadPart() x N, followed by completeMultipartUpload(). The SD
26.
▲
by
sha90
13y ago
It's not just Amazon providing this-- there is Login With Amazon, but there is also Facebook and Google that act as identity providers. Unless I'm mistaken, this is how Google's storage APIs work too, by using OAuth/Open
27.
▲
by
sha90
13y ago
You don't need a server for auth, that's what web identity federation[1] is for. [1] http://aws.typepad.com/aws/2013/05/aws-iam-now-supports-amaz...
28.
▲
by
sha90
13y ago
If your application is only using S3 to upload objects, the full SDK would probably be overkill. Using pre-signed forms is sufficient there. However, if you want to use other services like DynamoDB, SQS, or SNS, pre-signed URLs will not wor
29.
▲
by
sha90
13y ago
An application can provide a server-side component that vends credentials to clients. Mobile applications on AWS used to do this with the Token Vending Machine[1]. I say used to because web identity federation is a much more powerful and li
30.
▲
by
sha90
13y ago
It's not the "class" of sensor that makes the difference, it's the specific sensor itself (the multitude of Nikon and Canon DSLR models with significant variance in quality should illustrate this). Also, APS-C isn't a specific size, it's a
More ›