Swift
@AstonJ wrote: Just noticed we don't have a thread for Swift Anyone used it? Thinking of using it? What do you think of it? Personally I think Apple missed a trick when they didn't make it more like...
View ArticlePull request etiquette question
@treble37 wrote: Have a weird question here....So I had a pull request (called PR #X) open that was more or less a "gem install" into a Ruby file. It had 2 code review signoffs by senior developers...
View ArticleLive Coding
@danielpclark wrote: Anyone have experience with broadcasting and watching live coding on different sites? YouNow, Google+ or others? I found this one: Ruby on Livecoding.tv Posts: 4 Participants: 2...
View ArticleElixir forum goes live in about 12 hours!
@AstonJ wrote: The Elixir Forum goes live on Tuesday We'll be adding the same design here on MetaRuby and the Elm Forum - though we'll use the Ruby and Elm colours for them. I think being part of a...
View ArticleAlternative Vim implementations
@kofno wrote: I've been playing with NeoVim again. I can recommend. For MacVim users, there is now an OS X integration: https://github.com/rogual/neovim-dot-app. There is also an interesting Electron...
View ArticleThe "left-pad incident". Can it happen to ruby?
@CassioGodinho wrote: For some context: http://www.haneycodes.net/npm-left-pad-have-we-forgotten-how-to-program/ What you guys think is the biggest problem, developers that over use external...
View ArticleTools to make you more productive as a developer?
@treble37 wrote: What are your favorite tools that make you more productive as a developer? I'm partially asking because my current organization is doing a license buy, but also because I'm curious....
View ArticleFrida - Reverse Engineering APIs
@danielpclark wrote: Has anyone used Frida? There headline is "Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android." So what is Frida, exactly? It’s Greasemonkey for...
View ArticleEnd to end messeging encryption
@danielpclark wrote: This article has announced "Adding end-to-end encrypted messaging to your app just got a lot easier" showing a JavaScript user side encryption you can add with Twilio. I just...
View ArticleOpen for git repository questions
@danielpclark wrote: Ask any question related to git repository management. My first question. @Ohm How did you submit a pull request that would close the issue it was related to when merged? Both of...
View ArticleWhat's the best project diagram tool?
@danielpclark wrote: From time to time I find my self needing to make a visual aid to help illustrate how much integrates into an application and how. But every program I've come across to draw a mind...
View ArticlePair Programming
@danielpclark wrote: I've written up a blog on How to Build the Ultimate Remote Pair Programming Environment. Feel free to ask any questions you may have or share your tips here! Also I'm open for...
View Article[Example] Chat app in Kemal and Elm
@kofno wrote: Here's a little chat app that used Crystal (Kemal) on the server and Elm on client. https://nameless-crag-43085.herokuapp.com/index.html Source code:...
View ArticleBinding ClamAV from Crystal
@kofno wrote: I'm still playing with Crystal. I have a virus scanning tool I'm considering re-writing. I wanted to see how quickly I could bind ClamAV from Crystal. Turns out, one night is how...
View ArticleScraping
@veverkap wrote: Does anyone have a suggestion on ways to grab the actual rendered page programmatically? So, we have an internal page that loads text and assets via javascript and renders out into...
View ArticleDo you work better later at night?
@AstonJ wrote: Do you? And why do you think it is? I do, and I think it is because I know there is much less chance of being disturbed. Also, there is less ambient noise of traffic, voices outside,...
View ArticleConcerns about Icann selling TLDs
@AstonJ wrote: Anyone else think it's crazy that TLDs are being 'auctioned off' to the highest bidder? The latest is .web, sold for $135m www.bbc.co.uk Net's .web domain sold for $135m - BBC News The...
View ArticleUse HTTP status codes with your APIs
@reggieb1 wrote: Am I the only person to get annoyed when people don't use HTTP status codes when they build an API? I'm working with an API at the moment. The API has been built using Rails, which is...
View ArticleRule engine
@amit_savani wrote: I am writing an application like IFTTT and Zappier but for specific domain only. I am thinking of using http://www.easyrules.org/ as I couldn't find any elegant solution in ruby....
View ArticleRuby implementation of k-dimensional tree algorithm
@amit_savani wrote: Does anybody know ruby implementation of k-dimensional tree algorithm? I tried https://github.com/gurgeous/kdtree but it doesn't return accurate results. I cross checked the...
View Article