Viewing profile — jordanlev
jordanlev
HN member- Joined
- Tue, Apr 14, 2009, 4:45 PM UTC
- HN karma
- 1,616
- Public activity
- 518 items
- HN profile
- View on Hacker News ↗
About jordanlev
Recent public activity
-
comment
Comment #41249603
This is so wonderful, thank you. Please don't change anything about it (except making the explanation of the channels available in the site's info panel)!
-
comment
Comment #30324921
Yes. The other confusing thing about CORS is that CORS is not a protection against anything, but rather a way to UN-protect (in a restricted fashion) the browser's "same origin pol…
-
comment
Comment #22613167
I've been using this service for years: https://formspree.io/ -- they do a decent job of preventing spam as well.
-
comment
Comment #22064536
I sure am! Introversion doesn't mean you don't like interacting with other people, rather it's that such interaction is draining, and you need to be alone to "recharge" (whereas ex…
-
comment
Comment #22061368
I am an introvert (although I don't have social anxiety). I work at a company where we pair program every day. I was very nervous about it at first, but I absolutely love it. Sure,…
-
comment
Comment #22061354
As a counterpoint to most of the comments here: I work at a company where almost every developer pairs all the time. I absolutely love it. I thought I would hate it. I'm an introve…
-
comment
Comment #22061296
I work for a company that takes agile development practices seriously, and I pair program all day, every day. I absolutely love it -- primarily for the reason you cite (I previousl…
-
comment
Comment #21004788
It’s never easy :) In this case though I would try to explore ways to deliver meaningful work to the customer more quickly. Without that quick feedback loop the entire premise of “…
-
comment
Comment #19337378
Got a link to the podcast? I’m unable to find it in Overcast or Google.
-
comment
Comment #19337372
Been reading his blog for a long time, but didn’t know there was a podcast. I’m unable to find it though — do you have a link?
-
comment
Comment #17641630
"Throwing together" anything using anything is not really that hard, but understanding the problem, making trade-offs with limited time and budget, writing maintainable and well-te…
-
comment
Comment #17452241
There are lots out there, but the terminology is not consistent so it's hard to identify them. Perhaps one of these would serve your needs: https://strapi.io https://getcockpit.com…
-
comment
Comment #17452201
> What is wrong, with plain old HTML? Not specific to GraphQL, but plain old HTML doesn't work when other non-technical people are managing the content of the site. They need a GUI…
-
comment
Comment #17349200
lol, I've been a javascript developer (among other things) for over 15 years :) The point is that some people/teams/environments prefer to not treat everything as a javascript app.…
-
comment
Comment #17348855
> React (really JSX) solves the single problem of making HTML a part of JavaScript. This is the crux of the matter. The people who find Vue appealing (myself included) come from th…
-
comment
Comment #17240883
Not all aspects of Shopify can be customized -- especially with the checkout workflow (eg you can only set a logo for the checkout page, but not style it). Also the non-ecommerce p…
-
comment
Comment #16766023
> they took advantage of the reporter’s good faith and benevolent motivations. Someone with truly benevolent motivations does good things because they believe it's the right thing …
-
comment
Comment #16698493
A few years back I made a hobby project like this -- it scraped the website of the local free weekly paper (since they have pretty much every concert listing, large and small) and …
-
comment
Comment #16595207
I bought Tracy's "Hello Web Design" book and it's fantastic! I would assume the Hello Web App book is also quite good.
-
comment
Comment #16501687
Note to applicants: see the very last item in bullet-list about their definition of "remote". I was told that I am not eligible because I'm 4 hours away from Louisville instead of …
-
comment
Comment #16487546
Uhh, the very next sentence in the article is: > Floods pose a serious threat to those living in the city, with 61 percent of residents having already experienced water damage to t…
-
comment
Comment #16469144
I mentor and teach a lot of designers and beginning front-end developers. Services like this and FormSpree are a godsend for allowing them to create functioning contact forms on we…
-
comment
Comment #16294396
Wrong. Tables impart meaning to user agents (browsers, screen readers, google bots, etc) and as a side effect they have a default visual style that is useful for some layouts in so…
-
comment
Comment #15881715
Or use intercooler, which was inspired by turbolinks but is a completely separate (and non-coffeescript) library: http://intercoolerjs.org/
-
comment
Comment #15881614
If you have an existing site, then you have a really great advantage (versus building something new): existing site traffic and analytics! Look at which browsers your users are act…