Earlier quoted context omitted.
Can i do Ruby in rails without having to learn Ruby? I like Python, I think.
Oh definitely. I picked up Rails without doing a single line of Ruby beforehand, and I think that's true for many of the Rails devs I know. Knowing Python is a plus, much of the language is gonna make basic sense. For me, the big hurdles early were Blocks, which seem strange at first but make sense, and some of the metaprogramming stuff which you can definitely ignore to start and be just fine.
Ask HN: What Lived Up to the Hype?
361–370 of 1001 posts
Re: Ask HN: What Lived Up to the Hype?
#362I'm gonna go back a short bit and say, for me? Ruby on Rails. In 2007 I was plugging away at PHP with whatever frameworks were around at the time -- the vast majority of web dev that I saw then was pure procedural scripting down the page, maybe some `include` statements to pull in database functions. Especially in PHP, which encouraged mixing logic and HTML. The consultancy I was with had built custom stuff on top of…
As a Perl programmer I didn’t get the hype of Ruby. Then I wrote my dissertation on it. I still didn’t get it. Python is fine and I see it’s strengths and weaknesses but Ruby is just hipster Perl and doesn’t have Moose. Don’t, as they say on Twitter, “at” me.
Re: Ask HN: What Lived Up to the Hype?
#363Earlier quoted context omitted.
> Harry Potter and the Deathly Hallows Man... there is way too much deus ex machina at every plot point of that book to give it any credit. If you have the end of the 6th book as a starting point and the end of series that Rowling had in mind as an end, then Deathly Hallows is just connecting those two points using plot conveniences at every single opportunity. Too many fortunate coincidences in a very short period o…
I mean, it's a book about magic... what do you expect?
* https://en.wikipedia.org/wiki/Mistborn
* https://en.wikipedia.org/wiki/Brandon_Sanderson
'Booktuber' Merphy Napier recently did two videos on magic systems in fantasy novels:
Re: Ask HN: What Lived Up to the Hype?
#364Re: Ask HN: What Lived Up to the Hype?
#365Re: Ask HN: What Lived Up to the Hype?
#366I'm loving my Apple Watch. I wasn't entirely sure yet what to think of the watch as a form factor, given that a phone can do everything it can and more. But there's three interesting aspects that have really added value for me. 1) is health data, in a way a computer or phone just can't do. It tracks things like heartrate that a phone + heartrate strap is too convoluted for, for non-athletes. Plus it's all-day and qui…
It just collects dust now.
- The health tracking and gamification of exercise was somewhere between meh and useless for me. I don’t have exercise issues.
- The freedom from the phone has potential, but the ostensible ease of use just isn’t worth the hassle of wearing a watch. I’m ok just pulling out my phone.
- The deep breathing option was probably the app i liked most. Now I just do deep breathing exercises at regular times during the day for, what I assume, are similar effects.
I can certainly imagine that it can improve the quality of life for some (many?) people, but I don’t find myself to be one of these people.
That said, I really wish I did have a profound experience with it. I’m always down for good quality of life improvements.
If anyone has ideas for using the Apple Watch that some people seem to miss, please let me know. I’m willing to give it another go.
Re: Ask HN: What Lived Up to the Hype?
#367Dr Andrew Ng's courses on machine learning and deep learning Beautiful explained lectures. I can't believe what a great instructor he is. I feel he truly embodies the Feynman learning technique.
Have you checked out the new stuff he added a while ago? I assume it's just as good but haven't made the time yet.
Re: Ask HN: What Lived Up to the Hype?
#368I'm gonna go back a short bit and say, for me? Ruby on Rails. In 2007 I was plugging away at PHP with whatever frameworks were around at the time -- the vast majority of web dev that I saw then was pure procedural scripting down the page, maybe some `include` statements to pull in database functions. Especially in PHP, which encouraged mixing logic and HTML. The consultancy I was with had built custom stuff on top of…
Cannot agree more. The convention over configuration was brilliant - the implicit mappings made so much more sense. I could look at any given url and imply so much about what route/controller/view code was going to execute. The standardized code organization. ActiveRecord using the column names as data attributes. Was CoverMyMeds written in Rails?
To some degree I think it's a matter of taste, but I would much rather start from a blank slate, with a set of sensible tools to build my solution up from scratch, rather than having an almost finished product I have to carve my solution out of.
Re: Ask HN: What Lived Up to the Hype?
#369I'm gonna go back a short bit and say, for me? Ruby on Rails. In 2007 I was plugging away at PHP with whatever frameworks were around at the time -- the vast majority of web dev that I saw then was pure procedural scripting down the page, maybe some `include` statements to pull in database functions. Especially in PHP, which encouraged mixing logic and HTML. The consultancy I was with had built custom stuff on top of…
As a Perl programmer I didn’t get the hype of Ruby. Then I wrote my dissertation on it. I still didn’t get it. Python is fine and I see it’s strengths and weaknesses but Ruby is just hipster Perl and doesn’t have Moose. Don’t, as they say on Twitter, “at” me.
Re: Ask HN: What Lived Up to the Hype?
#370I'm gonna go back a short bit and say, for me? Ruby on Rails. In 2007 I was plugging away at PHP with whatever frameworks were around at the time -- the vast majority of web dev that I saw then was pure procedural scripting down the page, maybe some `include` statements to pull in database functions. Especially in PHP, which encouraged mixing logic and HTML. The consultancy I was with had built custom stuff on top of…
Can i do Ruby in rails without having to learn Ruby? I like Python, I think.