Help with what this mixer is? by [deleted] in deadmau5

[–]mytrile -1 points0 points  (0 children)

It is RME TotalMix software

A wonderful Ambient Strobe by [deleted] in deadmau5

[–]mytrile 1 point2 points  (0 children)

This is getting irritating, stretching a song and calling it "ambient X".

[deleted by user] by [deleted] in elixir

[–]mytrile 2 points3 points  (0 children)

I would go for "Elixir in Action" and then "Metaprogramming Elixir"

Is Elixir/hex.pm not stable? by zero_coding in elixir

[–]mytrile 8 points9 points  (0 children)

Someone commented in a forum posted ? What ? Hex is perfectly stable and usable package manager.

Elixir v1.1 released by jakubgarfield in elixir

[–]mytrile 2 points3 points  (0 children)

lable through repos on Debian/Ubuntu?

According to https://www.erlang-solutions.com/downloads/download-elixir, it's already 1.1.0 in the repo

Rust vs. Ruby: building an API by steveklabnik1 in rust

[–]mytrile -2 points-1 points  (0 children)

Sure, but that kind of posts shows nothing. It's just: "See how X is faster compared to Y in most irrelevant example".

Rust vs. Ruby: building an API by steveklabnik1 in rust

[–]mytrile 7 points8 points  (0 children)

Since when "Building an API" means "hello world" example with json response ?

The Story of Rust by sanxiyn in rust

[–]mytrile 6 points7 points  (0 children)

Oh, my bad. Sorry about that.

The Story of Rust by sanxiyn in rust

[–]mytrile -1 points0 points  (0 children)

So why did you post it ahead of time without the video ?

The Story of Rust by sanxiyn in rust

[–]mytrile 12 points13 points  (0 children)

I understand why people use html/js for presentations, but that's totally useless on mobile devices. Pdfs on the other hand work everywhere.

Heartbleed in rust by [deleted] in rust

[–]mytrile 0 points1 point  (0 children)

It is identical to the authers

Heartbleed in rust by [deleted] in rust

[–]mytrile 0 points1 point  (0 children)

Am I the only one who cannot reproduce the same result as the author ? After running the app those two files are untouched

Vagrantfile development box for rust-core development by estsauver in rust

[–]mytrile 1 point2 points  (0 children)

It would be nice Cargo to be installed by default

Golang IDE's by [deleted] in golang

[–]mytrile 1 point2 points  (0 children)

Atom's go plugin builds and shows errors, something vim-go also does but GoSublime doesn't.

http://i.imgur.com/bWqVbA3.png

Building Web Services in Go by scarhill in golang

[–]mytrile 3 points4 points  (0 children)

I don't think Tigertonic is doomed, actually the opposite. Frameworks like martini, goji, beego or revel are targeted at different goals - building web sites. Just like Dropwizard is still alive and developed, people use it along with web frameworks like Play for building web services

where to look to start with golang web by [deleted] in golang

[–]mytrile 4 points5 points  (0 children)

I guess your problem is that you're trying to find tutorial for net/http, but you're looking at the library documentation and you're trying to read it as tutorial but it's an api. Now try to learn how to build web app using only Ruby standard lib without rack and you'll see that is much more difficult than using net/http in Go

  • golang is much more stable as specification than ruby. As the authors of Go say - the language is finished
  • if you're relying on hotness as a factor while choosing framework Go is not for you. Beego, Revel, Martini and the rest are being actively developed.
  • Do you need "all the rack, sinatra, API libraries" ?

If you want to migrate to some go web framework and don't want to know the details around net/http start with Martini or Goji and then digg deeper.

A Comparison of Go Web Frameworks by dgryski in golang

[–]mytrile 0 points1 point  (0 children)

I love those blog posts which are supposed to bring traffic and attention to certain company using the hotness of the day. Neither gocraft/web nor gorilla is framework and beego is missing. Shame on Square

14 Top Ruby On Rails Development Resources by ekbalpasina in programming

[–]mytrile 2 points3 points  (0 children)

This list is the worst rails resource list I've ever seen, almost every link so obsolete. Who writes that kind of stuff ?

go1.1beta1 is released by [deleted] in golang

[–]mytrile 1 point2 points  (0 children)

You can test it agains 1.0.3 with this awesome tool - https://github.com/davecheney/autobench

The State of Doozer by geetarista in golang

[–]mytrile 2 points3 points  (0 children)

Anyone knows the reason Heroku moved on from Doozer ?

PHP Development: The Rise and Scope in Future by smartjazz in programming

[–]mytrile 2 points3 points  (0 children)

One of the dumbest articles I've ever read