<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: wildzzz</title><link>https://news.ycombinator.com/user?id=wildzzz</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 20 Aug 2026 16:23:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wildzzz" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wildzzz in "We've flown a radiation-blocking vest to the Moon and back, and it worked"]]></title><description><![CDATA[
<p>It's not a new idea, here's an article from 20 years ago:<p><a href="https://www.sciencedirect.com/science/article/abs/pii/S0168583X06008822" rel="nofollow">https://www.sciencedirect.com/science/article/abs/pii/S01685...</a><p>I can't find a good source but it seems that the radiation shielding properties of polyethylene were discovered some time after WWII. But I think this was an inevitable discovery, not some sort of accident. HDPE has a lot of hydrogen atoms which are perfect for blocking high energy particles without creating secondary radiation. A block of solid hydrogen would be ideal but that's not practical. Water works well but it's heavy and needs a container which adds more weight.<p>Dense metals and concrete do a fine job but are heavy relative to amount you need to stop the same amount of radiation as HDPE. Plus you get the secondary radiation effects from metals that can harm humans or sensitive electronics. It's like being behind armor that's hit with a round. The armor may stop the round from getting through but very hot fragments of the backside of the armor (spalling) can fly off and injure someone. Now you need additional protection from the spalling too.<p>Here's a photo from 2017 of a NASA facility using white HDPE sheets to attenuate high energy particles:<p><a href="https://www.flickr.com/photos/brookhavenlab/33642244296/in/album-72157678587953833" rel="nofollow">https://www.flickr.com/photos/brookhavenlab/33642244296/in/a...</a></p>
]]></description><pubDate>Tue, 18 Aug 2026 19:18:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49351148</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49351148</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49351148</guid></item><item><title><![CDATA[New comment by wildzzz in "We've flown a radiation-blocking vest to the Moon and back, and it worked"]]></title><description><![CDATA[
<p>The NASA Space Radiation Laboratory uses HDPE panels to attenuate neutrons, protons, and heavy ions. The lab sits at the tail end of a particle accelerator which is used to test radiation effects on various materials including electronics and mice. When I saw the plastic panels, I asked one of the NSRL physicists about it as we had just finished setting out some tungsten blocks to isolate the beam only a certain area on our experiment. Why plastic? Why not a dense metal? He explained that HDPE is dense with hydrogen that does really well against slowing down particles and that most importantly, HDPE is made from low atomic numbers that do not emit secondary radiation effects. This prevents radiation from hitting sensitive electronics outside the beam and also making nearby objects radioactive. When the beam hits an object with high atomic numbers (metals, especially dense ones), it can create very strong x-rays that can knock neutrons out of nearby stable metal nuclei and create unstable isotopes, effectively creating a bunch of unintended radiation sources. This isn't a big deal for the experiment, that goes away at the end of the day but not good for permanent equipment.<p>You can see the HDPE sheets in this photo, they can be lowered or raised to adjust attenuation:<p><a href="https://www.flickr.com/photos/brookhavenlab/52979144013/" rel="nofollow">https://www.flickr.com/photos/brookhavenlab/52979144013/</a></p>
]]></description><pubDate>Tue, 18 Aug 2026 19:04:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49350929</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49350929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49350929</guid></item><item><title><![CDATA[New comment by wildzzz in "Show HN: iPhone app takes simultaneous images from 2 lenses, fuses into 1 photo"]]></title><description><![CDATA[
<p>Or how about this:<p>A service will allow you upload a file and attach a date and signature. Additionally, you add the email addresses of anyone else that needs to also date and sign. The service then verifies all signatures and then dates and signs. Then it makes a SHA-512 hash, publishes it next to the signatures on its site and then publishes a url including the hash on the blockchain. When someone visits that link, they can see the hash of the file, dates, signatures and a final hash of everything. Anyone wishing to view the actual file must be able to prove their identity using their private key (or alternatively, host an encrypted version for each signer). Thus anyone can prove a few things:<p>1. You agreed that the document was correct on the date you signed. You can't date your signature any earlier than when the file was uploaded. This prevents you from uploading the wrong version of a document or predating your signature well in the past. It's like signing in front of a notary.<p>2. The additional person can verify the document is correct (no contract clauses have been edited, a photo is legit, etc). This gives credence to what you've posted, especially important for a contract.<p>3. The service verifies that the file you uploaded matches what everyone signed and the date everyone supplied is in the past. A requirement could be that everyone involved needs to have their public keys published on a well-known key server that at least verifies email addresses. A better option would be one that verifies through physical identity documents. Even better would be if your national ID card had PKI keys. Regardless, the service ensures that each signature has been tied to some sort of identity and that the signatures are all valid.<p>4. The hash published on the blockchain again can confirm that at the time of publishing, everyone agreed to the contents of the file and that everyone signed when they did. If someone claims the file was changed, we can simply verify the signatures and as long as no one was impersonated, we can prove that signers A, B, and C all signed a copy of the same document on dates X, Y, and Z.<p>5. The original document is still available for signer that still has their private key, even if it's expired. Additionally, the service has their own copy of the file that can be subpoenaed if necessary.<p>The entire system ensures a file has not been changed in any way since it was first published (via the signatures), real people have arrested to its truth (via public key verification), and that the attestation has not changed (via publishing the hash of all signatures on the blockchain). Additionally, nothing can be deleted without signed deletion requests from all signers.<p>You could potentially do this without the neutral 3rd party but then there's no verification when you actually attested to its truth, only that you published that attestation on the blockchain publication date.</p>
]]></description><pubDate>Tue, 18 Aug 2026 18:32:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49350346</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49350346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49350346</guid></item><item><title><![CDATA[New comment by wildzzz in "Credibility is the barrier to entry in silicon"]]></title><description><![CDATA[
<p>By adding a bunch of IP blocks that do stuff the open ISA doesn't, like peripherals or multicore processing. It also helps if you can make it high throughout, low latency, or low power by adjusting some "knobs".</p>
]]></description><pubDate>Fri, 14 Aug 2026 05:30:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49295038</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49295038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49295038</guid></item><item><title><![CDATA[New comment by wildzzz in "Idol Mahjong Final Romance: A Slideshow Disguised as a Video Game"]]></title><description><![CDATA[
<p>I used to make simple games and animations like that in PowerPoint. Then I discovered geocities and helped make some click and point games with a friend who did all handdrawn artwork that I'd scan in. Then I hit puberty and my brain turned to mush for a bit.<p>I wish I still had that stuff. It's not I'm any geocities archive I've seen online.</p>
]]></description><pubDate>Thu, 13 Aug 2026 22:38:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=49292670</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49292670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49292670</guid></item><item><title><![CDATA[New comment by wildzzz in "Probabilistic Estimation for Localizing a Radioactive Source in an Urban Setting"]]></title><description><![CDATA[
<p>When doing heavy ion testing for space flight hardware, there's a potential for the hardware to be a little hot after a full day of testing. Not really dangerous but hot enough that you need to let it sit for a day. At one facility I went to, the physicists there said in the past a group didn't let their hardware cool off and it alerted radiation detectors in the Lincoln Tunnel, NYC.</p>
]]></description><pubDate>Thu, 13 Aug 2026 04:29:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49281797</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49281797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49281797</guid></item><item><title><![CDATA[New comment by wildzzz in "Texas Locked a Foreign Company's Domain over Missing Digital ID Checks"]]></title><description><![CDATA[
<p>Losing their .com is probably the least of their worries, there are plenty of shady TLDs to pick from. Their headquarters in NL got raided and servers seized last month.</p>
]]></description><pubDate>Wed, 12 Aug 2026 22:03:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49279225</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49279225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49279225</guid></item><item><title><![CDATA[New comment by wildzzz in "uBlock Origin is giving up the fight to keep ads off Facebook"]]></title><description><![CDATA[
<p>Sites will start streaming in the whole webpage using DRM so the only thing that can actually see the ad is your monitor.</p>
]]></description><pubDate>Wed, 12 Aug 2026 21:47:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49279041</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49279041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49279041</guid></item><item><title><![CDATA[New comment by wildzzz in "US hires over 2k video gamers as air traffic controllers"]]></title><description><![CDATA[
<p>He was a volunteer but many men in Ukraine are conscripted. You technically have a choice but the options are joining involuntary duty, going to jail, or figuring out a way to flee the country.</p>
]]></description><pubDate>Wed, 12 Aug 2026 13:16:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49271952</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49271952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49271952</guid></item><item><title><![CDATA[New comment by wildzzz in "U of Michigan drops first-semester grades to ‘curb mental health crisis’"]]></title><description><![CDATA[
<p>I think there's a way to make it work. If you do poorly first semester, you go on academic probation and must improve by your second semester or you are suspended for the next fall. If you successfully get off academic probation at the end of second semester, you can drop those freshman fall grades. Same with suspension but either way, you must have one successful semester under your belt to drop that first semester.<p>I did really well my freshman year and managed to get deans list. Then I transfered to a much more rigorous school and didn't do well. I didn't enjoy my major, I was living in a house far from campus with three other guys I didn't know and didn't really have any shared interests with. By spring, I was on academic probation. I lived like a hermit and wasn't going to class much or studying hard. I was pretty depressed and my undiagnosed ADHD didn't help. I did have some highschool friends at that school but I hadn't seen them in a while so it was hard making the effort to see them. I got on academic suspension at the end of my second year and had to take my next fall off. I waited the whole summer until I had come back to school to tell my parents because I was so ashamed. I remember my dad was trying to figure out why he hadn't gotten a tuition bill yet and called the bursar office while we were at the beach in August. They couldn't say why he hadn't gotten a bill yet so he handed the phone to me and the lady on the other end is saying "you need to tell them you're suspended." That was a gut punch. I was actually suicidal at this point but I kept it together until I wrote them a long email saying how bad things were. My dad visited me and convinced me to see a therapist. This ended up getting me an ADHD diagnosis and a prescription for Adderall. I stayed in my room a lot of that suspended fall semester but I did join a club sport (while lying about my eligibility as a full time student) which lead to making some friends. When I came back the next spring semester under a new major, I felt ready to crush it and I did. I stayed for the summer and crushed some more classes. I moved in with a friend and got along great with those guys. I was also right next to campus so there was no excuse to missing classes. I met my wife and made a huge turn around. But, those grades from my sophmore year were an albatross around my neck. They ruined my GPA. My in-major GPA was decent but I was still graduating with a 2.6 (freshman year grades didn't apply since they were transfer credits). Luckily, my parents had helped me get internships and my wife's father got me in for an interview at my current employer so GPA wasn't a huge burden to employment.<p>I really wish I could have dropped any of those sophmore grades. Obviously this policy wouldn't have helped me but I can certainly understand how it could help.</p>
]]></description><pubDate>Wed, 12 Aug 2026 12:49:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49271618</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49271618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49271618</guid></item><item><title><![CDATA[New comment by wildzzz in "CFTC declares market emergency, orders Kalshi to continue to operate in New York"]]></title><description><![CDATA[
<p>Unfortunately for Roe v Wade, abortion and a right to privacy aren't explicitly laid out in the Constitution. Interstate commerce is. New York would be entirely in their right to ban Kalshi in New York but not halt operations nationwide.</p>
]]></description><pubDate>Wed, 12 Aug 2026 02:27:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49267184</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49267184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49267184</guid></item><item><title><![CDATA[New comment by wildzzz in "Show HN: iPhone app takes simultaneous images from 2 lenses, fuses into 1 photo"]]></title><description><![CDATA[
<p>We've been living in the age of photoshopped photos for decades now. You can't just present a random photo as evidence without being able to back up its provenance.</p>
]]></description><pubDate>Wed, 12 Aug 2026 01:16:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49266727</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49266727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49266727</guid></item><item><title><![CDATA[New comment by wildzzz in "Show HN: iPhone app takes simultaneous images from 2 lenses, fuses into 1 photo"]]></title><description><![CDATA[
<p>A couple years ago, we needed a good photo of my grandfather for a photo collage. The best photo I had of him was where he's sitting next to a very decrepit looking old woman (some family friend?). It really was a great composition, great lighting, background and pose but the old lady was killing the vibe. My wife is really skilled at Photoshop but removing this old lady would have been really difficult so we decided to try the generative fill, something she had never used before. She selected the lady and typed in "delete this person". Instead of deleting her, it creates this strange, human like being. We try again and again with different permutations of the same command. Most of the attempts just replace the old lady with a small asian child. Eventually we just try with a blank prompt and it gets it in the first go. The Asian child thing was really strange, it truly looked like the same kid but just slightly different appearance each time.</p>
]]></description><pubDate>Wed, 12 Aug 2026 00:30:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49266361</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49266361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49266361</guid></item><item><title><![CDATA[New comment by wildzzz in "Closing Canario Terminal source code"]]></title><description><![CDATA[
<p>Open source licenses dictate permission to access to the source code, distribute it, change it, and distribute those changes. They say nothing about how the developer needs to maintain the project or provide support. There are FOSS licenses that mention warranties and support but that isn't exclusive to FOSS, plenty of closed source products come with zero support as well. Support generally comes into play when you pay money for something, which again, is completely separate from FOSS licenses.</p>
]]></description><pubDate>Tue, 11 Aug 2026 15:07:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49259587</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49259587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49259587</guid></item><item><title><![CDATA[New comment by wildzzz in "Closing Canario Terminal source code"]]></title><description><![CDATA[
<p>Or just turn off issues and pull requests. To skip right ahead to a closed source project is a little suspicious.</p>
]]></description><pubDate>Tue, 11 Aug 2026 14:55:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49259419</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49259419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49259419</guid></item><item><title><![CDATA[New comment by wildzzz in "Why a Raspberry Pi shouldn't be powered through its GPIO pins"]]></title><description><![CDATA[
<p>The pi 4 did away with the polyfuse so the VBUS at the USB port is the same node as the 5V pin on the GPIO.</p>
]]></description><pubDate>Mon, 10 Aug 2026 14:07:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49243900</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49243900</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49243900</guid></item><item><title><![CDATA[New comment by wildzzz in "Google Discloses $94.1B in SpaceX Stock, Marking 6% Stake"]]></title><description><![CDATA[
<p>Starlink would be a major customer. NASA is already eyeing Starship to get things to the moon. It's just such an enormous expense to develop that no one but SpaceX is willing to fund it directly.</p>
]]></description><pubDate>Sat, 08 Aug 2026 03:52:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49218756</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49218756</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49218756</guid></item><item><title><![CDATA[New comment by wildzzz in "Simulate cassette tape audio profiles using FFmpeg"]]></title><description><![CDATA[
<p>yes but if the supply reel binds, the tape will wow</p>
]]></description><pubDate>Sat, 08 Aug 2026 03:50:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=49218751</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49218751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49218751</guid></item><item><title><![CDATA[New comment by wildzzz in "Read this before you buy that TV streaming stick"]]></title><description><![CDATA[
<p>The Venn diagram of old people with limited mobility (can't just drive to the post office or grocery store) and on a fixed income (they crave those discounts) is nearly a perfect circle of the people that fall for internet scams (fails to understand that literally anyone can make a shopify store and accept card payments).</p>
]]></description><pubDate>Sat, 08 Aug 2026 03:42:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49218709</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49218709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49218709</guid></item><item><title><![CDATA[New comment by wildzzz in "The most official water costs $120k a gallon"]]></title><description><![CDATA[
<p>No, these are expensive pencils that have high quality assurance to make sure the graphite is as hard as it's supposed to be. You use a jig to hold the pencil in a specific way each time. Don't think of it as a pencil, it's a kit of rods made from graduated compositions of graphite and clay. You could write with one but that's like making a PB&J with the NIST peanut butter, a waste of money.</p>
]]></description><pubDate>Sat, 08 Aug 2026 03:37:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49218697</link><dc:creator>wildzzz</dc:creator><comments>https://news.ycombinator.com/item?id=49218697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49218697</guid></item></channel></rss>