Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rjbrock
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rjbrock
7y ago
GraphQL is the reason I just switched from a paid Paw license to insomnia!
2.
▲
by
rjbrock
9y ago
https://www.youtube.com/watch?v=q51ld-scMI8
3.
▲
by
rjbrock
9y ago
In addition to these 3, make sure you enable FileVault. This will encrypt all of your data at rest
4.
▲
by
rjbrock
9y ago
I think adding a "We are stealth, dont allow comments" option would be good then
5.
▲
by
rjbrock
9y ago
Ive heard something similar from Richard Branson about airlines. "How do you become a millionaire? Start with a billion dollars and create an airline"
6.
▲
by
rjbrock
9y ago
A similar site has been around for a long time: http://www.shadyurl.com/ example: google.com -> http://www.5z8.info/dogs-being-eaten_x2r3rq_5waystokillwitha...
7.
▲
by
rjbrock
10y ago
Their anti-spammer code is the only code that is not published as open source
8.
▲
by
rjbrock
10y ago
I definitely recommend using HTTPS on this site. I would rather not have all of my calls logged on a company server somewhere (especially if someone works at a company that cares about this sort of thing)
9.
▲
by
rjbrock
10y ago
Haha, no worries, we've all been there!
10.
▲
by
rjbrock
10y ago
Exactly, that key is now completely compromised (it was the second it was public). You can still see it here: https://github.com/kaolti/Who-Runs-This/commit/764945d8d968b... You will need to generate a new ke
11.
▲
by
rjbrock
10y ago
This appears to be a private key (so no one should ever be able to read this file): https://github.com/kaolti/Who-Runs-This/blob/master/key.pem Is this for publishing to the chrome app store? If it is, I
12.
▲
by
rjbrock
10y ago
I think theyre generally used as a quick way to show someone a piece of code with some nice syntax highlighting.
13.
▲
by
rjbrock
10y ago
I clicked next and this is the first thing that I thought of. What a terrible user experience, so much for sharing "anonymously"
14.
▲
by
rjbrock
11y ago
Definitely agree here. I moved back to Chicago from SF to be near family now that I have a little one. I was lucky enough to keep my job working remotely for an awesome company in SF, but I can tell even from the LinkedIn spam how different
15.
▲
by
rjbrock
11y ago
Facebook was great. The recruiter gave me detailed feedback on what each interviewer said for each round.
16.
▲
by
rjbrock
11y ago
I love this type of stuff, because it is an insight into the way that normal people (ie. not royalty) lived.
17.
▲
by
rjbrock
11y ago
Well there are a few reasons that I decided to pick up go rather than something like kotlin. 1. No jvm needed. This may not be a benefit if you need to access java libraries, i just like that you can compile a binary. 2. Great concurrency s
18.
▲
by
rjbrock
11y ago
Maybe lenient isnt the best description. It is much more concise without losing static typing. Type inference like this: myvar := myFunc() makes coding feel like its a dynamic language
19.
▲
by
rjbrock
11y ago
Agreed 100%. This is actually the reason that I have been picking up go lately, you get some of the more lenient syntax of python, with static typing guarantees.
20.
▲
by
rjbrock
11y ago
This is actually what I am using now on my personal blog ( https://brock.io ) I went with hugo because it is very fast, and I didn't need to install any dependencies locally or on my server. I bought a theme from themeforest
21.
▲
by
rjbrock
11y ago
Spotify has a habit of replaying songs that I have already thumbs downed as well as other songs by that same artist.
22.
▲
by
rjbrock
11y ago
I am a huge fan of postgres, but removing an index on postgres like this (especially if it is the primary means of querying a large table) would have the same effects. This is just a failure of the tool that executes indexing operations, an
23.
▲
by
rjbrock
11y ago
16gb and 32gb? Why is storage always so low?
24.
▲
by
rjbrock
11y ago
Mirror: https://web.archive.org/web/20150903224132/http://www.gamest...
25.
▲
by
rjbrock
11y ago
There are, but they frame it more as an "architecture review". Often this takes the form of a 3+ hour meeting going over all code that devs have committed in the last month or so. It is a terrible system. If you aren't revie
26.
▲
by
rjbrock
11y ago
You can make code reviews required by using something like Gerrit ( https://code.google.com/p/gerrit/ ) and having it be the gate to your master branch. The system I use at work is: code -> push to gerrit -> g
27.
▲
by
rjbrock
11y ago
Yeah as am I. These cynical comments can be completely replaced by a downvote if they honestly don't think that this is interesting or appropriate. On a separate note, it was great to hear that PostGIS (which is amazing btw) scaled wel
28.
▲
by
rjbrock
11y ago
I disagree with the select many suggestion. So many job postings are full of popular languages but when you actually look at the job its clear that there is 1 language you will be using
29.
▲
by
rjbrock
11y ago
Looks like they are sunsetting. They will be focusing on other projects at google
30.
▲
by
rjbrock
11y ago
You should definitely add a link to your examples in your README. For anyone else looking, they are located here: https://github.com/r-cyr/PHPunctional/tree/master/P/Examples
More ›