HN user

jrgnsd

124 karma

Coder. Thinker. Human Being.

Contact me on jrgns.net or on Twitter @jrgns.

[ my public key: https://keybase.io/jrgns; my proof: https://keybase.io/jrgns/sigs/45u6JDH1v384jjfCWNjrzbPrh8Z33U7w4F_RlAhaNcs ]

Posts9
Comments83
View on HN

SEEKING WORK | REMOTE

DevOps specialist for hire

Experienced in creating and automating AWS infrastructure

Let me help you to * Create your cloud infrastructure from scratch, or formalize your current infrastructure * Advise on the best / cheapest / fit for purpose setup for your app or website * Automate pipelines and deployments * Automate scaling, monitor and alerting * Integrate with communication and management systems * Reduce notification fatigue and increase effectiveness of your alerting

Ruby gems (libraries) aren't pulled feom github. Yes, you CAN pull it from there, but most public and published gems don't come from there.

SEEKING WORK | from Johannesburg, South Africa | Remote | up to 10 hours per week | $60-$80 per hour

Development and Data specialist looking for problems to solve.

Data Problems: Anything involving Elasticsearch or data migrations, scraping and cleanups.

Development Problems: Ruby, Sinatra, Sidekiq and even some PHP.

See https://github.com/jrgns, https://github.com/EagerElk and https://jrgns.net

Contact: jrgns at jrgns dot net

An interview is more about how you present yourself than about your actual skills, so make sure that you create a good impression first before telling them. In my interviews I usually ask about a record towards the end of the interview so that I'm not biased, but if it comes up earlier, be truthful about it.

I've done a couple of contracts through them. For the most part it's beem a good experience.

They try to vet the clients as well as the coders / talent, but it's not perfect process so sometimes a dud falls through the cracks. They do have solid procedures for both the client and freelancer to follow if either party isn't happy, which includes the person who set up the engagement initially.

Much better than the other sites.

My experience working through Toptal has been mostly positive (although I haven't done a contract through them in quite a while).

I failed my initial application due to my inability to solve a couple of algorithm specific tests as other commenters have mentioned. I reappllied a couple of months later, did a couple of codility tests to ensure I'd pass this time, and flew through the rest of the process.

Yes, their signup process will potentially disquallify a couple of good devs, but it will also weed out a lot of bad devs that can't take the time to learn the solutions to common algorithm problems.

Once in, they have a variety of jobs available, some good, some bad. Overall I don't mind working for them. I've been happy with the Upwork dev's I've hired so far, so can't comment on if I'll hire through Toptal.

Setting up nginx to proxy to Elasticsearch with HTTP auth on top is fairly trivial. There's a couple of good articles on the web if you google for it. Also, should you have an Elasticsearch support contract, you get access to the Shield plugin which has extensive access control.

But yes, the fact that it is open OOTB is frustrating.

You train your own set by posting the document and the classification / category to the service. The training set is then used to calculate the prior probabilities needed by Bayes theorem. Once you have a proper training set, you can post a document to the service and it will return a list of probable categories from the training set.

Your set might look something like this:

Category - Document

negative - I don't like ice cream

positive - That's an awesome idea

neutral - The wind is blowing today

positive - We won!

You'll get a categorization of either positive, negative or neutral.

I find that having a bayes classifier handy can help a lot with categorizing documents or text. I manually keep track of my bank accounts using a spreadsheet, and I started using a classifier to automatically categorize the transaction. It's quite a time saver.

I have a couple of Zapier zaps set up to alert me of hot posts in a couple of niche subreddits. I use these alert mostly to inform my thinking and content for a blog I'm working on. It helps me decide what content will add value as I can see the type of questions people are asking, and it allows me to promote my blog as I can reference it in comments / answers.

Most of my interaction with Reddit is driven by these alerts.

There's a number of solutions, depending on your stack: at and cron are good OS level solutions. Sidekiq is great for Ruby.

I think the problem lies in that PHP wasn't designed to be a long running process, and for a scheduler you need something long running.

SEEKING WORK / South Africa / Remote

I provide solutions focused on the ELK stack: Elasticsearch, Logstash and Kibana. The main use cases are either full text search or time series data, such as logs and transactions, analysis and search.

If you're still searching through your logs and data using %TERM% or grep you need to speak to me.

More info: blog.eagerelk.com | info@eagerelk.com | @eagerelk

The clean and crisp look of the site is stunning. The fact that there's no busy sidebar cramping up the content makes a huge difference.

Does anyone know if it's an available theme, or if it was custom built?

It's the first time I see github's Readme's being used as a blogging tool. Is this common? I've started to link to a Vagrant/Ansible repo for my setup / code intensive posts, but having the code and the text encapsulated as a repo is quite novel.