<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: throwaway_62022</title><link>https://news.ycombinator.com/user?id=throwaway_62022</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 24 May 2026 21:33:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=throwaway_62022" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by throwaway_62022 in "Green card seekers must leave U.S. to apply, Trump administration says"]]></title><description><![CDATA[
<p>You are moving the goal posts. You said this memo does not apply to dual intent visa holders and I proved it does. I am not saying if an exception should be made ffor H1B visa holders or not.<p>I am just pointing out this affects all employment visa types.for countries with long delays in counselor processing this effectively kills any chance of getting Green card because no employer will wait that long.</p>
]]></description><pubDate>Sat, 23 May 2026 02:48:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48244092</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=48244092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48244092</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Green card seekers must leave U.S. to apply, Trump administration says"]]></title><description><![CDATA[
<p>This is not true. It is not nearly immediate at US consulate and backlogged in US. The parent doesn't know what they are talking about.</p>
]]></description><pubDate>Fri, 22 May 2026 20:17:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48241047</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=48241047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48241047</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Green card seekers must leave U.S. to apply, Trump administration says"]]></title><description><![CDATA[
<p>No the memo specifically says:<p>> However, maintaining lawful status in a dual intent nonimmigrant category is not sufficient, on its own, to warrant
a favorable exercise of discretion.<p>Which basically means that, applying AOS while being in dual-intent category is not favorable and you will have to prove extraordinary circumstance for a simple i-485 AOS on H1B.  Lacking the extraordinary circumstance, your application may be denied.<p>What this basically means for millions of people on H1B (especially from countries like India is), they have to go for consular processing. And given the lack of appointments in India and delays they are facing - you could be stuck for months to years and no company is going to wait for you while you go through the process. So leaving would definitely disqualify them.</p>
]]></description><pubDate>Fri, 22 May 2026 20:16:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48241036</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=48241036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48241036</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Dev rejects CVE severity, makes his GitHub repo read-only"]]></title><description><![CDATA[
<p>Ugh - say I wrote a daemon that runs every 2 hours, it exposes no end points and has no metrics. But just because I depend on some library that brings in promethus which in turn brings some http2 library, I am on the hook for fixing this Cve in my code.<p>Shouldn't it be on security researcher to prove that how this can be exploited if no http end points are created?<p>So much of security scanning is such bullshit.</p>
]]></description><pubDate>Sun, 30 Jun 2024 16:41:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=40838195</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=40838195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40838195</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Dev rejects CVE severity, makes his GitHub repo read-only"]]></title><description><![CDATA[
<p>Ha ha. The part that isn't being discussed how it is more profitable for certain commercial interests to have more vulnerabilities even if they are bogus.<p>There is something wrong with security industry and we are all paying the price. At my day job some tool automatically opens security bugs against 15 or so repos we maintain and now we are on the hook for arguing how the report was bogus or fix the vulnerability. Just PR and Jira dance one has to do is exhausting.</p>
]]></description><pubDate>Sun, 30 Jun 2024 16:33:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=40838151</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=40838151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40838151</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "GPT-4o"]]></title><description><![CDATA[
<p>As John Stewart says in <a href="https://www.youtube.com/watch?v=20TAkcy3aBY" rel="nofollow">https://www.youtube.com/watch?v=20TAkcy3aBY</a> - "How about I hold the fort on making peanut butter sandwiches, because that is something I can do. How about we let AI solve this world climate problem".<p>Yet to see a true "killer" feature of AI, that isn't doing a job badly which humans can already do badly.</p>
]]></description><pubDate>Mon, 13 May 2024 19:54:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=40347584</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=40347584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40347584</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Ruby might be faster than you think"]]></title><description><![CDATA[
<p>>The Ruby implementation has a subtle mistake which causes signficantly more work than it needs to.<p>To be fair, I do not think that is a "mistake" as such. I have written Ruby professionally for 6 years or so and have committed to several Ruby open source projects and haven't seen an innocus `nil` sitting at the end of a loop, to prevent array allocation.<p>The argument would be fair, if it wasn't idiomatic Ruby.<p>More like - knowing internals of a language will allow one to gain more performance out of it. That has been true for almost every programming language, but general speaking the goal of a VM based language is to not require that _specialized_ knowledge.</p>
]]></description><pubDate>Thu, 25 Apr 2024 02:45:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=40152766</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=40152766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40152766</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "RedHat employee bans Hyprland creator from FDO"]]></title><description><![CDATA[
<p>So, whatever is posted publicly on "polite" forums about what was going on Hyprland discord is tip of the iceberg. See for yourself - <a href="https://imgur.com/a/6Po3Paq" rel="nofollow">https://imgur.com/a/6Po3Paq</a><p>Changing someone's pronouns without their permissions seems like least of their offenses.<p>Hyprland discord appears to be a cesspool and one fermented by Vaxry himself, trans hate or otherwise. Now some people are saying - they have improved (and others are saying they have not). But reading his blog posts and seeing current status, I am not optimistic. I mean you can't make this stuff up. Why use a opensource discord community for sharing porn? (which likely have minors).</p>
]]></description><pubDate>Tue, 09 Apr 2024 20:24:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39983843</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=39983843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39983843</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "RedHat employee bans Hyprland creator from FDO"]]></title><description><![CDATA[
<p>So, whatever is posted publicly on "polite" forums about what was going on Hyprland discord is tip of the iceberg. See for yourself - <a href="https://imgur.com/a/6Po3Paq" rel="nofollow">https://imgur.com/a/6Po3Paq</a><p>Hyprland discord appears to be a cesspool and one fermented by Vaxry himself, trans hate or otherwise. Now some people are saying - they have improved (and others are saying they have not). But reading his blog posts and seeing current status, I am not optimistic. I mean you can't make this stuff up. Why use a opensource discord community for sharing porn? (which likely have minors).</p>
]]></description><pubDate>Tue, 09 Apr 2024 20:21:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=39983804</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=39983804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39983804</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Why are there suddenly so many car washes?"]]></title><description><![CDATA[
<p>I can find them in Georgia (far and few in-between) and they are super useful, if I must say - if not for folks across the border, hand carwashes will entirely disappear from US.</p>
]]></description><pubDate>Sun, 17 Mar 2024 22:16:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=39738570</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=39738570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39738570</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "A case for dynamic scoring of high-skilled immigration"]]></title><description><![CDATA[
<p>Yep. Since OP mentions working as IT consultant, I can easily see how that field being dominated by IT shops that merely checkbox one or more of H1B critireas. I can see how his/her perspective is colored.<p>But if you make visa program too punitive, then folks will simply chose not to come. A person in their 30-40s, want stability so as they can raise their kids, have a place to call home and not be on a perpetual cycle of anxiety.<p>In my mind, this will disincentivize folks who have most to contribute to US economy. I don't know much about China but for folks who are really good, salaries in India is already pretty high and closer to US salaries and will have fewer reasons to immigrate.</p>
]]></description><pubDate>Thu, 31 Aug 2023 13:37:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=37336961</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=37336961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37336961</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Keep Linux Open and Free–We Can’t Afford Not To"]]></title><description><![CDATA[
<p>I tried to find some Oracle contributions to gcc and I could find none. See gtk contributors - <a href="https://puri.sm/posts/proud-to-be-top-contributor-to-gtk4/" rel="nofollow noreferrer">https://puri.sm/posts/proud-to-be-top-contributor-to-gtk4/</a> and being a RHEL clone, they actually ship this stuff by default.<p>They might have an occasional commit or two but clearly they can't stand behind their own promise of developing/supporting an EL distro the way Red hat does. I also don't see it changing tbh. I don't see troves of Open source engineers at Red Hat(or other companies) making a bee line for joining Oracle.</p>
]]></description><pubDate>Tue, 11 Jul 2023 19:05:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=36685791</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=36685791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36685791</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Keep Linux Open and Free–We Can’t Afford Not To"]]></title><description><![CDATA[
<p>> Red Hat does not maintain all of the code in RHEL - they repackage and patch everything taken from other developers.<p>This is false. Red Hat does maintain code that is shipped by default with RHEL. It should be noted though, the number of packages that are part of default RHEL installation is small. Also upstream first policy basically means, any proposed patch must first be merged in upstream before being backported to rhel. If that does not make them maintainers, I don't know what will.  Being sole author and maintainer are not the same thing.</p>
]]></description><pubDate>Mon, 10 Jul 2023 18:30:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=36670881</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=36670881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36670881</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Keep Linux Open and Free–We Can’t Afford Not To"]]></title><description><![CDATA[
<p>>  Oracle does care about open source, to the extent that they have been the top Linux kernel contributor several times.<p>Linux kernel <i>is</i> not entirety of Linux. Given that there is Oracle cloud and various hardware Oracle has to support, it will be almost unthinkable if Oracle did not contribute to Linux kernel.<p>But - I will be interested in Oracle's support for broader Linux ecosystem. How about contributions to GCC, Gnome (or any other DE as a matter of fact), Wayland/xorg etc?  Oracle strictly contributes to projects from which it can benefit immediately.</p>
]]></description><pubDate>Mon, 10 Jul 2023 16:59:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=36669207</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=36669207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36669207</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "News is bad for you – and giving up reading it will make you happier (2013)"]]></title><description><![CDATA[
<p>I think there has to be a middle ground. Once I read a foxnews article about a toddler getting shot in some sort of road rage just when I was about to sleep and his last words haunted me all night and I couldn't sleep (I have kids of similar age). I am not even a regular fox reader fwiw, but clearly there are news outlets that are putting news out there to cause certain anxiety in their audience. I have since made a rule that, avoid news articles before going to bed (and I mean from all sources).<p>I still read news and I can handle a lot more with a cup of coffee and clear head in the morning. But my mind is just not ready to deal with stuff at night (reminds me of song -  "Why do the monsters come out at night?" )</p>
]]></description><pubDate>Wed, 05 Jul 2023 16:53:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=36603176</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=36603176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36603176</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "A response to the git.centos.org changes"]]></title><description><![CDATA[
<p>In general I think, if there is a package which is part of RHEL, there is an engineer working on it and contributes patches and is well versed in the code of  it. Otherwise if there is a bug reported by paying customer, they won't be able to fix it. Opening a bug against any of supported Red Hat products by paying customers have consequences and it isn't like a bug on gnome or kde that goes unanswered/unresolved for years.<p>But RHEL by default doesn't have as many packages as Debian or even Fedora. See recent announcement about LibreOffice. Red hat can't by default ship a package that it can't fix and support.</p>
]]></description><pubDate>Mon, 26 Jun 2023 19:54:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=36484938</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=36484938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36484938</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Sourcehut will blacklist the Go module mirror"]]></title><description><![CDATA[
<p>Comes around $8-11 of egress monthly traffic on AWS. I would think twice before signing up for a service that charges me $10/month - not sure why this should be any different.<p>Also, how do you opt-out? Imagine a random developer in a startup, running a Gitlab instance and then pushing a Go module there and only to be left with inexplicable traffic pattern(and bill). I have no skin in the game but this default _does not_ sound reasonable to me, whichever way you slice it.</p>
]]></description><pubDate>Mon, 09 Jan 2023 16:27:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=34312156</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=34312156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34312156</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Sourcehut will blacklist the Go module mirror"]]></title><description><![CDATA[
<p>I think it is problematic that we are using github issues as "support forum" for asking a git host provider to be excluded from the refresh list. This should not have come to that. Whatever happened to "reasonable defaults", so as a random person hosting a single Go module doesn't get DOSed -  <a href="https://github.com/golang/go/issues/44577#issuecomment-860877028">https://github.com/golang/go/issues/44577#issuecomment-86087...</a> ?</p>
]]></description><pubDate>Mon, 09 Jan 2023 16:05:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=34311883</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=34311883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34311883</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Tell HN: Razorpay a YC company shared donor data under a Section 91 order"]]></title><description><![CDATA[
<p>As I mentioned above - criticism of any kind of religion can get you in trouble in India[1][2]. But we should not lump that with criticism of government.<p>Do you have any examples, where someone was arrested for simply criticising govt actions?<p>1. <a href="https://www.independent.co.uk/news/world/asia/editor-arrested-for-outraging-muslims-1607256.html" rel="nofollow">https://www.independent.co.uk/news/world/asia/editor-arreste...</a><p>2. <a href="https://en.wikipedia.org/wiki/Weeping_crucifix_in_Mumbai" rel="nofollow">https://en.wikipedia.org/wiki/Weeping_crucifix_in_Mumbai</a></p>
]]></description><pubDate>Wed, 06 Jul 2022 15:46:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=32002664</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=32002664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32002664</guid></item><item><title><![CDATA[New comment by throwaway_62022 in "Tell HN: Razorpay a YC company shared donor data under a Section 91 order"]]></title><description><![CDATA[
<p>Folks belonging to majority can get caught on the wrong side of the fence too - <a href="https://www.independent.co.uk/news/world/asia/editor-arrested-for-outraging-muslims-1607256.html" rel="nofollow">https://www.independent.co.uk/news/world/asia/editor-arreste...</a><p>I believe the problem is laws related to religion and hate speech. They are stupid. Section 295 is non-bailable offence and can be easily abused by either side to placate group that feels offended.<p>The discussions about India sliding into authoritarian is interesting because strictly speaking many of these laws are pretty old.  I wish that these laws did not exist but strictly speaking these laws have been abused to placate Hindus, Muslims, Christians(<a href="https://en.wikipedia.org/wiki/Weeping_crucifix_in_Mumbai" rel="nofollow">https://en.wikipedia.org/wiki/Weeping_crucifix_in_Mumbai</a>) at different times.</p>
]]></description><pubDate>Wed, 06 Jul 2022 15:43:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=32002627</link><dc:creator>throwaway_62022</dc:creator><comments>https://news.ycombinator.com/item?id=32002627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32002627</guid></item></channel></rss>