<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: bobmoretti</title><link>https://news.ycombinator.com/user?id=bobmoretti</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 04:35:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bobmoretti" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bobmoretti in "Show HN: ChartGPU – WebGPU-powered charting library (1M points at 60fps)"]]></title><description><![CDATA[
<p>Given that the author's post and comments all sound like they were run through an LLM, I'm not at all surprised.</p>
]]></description><pubDate>Wed, 21 Jan 2026 20:19:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46711008</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=46711008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46711008</guid></item><item><title><![CDATA[New comment by bobmoretti in "KH-11 spysat design revealed by NRO’s telescope gift to NASA (2012)"]]></title><description><![CDATA[
<p>No matter what you do, you still have to deal with diffraction [1], which means the resolution is inversely proportional to the aperture. I think the Trump/Iran release was estimated to be pretty close to the diffraction limit.<p>[1] <a href="https://en.wikipedia.org/wiki/Angular_resolution#Explanation" rel="nofollow">https://en.wikipedia.org/wiki/Angular_resolution#Explanation</a></p>
]]></description><pubDate>Mon, 11 May 2020 23:27:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=23148581</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=23148581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23148581</guid></item><item><title><![CDATA[New comment by bobmoretti in "Let’s bring back the Sabbath as an act against ‘total work’"]]></title><description><![CDATA[
<p>The overwhelming consensus among (secular) biblical scholars and historians alike is that the Egyptian Exodus very likely never occurred.<p>The Pentateuch is a work of mythology. There is strong textual evidence that it's a compilation of many different stories and sources over the course of many years. It was most likely written centuries after the events it purports to describe. It is full of wildly unrealistic claims.</p>
]]></description><pubDate>Fri, 14 Sep 2018 20:30:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=17990675</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=17990675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17990675</guid></item><item><title><![CDATA[New comment by bobmoretti in "Did American Missile Defense Fail in Saudi Arabia?"]]></title><description><![CDATA[
<p>You're 100% correct that this was a case of good presentation and not investigation by the reporter.<p>Questions:<p>1. Can you point me where to find more info on UCS ignoring results that contradict their political positions?<p>2. What "angle" does a nonproliferation shop have in this matter?<p>3. The article attempts to present some evidence (obviously mostly not to a level required for independent, academic confirmation). So when you see you "see no evidence here", are you saying you need to see it presented in greater detail and to a higher standard, or do you think that the evidence is flawed or misrepresented in some way?</p>
]]></description><pubDate>Tue, 05 Dec 2017 01:06:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=15848993</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=15848993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15848993</guid></item><item><title><![CDATA[What One Photo Tells Us About North Korea’s Nuclear Program]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nytimes.com/interactive/2017/02/24/world/asia/north-korea-propaganda-photo.html?hp&action=click&pgtype=Homepage&clickSource=story-heading&module=photo-spot-region&region=top-news&WT.nav=top-news&_r=0">https://www.nytimes.com/interactive/2017/02/24/world/asia/north-korea-propaganda-photo.html?hp&action=click&pgtype=Homepage&clickSource=story-heading&module=photo-spot-region&region=top-news&WT.nav=top-news&_r=0</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=13722908">https://news.ycombinator.com/item?id=13722908</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 24 Feb 2017 12:20:37 +0000</pubDate><link>https://www.nytimes.com/interactive/2017/02/24/world/asia/north-korea-propaganda-photo.html?hp&amp;action=click&amp;pgtype=Homepage&amp;clickSource=story-heading&amp;module=photo-spot-region&amp;region=top-news&amp;WT.nav=top-news&amp;_r=0</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=13722908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13722908</guid></item><item><title><![CDATA[New comment by bobmoretti in "C++ on Embedded Systems"]]></title><description><![CDATA[
<p>C++, especially modern standards of the language, offer far more than OOP features.<p>/If/ you know the language and tools well, there is no reason that C++ won't be as efficient in space and time as the equivalent C code. C++ offers real gains to be had over C for embedded software, with rich (if a bit cryptic) zero-overhead abstractions, and higher level constructs that can eliminate entire classes of errors.</p>
]]></description><pubDate>Tue, 21 Feb 2017 12:23:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=13694959</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=13694959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13694959</guid></item><item><title><![CDATA[New comment by bobmoretti in "C++ on Embedded Systems"]]></title><description><![CDATA[
<p>As the article and others here have said, if you have the requisite proficiency and understanding of C++ and the C++ compiler(s) that you're using, and if you are using a high quality optimizing compiler like GCC, there is no reason that C++ code will be any larger in footprint than C code.<p>As the author points out, C++ offers very significant and tangible benefits, and in the right hands/with the right discipline should be less error prone and result in more efficient code. In my opinion, C++'s greatest benefit for embedded programming is that it has a wealth of abstractions that have no runtime overhead.<p>The are several reasons that C is still king, but I suspect the main one is portability. Your company may need to be able to port its software to some obscure microcontroller where the only compiler available is a buggy C89 implementation. Or if it has C++ support, odds are that it is inefficient and out of date.<p>Because of this and other reasons, the labor pool of "deeply" embedded software engineers has a heavy bias towards C over C++. This compounds the problem, reducing the incentive for embedded engineers to learn modern C++.</p>
]]></description><pubDate>Tue, 21 Feb 2017 02:13:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=13692689</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=13692689</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13692689</guid></item><item><title><![CDATA[New comment by bobmoretti in "The Most Effective Weapon on the Modern Battlefield Is Concrete"]]></title><description><![CDATA[
<p>Np. That was just the first thing I found on Google; b'tselem does not have a neutral point of view. But the fact is that the wall is being built mostly on the West Bank side of the pre-1967 borders.<p>You might also be interested in this talk, which if memory serves discusses the wall's impact on the community: <a href="https://www.youtube.com/watch?v=oSkevV-CoO4" rel="nofollow">https://www.youtube.com/watch?v=oSkevV-CoO4</a></p>
]]></description><pubDate>Wed, 16 Nov 2016 10:47:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=12965938</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=12965938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12965938</guid></item><item><title><![CDATA[New comment by bobmoretti in "The Most Effective Weapon on the Modern Battlefield Is Concrete"]]></title><description><![CDATA[
<p>The reason that the barrier is outrageous is not that it's made out of concrete; it's because of its location. It criss-crosses into the West Bank [1].<p>[1] <a href="http://www.btselem.org/download/separation_barrier_map_eng.pdf" rel="nofollow">http://www.btselem.org/download/separation_barrier_map_eng.p...</a></p>
]]></description><pubDate>Wed, 16 Nov 2016 08:32:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=12965354</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=12965354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12965354</guid></item><item><title><![CDATA[New comment by bobmoretti in "Donald Trump is the president-elect of the U.S."]]></title><description><![CDATA[
<p>> She also told public how long the nuclear response time is which is quite ironic after saying Trump could not be trusted with that information.<p>Incorrect. The four minute window has been known in the public domain for a very long time. <a href="http://www.snopes.com/clinton-four-minute-nuclear/" rel="nofollow">http://www.snopes.com/clinton-four-minute-nuclear/</a></p>
]]></description><pubDate>Wed, 09 Nov 2016 09:00:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=12908212</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=12908212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12908212</guid></item><item><title><![CDATA[New comment by bobmoretti in "Epiphany-V: A 1024-core 64-bit RISC processor"]]></title><description><![CDATA[
<p>Probably RTL would be more correctly known as "Register Transfer Level" as in a level of abstraction, in contrast to for example the lower "gate" level of abstraction.</p>
]]></description><pubDate>Wed, 05 Oct 2016 20:45:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=12647686</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=12647686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12647686</guid></item><item><title><![CDATA[New comment by bobmoretti in "How good is your French accent?"]]></title><description><![CDATA[
<p>I think that this reputation is waaaay overblown, due to the mostly futile efforts of the Académie Française to preserve the "pure" French language.<p>As an American who spent a semester in a high school in France, I remember being shocked hearing our French teacher use "le timing et le planning" discussing our strategy for how to write an in-class essay. This was an ordinary French class for French speakers made up of upper-middle class 11th graders in a stuffy Catholic school.<p>English loan words (the term itself is valid in French!) are all over the place. "OK" is pervasive. Other examples include "stop", "week-end", "parking", . There are even strange examples where English words are used in ways that make no sense in English. "Footing" means "jogging". "String" means "thong". "Pull" (as in "pullover") means "sweater".  "Chewing" means gum. "Baskets" means "sneakers". My favorite though, is "talkie-walkie" where the "l"s are both pronounced.<p>If you received a blank stare from the supermarket guy, he probably just did not understand what you were saying.</p>
]]></description><pubDate>Fri, 08 Apr 2016 20:32:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=11457684</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=11457684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11457684</guid></item><item><title><![CDATA[New comment by bobmoretti in "Microsoft, Google, Facebook Back Apple in Blocked Phone Case"]]></title><description><![CDATA[
<p>One thing that I can't help thinking about in all of this... would Apple have contested this case had the Snowden leaks never occurred?</p>
]]></description><pubDate>Thu, 25 Feb 2016 21:53:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=11178125</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=11178125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11178125</guid></item><item><title><![CDATA[New comment by bobmoretti in "Named tuple for C++"]]></title><description><![CDATA[
<p>The std::tie function can also solve this problem in most situations, if you are stuck with C++ 11.</p>
]]></description><pubDate>Sat, 02 Jan 2016 20:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=10827688</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=10827688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10827688</guid></item><item><title><![CDATA[New comment by bobmoretti in "Show HN: 2D PID controller simulation"]]></title><description><![CDATA[
<p>This would be a really cool illustration if you could solve the closed loop transfer function, and display the locations of the closed loop zeros and poles.</p>
]]></description><pubDate>Sun, 03 May 2015 01:54:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=9479448</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=9479448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9479448</guid></item><item><title><![CDATA[New comment by bobmoretti in "How crazy am I to think I actually know where that Malaysia Airlines plane is?"]]></title><description><![CDATA[
<p>Yep, and as someone else mentioned, flying right over one of the more heavily militarized areas of the planet (Kashmir). Also, why would Russia choose to hijack a plane full of Chinese citizens for this? The last thing they want right now is to compromise their relationship with China. It just doesn't make any sense.</p>
]]></description><pubDate>Tue, 24 Feb 2015 09:41:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=9099608</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=9099608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9099608</guid></item><item><title><![CDATA[New comment by bobmoretti in "How crazy am I to think I actually know where that Malaysia Airlines plane is?"]]></title><description><![CDATA[
<p>The scenario described in the article could only have gone down with the support of a state level actor. In foreign affairs, states are mostly rational and risk-averse. The risk involved in such an operation would have been astronomical:<p>- It stretches the imagination that in the Post-9/11 world, hijackers could access a panel in the cabin without raising passenger and crew suspicion. So the hijackers would have required some way to control the passengers. Smuggling this past airport security is already a huge risk to the operation.<p>- The northern route may be the optimal route for someone looking to avoid detection, but there is still a massive risk that one of these countries might notice the plane on military or other radar. This would be an unqualified disaster to the sponsors of the operation.<p>- The most probable final ping locations are so far out that the aircraft was almost certainly at or on the verge of fuel exhaustion. How would the hijackers have known the precise amount of fuel on board? How would they deal with unexpectedly high head winds, or some other in-flight issue? Any crash landing would be difficult to conceal.<p>The sophistication, danger, and lack of motivation for such an operation makes this sound more like a movie plot than a credible theory.</p>
]]></description><pubDate>Tue, 24 Feb 2015 05:11:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=9098847</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=9098847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9098847</guid></item><item><title><![CDATA[New comment by bobmoretti in "Pierre Sprey on the F-35 [video]"]]></title><description><![CDATA[
<p>The Sparrow and Standard are "semi-active radar homing missiles", meaning that they have a radar seeker head and no emitter. They require an external illumination radar (from the aircraft or launch platform) to light up their target.<p>The AIM-120 uses a datalink to guide the missile close to the target, after which the missile's internal radar emitter goes active, and the missile locks onto the nearest target that it finds. This is because the radar on the missile is not nearly as powerful as the radar on the aircraft. So it's not truly a "fire and forget" missile, at least if a high probability of kill is desired. I believe the Phoenix is similar.</p>
]]></description><pubDate>Wed, 18 Jun 2014 00:43:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=7907953</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=7907953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7907953</guid></item><item><title><![CDATA[New comment by bobmoretti in "What's New in Mercurial 3.0"]]></title><description><![CDATA[
<p>The advantage of changeset evolution is obvious to me. But as a longtime Mercurial user, I don't grok the benefit of bookmarks. Do you have a simple example where a bookmark is more useful than a permanent branch?</p>
]]></description><pubDate>Tue, 29 Apr 2014 23:48:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=7670686</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=7670686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7670686</guid></item><item><title><![CDATA[New comment by bobmoretti in "What’s New In Python 3.4"]]></title><description><![CDATA[
<p>I'm still on Python 2.7. I've built up a lot of infrastructure at work surrounding the "scipy stack".<p>Are there any major libraries that have not yet been ported to Python 3? I'd be interested to hear about others' experiences making the plunge.</p>
]]></description><pubDate>Sun, 20 Oct 2013 22:32:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=6581837</link><dc:creator>bobmoretti</dc:creator><comments>https://news.ycombinator.com/item?id=6581837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6581837</guid></item></channel></rss>