<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: asattarmd</title><link>https://news.ycombinator.com/user?id=asattarmd</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 19:57:06 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=asattarmd" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by asattarmd in "Discord Alternatives, Ranked"]]></title><description><![CDATA[
<p>This entire list is Slack alternatives, not Discord alternatives. Discord is first-and-foremost a gaming voice chat platform. Teamspeak is the OG in that space and should've been the top of this list.</p>
]]></description><pubDate>Tue, 10 Feb 2026 15:32:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46961094</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=46961094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46961094</guid></item><item><title><![CDATA[New comment by asattarmd in "Creators of Tailwind laid off 75% of their engineering team"]]></title><description><![CDATA[
<p>> And every second I spend trying to do fun free things for the community like this is a second I'm not spending trying to turn the business around and make sure the people who are still here are getting their paychecks every month.<p>Then step aside as the maintainer of the project then and better yet, make something like Tailwind-foundation etc. which is truly open source. Go spend your time building your business, but you can't become the bottleneck and not do anything for something that has become so foundational for Web Dev.</p>
]]></description><pubDate>Wed, 07 Jan 2026 19:02:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46530912</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=46530912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46530912</guid></item><item><title><![CDATA[New comment by asattarmd in "Part two of Grant Sanderson's video with Terry Tao on the cosmic distance ladder"]]></title><description><![CDATA[
<p>There are videos by Welch labs that go into detail about what he did:<p><a href="https://www.youtube.com/watch?v=Phscjl0u6TI" rel="nofollow">https://www.youtube.com/watch?v=Phscjl0u6TI</a>
<a href="https://www.youtube.com/watch?v=MprJN5teQxc" rel="nofollow">https://www.youtube.com/watch?v=MprJN5teQxc</a></p>
]]></description><pubDate>Tue, 25 Feb 2025 22:24:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43178341</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=43178341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43178341</guid></item><item><title><![CDATA[New comment by asattarmd in "Launch HN: Codebuff (YC F24) – CLI tool that writes code for you"]]></title><description><![CDATA[
<p>What's the fundamental limitation to context size here? Why can't a model be fine-tuned per codebase, taking the entire code into context (and be continuously trained as it's updated)?<p>Forgive my naivety, I don't now anything about LLMs.</p>
]]></description><pubDate>Thu, 07 Nov 2024 21:20:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42081165</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=42081165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42081165</guid></item><item><title><![CDATA[New comment by asattarmd in "Ask HN: How do you find developers for open source bug bounties?"]]></title><description><![CDATA[
<p>Igalia is a consultancy that specializes in fixing bugs/building features in Browsers. My company uses them regularly</p>
]]></description><pubDate>Wed, 19 Jun 2024 02:56:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=40724316</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=40724316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40724316</guid></item><item><title><![CDATA[New comment by asattarmd in "Don't Refactor Like Uncle Bob"]]></title><description><![CDATA[
<p>I'd remove the else if blocks since we're returning.<p><pre><code>    private String generateGuessSentence(char candidate, int count) {
      if (count === 0) return "There are no " + candidate + "s";
      if (count === 1) return "There is 1 " + candidate;

      return "There are " + count + " " + candidate + "s";
    }</code></pre></p>
]]></description><pubDate>Wed, 12 Jun 2024 21:32:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=40663372</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=40663372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40663372</guid></item><item><title><![CDATA[New comment by asattarmd in "Big Tech's underground race to buy AI training data"]]></title><description><![CDATA[
<p>Google having so many private photos in Google Photos must be a goldmine for them.</p>
]]></description><pubDate>Fri, 05 Apr 2024 15:45:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=39943835</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=39943835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39943835</guid></item><item><title><![CDATA[New comment by asattarmd in "Defining a new HTTP method: HTTP Search (2021)"]]></title><description><![CDATA[
<p>One advantage of GET is I can just copy the URL and share it. The article makes no mention of that.<p>While I love the proposal (apart from the name, I can see the SEARCH verb being used for something that's not search), they should also address the URL share-ablity aspect.<p>Something like <a href="https://google.com/search<some-special-character><query>" rel="nofollow">https://google.com/search<some-special-character><query></a> where query can be arbitrarily large (>2000 URL length restriction) and the browser is smart enough to treat only <a href="https://google.com/search" rel="nofollow">https://google.com/search</a> as the URL and anything after that as the body. The complete "URL" can be big and shared anywhere else.</p>
]]></description><pubDate>Sat, 27 May 2023 16:30:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=36095999</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=36095999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36095999</guid></item><item><title><![CDATA[New comment by asattarmd in "Ask HN: How to find what I am really good at?"]]></title><description><![CDATA[
<p>Eh, don't worry about it. As long as the job you're working at is paying you enough to live and save enough, change as many hobbies as you want and change as many jobs as you want.</p>
]]></description><pubDate>Tue, 04 Oct 2022 13:38:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=33080180</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=33080180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33080180</guid></item><item><title><![CDATA[New comment by asattarmd in "Web3/Crypto: Why Bother?"]]></title><description><![CDATA[
<p>As someone who has just heard the name Web3 over and over again, is there anything tangible that I can try? I have tried IPFS, but I don't know if it's "web3".</p>
]]></description><pubDate>Fri, 31 Dec 2021 09:50:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=29746431</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=29746431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29746431</guid></item><item><title><![CDATA[New comment by asattarmd in "Fleet, a Lightweight IDE from JetBrains"]]></title><description><![CDATA[
<p>I believe so as well. Compose is very similar to Electron. Jetbrains Toolbox (which uses compose) uses 500mb memory which is on par with what Electron would use for such a simple app.</p>
]]></description><pubDate>Mon, 29 Nov 2021 11:36:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=29378635</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=29378635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29378635</guid></item><item><title><![CDATA[New comment by asattarmd in "How Intuitive Are Macs Really?"]]></title><description><![CDATA[
<p>The worst: pressing Enter to rename a file in finder. Command + Down arrow to open it. WTF!</p>
]]></description><pubDate>Mon, 24 May 2021 13:44:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=27264269</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=27264269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27264269</guid></item><item><title><![CDATA[New comment by asattarmd in "Screw it, I’ll host it myself"]]></title><description><![CDATA[
<p>I found a solution: Use Photos (iCloud photos) along with Google Photos since I already use an iPhone. Thanks for the comments, but I believe this is the easiest.</p>
]]></description><pubDate>Wed, 07 Apr 2021 16:31:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=26727247</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=26727247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26727247</guid></item><item><title><![CDATA[New comment by asattarmd in "Screw it, I’ll host it myself"]]></title><description><![CDATA[
<p>The most valuable thing for me is my photo library. All of them are currently in Google Photos. Is there any easy way to backup just that? I don’t care about my personal email, tasks, calendar etc. It’s just the thought of losing my photos scares me.</p>
]]></description><pubDate>Wed, 07 Apr 2021 15:41:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=26726516</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=26726516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26726516</guid></item><item><title><![CDATA[New comment by asattarmd in "Breakthrough for ‘massless’ energy storage"]]></title><description><![CDATA[
<p>Since everyone is highly skeptical of this, is there an alternative to Lithium ion batteries that is close to production currently?</p>
]]></description><pubDate>Tue, 30 Mar 2021 12:26:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=26633791</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=26633791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26633791</guid></item><item><title><![CDATA[New comment by asattarmd in "Comparing Svelte and React"]]></title><description><![CDATA[
<p>It's "just javascript" because if you want to modify anything and have it re-render, it's `let counter = 0; counter++`, not `const [counter, setCounter] = useState(0); setCounter(counter + 1); `. Of course there's template and all, but for regular logic, you don't have to fiddle around abstractions.</p>
]]></description><pubDate>Thu, 25 Mar 2021 06:15:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=26577044</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=26577044</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26577044</guid></item><item><title><![CDATA[New comment by asattarmd in "Launch HN: Superpowered (YC W21) – Calendar in your menu bar"]]></title><description><![CDATA[
<p>Why is it Electron based when it’s not cross platform?</p>
]]></description><pubDate>Thu, 11 Mar 2021 19:52:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=26428250</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=26428250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26428250</guid></item><item><title><![CDATA[New comment by asattarmd in "Esbuild 0.9"]]></title><description><![CDATA[
<p>React was released in 2013, that’s 8 years.</p>
]]></description><pubDate>Tue, 09 Mar 2021 20:18:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=26403599</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=26403599</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26403599</guid></item><item><title><![CDATA[New comment by asattarmd in "Ask HN: Which companies work like Gumroad?"]]></title><description><![CDATA[
<p>At what revenue would it start calling a full company rather than just a side-project?<p>It's a little different for Gumroad because they started as a company with an office and became this, but for many side projects, they start out without meetings, without offices and remain that way earning a couple of thousand USD per month.</p>
]]></description><pubDate>Fri, 08 Jan 2021 17:46:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=25687406</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=25687406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25687406</guid></item><item><title><![CDATA[New comment by asattarmd in "Show HN: I made an alternative platform for professional profiles"]]></title><description><![CDATA[
<p>Why are you being an asshole? Seems Inconsiderate.<p>You can remove those "Seems Inconsiderate" and still give feedback.</p>
]]></description><pubDate>Tue, 05 Jan 2021 06:57:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=25642895</link><dc:creator>asattarmd</dc:creator><comments>https://news.ycombinator.com/item?id=25642895</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25642895</guid></item></channel></rss>