<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: jordanlev</title><link>https://news.ycombinator.com/user?id=jordanlev</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 13:04:20 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jordanlev" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jordanlev in "Show HN: If YouTube had actual channels"]]></title><description><![CDATA[
<p>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)!</p>
]]></description><pubDate>Wed, 14 Aug 2024 19:24:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=41249603</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=41249603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41249603</guid></item><item><title><![CDATA[New comment by jordanlev in "CORS is not meant to secure an API endpoint"]]></title><description><![CDATA[
<p>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, and CORS is the way to allow the browser to poke a hole through that in a limited fashion (only for the domains that the original site you visited say it should allow).</p>
]]></description><pubDate>Sun, 13 Feb 2022 19:45:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=30324921</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=30324921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30324921</guid></item><item><title><![CDATA[New comment by jordanlev in "Airform: Functional HTML forms for front-end developers"]]></title><description><![CDATA[
<p>I've been using this service for years: <a href="https://formspree.io/" rel="nofollow">https://formspree.io/</a> -- they do a decent job of preventing spam as well.</p>
]]></description><pubDate>Wed, 18 Mar 2020 02:57:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=22613167</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=22613167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22613167</guid></item><item><title><![CDATA[New comment by jordanlev in "On Pair Programming"]]></title><description><![CDATA[
<p>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 talking to others). Even the exhaustion of interacting with people is more of a scale than a binary thing -- I personally find one-on-one interactions much easier than groups.</p>
]]></description><pubDate>Thu, 16 Jan 2020 13:59:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=22064536</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=22064536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22064536</guid></item><item><title><![CDATA[New comment by jordanlev in "On Pair Programming"]]></title><description><![CDATA[
<p>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.<p>Sure, if your coworkers suck it's going to be horrible. But I've found that most people who go into programming are themselves introverts, so as you get to know your teammates and build trust, you know how to interact with each other, take breaks, not talk over each other, etc.<p>In fact, I think someone who is more extroverted or someone who is loud/obnoxious, would have a more difficult time pairing since it might be harder for them to listen to the other person and step back a bit.</p>
]]></description><pubDate>Thu, 16 Jan 2020 03:14:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=22061368</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=22061368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22061368</guid></item><item><title><![CDATA[New comment by jordanlev in "On Pair Programming"]]></title><description><![CDATA[
<p>As a counterpoint to most of the comments here: I work at a company where almost every developer pairs all the time. I absolutely <i>love</i> it. I thought I would hate it. I'm an introvert. I previously worked as a solo freelancer and then as a remote teammate. So I was very nervous about this aspect of the job, but figured I'd give it a shot (other things about the job were appealing enough that I was willing to try it out).<p>Some thoughts based on my own personal experience:<p>* The biggest win for me is I am much more focused and productive throughout the day. Having an actual person to be accountable to on a continual basis keeps me from meandering down unimportant rabbit holes, unnecessary/premature refactoring or re-organizing, and general procrastinating (reddit, HN, etc)<p>* Development is definitely at a slower pace on a daily basis than what I'm used to working on my own, but over time I think it evens out in terms of quality of code and maintainability.<p>* Knowledge sharing is huge -- when I was solo, I could never truly take a vacation because I was the only one responsible for my piece of work. Now I'm on a team where we all pair with each other and switch around every day... if someone is out, it's no big deal. Also makes it much easier to onboard new people (the company I work at is a consultancy so projects are always ending and new ones beginning).<p>* Despite being an introvert, I feel no more "drained" of energy at the end of the day than I ever did at any other job. One-on-one interactions with people I know and build trust with just doesn't affect me the way other social interactions do.<p>* Pairing is not a panacea. Some of the comments I've seen here are about how horrible it would be to pair and feel judged all the time or one personality overriding the other... I suppose that's possible but it doesn't happen at my job because my company values and encourages trust. My team is comprised of mature people who all value team cohesion and working together towards a goal over having to be right all the time or proving to someone that we're better or whatever.<p>* I am never "stuck" pairing with just 1 person for a long time... we switch around every day. I probably pair with any given person only once per week (on a team with 6 developers). But each team has autonomy to structure the pair switching however they want.<p>Those are just some thoughts off the top of my head. Happy to answer any questions anyone may have (and if it sounds interesting to you, my company is always hiring... we have physical offices around the world, as well as a "virtual office" for remote employees).</p>
]]></description><pubDate>Thu, 16 Jan 2020 03:09:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=22061354</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=22061354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22061354</guid></item><item><title><![CDATA[New comment by jordanlev in "On Pair Programming"]]></title><description><![CDATA[
<p>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)... having the direct accountability all the time makes me much more focused and productive.
(fwiw, I am definitely an introvert, but a one-on-one situation is much easier for me than a group).<p>My company (World Wide Technology - Application Services) is hiring -- we have some physical offices across the U.S. and a few in other countries, as well as a growing "virtual office" team (which, while remote, is still in frequent communication and pairs remotely). Email me if you want to talk more or be put in touch with someone about applying (my email address is in my profile).</p>
]]></description><pubDate>Thu, 16 Jan 2020 02:56:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=22061296</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=22061296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22061296</guid></item><item><title><![CDATA[New comment by jordanlev in "AgileFall – When Waterfall Sneaks Back into Agile"]]></title><description><![CDATA[
<p>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 just a way to organize your todo list).</p>
]]></description><pubDate>Wed, 18 Sep 2019 12:49:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=21004788</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=21004788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21004788</guid></item><item><title><![CDATA[New comment by jordanlev in "Quotes from 1992"]]></title><description><![CDATA[
<p>Got a link to the podcast? I’m unable to find it in Overcast or Google.</p>
]]></description><pubDate>Fri, 08 Mar 2019 13:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=19337378</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=19337378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19337378</guid></item><item><title><![CDATA[New comment by jordanlev in "Quotes from 1992"]]></title><description><![CDATA[
<p>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?</p>
]]></description><pubDate>Fri, 08 Mar 2019 13:41:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=19337372</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=19337372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19337372</guid></item><item><title><![CDATA[New comment by jordanlev in "Signaling in tech is some fucked up shit (2016)"]]></title><description><![CDATA[
<p>"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, accessible, efficient... these are all very difficult to pull off regardless of whether you're building a CRUD site or not.<p>I would also disagree that the web dev learning curve is not that steep... sure to get something to "compile" (well, show up on the screen) is stupid easy (<p>Hello world</p>)... but to actually make a functional, usable, performant, efficient, accessible, beautiful site or app requires managing a lot of complexity across a bewildering amount of environments and tools.</p>
]]></description><pubDate>Mon, 30 Jul 2018 02:27:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=17641630</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=17641630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17641630</guid></item><item><title><![CDATA[New comment by jordanlev in "Show HN: GraphCMS – A GraphQL-based Headless CMS"]]></title><description><![CDATA[
<p>There are lots out there, but the terminology is not consistent so it's hard to identify them.<p>Perhaps one of these would serve your needs:<p><a href="https://strapi.io" rel="nofollow">https://strapi.io</a><p><a href="https://getcockpit.com" rel="nofollow">https://getcockpit.com</a></p>
]]></description><pubDate>Tue, 03 Jul 2018 17:47:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=17452241</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=17452241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17452241</guid></item><item><title><![CDATA[New comment by jordanlev in "Show HN: GraphCMS – A GraphQL-based Headless CMS"]]></title><description><![CDATA[
<p>> <i>What is wrong, with plain old HTML?</i><p>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.</p>
]]></description><pubDate>Tue, 03 Jul 2018 17:43:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=17452201</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=17452201</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17452201</guid></item><item><title><![CDATA[New comment by jordanlev in "GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away"]]></title><description><![CDATA[
<p>lol, I've been a javascript developer (among other things) for over 15 years :)<p>The point is that some people/teams/environments prefer to not treat everything as a javascript app. Especially in the agency world -- thinking about one's website from a markup/design-first perspective is a totally viable thing. And if you have designers on your team (or for solo practitioners) you sometimes don't want to javascript all the things. It's great that you found an approach that works for you, but it doesn't mean that it's the only best way for everyone and every situation.</p>
]]></description><pubDate>Tue, 19 Jun 2018 18:37:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=17349200</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=17349200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17349200</guid></item><item><title><![CDATA[New comment by jordanlev in "GitHub Stars !== Usage: React Is Still Blowing Vue and Angular Away"]]></title><description><![CDATA[
<p>> <i>React (really JSX) solves the single problem of making HTML a part of JavaScript.</i><p>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're not looking to get html into our JavaScript -- rather we're looking to get JavaScript into our html!<p>There is absolutely no reason to switch from React to Vue if it's working for you (and I don't think anyone in the Vue community would argue with that). But you came from using backbone -- the people who love Vue I think primarily come from using jQuery. We feel the same way about Vue as you do about React, and that's okay! (btw I also use react and also think it's great)<p>As for staying in React for the rest of your career -- give yourself more credit and hope you'll be around long enough that this isn't true :)</p>
]]></description><pubDate>Tue, 19 Jun 2018 17:55:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=17348855</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=17348855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17348855</guid></item><item><title><![CDATA[New comment by jordanlev in "Ask HN: What is your favorite way of setting up online store in 2018?"]]></title><description><![CDATA[
<p>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 functionality (anything more complex than a blog is impossible without using a third-party app to store custom content in meta fields).<p>And writing apps yourself is not always ideal because they need to run on your own server (thus mitigating the benefit of using a hosted platform to avoid infrastructure maintenance), and any frontend modifications can only be done via JavaScript (you can't modify the outputted HTML itself, so it's a lot more difficult to make robust, performant and accessible customizations to functionality).</p>
]]></description><pubDate>Tue, 05 Jun 2018 18:57:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=17240883</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=17240883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17240883</guid></item><item><title><![CDATA[New comment by jordanlev in "Google bug bounty for security exploit that influences search results"]]></title><description><![CDATA[
<p>> <i>they took advantage of the reporter’s good faith and benevolent motivations.</i><p>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'm not saying they shouldn't pay him more, but I think it's going a bit far to say they're "taking advantage of him".<p>If I find a wallet on the ground and there's $200 cash in it, I'll return it to the owner and leave all the money there. I don't expect a reward and certainly don't feel like I'm being taken advantage of if they don't give me some of that $$.</p>
]]></description><pubDate>Thu, 05 Apr 2018 15:52:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=16766023</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=16766023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16766023</guid></item><item><title><![CDATA[New comment by jordanlev in "Show HN: A site that makes Spotify playlists of bands coming to town"]]></title><description><![CDATA[
<p>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 embedded video or two for each show.<p>I think most larger cities (and smaller cities if they have a large university) have such a newspaper (e.g. Village Voice in NYC, Willamette Week in PDX, The Mercury in Seattle, etc)</p>
]]></description><pubDate>Wed, 28 Mar 2018 15:34:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=16698493</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=16698493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16698493</guid></item><item><title><![CDATA[New comment by jordanlev in "Ask HN: “Write your own” or “Build your own” software projects"]]></title><description><![CDATA[
<p>I bought Tracy's "Hello Web Design" book and it's fantastic! I would assume the Hello Web App book is also quite good.</p>
]]></description><pubDate>Thu, 15 Mar 2018 18:12:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=16595207</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=16595207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16595207</guid></item><item><title><![CDATA[New comment by jordanlev in "Ask HN: Who is hiring? (March 2018)"]]></title><description><![CDATA[
<p>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.<p>I would have assumed in the context of HN (and StackOverflow, where I first saw the listing) that "remote" means anywhere with an internet connection, not just "working from home but in our city".<p>I did receive a relatively prompt reply though, so that was appreciated (and it was fun answering their questions).</p>
]]></description><pubDate>Fri, 02 Mar 2018 14:43:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=16501687</link><dc:creator>jordanlev</dc:creator><comments>https://news.ycombinator.com/item?id=16501687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16501687</guid></item></channel></rss>