austinpray | 3 years ago | on: Amplitude Lays Off 13% of Team (99 people)
austinpray's comments
austinpray | 5 years ago | on: Ask HN: Who is hiring? (May 2020)
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 sites optimized for the leads they wish to capture. Those leads flow into our suite of marketing tools for action and analysis. We are one of the most popular options for real estate professionals wanting to generate leads online, and are used by thousands of individuals and companies.
Carrot is Oregon based, but you’ll be joining our fully remote development team. We’re looking for a full stack developer to join our team and create new features, maintain and improve our React web app, build on our Ruby on Rails REST API. Our platform hosts almost 12,000 active websites right now so you should be ready to build systems that scale. You'll enjoy working with us: we have a fully-staffed product team, fully-staffed SRE process, fully-automated CI/CD pipeline, great code-review process, and we use GitHub and Slack to collaborate. Join a small, high performance SaaS team that dominates its vertical!
More details here: https://carrot.com/careers/developer/
austinpray | 6 years ago | on: Apollo 11 in Real Time
austinpray | 7 years ago | on: M-16: A Bureaucratic Horror Story (1981)
austinpray | 7 years ago | on: WeWork Gets a Visit from Financial Reality
austinpray | 7 years ago | on: Pipenv: promises a lot, delivers very little
austinpray | 7 years ago | on: Responder: A familiar HTTP Service Framework
austinpray | 7 years ago | on: Python is becoming the world’s most popular programming language
austinpray | 7 years ago | on: How I Judge the Quality of Documentation in 30 Seconds (2014)
If your idea of shopping for dependencies is looking at the amount of GitHub stars and the quality of the documentation: you are going to miss some real diamonds in the rough.
austinpray | 7 years ago | on: Ytdl-webserver: Webserver for downloading YouTube videos
So if you ever run into issues you would just pull the latest container.
austinpray | 7 years ago | on: Ytdl-webserver: Webserver for downloading YouTube videos
austinpray | 7 years ago | on: Xonsh: Python-powered, cross-platform, Unix-gazing shell
“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 is it like `to_entries` then chain it to `map`? Uhh let’s look at the docs...”
However in Python I can write that function at the speed of thought. It may be a couple more lines of code but I’m also 100% confident in the output.
Like I understand some people can legitimately program in bash [0]. But I just can’t bring myself to practice. Why would anyone inflict this language on themselves?
[0] https://github.com/docker-library/python/blob/master/update....
austinpray | 8 years ago | on: Console Security – Nintendo Switch [video]
austinpray | 8 years ago | on: My offer numbers from big companies
For anyone else that was confused
austinpray | 8 years ago | on: A supercomputer often won’t make your code run faster
When it came time for the researchers to submit transcripts I had the pleasure of reviewing probably the worst python program I have ever seen.
1) The request JSON was manually built using strings and string substitution. One immediate bug I saw was that the researcher forgot to wrap one of his keys in quotes. `{key: “val”}` is not valid JSON of course.
2) The python program did not actually make the web requests. It generated curl commands as strings and then printed them to std out.
3) The researcher then took all these generated curl commands and evaled them.
You seriously can’t make this stuff up.
austinpray | 8 years ago | on: How Sentry Receives 20B Events per Month While Preparing to Handle Twice That
It was eye-opening to see what is possible when you have an organization like theirs where you have a lot of talent and pride in your product across the board.
austinpray | 8 years ago | on: Tonik — WordPress starter theme with CLI, ES6, Webpack and more
edit: lol today I learned cms != blog
austinpray | 8 years ago | on: The Liver: A ‘Blob’ That Runs the Body
austinpray | 9 years ago | on: How Three Kids with No Experience Beat Square and Translated Final Fantasy V
austinpray | 9 years ago | on: Tmux and Vim – better together