<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: iamdanfox</title><link>https://news.ycombinator.com/user?id=iamdanfox</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 10:43:11 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=iamdanfox" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by iamdanfox in "What's new in Gradle 5.0"]]></title><description><![CDATA[
<p>This is a huge achievement - props to the Gradle maintainers for delivering so much with such careful adherence to backcompat! I’ve had two enableFeaturePreview lines in my repos for a few weeks now and it made upgrading to Gradle 5.0 a zero manual action upgrade!</p>
]]></description><pubDate>Mon, 26 Nov 2018 19:20:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=18536026</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=18536026</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18536026</guid></item><item><title><![CDATA[New comment by iamdanfox in "Introducing Conjure, Palantir’s Toolchain for HTTP/JSON APIs"]]></title><description><![CDATA[
<p>We require all teams to use semver and usually define the Conjure API in the same repo as the server that implements it (so they are versioned together). Most of the time teams want to preserve wire-format back compat (i.e. only add optional fields to requests and don’t remove things from responses). Devs are pretty good at this, but we actually run a conjure-backcompat checker as part of CI to catch any unintended breaks they might have missed.<p>When it comes to intentional breaks, teams save up a bunch of carefully documented changes and then tag the next semver major version (i.e. 2.0.0). This is safe to do because all microservices and frontends we build actually contain embedded minimum and maximum version constraints on the backend services they require. Our deployment infrastructure knows about all these constraints and can then ensure that new major releases will only be rolled out in production when all their callers have explicitly declared support.</p>
]]></description><pubDate>Wed, 21 Nov 2018 10:36:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=18501585</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=18501585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18501585</guid></item><item><title><![CDATA[Introducing Conjure, Palantir’s Toolchain for HTTP/JSON APIs]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/palantir/introducing-conjure-palantirs-toolchain-for-http-json-apis-2175ec172d32">https://medium.com/palantir/introducing-conjure-palantirs-toolchain-for-http-json-apis-2175ec172d32</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18494628">https://news.ycombinator.com/item?id=18494628</a></p>
<p>Points: 61</p>
<p># Comments: 10</p>
]]></description><pubDate>Tue, 20 Nov 2018 15:44:32 +0000</pubDate><link>https://medium.com/palantir/introducing-conjure-palantirs-toolchain-for-http-json-apis-2175ec172d32</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=18494628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18494628</guid></item><item><title><![CDATA[New comment by iamdanfox in "Announcing TypeScript 2.0 Beta"]]></title><description><![CDATA[
<p>It's definitely not as elegant as Scala or Haskell, but I think their justification is very reasonable.  The current implementation is maximally compatible with existing usages of tagged unions (e.g. Redux actions), because it allows you to choose whatever discriminant you like ('type', 'kind', whatever).  Keeping very close to JS seems to be a core tenet of TypeScript and is quite valuable in my opinion. It means they can adopt new ECMAScript syntax without clashes and also ensures that newbies have a smaller learning curve.  Also, they can always add in some syntactic sugar later if they want to!</p>
]]></description><pubDate>Mon, 11 Jul 2016 21:25:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=12074812</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=12074812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12074812</guid></item><item><title><![CDATA[New comment by iamdanfox in "How to make the Atom editor transparent"]]></title><description><![CDATA[
<p>I usually want to keep an eye on my Selenium tests so I can debug them if they get stuck.  When I don't have enough space to leave the selenium VNC window open, I put it underneath a semi-transparent terminal window which allows me to keep working.</p>
]]></description><pubDate>Sat, 16 Jan 2016 23:03:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=10917293</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=10917293</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10917293</guid></item><item><title><![CDATA[New comment by iamdanfox in "Zorium v1.0.0 (╯°□°)╯︵ ┻━┻"]]></title><description><![CDATA[
<p>Nicely comprehensive blog post, Zorium looks like it is the result of a lot of hard work!
Since this looks like a serious library (rather than a personal dev exercise), I'm curious about why you decided not to go with React:<p>1. The React source is definitely intimidating - what extensions did you feel it needed?<p>2. Animations are a tough problem, but I was under the impression that the communication isn't usually the problem, it's meshing a declarative representation with a mid-transition DOM. How is the Zorium approach better than the React one?<p>3. Flux, JSX and mixins are all completely optional and not compulsory to write a frontend in React; why did these motivate you to write a new library from scratch?<p>I hope these don't come across too critical, I have a lot of respect for anyone who can even finish a project like this, let alone document it. I've heard lots of good things about React, so I'm curious to hear other perspectives!</p>
]]></description><pubDate>Sun, 24 May 2015 19:56:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=9597345</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9597345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9597345</guid></item><item><title><![CDATA[New comment by iamdanfox in "What is the best way to attract your first 10k users?"]]></title><description><![CDATA[
<p>There are a few interesting answers in the 'Startup Traction' topic on Quora [1].<p>Lots of them mention having a great product that solves a real problem, having a content-rich blog to drive traffic, inviting friends and some PR. (Maybe the friends one isn't so applicable to an ad network!)<p>[1]: <a href="https://www.quora.com/Startup-Traction" rel="nofollow">https://www.quora.com/Startup-Traction</a></p>
]]></description><pubDate>Sun, 24 May 2015 17:09:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=9596798</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9596798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9596798</guid></item><item><title><![CDATA[New comment by iamdanfox in "MenuetOS 1.0 – 1.5 MB OS written entirely in assembly [video]"]]></title><description><![CDATA[
<p>Someone got a Linux image that could run `ls` down to 6.12MB by intercepting file accesses and deleting anything unused... See "How I shrunk a Docker image by 98.8%" (<a href="https://news.ycombinator.com/item?id=9438323" rel="nofollow">https://news.ycombinator.com/item?id=9438323</a>)</p>
]]></description><pubDate>Sun, 24 May 2015 17:00:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=9596769</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9596769</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9596769</guid></item><item><title><![CDATA[New comment by iamdanfox in "Extracting Audio from Pictures"]]></title><description><![CDATA[
<p>There's a gem right at the end from 1878:<p>"Oldest known publication of a recording of recognizable phrases in the English language (“Brown University”; “How do you do?”)"</p>
]]></description><pubDate>Sun, 24 May 2015 16:40:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=9596717</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9596717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9596717</guid></item><item><title><![CDATA[New comment by iamdanfox in "Google Patents DEVIL TOY Which Will BRAINWASH KIDS"]]></title><description><![CDATA[
<p>I was expecting the patent [1] to describe some kind of Amazon Echo, stuffed into a teddy bear with responses and a personality.<p>Instead, it seems to turn the toy into a glorified TV remote that sends "media device commands to a media device, instructing the media device to change state".<p>Shame about the click-baity article, I though this had potential for an interesting discussion about AI around children.<p>[1]: <a href="http://pdfaiw.uspto.gov/.aiw?PageNum=0&docid=20150138333&IDKey=1EF5AB92E988" rel="nofollow">http://pdfaiw.uspto.gov/.aiw?PageNum=0&docid=20150138333&IDK...</a></p>
]]></description><pubDate>Sun, 24 May 2015 16:33:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=9596699</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9596699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9596699</guid></item><item><title><![CDATA[New comment by iamdanfox in "Monitoring tool for the Ripple Network"]]></title><description><![CDATA[
<p>I tried the name `~SnapSwap` to actually get into this app. (I found this from a 'Popular Gateways' page [1].)<p>The blank input field isn't a super friendly way to show people your product if they haven't encountered Ripple before (like myself)... a little blog post about what Ripple is and why you made ledgermonitor would be cool!<p>[1]: <a href="https://ripple.com/knowledge_center/gateway-information/" rel="nofollow">https://ripple.com/knowledge_center/gateway-information/</a></p>
]]></description><pubDate>Sun, 24 May 2015 16:17:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=9596647</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9596647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9596647</guid></item><item><title><![CDATA[New comment by iamdanfox in "ES6 `const` not always immutable"]]></title><description><![CDATA[
<p>This is familiar to programmers who are used to pointers or references. (Java's `final` does the same thing).<p>To prevent changes to an object's properties, you could use `Object.freeze()` instead [1]. NB, this is shallow, so a child object of a frozen object can still have its properties changed.<p>[1]: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...</a></p>
]]></description><pubDate>Sun, 24 May 2015 00:20:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=9594898</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9594898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9594898</guid></item><item><title><![CDATA[Animals, plotted by Intelligence and Tastiness]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.mdaniels.com/animals/">http://www.mdaniels.com/animals/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=9593346">https://news.ycombinator.com/item?id=9593346</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 23 May 2015 16:11:53 +0000</pubDate><link>http://www.mdaniels.com/animals/</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9593346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9593346</guid></item><item><title><![CDATA[New comment by iamdanfox in "Eliminate the Gender Pay Gap by Banning Salary Negotiations"]]></title><description><![CDATA[
<p>A women-in-business non-profit found that Fortune 500 companies with most women board members consistently outperformed those with fewest [1].<p>Market forces should therefore cause the numbers of women board members to increase accordingly, however, "change has occurred at a sluggish pace" [2].<p>The 40% EU objective stipulates that "qualification and merit will remain the key criteria" and will hopefully challenge unconscious biases that may be behind the sluggish progress [3].<p>[1]: <a href="http://www.catalyst.org/knowledge/bottom-line-corporate-performance-and-womens-representation-boards-20042008" rel="nofollow">http://www.catalyst.org/knowledge/bottom-line-corporate-perf...</a><p>[2]: <a href="http://www.ey.com/US/en/Newsroom/News-releases/Women-are-joining-US-corporate-boards-at-an-increasing-rate" rel="nofollow">http://www.ey.com/US/en/Newsroom/News-releases/Women-are-joi...</a><p>[3]: <a href="http://europa.eu/rapid/press-release_IP-12-1205_en.htm" rel="nofollow">http://europa.eu/rapid/press-release_IP-12-1205_en.htm</a></p>
]]></description><pubDate>Sat, 23 May 2015 14:21:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=9592981</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9592981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9592981</guid></item><item><title><![CDATA[New comment by iamdanfox in "Ask HN: How to integrate coding into primary school?"]]></title><description><![CDATA[
<p>I would hesitate to make primary schools kids learn 'coding' because personally, I find the underlying problem solving more inspiring than learning syntax.<p>FIRST Lego League [1] offers a compelling alternative though.  I competed in FLL with a team of other primary school kids and greatly enjoyed designing a robot (with motors and sensors) and then programming it to solve tasks using a drag and drop language.  Each member of our team could focus on the part they enjoyed most rather than everyone sitting in front of the computer.<p>"FLL challenges kids to think like scientists and engineers" and has a glamorous 'World Final' event that is honestly the coolest thing in the world when you're 11.<p>[1]: <a href="http://firstlegoleague.theiet.org/" rel="nofollow">http://firstlegoleague.theiet.org/</a></p>
]]></description><pubDate>Wed, 20 May 2015 11:49:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=9575670</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9575670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9575670</guid></item><item><title><![CDATA[New comment by iamdanfox in "Android Is Peeing on an Apple in Pakistan - Google Maps"]]></title><description><![CDATA[
<p>Otto Lindberg did exactly this to for a whole town in the 1930s!<p>Amazingly, the fake town (called 'Agloe') "became real — and then, strangely, undid itself and became a fantasy again" [1]<p>[1] <a href="http://www.npr.org/blogs/krulwich/2014/03/18/290236647/an-imaginary-town-becomes-real-then-not-true-story" rel="nofollow">http://www.npr.org/blogs/krulwich/2014/03/18/290236647/an-im...</a></p>
]]></description><pubDate>Fri, 24 Apr 2015 13:23:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=9433086</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9433086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9433086</guid></item><item><title><![CDATA[New comment by iamdanfox in "Project Fi by Google"]]></title><description><![CDATA[
<p>I bet there would be a psychological impact. People would curtail their usage and frantically switch antennas on and off, resulting in an overall poor experience.<p>Perhaps having a big allowance in mind just encourages people to use their data!</p>
]]></description><pubDate>Wed, 22 Apr 2015 18:46:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=9422639</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9422639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9422639</guid></item><item><title><![CDATA[New comment by iamdanfox in "Project Fi by Google"]]></title><description><![CDATA[
<p>I often have to manually disconnect from a slow wifi connection and switch to 4G.  Project Fi doing it automatically looks great!<p>Those tariffs seem pretty steep though - I'm getting 3GB of 4G data for £15 a month [1].  Is $50/mo normal in the states?<p>[1]: <a href="https://giffgaff.com/goodybags-4g" rel="nofollow">https://giffgaff.com/goodybags-4g</a></p>
]]></description><pubDate>Wed, 22 Apr 2015 18:42:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=9422603</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9422603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9422603</guid></item><item><title><![CDATA[New comment by iamdanfox in "A blueprint for clearing the skies of space debris"]]></title><description><![CDATA[
<p>Will this be the first spacecraft mounted laser weapon?<p>> "we plan to install a full-scale version on the ISS, incorporating a three-meter telescope and a laser with 10,000 fibers, giving it the ability to deorbit debris with a range of approximately 100 kilometers".</p>
]]></description><pubDate>Mon, 20 Apr 2015 21:15:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=9410924</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9410924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9410924</guid></item><item><title><![CDATA[New comment by iamdanfox in "Gyroscope: A personal site powered by your life"]]></title><description><![CDATA[
<p>Having used both, I personally prefer Strava.  I've found it far better at motivating me to run.  You can compare your performance against other runners along pre-defined segments (e.g. some hill you regularly run).  The two people I've recommended Strava to are now hooked.<p>Their engineers make cool side projects [1] and release interesting new features regularly.<p>[1] <a href="http://labs.strava.com/heatmap/" rel="nofollow">http://labs.strava.com/heatmap/</a></p>
]]></description><pubDate>Thu, 19 Mar 2015 10:20:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=9231027</link><dc:creator>iamdanfox</dc:creator><comments>https://news.ycombinator.com/item?id=9231027</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9231027</guid></item></channel></rss>