<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: is0tope</title><link>https://news.ycombinator.com/user?id=is0tope</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 28 Jun 2026 02:10:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=is0tope" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by is0tope in "Ask HN: Those making $1000/month or more on side projects – Show and tell"]]></title><description><![CDATA[
<p>An question that interests me in all of these: How did you come up with the idea?</p>
]]></description><pubDate>Thu, 11 May 2023 18:14:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=35906035</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=35906035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35906035</guid></item><item><title><![CDATA[New comment by is0tope in "Show HN: PySaaS – Python SaaS starter kit"]]></title><description><![CDATA[
<p>I'm curious to hear from someone who has used such a framework to build a profitable business or startup?</p>
]]></description><pubDate>Mon, 01 May 2023 04:33:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=35769115</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=35769115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35769115</guid></item><item><title><![CDATA[New comment by is0tope in "Ask HN: Founders, how much automated tests do you write?"]]></title><description><![CDATA[
<p>Not a founder, but a serial side-project'er. Initial prototype typically has no tests, at least for the bits that are wired. Specific bits of complexity will have unit tests. At some stage might add integration tests using something like docker compose.<p>Use TDD for bits that have very limited scope and function. For instance, an order book class or similar. Otherwise code first, test bugs if needed. For smaller projects (that aren't critical espc.) overtesting can kill your momentum and motivation, which is an often overlooked resource.</p>
]]></description><pubDate>Sat, 18 Feb 2023 12:56:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=34846560</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=34846560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34846560</guid></item><item><title><![CDATA[New comment by is0tope in "If you find this world bad, you should see some of the others (1977) [pdf]"]]></title><description><![CDATA[
<p>Indeed, I've always thought there is a veritable bounty of great SciFi stories to put into film. The recent popularity of SciFi shows suggests to me that we will start to see more works transferred to the big (or small) screen, though as always this seems to be a very hit or miss process.<p>Personally, I'd love to see e.g. The Culture novels be made into a show, or series of films. There was talk of making a Consider Phlebas TV show some time back, though I don't think it went anywhere. Heinlein's "The Moon Is A Harsh Mistress" could also do well as a stand alone movie, though possibly with Heinlein you would need to tone down the polygamy themes.<p>As to why PKD became such a cinematic mainstay I can't quite tell. I would think part of it would be to do with the fact that many of his stories were less about the "lasers and spaceships" part of SciFi, and more about the moral and human aspect, meaning costs could be saved on big budget set pieces ala Star Wars.</p>
]]></description><pubDate>Tue, 24 Jan 2023 04:19:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=34499190</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=34499190</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34499190</guid></item><item><title><![CDATA[New comment by is0tope in "Managing Kubernetes without losing your cool"]]></title><description><![CDATA[
<p>Slightly off topic, but the author should really reconsider the flashing title and logo. It is incredibly distracting.</p>
]]></description><pubDate>Sun, 01 Jan 2023 00:44:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=34202353</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=34202353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34202353</guid></item><item><title><![CDATA[New comment by is0tope in "Ask HN: Do you use noise cancelling headphones?"]]></title><description><![CDATA[
<p>Sony XM4 headphones. They are pricey, but a fantastic bit of kit. The noise canceling is not perfect but good enough that sometimes I will just wear them while walking around even if not listening to anything. I like how they "dull everything out" giving you room to think.</p>
]]></description><pubDate>Thu, 22 Dec 2022 19:54:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=34097773</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=34097773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34097773</guid></item><item><title><![CDATA[New comment by is0tope in "YouTube Transcript – read YouTube videos"]]></title><description><![CDATA[
<p>Maybe this is a bit off topic, but does anyone know the legal footing of having a business with another businesses name in it? For instance, this tool uses the word "YouTube" in its name, though it is used as only a part of it, and it is not a competitor. I've always wondered how this works.</p>
]]></description><pubDate>Sun, 18 Dec 2022 18:09:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=34040487</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=34040487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34040487</guid></item><item><title><![CDATA[New comment by is0tope in "Ask HN: What platform are you building a niche site on in 2023?"]]></title><description><![CDATA[
<p>For my blog, Hugo + Netlify. It's free, simple to use and works well.</p>
]]></description><pubDate>Wed, 26 Oct 2022 18:05:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=33347262</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=33347262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33347262</guid></item><item><title><![CDATA[New comment by is0tope in "Virtual Ants"]]></title><description><![CDATA[
<p>Many years ago I took (oddly) a physics class called (iirc) "Self Organisation" while doing a year abroad in Germany. Despite being a quite small class, it really inspired me from the perspective of self organizing systems.<p>I find structures like conways game of life, or slime mold or sand dunes to be fascinating for this reason. That from unit simplicity can emerge aggregate complexity, imitating facets of nature.</p>
]]></description><pubDate>Mon, 05 Sep 2022 11:35:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=32723178</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32723178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32723178</guid></item><item><title><![CDATA[New comment by is0tope in "Don’t think to write, write to think"]]></title><description><![CDATA[
<p>Two item that always come with me in my day bag along with my laptop are a simple A5 notebook, and a pen.<p>In my case any design be it software, a drawing, or project or something else needs to start with a couple of rough diagrams and notes on paper. I have tried numerous times to do this electronically and it has failed every single time.<p>Not sure why, but there seems to be something about the fluidity of writing that allows you to get thoughts and expressions down quickly in a way that boxes and flowcharts just don't facilitate.<p>Most of the time I view these notes for a few days while I work or write proper documentation and after that they are left behind. I have several stacks of various notebooks lying around filled with stuff like this.</p>
]]></description><pubDate>Tue, 30 Aug 2022 05:59:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=32647094</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32647094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32647094</guid></item><item><title><![CDATA[New comment by is0tope in "I have complicated feelings about TDD"]]></title><description><![CDATA[
<p>Indeed, but once you start getting to that point I'd argue you are starting to get beyond a prototype.   But you raise a good point, id say if the intention is to throw the code away (which you probably should) then if add as few tests as will allow you to make progress.</p>
]]></description><pubDate>Thu, 18 Aug 2022 18:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=32513038</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32513038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32513038</guid></item><item><title><![CDATA[New comment by is0tope in "I have complicated feelings about TDD"]]></title><description><![CDATA[
<p>I've always favored exploration before implementation [1]. For me TDD has immense benefit when adding something well defined, or when fixing bugs. When it comes to building something from scratch i found it to get in the way of the iterative design process.<p>I would however be more amenable to e.g. Prototyping first, and then using that as a guide for TDD. Not sure if there is a name for that approach though. "spike" maybe?<p>[1] <a href="https://www.machow.ski/posts/galls-law-and-prototype-driven-development/" rel="nofollow">https://www.machow.ski/posts/galls-law-and-prototype-driven-...</a></p>
]]></description><pubDate>Thu, 18 Aug 2022 15:40:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=32511151</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32511151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32511151</guid></item><item><title><![CDATA[New comment by is0tope in "Ivy – An interpreter for an APL-like language"]]></title><description><![CDATA[
<p>One thing I really like about kdb+/q is the fact that it has strict right-to-left execution/precedence. While I know it's a standard, I don't want to deal with bodmas, or whatever it is. Having right to left makes it clear and unambiguous how it will execute. Saying that, it does also encourage huge one line abominations. Everything in moderation i guess...</p>
]]></description><pubDate>Sun, 07 Aug 2022 10:32:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=32375386</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32375386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32375386</guid></item><item><title><![CDATA[New comment by is0tope in "In Praise of Stacked PRs"]]></title><description><![CDATA[
<p>I've usually kept a rule that you should avoid stacking, and if you must only one level deep. The fact that you have to stack in the first place typically suggests that PRs aren't being merged fast enough. Stacking in my personal experience usually leads to merge conflict hell as changes and PR suggestions get merged underneath you.</p>
]]></description><pubDate>Sun, 24 Jul 2022 16:50:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=32215225</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32215225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32215225</guid></item><item><title><![CDATA[New comment by is0tope in "PhD Students Told to Consider Selling Avon Products to Make Ends Meet"]]></title><description><![CDATA[
<p>I'm sure there are various other options, but that's not the point. If you ask someone to take a supermarket salary and postpone their life till their mid 30s,then don't be surprised that people choose other paths.</p>
]]></description><pubDate>Sat, 23 Jul 2022 11:11:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=32202262</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32202262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32202262</guid></item><item><title><![CDATA[New comment by is0tope in "PhD Students Told to Consider Selling Avon Products to Make Ends Meet"]]></title><description><![CDATA[
<p>In another life I might have considered doing a PhD after I finished my masters. My father (who has a doctorate) quickly put me off that idea. Looking at what you have to do and get paid to do a PhD (at least in the UK) it feels more similar to being a struggling artist busking in the streets while trying to finish their "killer track".<p>No wonder the most promising students drop out and go on to join finance or tech firms - the pay is an order of magnitude higher.</p>
]]></description><pubDate>Sat, 23 Jul 2022 03:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=32200155</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32200155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32200155</guid></item><item><title><![CDATA[New comment by is0tope in "The Unreasonable Effectiveness of Hiring Freelancers"]]></title><description><![CDATA[
<p>This resonates with me also. I've gotten into a nasty habit of always trying to do everything myself.<p>I recently launched a project for tracking crypto market data and suggesting trades. I went to Fiverr to see if I could get someone to design me a UI, and after going around one guy quoted me ~1.2k USD.<p>I decided that I could do it myself, and proceeded to spend multiple evenings working on it. I did learn something true, but it delayed the launch by weeks and if I factored my hourly rate in i probably "overpaid" several times over.<p>Getting past this "do it all" mentality is going to be one of my goals for the remainder of the year.</p>
]]></description><pubDate>Wed, 20 Jul 2022 11:25:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=32164168</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32164168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32164168</guid></item><item><title><![CDATA[The Hours of Work Behind a Simple Feature]]></title><description><![CDATA[
<p>Article URL: <a href="https://bankstatementconverter.com/blog/posts/2022-07-18-hours-work-behind-simple-feature/">https://bankstatementconverter.com/blog/posts/2022-07-18-hours-work-behind-simple-feature/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32135733">https://news.ycombinator.com/item?id=32135733</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 18 Jul 2022 07:52:23 +0000</pubDate><link>https://bankstatementconverter.com/blog/posts/2022-07-18-hours-work-behind-simple-feature/</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32135733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32135733</guid></item><item><title><![CDATA[New comment by is0tope in "Publishing your work increases your luck"]]></title><description><![CDATA[
<p>Probably noone will look at it. HN is imo not the best for sharing your own content as the rules and moderation are fairly heavily skewed against it. Having said that, if it gets traction on HN and ends up on the front page it will do very well.<p>Also, don't worry too much about perfection. It's actually better to launch something before it is perfect, since the hard part is not actually doing the project, but getting anyone to care. Better to get That step out of the way as fast as possible.</p>
]]></description><pubDate>Wed, 13 Jul 2022 01:57:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=32078181</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32078181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32078181</guid></item><item><title><![CDATA[New comment by is0tope in "FCC orders carriers to stop delivering auto warranty robocalls"]]></title><description><![CDATA[
<p>Yes I'm sure they can quickly log on to discord from jail.</p>
]]></description><pubDate>Sat, 09 Jul 2022 05:17:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=32031982</link><dc:creator>is0tope</dc:creator><comments>https://news.ycombinator.com/item?id=32031982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32031982</guid></item></channel></rss>