Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
austinpray
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
19 ms
·
1.
▲
by
austinpray
3y ago
Mixpanel does event volume pricing now
2.
▲
The reason why PHP has inconsistent function names
(news-web.php.net)
5 points
by
austinpray
5y ago
|
0 comments
3.
▲
by
austinpray
6y ago
Carrot | Full Stack Developer | REMOTE | https://carrot.com Carrot is a SaaS that provides online marketing tools for real estate investors and agents. Members use our website builder and other content marketing tools to create
4.
▲
by
austinpray
7y ago
Hey Ben! This is so neat! I worked with Dr. Hansen on the audio digitization over on http://exploreapollo.org . Thanks for the link in the footer! I’ve been out of the loop on that project since graduating. Regardless, if you wan
5.
▲
by
austinpray
7y ago
You do understand that nearly all the parts on an M16 are interchangeable with an AR15, right? The AR15 is an M16 without select fire capability.
6.
▲
by
austinpray
8y ago
I brought this up with my Japanese friend. He told me there are so many homophones in the language people are desensitised to stuff like this. For example: シ (shi) can mean both 四 (four) and 死 (death).
7.
▲
by
austinpray
8y ago
+1 for piptools. Piptools makes a lot of sense in a docker based workflow (virtualenv not needed).
8.
▲
by
austinpray
8y ago
The fact that it couples dependency management to virtualenv management is really unfortunate for people that use docker. Can’t wait for pipfiles and such to be native to pip.
9.
▲
by
austinpray
8y ago
What do you think of mypy? http://mypy-lang.org/
10.
▲
by
austinpray
8y ago
It’s toxic and lazy too. You should first go look and see if the actual code is high quality/does what you want. If your idea of shopping for dependencies is looking at the amount of GitHub stars and the quality of the documentation: y
11.
▲
by
austinpray
8y ago
I added a travis cron job to update the image daily: https://github.com/Algram/ytdl-webserver/pull/6 and another guy came around and made the image even more friendly for automatic updates https://
12.
▲
by
austinpray
8y ago
For instance if you run this on your desktop you could bookmark " http://local-desktop-ip:3000" on your mobile device and be able to download videos while on mobile.
13.
▲
by
austinpray
8y ago
I use zsh daily but type `xonsh` any time I do something in the shell that would normally require a google. “Uh ok so I have this JSON file. When I pipe this to `jq` I forget: to pivot an array of objects to an object keyed by array[x].id i
14.
▲
by
austinpray
9y ago
Uhoh. Page 404ed. https://webcache.googleusercontent.com/search?q=cache:https:...
15.
▲
by
austinpray
9y ago
https://www.wolframalpha.com/input/?dataset=&i=$140k+salary+... For anyone else that was confused
16.
▲
by
austinpray
9y ago
I was to “go to person” for my university’s natural language processing research group. I built a database and accompanying REST API for bulk loading audio and transcription data for one of their projects. I was quite pleased with it. When
17.
▲
by
austinpray
9y ago
I had the pleasure of hanging out with the Sentry folks in SF for a couple days last week. Honestly a top-notch group. It was eye-opening to see what is possible when you have an organization like theirs where you have a lot of talent and p
18.
▲
by
austinpray
9y ago
WordPress is a cms first and foremost. edit: lol today I learned cms != blog
19.
▲
by
austinpray
9y ago
That definitely stood out to me.
20.
▲
by
austinpray
9y ago
Pokémon on 3DS is wonderful for learning Japanese. It's a game for kids so it's made up of a lot of kana with some low level kanji.
21.
▲
by
austinpray
9y ago
On my mac I used tmux and vim for years. However, only after building a little arch linux box did I realize I actually wanted a tiling window manager and an ide all along.
22.
▲
by
austinpray
10y ago
Any change you make to the schema will be a breaking change.
23.
▲
by
austinpray
10y ago
That is not an apt analogy. Unit tests improve code quality: code that is easily testable has high cohesion and low coupling. Tests can also serve as valuable documentation.
24.
▲
by
austinpray
10y ago
You don't understand what webpack is. It's a module bundler. You use webpack in conjunction with make, grunt, gulp, or any other task runner or build system.
25.
▲
by
austinpray
11y ago
Holy cow, I'm so dumb. I have "ctrl-(hjkl)" mapped using https://github.com/christoomey/vim-tmux-navigator so I have an extremely easy time navigating between splits in terminal vim. I tried like hell to
26.
▲
by
austinpray
11y ago
I was able to get a somewhat serviceable environment up on my Mac. However: after all the effort involved I ended up sticking with vagrant. There is no way I could explain the process to someone I would potentially work with. I check back i
27.
▲
by
austinpray
11y ago
One thing to point out specifically about "proper" Makefiles: the author should be marking his `.PHONY` targets ( https://www.gnu.org/software/make/manual/html_node/Phony-Tar... ) and giving sour
28.
▲
by
austinpray
12y ago
Actually just got done benchmarking this. The conclusion was that it is a worthless optimization compared to just sending the client a gzipped webpage without minifying first. https://github.com/yeoman/generator-gulp-we
29.
▲
by
austinpray
12y ago
Minification improves the effectiveness of algorithms like Gzip by a large margin. It is generally a great idea to minify then Gzip. https://developers.google.com/web/fundamentals/performance/o...
30.
▲
by
austinpray
12y ago
What do you guys think of http://tarsnap.com ? I need to backup some sensitive client data off-location and the concept seems pretty good.
More ›