Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
metaphyze
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
21 ms
·
1.
▲
by
metaphyze
5y ago
No, if it's a hobby, it's supposed to be enjoyable. I do enjoy programming. I could enjoy iOS development as much as Android development or server development so why not combine that with making money?
2.
▲
by
metaphyze
5y ago
Was that an autocorrect error: "ramen profitable"? I like it, but I'm looking for more than ramen money. I'm guessing you meant "really profitable".
3.
▲
What's the most profitable programming hobby?
37 points
by
metaphyze
5y ago
|
47 comments
4.
▲
by
metaphyze
7y ago
This sounds like a great way to get everybody in India to watch it.
5.
▲
Show HN: U.S. Electoral map viewer, allows community prediction of 2020 election
(play.google.com)
1 points
by
metaphyze
7y ago
|
0 comments
6.
▲
by
metaphyze
7y ago
If you love Java but hate JavaEE, check out Spark Java: http://sparkjava.com/
7.
▲
by
metaphyze
7y ago
Why didn't they just ADVERTISE the tuition as $12,000 (or maybe $15,000) rather than $36,000 if they were discounting the tuition for 67% of the students anyway. A lot of people probably didn't even bother to apply because of sti
8.
▲
Show HN: Gossl, a dead simple proxy server that provides HTTPS automatically
(github.com)
2 points
by
metaphyze
7y ago
|
0 comments
9.
▲
by
metaphyze
7y ago
Thanks, everyone, for the suggestions. I think the "niche" suggestions were the most helpful. I haven't had much feedback from Show HN. Just FYI, the project is a mathematical oriented drawing app for Android. It's h
10.
▲
Show HN: Doodleback – an Android drawing app for non-artists
(play.google.com)
1 points
by
metaphyze
7y ago
|
0 comments
11.
▲
Besides “Show Hacker News”, where do you promote your side projects?
27 points
by
metaphyze
7y ago
|
10 comments
12.
▲
by
metaphyze
7y ago
Yes. OnlyOffice. There's a community edition. https://www.onlyoffice.com/download.aspx
13.
▲
by
metaphyze
7y ago
Both GM and Ford have been hiring a lot of software engineers in Detroit in the past few years. The problem is that they need NASA-style software engineers (crazy-anal nit-picky consider-every-possibility style engineers)--not engineers fr
14.
▲
by
metaphyze
7y ago
I wonder if you could get the same benefits by just blowing up a balloon.
15.
▲
by
metaphyze
7y ago
Sounds like someone has discovered cats.
16.
▲
by
metaphyze
8y ago
Actually, this happened BEFORE the summit. Feb 22nd. The summit was Feb 27-28. https://en.wikipedia.org/wiki/2019_North_Korea%E2%80%93Unite...
17.
▲
by
metaphyze
8y ago
I'd like to point out that microservices are not always as cheap as you may think. In the AWS/Lambda case, what will probably bite you is the API Gateway costs. Sure they give you 1,000,000 calls for free, but it's $3.50 pe
18.
▲
by
metaphyze
8y ago
I think you must mean USB-C ports. There are no standard USB-A ports on the MacBook Pro any longer. https://www.apple.com/macbook-pro/specs/
19.
▲
by
metaphyze
8y ago
How's the trackpad compared to the Mac's? I don't need force touch. Just smooth precise scrolling. The trackpad is actually one of my top considerations when buying a laptop because I rarely use a mouse any more.
20.
▲
by
metaphyze
9y ago
Just FYI, Kahn Academy's Linear Algebra course is great. Very thorough and well-thought-out.
21.
▲
by
metaphyze
9y ago
I think the only part of Android that's under GPL is the Linux kernel. The rest is under the Apache license.
22.
▲
by
metaphyze
9y ago
I've been to Pittsburgh too, and I do think that a possibility. One advantage that Raleigh-Durham-Chapel Hill has over Pittsburgh is weather. Amazon is very fault-tolerant minded. There's not much chance they'd need to clo
23.
▲
by
metaphyze
9y ago
I agree. There's a huge tech workforce in RTP, very good universities, affordable costs of living (which I suppose translates to affordable business property). Another indication: Take a look at the size of the Triangle AWS Meetup g
24.
▲
by
metaphyze
9y ago
To everybody posting about not working on a side project because of children, I would ask you to reconsider that if you're truly passionate about something and want to develop it. I've been working on a side project for a few yea
25.
▲
by
metaphyze
10y ago
Another disappointing limitation is being restricted to Node.js. AWS Lambda lets you write your code in Node.js, Python, Java, or C#. This is particularly useful for tuning your Lambdas based on their expected usage. If you have a Lambda
26.
▲
by
metaphyze
13y ago
I don't think this is exactly the same as the proposed problem. What it's giving you is the expected value. This includes in its calculation the lower probability cases and the higher probability cases. For instance, there'
27.
▲
by
metaphyze
13y ago
Brute force gives me about 2287/2288. Trying each number 1,000,000 times (distribute X balls in 365 bins, count number times all bins are filled) so it seems reliable, but maybe I have bug somewhere: import java.util.Random; public cl