Live data from Hacker News

I'm learning to code by building 180 websites in 180 days. Today is day 115

blog.jenniferdewalt.com

321–330 of 370 posts

Re: I'm learning to code by building 180 websites in 180 days. Today is day 115

#321
post #307

Earlier quoted context omitted.

With stories like this, I have found it to be the opposite. People that would usually question this, won't because they are terrified of being called sexist which is (exactly what you have done and) one of those things that hangs around you and can ruin your career very quickly. This style of marketing is becoming very popular. The young, disadvantaged, novice, whatever does something extraordinary through sheer bril…

Is she selling something that I'm not aware of?

Herself, as most of us are. This kind of thing will make it a lot easier to get media attention for her projects like Grapefeed [1][2].

[1] - http://grapefeed.com

[2] - https://angel.co/grapefeed

Re: I'm learning to code by building 180 websites in 180 days. Today is day 115

#323
post #248

Earlier quoted context omitted.

Not gullible, just giving her the benefit of the doubt. It could turn out that she had some guidance, or has worked with people (though not as a programmer) and is smart + good enough memory to osmos some good practices, or took some class a long time ago that stuck better than she thought. Perhaps she had a power up period of non committed grazing and chose day 1 as the for real now point. Or some combination of abo…

> It could turn out that she had some guidance Indeed. Not mentioning anyone doesn't mean she's working alone. It's possible that she uses some help. It's also possible that she works on her own. It's also possible that she's a fictional character (admittedly there isn't enough data proving otherwise). The idea itself is interesting regardless of the above. First thing that occurred to me is why don't I go for it mys…

> It's also possible that she's a fictional character (admittedly there isn't enough data proving otherwise).

She does have a Twitter that's been active for a few years, and doesn't give an indication that she has prior programming experience. This would be quite the long con.

Re: I'm learning to code by building 180 websites in 180 days. Today is day 115

#324
post #186

Earlier quoted context omitted.

this is the first time I've seen APL... and I have to say, as a competent programmer who knows a good few languages backwards, I now know what it must look like when my wife looks over my shoulder when I'm coding... total alien hieroglyphics!

It's not as magical as it seems. Just a lot of single-character, composable functions. You could probably do the same thing in Haskell. (I mean it does look cool but . . .)

but the matrix operations and concepts used in that video is probably beyond a self-taught web programmer (i.e., me :P)

Re: I'm learning to code by building 180 websites in 180 days. Today is day 115

#325
post #54

There’s this great story from the book “Art and Fear”, that's very appropriate here: === The ceramics teacher announced on opening day that he was dividing the class into two groups. All those on the left side of the studio, he said, would be graded solely on the quantity of work they produced, all those on the right solely on its quality. His procedure was simple: on the final day of class he would bring in his bath…

> It seems that while the “quantity” group was busily churning out piles of work-and learning from their mistakes — the “quality” group had sat theorizing about perfection, and in the end had little more to show for their efforts than grandiose theories and a pile of dead clay. I find this story very suspicious. Even theorists like to apply their work and prototype. It sounds more like they were scared into inaction…

There's no way the story is true because I'm sure that at least a few of the "quantity" people would have my thought and just take 50 pounds of clay and call it done.

Re: I'm learning to code by building 180 websites in 180 days. Today is day 115

#326
post #283
post #261

Earlier quoted context omitted.

[deleted]

Ever consider setting up a freelancing profile on oDesk or Guru or wherever, and getting paid to do interesting, challenging, different kinds of work of your own selection (more or less)?

Depending on the definition of "getting paid", it's better to do it on the own time for free than bothering with oDesk or Guru if you are located in a developed country.

Re: I'm learning to code by building 180 websites in 180 days. Today is day 115

#327
post #99
post #54

There’s this great story from the book “Art and Fear”, that's very appropriate here: === The ceramics teacher announced on opening day that he was dividing the class into two groups. All those on the left side of the studio, he said, would be graded solely on the quantity of work they produced, all those on the right solely on its quality. His procedure was simple: on the final day of class he would bring in his bath…

This is a great reason to do what is often frowned upon by us high achieving Hacker Newsers: get a job. I have worked on so many projects in so many jobs that I lost track long ago. But it's always been the same: Get it done, good enough, on time! At first, I was always frustrated that I wasn't delivering product up to my own standards. But a funny thing happens when you do that hundreds (or thousands) of times: You…

I took a really boring job, and it was a terrible experience but I came away with 2 lessons 1. python can be just as terrible or worse than java when written by ex-java programmers 2. I can now understand and read some seriously scary large and ridiculously bloated code bases - which is a valuable and painfully learned skill.

Re: I'm learning to code by building 180 websites in 180 days. Today is day 115

#330
post #89

Earlier quoted context omitted.

If you're just building static website (HTML/CSS/JavaScript), I highly recommend just using S3: http://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosti... Quick guide: - Create a bucket for each website, named after the domain (e.g. "myproject.mysite.com") - Turn on static website hosting for the bucket (through the AWS Console) - Go to your DNS provider and create a "CNAME" record pointing "myproject.mysite.com…

s3? ... but couldn''t you just host a static site on github for free? whats the difference between the two?

S3 isn't free, but is slightly easier to start with IMO. Besides that, no difference.
Post reply on HN