Hacker News new | past | comments | ask | show | jobs | submit | NARKOZ's comments login

Economically it is the most normal country in the world:

https://qz.com/970508/azerbaijan-is-the-most-economically-av...


I skimmed the article and saw nothing where it compared Azerbaijan's economic sector composition with the average world's economic sector composition.

The article picks out a few numbers weher Azerbaijan hits the average very well. But it seems to ignore others.


SEEKING WORK - Ruby developer - Remote

8+ years of programming experience. BS in Computer Science.

Contributed to various open-source projects including GitLab, Ruby on Rails.

Love to experiment with new technologies, learn new skills, and solve challenging problems.

GitHub: https://github.com/narkoz

Skills (not a complete list):

- Angular, Backbone, Vue

- Grape, RSpec, Rails, Sinatra

- Elasticsearch, PostgreSQL, Redis

- HTML5, Sass, Slim, Twitter Bootstrap

Email: mail [at] narkoz dot me


Author could use counter cache to solve the problem.


Author here. That would work for a count (so perhaps that was a poor example to choose for this post) but we also use calculated_attributes for many more complex cases (for example, querying the earliest date in 3 columns across 3 tables).


There is a gem called eager_group that you might find useful.


Yes, it does. It's called Gemnasium.


Not really the same thing, is it? Gemnasium is a paid service. As far as I know, it relies on monitoring your source code on Github, which requires granting it access to your Github account. The OP's tool is a command line tool that generates a changelog only when you ask for it, and requires only local access to the code.


Hi, Gemnasium founder here. Let me clarify things a bit :) Gemnasium is a paid service for private projects only, and security notifications. It's free for opensource projects. If you don't want to share your github repo with us (and I completely understand that), you can push your files to our API using http requests, or directly our CLI : https//github.com/gemnasium/toolbelt Modern projects use more than one package manager (ie: bower or npm + something else). You don't need to mix tools with gemnasium, we support projects with multiple deps type.

Feel free to contact me if you have any question!


I appreciate the feedback, but you're not really contradicting anything I said.

Most companies have private projects, so you end up having to pay for Gemnasium. And you do have to somehow upload stuff to your service to make use of it.

Like the grandparent, I just want a command-line tool to document updates to NPM modules as part of Git commits.

> Modern projects use more than one package manager

Our projects are very modern indeed, and we use just one package manager per project. Node.js projects use NPM (for server and front end packages), Ruby projects use Rubygems, etc.


Ok, but there's a difference between sharing _all_ your files and just a bunch of non-critical ones (Gemfile, Gemfile.lock, etc.) :)


Agreed. But why do I need to share anything at all when a local command-line program already has all the information (or can gather it from npmjs.com or whatever)?


A chrome extension for easy navigating to gem pages in Github.

https://chrome.google.com/webstore/detail/aeekfpaigbeblmpeli...

Wherever you browse 'Gemfile' or '.gemspec' files on Github, clicking on gem name will take you to it's Github repository page.

Uses sla.herokuapp.com under-hood.


It's called – stutter edit.

> The stutter edit[1] is a musical production technique, most often known for its use in electronic music, in which fragments of audio are repeated in rhythmic intervals.

Electronic musician Brian Transeau (better known as 'BT') developed the "technique", coining the phrase, and later released it as a standalone plug-in.

[1]: http://en.wikipedia.org/wiki/Stutter_edit


No, it's not. Repetition has been with music since the cavemen.

Stutter edit is just a particular technique in working with samples, and not even that important in itself.


No it's not. A stutter edit is about much shorter pieces, and notably not about repetition. I'm not sure where Wikipedia got that from. It's about adding little silent gaps to tracks.


Adding silent gaps is closer to fine stacatto or granular synthesis. Stutter edit is taking very short slices of samples and rhythmically rearranging them at a very fast rate.

I'll agree that what the article is talking about and the stutter edit are very different things though.


Did you even read the wikipedia page? Check out "Skylarking" and "Tomahawk" by BT for a good sample of what it sounds like.


that wikipedia page, not to put too fine a point on it, is complete bollocks and reads like a marketing script for the izotope plugin.

check out the date on this announcement:

http://www.kvraudio.com/news/dblue_releases_glitch_v1_1_9_39...

this program was "old" and wasn't the first. ableton added beat repeat in 2005, and there was vst's i can't remember the name of that did it before that.

you've hit a nerve anyway, BT is easily my least favourite electronic music artist ever and so I am probably not capable of reasonable debate hereafter. i think he's possibly the most overrated producer in the world.


I can pull examples of sample mangling that fall under these definitions from, at least, somewhere around 1993-1995. Someone seriously is saying BT invented this shit?


yeah people are seriously saying it. read that wikipedia page, it's beyond ridiculous.

earliest i can think of is the aphex remix of flow coma and i'm not even trying.

> Electronic musician Brian Transeau[3] developed the "technique", coining the phrase, and later released it as a standalone plug-in. Until this point the majority of stutter edits were created through deliberate manual editing techniques rather than automated processes (such as the eponymous plug-in). The audio plugin is named "Stutter Edit" and was co-released by iZotope and Sonik Architects.[4]

it's not like izotope release a plugin in 2002 which does the same thing, oh wait it is:

http://www.kvraudio.com/news/bitshift_audio_release_phatmati...

"developed the technique" is such a weaselly phrase. did he develop the technique, or did he further develop a technique that already existed. to my understanding neither is true. he's a crap musician to boot.


Transeau found that software tools to accomplish this weren't readily available. So, he decided to develop his own, forming his own software company, Sonik Architects. And later Sonik Architects was acquired by iZotope.

It's like saying: "Columbus didn't discover America because it already existed" or "Newton didn't discovered 'Law of inertia' because it already existed".


> Transeau found that software tools to accomplish this weren't readily available.

he could have used google, but keep believing!


Hava a source for that?


I'm pretty sure stutter edit is just one particular techinque used in various kinds of music, no so much about the more general definition of what makes music (= repetition) as the original article states.


I cringed reading that. There were a lot of people using that technique long before BT. Max/Msp, csound, and many other programs allowed user to do this. Not to mention the old amiga scene trackers and old jungle artists with their "trackers".

https://www.youtube.com/watch?v=6iiK4MgIPtI https://www.youtube.com/watch?v=_fX4qoruQik https://www.youtube.com/watch?v=I9BfB9HMWlc


It's a new technique (2011) that a certain sub-genre and neither software or the other artist made it back in past.

It was invented by BT and patented: https://www.google.com/patents/US8145496


> that is maintainable 2 years from now

I don't build software for 2 year increments. It took us a year to get our last release out. Telling management their shiny new 2 million dollar investment has to be reworked to Angular 2.0 immediately could be career ending.


For your rails apps you can use 'wysihtml5-rails' gem.

https://github.com/narkoz/wysihtml5-rails

Author plans to update it to use wysihtml as a drop-in replacement.


Actually there is a new gem for Rails called "wysihtml-rails" (https://github.com/Voog/wysihtml-rails) that is synced with this library.


This will take decades to resolve. Random blasts of methane will be very hard to characterise in any methodical way.


If we put humans on Mars do you think we could find the source quickly/quicker than using robots? Is it a case of the robots finding signs of life and humans confirming them and getting the specifics? I'm asking because I'm not all that informed on this but from what I can tell robots have very specific missions so may not be able to find life even if they detect the signs.


Assuming equivalent spending Robots are a much better option. But, a manned mission is likely to get ~10-100+x what unmanned missions get so it's hard to say.

Also, those rovers did a really wide range of things for their cost. From driving around 40km and taking pictures to analyzing chemistry and even testing for "wobbles" in the planet's rotation that would indicate a liquid core. Sure, they cost ~500 million a pop, but compare that to 100's of billion for a manned mission that might never reach Mars and things don't look so hot.


They'll assay them to see the ratio of different carbon isotopes. http://www.scientificamerican.com/article/nasa-rover-finds-m...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: