HN user

pesnk

38 karma
Posts0
Comments19
View on HN
No posts found.

Congratulations on the project! It works great, until we need to handle the best part of Elixir, that's creating multiple actors.

This Task code, for example doesn't work.

  Enum.map(0..10, fn(_) ->
    Task.async(fn -> IO.puts("new process") end)
  end) |> Task.await_many()

Obsidian is by far my favorite note taking app of all time. I always try new ones for specific stuff to see how each can improve my productivity daily, but I always stick with it for all my most important things. This canvas product being opensourced and migrateable is great specially for users that try different things like me.

This is great. I love to see this kind of news. Good teachers are very expensive and there's a of schools that prefers to have mediocre ones and capitalize their earnings.

I'm doing 4 to 6 online courses per year I think it's a great way to spend my money. And I always have the same teachers with me

Hey. I work for a large media company also. And I agree with you in everything that you say.

But one thing I got to agree with you, this looks fantastic. I'm willing to try that soon or later cause I just wanna to see the looks and feels.

One thing that I believe tough is that if the platform is extensible enough may be easier to convince media companies to use it. Unfortunately is more a political game than an useful one.

Erlang/elixir is getting some awesome love from hacker news. <3

This is pretty sweet for testing repetitive tasks and also to get starting with macros on elixir.

I use fish for a year now. I was actually gonna give a try on fisherman. But I found out that oh-my-fish (which I currently use) repos are down because of one guy that maintain the fisherman and is abusing of DMCA all over oh-my-fish repositories. https://github.com/oh-my-fish/oh-my-fish.

Not gonna give a try on a project that is primary maintained for bad people with bad intentions.

JRuby 9000 released 11 years ago

Course it is. JRuby has been faster then MRI for a long time. That does not mean I use it for production.

Most of the time the job that a Data Scientist does is a job that a 20$/hour graduate worker does. The Big Picture, I think is how to orient a 30$/hour grad. to cooperate with a highly skilled Data Scientist.

Android Studio 1.0 12 years ago

That's totally true. I've been a Java developer for quite a while. And I always find myself struggling with some Eclipse bugs or bad implementations. I downloaded android studio since the very beginning for the Android projects. The more stable interface really helps a lot.