<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: uxp</title><link>https://news.ycombinator.com/user?id=uxp</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 25 Jun 2026 06:08:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=uxp" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by uxp in "Microsoft won't let you close OneDrive on Windows until you explain yourself"]]></title><description><![CDATA[
<p>My mother in law works for a company that allows her to work from home from a personal device running Chrome.<p>Several times a year I get a phone call at 6:30AM from her asking to quickly drive to her house before her shift starts at 7 to fix her computer, because "something happened" or "I was hacked". Every time, it's been an update which has reset her default apps so email opens in the newish Mail app and not Outlook or Gmail-in-Chrome, or changes the browser to Edge from Chrome. I'm not a systems administrator, so I havent a clue on what the magical incantations of registry paths and values should be which prevent this despite trying.<p>Obviously if this was a domain managed asset at a company, someone would know how to prevent this. As a "home device", it feels like you're automatically enrolled in the "Global Microsoft domain", and subject to the whims of a product manager making IT decisions.</p>
]]></description><pubDate>Wed, 08 Nov 2023 22:49:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=38198360</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=38198360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38198360</guid></item><item><title><![CDATA[New comment by uxp in "Judge rules Wyoming corner crossers did not trespass"]]></title><description><![CDATA[
<p>> One really wishes to know: who is the guy with deep pockets that Eshelman upset and what are they beefing over, and how did he get the wholesome quartet of hunters to go along with him.<p>What are you talking about? Access to public lands has been an ongoing fight for decades with people from the entire political spectrum having opinions about the matter. Whether that be rock climbers trying to access routes, or people who fish trying to access streams, to people like this who are trying to access public hunting land. Assuming that everyone trying to access public lands is some poor pleb is in bad taste. Companies like Patagonia have long supported more liberal access to public lands with millions in donations, as well as organizations like the NRA with their advocacy and financial support.</p>
]]></description><pubDate>Thu, 01 Jun 2023 23:54:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=36159074</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=36159074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36159074</guid></item><item><title><![CDATA[New comment by uxp in "“Invalid Username or Password”: a useless security measure (2014)"]]></title><description><![CDATA[
<p>Validating any contact method that has the potential of sending PII, Health, or financial data should be mandatory by law.<p>At least once a year I get an automated phone call from a regional hospital letting me know some minor's test results. Calling the hospital's CS department in order to notify them or somehow get my phone number removed from the account is impossible, because I'm not this person nor their legal guardian and HIPAA regulations prevent me from instigating a change on someone else's medical records or accounts.</p>
]]></description><pubDate>Thu, 24 Nov 2022 01:09:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=33726674</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=33726674</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33726674</guid></item><item><title><![CDATA[New comment by uxp in "Problems emerge for a unified /dev/*random"]]></title><description><![CDATA[
<p>Yes. Here's a non-crypto instance of using a seed value to deterministically identify the output of a random number generator. This only works in Python 2.x:<p><pre><code>    import random
    for i in range(0,50):
        if not i % 15:
            random.seed(1178741599)
        print [i+1, "Fizz", "Buzz", "FizzBuzz"][random.randint(0,3)]
</code></pre>
By seeding the PRNG with a known value, one can literally predict the output of a weak number generation utility. In this case, it solves the FizzBuzz puzzle.<p><a href="https://en.wikipedia.org/wiki/Fizz_buzz" rel="nofollow">https://en.wikipedia.org/wiki/Fizz_buzz</a></p>
]]></description><pubDate>Wed, 30 Mar 2022 02:43:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=30851000</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=30851000</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30851000</guid></item><item><title><![CDATA[New comment by uxp in "NPM – "is-even", 160k weekly downloads"]]></title><description><![CDATA[
<p>It would be one thing if it was _just_ a little demo utility used to showcase packaging and distribution of a trivial use case, however the creator of this has also created a number of packages which pull in these "demo" packages, like `handlebar-helpers`, which is again just these trivial function packages wrapped in handlebar decorators.<p>Several of these utility and helper packages are then pulled into other packages and build tools and marketed as legitimate packages, effectively hiding and masking the "just a demo" labels of the root is-even, is-odd, is-number packages. When people like myself complain about the absurdity of NPM supply chain verification, this is what we're arguing against.</p>
]]></description><pubDate>Tue, 16 Nov 2021 19:49:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=29245544</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=29245544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29245544</guid></item><item><title><![CDATA[New comment by uxp in "Apple Faceshield"]]></title><description><![CDATA[
<p>For what, though? And I'm 100% being honest here, what is the specific situation you are envisioning that requires a face shield in your home?<p>In a medical setting, shields are typically used in conjunction with eye goggles and respirators when performing procedures that have a tendency to cause or be around splashing body fluids. Outside of someone sneezing or spitting on you directly, I can't think of an analogous situation that I come into on even a rare circumstance that a face shield would protect me from.</p>
]]></description><pubDate>Tue, 07 Apr 2020 20:49:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=22807323</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=22807323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22807323</guid></item><item><title><![CDATA[New comment by uxp in "Apple Faceshield"]]></title><description><![CDATA[
<p>It's not about the money. PPE like face shields are specifically used during procedures that involve significant bodily fluid, like intubation, which is the process of pulling or pushing a tube down a patient's esophagus. Going to to the grocery store does not require a shield.<p>Secondly disposable medical equipment, when used properly within a healthcare environment, is extremely wasteful. For most consumable items used in a hospital, they are covered in packaging with specific serial numbers and lot numbers that allow reconciliation if it's found that the goods are not sterile or have deficiencies. There is also a provenance or chain-of-command aspect that allows attestation of safety throughout the entire supply chain. While we might be talking about how to sterilize n95 masks, reuse face shields, and asking for donations of PPE from the public right now during a pandemic, the fact remains that in normal circumstances there is massive liabilities that hospitals and clinics would be subjected to if they started sourcing protective equipment from the public that could have been tampered with, may be slightly used and broken, or otherwise could cause harm to the patient and they'd be unable to identify the source of those resources. Everybody stocking a "handful" of PPE isn't a scalable solution to maintain a national supply.<p>This is one reason why we pay federal taxes.</p>
]]></description><pubDate>Tue, 07 Apr 2020 20:03:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=22806936</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=22806936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22806936</guid></item><item><title><![CDATA[New comment by uxp in "Coronavirus patients start to overwhelm US hospitals"]]></title><description><![CDATA[
<p>Yes. This is my position.</p>
]]></description><pubDate>Thu, 26 Mar 2020 15:53:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=22694801</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=22694801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22694801</guid></item><item><title><![CDATA[New comment by uxp in "Coronavirus patients start to overwhelm US hospitals"]]></title><description><![CDATA[
<p>ceejayoz, I generally respect most everything you write on this site, but I'm amazed how dismissive you are of this.<p>Can you point me to a study stating that the flu vaccine is 100% safe and effective? Not mostly effective, or mostly safe, but 100% honest-to-god safe for 100% of the population to get?<p>edit: really? calling my GP an anti vaccine crank? fuck you.</p>
]]></description><pubDate>Thu, 26 Mar 2020 15:49:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=22694742</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=22694742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22694742</guid></item><item><title><![CDATA[New comment by uxp in "Coronavirus patients start to overwhelm US hospitals"]]></title><description><![CDATA[
<p>Nope. Like I just stated in my edit, I'm not advocating that anyone forgo the flu shot, but that the flu shot is not 100% effective or 100% side effect free.<p>It's not bias. It's a fact. My GP is the one that has specifically told me to avoid the shot because I have a history of complications with it.<p>If you're capable, I'd love for you to diagnose me with some other mental disorder or logical fallacy, but please look at my medical history before you start dismissing my experiences as idiotic.</p>
]]></description><pubDate>Thu, 26 Mar 2020 15:41:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=22694651</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=22694651</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22694651</guid></item><item><title><![CDATA[New comment by uxp in "Coronavirus patients start to overwhelm US hospitals"]]></title><description><![CDATA[
<p>I've received the flu shot three times in my life. I've been hospitalized for influenza three times in my life.<p>Please tell me more about how I've deceived myself.<p>Just as the MMR vaccine is less about you contracting measles and more about your spreading measles to more vulnerable populations that are unable to get the vaccine, the flu shot is identical in that regard. Sure, it helps you not get sick and/or to lessen the effects, but there is the fact that some portion of the population is unable to get the shot for various health reasons.<p>Edit: Instead of downvoting please tell me how my experiences are wrong. I'm very much aware of evidence and studies stating that its "impossible" to get the actual flu from the flu shot, yet I am walking proof of contrary evidence. I'm also aware of how batshit emotional people can get with regards to vaccines, and I want to be clear I am absolutely NOT advocating that anyone forgo getting a flu shot every year. When everyone else gets the shot, I'm safer. When I get the shot, my body reacts violently and I will contract the virus.</p>
]]></description><pubDate>Thu, 26 Mar 2020 15:23:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=22694423</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=22694423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22694423</guid></item><item><title><![CDATA[New comment by uxp in "Costco will not allow returns on high-demand items like toilet paper, water"]]></title><description><![CDATA[
<p>You can also ration your intake of food when it starts to become more scarce. People do this every day due to income constraints during non-Coronavirus times.<p>It's a little harder to ration your bowel movements. It can be done, but it's a lot less beneficial than forced fasting.</p>
]]></description><pubDate>Tue, 24 Mar 2020 04:38:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=22671997</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=22671997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22671997</guid></item><item><title><![CDATA[New comment by uxp in "Windows 10 live tiles reportedly getting killed by Microsoft"]]></title><description><![CDATA[
<p>I'm a .NET developer and I can't tell you how many times I've searched for documentation and come across something that's targeting UWP which is different than WPF and entirely not the same as WinForms and it takes way too much energy trying to identify why exactly the documentation isn't what you want. I thought Microsoft was more or less sunsetting WinForms until they also announced WinForms for .NET Core a couple months ago. <a href="https://docs.microsoft.com/en-us/dotnet/core/porting/winforms" rel="nofollow">https://docs.microsoft.com/en-us/dotnet/core/porting/winform...</a><p>I literally have no idea what Microsoft is doing anymore. Sometimes it feels like Linux was 10 years ago when I would accidentally install Konquerer on Gnome and all of a sudden I had two desktop systems installed and my root drive had doubled it's consumed harddrive space. It basically worked, but it was a terrible experience.</p>
]]></description><pubDate>Wed, 26 Feb 2020 01:30:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=22419459</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=22419459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22419459</guid></item><item><title><![CDATA[New comment by uxp in "Teardown of a $1.25 LED Lightbulb"]]></title><description><![CDATA[
<p>Based upon this article were the retail costs of a cheap flickering LED bulb is approaching the single dollar mark, the cost increase to use a proper AC/DC converter could be orders of magnitude more expensive (at a rough minimum).<p>Honestly it's starting to feel like a most cost effective long term solution is to build homes with a master AD/DC converter (or several depending on sq/ft) and simply wire 12v outlets and light fixtures. The energy savings of swapping all incandescents or compact florescence bulbs with cheap LEDs with cheaper power converters is starting to scare me knowing just how shoddy and fire prone some of these power converters can be.</p>
]]></description><pubDate>Wed, 19 Feb 2020 17:55:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=22368064</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=22368064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22368064</guid></item><item><title><![CDATA[New comment by uxp in "Cisco devices must regenerate self-signed certificates before 2020"]]></title><description><![CDATA[
<p>This is a common problem in healthcare insurance. API connections will stop working for about 3 weeks every year as each side performs a complicated dance of noticing the expiration and updating the systems to accept a new public certificate.</p>
]]></description><pubDate>Fri, 20 Dec 2019 17:22:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=21845721</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=21845721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21845721</guid></item><item><title><![CDATA[New comment by uxp in "Syntax Highlighting Is Backwards (2018)"]]></title><description><![CDATA[
<p>Do I have some weird rendering issue with this website, or do both of these snippets of code have terrible readability and highlighting? If I had to write code using an IDE or editor with this scheme I'd quit my career and go into small engine repair.<p><a href="https://imgur.com/a/vS2EldV" rel="nofollow">https://imgur.com/a/vS2EldV</a></p>
]]></description><pubDate>Fri, 29 Nov 2019 16:47:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=21665339</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=21665339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21665339</guid></item><item><title><![CDATA[New comment by uxp in "uBlock Origin: Address first-party tracker blocking"]]></title><description><![CDATA[
<p>> whitelist the few that are actually real<p>I'm speculating that the balance is in the reverse favor. Last night I was looking at some file on GitHub which was redirecting to what looked like an S3 bucket subdomain named with a pattern like "github-production-f7e281a2", which I simply presumed to be cache-busting via subdomain instead of appending the hash to the filename. If my assumptions were correct, every time GitHub deploys a new build, you would have to whitelist that subdomain.</p>
]]></description><pubDate>Wed, 20 Nov 2019 15:32:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=21584756</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=21584756</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21584756</guid></item><item><title><![CDATA[New comment by uxp in "A tiny pharmacy is identifying problems with common drugs"]]></title><description><![CDATA[
<p>PBMs are rent seeking middlemen. Their desire to seek the lowest drug price is arguably what contributes to things like quality standards at pharmaceutical manufactures slowly loosening and contaminants getting into the supply line.<p>Honestly, we should have an independent 3rd party with zero financial investment in either approving or rejecting a quality check of a batch sample. Something Federal, so manufacturers cant "shop states", that administers and regulates drugs and their distribution. Not sure what I would call it. I tend to go with cartoonish things, so Merlin after the bumbling wizard sounds fun, but the bureaucrat in me thinks the acronym "F.D.A." would suffice.</p>
]]></description><pubDate>Sun, 10 Nov 2019 19:58:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=21499830</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=21499830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21499830</guid></item><item><title><![CDATA[New comment by uxp in "PG&E turning off power to protect against fire has created a new disaster"]]></title><description><![CDATA[
<p>In PG&E's world in context of this comment thread. Dividends are any payout amount that was not captured in the regulatory framework. Salary is a captured expense. Bonuses are paid from a pool when a surplus is created, or rather a profit is made, or more bluntly when dividends are earned.<p>Legally, you're correct. PG&E has been operating counter to those rules for a while.<p><a href="http://investor.pgecorp.com/news-events/press-releases/press-release-details/2017/PGE-Announces-Suspension-of-Dividend-Citing-Uncertainty-Related-to-Causes-and-Potential-Liabilities-Associated-with-Northern-California-Wildfires/default.aspx" rel="nofollow">http://investor.pgecorp.com/news-events/press-releases/press...</a><p><a href="https://www.kqed.org/news/11737336/judge-pge-paid-out-stock-dividends-instead-of-trimming-trees" rel="nofollow">https://www.kqed.org/news/11737336/judge-pge-paid-out-stock-...</a></p>
]]></description><pubDate>Wed, 30 Oct 2019 16:03:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=21399180</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=21399180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21399180</guid></item><item><title><![CDATA[New comment by uxp in "PG&E turning off power to protect against fire has created a new disaster"]]></title><description><![CDATA[
<p>Employee bonuses are dividends.</p>
]]></description><pubDate>Wed, 30 Oct 2019 15:40:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=21398926</link><dc:creator>uxp</dc:creator><comments>https://news.ycombinator.com/item?id=21398926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21398926</guid></item></channel></rss>