<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: dynode</title><link>https://news.ycombinator.com/user?id=dynode</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Apr 2026 00:52:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dynode" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dynode in "Qwen3-VL can scan two-hour videos and pinpoint nearly every detail"]]></title><description><![CDATA[
<p>Would you be willing to share more details of what you did?</p>
]]></description><pubDate>Wed, 03 Dec 2025 05:09:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46130531</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=46130531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46130531</guid></item><item><title><![CDATA[New comment by dynode in "Power over Ethernet (PoE) basics and beyond"]]></title><description><![CDATA[
<p>Awesome I’m just doing a POE design now.<p>- Was having a conversation today about isolation and grounding for POE (product has a metal case). Do you have a reference? Or standard?<p>- TVS ahead of the bridge right?<p>- Do you have a part recommendation or reference design for ideal diode POE?</p>
]]></description><pubDate>Wed, 22 Oct 2025 03:07:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45664517</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=45664517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45664517</guid></item><item><title><![CDATA[New comment by dynode in "The pro-Israel information war"]]></title><description><![CDATA[
<p>The word genocide was coined for what the Ottomans did to Christians.</p>
]]></description><pubDate>Sat, 23 Dec 2023 23:59:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=38749541</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=38749541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38749541</guid></item><item><title><![CDATA[New comment by dynode in "Show HN: Colors Used by Popular Sites"]]></title><description><![CDATA[
<p>Sure - I think the git repo is dead, I'll resurrect it if you're interested.</p>
]]></description><pubDate>Sun, 11 Sep 2016 18:47:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=12474926</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=12474926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12474926</guid></item><item><title><![CDATA[New comment by dynode in "Show HN: Colors Used by Popular Sites"]]></title><description><![CDATA[
<p>Replying to myself a quote from my article<p>"It’s easy to notice a bug when examining the colors for Google (note, this is normal google.com not a doodle). Notice how the three colors are light gray, dark gray, and white – not the typical red, green, blue, yellow color scheme. Why? Well, when the image screenshot is resized to 320 x 240 pixels for processing, the colors are dithered. The number of pixels in the new image that lie <i>between</i> red, green, blue, yellow and white – the dominant background color – is much larger than the number of pixels that are colored. Because of dithering, those between pixels are closer to shades of gray, than colors, and thus the k-means clustering (with EM) finds shades of gray and white to be the “color of Google”. I’m not sure if this is a bug.. what do you think?"</p>
]]></description><pubDate>Sun, 11 Sep 2016 18:37:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=12474853</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=12474853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12474853</guid></item><item><title><![CDATA[New comment by dynode in "Show HN: Colors Used by Popular Sites"]]></title><description><![CDATA[
<p>Paul, I made something similar - <a href="http://bardagjy.com/?p=1639" rel="nofollow">http://bardagjy.com/?p=1639</a><p>I had the same problem with Javascript so I used I used Selenium to drive Chrome to take a screencap of the page. Then I used K-Means clustering with EM to convert the pages to their constituent colors.<p>I scraped 100 and 1000 of the Alexa top 1M. Cool to see another approach, great work!</p>
]]></description><pubDate>Sun, 11 Sep 2016 18:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=12474831</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=12474831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12474831</guid></item><item><title><![CDATA[New comment by dynode in "Transistor Wall Clock"]]></title><description><![CDATA[
<p>It's not that bad.. typically you use a 32.768kHz ("watch") crystal then divide by 15 to get one second. You can do it with two chips (a bunch of solutions, one is two 7468).</p>
]]></description><pubDate>Wed, 14 Oct 2015 01:46:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=10384552</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=10384552</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10384552</guid></item><item><title><![CDATA[New comment by dynode in "Ask HN: How to read data directly from a flash chip?"]]></title><description><![CDATA[
<p>Some more info - openocd is a not bad open source JTAG server.  <<a href="http://openocd.org/>" rel="nofollow">http://openocd.org/></a><p>The TL866 I suggested does support your part.<p>If you've got the flash in a TSOP - another trick for getting at the flash is to find a FPC cable that has the same pitch as your TSOP and solder it down on the board. FPCs with varying pitches are available at Digikey etc. That way you don't have to remove the flash from the board.</p>
]]></description><pubDate>Sat, 01 Aug 2015 18:44:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=9988194</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=9988194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9988194</guid></item><item><title><![CDATA[New comment by dynode in "Ask HN: How to read data directly from a flash chip?"]]></title><description><![CDATA[
<p>First thing to do is have a look at the datasheet <<a href="http://www.eonssi.com/upfile/p200892917341.pdf>" rel="nofollow">http://www.eonssi.com/upfile/p200892917341.pdf></a>. I was hoping that it'd be SPI or I2C, but it's a big parallel flash, so reading it is going to take some hardware.<p>Comes in two packages a TSOP and a BGA. I'm hoping you have the TSOP. If you've got a TSOP, you can get a socket for it / probe it. You can probably also get a socket for the BGA but you might be paying out the nose.<p>I like the JTAG approach as well. Assuming it's connected to a processor or FPGA that's got boundary scan, even if the rest of the system isn't cooperative you can bitbang the contents of the flash out using the JTAG hardware.<p>The JTAG silicon - even if it's on the same die as the processor / FPGA is totally separate. It's something like a tiny state machine. Read up on it, really powerful. <<a href="https://en.wikipedia.org/wiki/Boundary_scan>" rel="nofollow">https://en.wikipedia.org/wiki/Boundary_scan></a><p>Another option is to transplant the interesting flash from the dead device to an identical working device. Use the working device to read out the contents of the memory. This will require some soldering skills.<p>Or.. you can pull it off the board, and get a programmer. The industry std is Xeltek but they're $$$$. I've got a TL866, works pretty well. <<a href="http://www.eevblog.com/forum/blog/eevblog-411-minipro-tl866-universal-programmer-review/>" rel="nofollow">http://www.eevblog.com/forum/blog/eevblog-411-minipro-tl866-...</a><p>Or.. you can read the datasheet and build yourself something with an arduino. You'll run out of pins though, so maybe a pro? or maybe port expanders.<p>Good luck!</p>
]]></description><pubDate>Sat, 01 Aug 2015 01:47:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=9985500</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=9985500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9985500</guid></item><item><title><![CDATA[New comment by dynode in "The Price of Oil Is About to Blow a Hole in Corporate Accounting"]]></title><description><![CDATA[
<p>Is investing in a company like exxon a good proxy for oil price?</p>
]]></description><pubDate>Mon, 09 Mar 2015 04:03:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=9168969</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=9168969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9168969</guid></item><item><title><![CDATA[New comment by dynode in "Command-line tools can be faster than your Hadoop cluster"]]></title><description><![CDATA[
<p>I use the multiprocessing module in python all the time for quick parallelism <<a href="https://medium.com/@thechriskiehl/parallelism-in-one-line-40e9b2b36148>" rel="nofollow">https://medium.com/@thechriskiehl/parallelism-in-one-line-40...</a> Let's you easily map to multiple cores. I use it a lot for image processing tasks. Quickly crawl through directories to find all the files, then spin up all the cores on my machine to crunch through them. Wish there was an easy way to enlist multiple machines.</p>
]]></description><pubDate>Tue, 20 Jan 2015 17:14:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=8917961</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=8917961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8917961</guid></item><item><title><![CDATA[New comment by dynode in "China collecting Apple iCloud data"]]></title><description><![CDATA[
<p>Do you have any links or sources?<p>I too remember something like that, but was under the impression that CAs are still ok.<p>But of course, judging by the massive downvoting you've gotten, I suppose you're incorrect. I wish those downvoters would explain their viewpoint rather than downvoting...</p>
]]></description><pubDate>Mon, 20 Oct 2014 19:40:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=8484059</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=8484059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8484059</guid></item><item><title><![CDATA[New comment by dynode in "Google May Lead $500M Round in Magic Leap Virtual Reality Tech"]]></title><description><![CDATA[
<p>Doug (the first author of the linked paper) is at Oculus now..</p>
]]></description><pubDate>Tue, 14 Oct 2014 02:27:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=8451659</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=8451659</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8451659</guid></item><item><title><![CDATA[New comment by dynode in "What is a minimum YC application?"]]></title><description><![CDATA[
<p>I agree 50/50 split is best, I agree with most of this [1] article (recently posted on HN) about founder equity.<p>I also agree that choosing non-profit will most likely help our cause, it would take the company in a different direction. This is something we'd prefer to discuss with smarter folks (hence the desire to delay some of these decisions).<p>[1] <<a href="http://www.gravitycomputing.co.nz/joels-totally-fair-method-to-divide-up-the-ownership-of-any-startup/>" rel="nofollow">http://www.gravitycomputing.co.nz/joels-totally-fair-method-...</a></p>
]]></description><pubDate>Tue, 16 Sep 2014 17:23:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=8325649</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=8325649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8325649</guid></item><item><title><![CDATA[What is a minimum YC application?]]></title><description><![CDATA[
<p>A friend and I are submitting a YC application and are starting to discuss things like equity, governance and so on.<p>What is the minimum we need to figure out before applying?<p>If accepted, we'd like to get as much input as possible about those decisions from the mentors at YC.. but we don't want to get dismissed because our corporate structure is half-baked.<p>We're not hopeless to the point that we can't figure out things like founder equity, but we're interested about things like alternate advisory boards, and don't want to make a misstep.<p>As a bonus question, it's unclear if our startup would be best positioned as a for or non-profit company. Is this a decision we could delay until after acceptance?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=8325384">https://news.ycombinator.com/item?id=8325384</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 16 Sep 2014 16:37:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=8325384</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=8325384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8325384</guid></item><item><title><![CDATA[Infection Control for Viral Haemorrhagic Fevers (1998) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.cdc.gov/vhf/abroad/pdf/african-healthcare-setting-vhf.pdf">http://www.cdc.gov/vhf/abroad/pdf/african-healthcare-setting-vhf.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=8322584">https://news.ycombinator.com/item?id=8322584</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 16 Sep 2014 01:30:37 +0000</pubDate><link>http://www.cdc.gov/vhf/abroad/pdf/african-healthcare-setting-vhf.pdf</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=8322584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8322584</guid></item><item><title><![CDATA[New comment by dynode in "Inside Google’s Drone-Delivery Program"]]></title><description><![CDATA[
<p>Hey that's neat. I worked on something similar back in 2009/2010.<p><<a href="http://bardagjy.com/?p=614>" rel="nofollow">http://bardagjy.com/?p=614></a><p>We used a G1 dev phone to fly a 1.5 meter wingspan airplane. We used only sensors in the phone, camera, gps, etc.<p>Honestly it didn't work too well - we needed either a much better model of our airframe, an airspeed (not groundspeed) sensor or an airframe that could power through 10-15 mph winds.<p>In the end however, we demoed waypoint navigation and imaging the waypoint. You text it lat/long and it texts back a picture.<p>We did it as a proof of concept (for an interested govt agency), modern smartphones are neat, but bespoke, real-time hw, with navigation grade sensors are probably an order of magnitude more effective (though an order of magnitude more expensive).<p>Working with android to do robotics was.. interesting. We had to do all sorts of hacking to make the phone behave a little as possible like a phone and more like a real-time controller. What do you do when someone calls the phone while you're flying an airplane? How do you keep the phone application from taking over and exiting out of your navigation app? While the airplane is 1000 ft in the air?</p>
]]></description><pubDate>Fri, 29 Aug 2014 02:20:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=8240856</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=8240856</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8240856</guid></item><item><title><![CDATA[New comment by dynode in "A Laser Message from Space"]]></title><description><![CDATA[
<p>Link to the JPL project page with more detail<p><<a href="http://phaeton.jpl.nasa.gov/external/projects/optical.cfm>" rel="nofollow">http://phaeton.jpl.nasa.gov/external/projects/optical.cfm></a><p>Interestingly this is a Phaeton project. Phaeton projects are designed for early career engineers to jumpstart their experience. Very cool.<p><<a href="http://phaeton.jpl.nasa.gov/external/ProgramOverview/home.cfm>" rel="nofollow">http://phaeton.jpl.nasa.gov/external/ProgramOverview/home.cf...</a></p>
]]></description><pubDate>Mon, 23 Jun 2014 16:15:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=7932729</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=7932729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7932729</guid></item><item><title><![CDATA[New comment by dynode in "Tower 2 Git client is coming"]]></title><description><![CDATA[
<p>I wrote my thesis with latex + git. Merging can sometimes be wonky, but no wonkier than usual.<p>I had my sister review my thesis for grammar and spelling, she doesn't do git, so I checked out a coy in a dropbox folder and shared it with her. She made her edits in the folder, and would send me emails as she finished each chapter. After she finished a chapter I would check in her changes and merge the diffs with FileMerge.<p>Worked pretty well, though we only collaborated on text, I never merged figures or equations. I also had a cron job that would render the head of the master and put it on my website so my advisor and committee members could check in on my progress.</p>
]]></description><pubDate>Fri, 20 Jun 2014 16:34:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=7921431</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=7921431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7921431</guid></item><item><title><![CDATA[New comment by dynode in "Gala Contemplating… by Salvador Dali"]]></title><description><![CDATA[
<p>This effect is also used to generate these images <a href="http://cvcl.mit.edu/hybrid_gallery/stein_series.html" rel="nofollow">http://cvcl.mit.edu/hybrid_gallery/stein_series.html</a><p>From the page "In the eight hybrids arranged above, at a close proximity, you will perceive Albert Einstein. Each image carries a shadow of an ulterior individual as well. Stepping away from the images will reveal eight respective identities of notable figures that exist in the low spatial frequency of the images, and Einstein will slowly disappear. Each hybrid carries a dichotomy of fame arisen from diverse disciplines, and a legendary cognitive intellect. The conversion of which gives rise to unique personalities."</p>
]]></description><pubDate>Wed, 21 May 2014 02:22:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=7776391</link><dc:creator>dynode</dc:creator><comments>https://news.ycombinator.com/item?id=7776391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7776391</guid></item></channel></rss>