Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jordanlev
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jordanlev
2y ago
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)!
2.
▲
by
jordanlev
5y ago
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 policy". Same Origin Policy is the protection, a
3.
▲
by
jordanlev
7y ago
I've been using this service for years: https://formspree.io/ -- they do a decent job of preventing spam as well.
4.
▲
by
jordanlev
7y ago
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 extroverts "recharge" by ta
5.
▲
by
jordanlev
7y ago
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, if your coworkers suck it's going to be horrible.
6.
▲
by
jordanlev
7y ago
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 introvert. I previously worked as a solo freelancer and then
7.
▲
by
jordanlev
7y ago
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 previously worked mostly solo as a freelancer or remote teammate)...
8.
▲
by
jordanlev
7y ago
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 “agile” is meaningless (at that point it's basically jus
9.
▲
by
jordanlev
8y ago
Got a link to the podcast? I’m unable to find it in Overcast or Google.
10.
▲
by
jordanlev
8y ago
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?
11.
▲
by
jordanlev
8y ago
"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-tested code, making something easy to use, accessibl
12.
▲
by
jordanlev
8y ago
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
13.
▲
by
jordanlev
8y ago
> 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, and hence the need for CMS's in general.
14.
▲
by
jordanlev
8y ago
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. Especially in the agency world -- thinking a
15.
▲
by
jordanlev
8y ago
> 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 the world of design and html+css markup and jQuery. We&#x
16.
▲
by
jordanlev
8y ago
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 pages are woefully lacking in content management functionalit
17.
▲
by
jordanlev
8y ago
> 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 to do -- not because of a monetary reward. I'
18.
▲
by
jordanlev
8y ago
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 then did a youtube search on band names so you'd see an
19.
▲
by
jordanlev
9y ago
I bought Tracy's "Hello Web Design" book and it's fantastic! I would assume the Hello Web App book is also quite good.
20.
▲
by
jordanlev
9y ago
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 3 hours away. I would have assumed in the con
21.
▲
by
jordanlev
9y ago
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 their properties. While rainfall poses a threat from ab
22.
▲
by
jordanlev
9y ago
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 websites without having to go down the server-side rabbit hole
23.
▲
by
jordanlev
9y ago
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 some limited situations (but without any kind of fine-grained
24.
▲
by
jordanlev
9y ago
Or use intercooler, which was inspired by turbolinks but is a completely separate (and non-coffeescript) library: http://intercoolerjs.org/
25.
▲
by
jordanlev
9y ago
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 actually using, and check https://caniuse.com for w
26.
▲
by
jordanlev
9y ago
Came here to say the same thing! Link: http://www.rifters.com/real/Blindsight.htm
27.
▲
by
jordanlev
9y ago
I use both Lyft and Uber regularly, and it's the exact same experience (except that the Uber app/system periodically decides to not process my request for unknown reasons).
28.
▲
by
jordanlev
9y ago
Part of the magic of CSS to me is that it doesn't require javascript to work. But loading this site with localStorage disabled just shows a blank white page. So I guess not only is javascript required to render the page, but if it can&
29.
▲
by
jordanlev
9y ago
I agree. But there's a difference between being straight-to-the-point versus "shouting" at people. You can be direct without being mean or belittling about it.
30.
▲
by
jordanlev
9y ago
The problem is that often things are not so clear-cut... what seems like a fuckup at first glance or from one perspective might be something different (perhaps one thing is messed up but it was to fix another thing, or perhaps you are mista
More ›