<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: kinofcain</title><link>https://news.ycombinator.com/user?id=kinofcain</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 05:00:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kinofcain" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kinofcain in "China mall introduces 'husband storage' pods for shopping wives"]]></title><description><![CDATA[
<p>In early 2000s a mall in Hamburg did a similar thing, calling it a Männergarten, though theirs had arts and crafts:<p><a href="https://en.m.wikipedia.org/wiki/Männergarten" rel="nofollow">https://en.m.wikipedia.org/wiki/Männergarten</a></p>
]]></description><pubDate>Sun, 16 Jul 2017 16:13:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=14782592</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=14782592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14782592</guid></item><item><title><![CDATA[New comment by kinofcain in "Ask HN: Is a master degree in CS worth it"]]></title><description><![CDATA[
<p>A masters will be a faster, more expensive path.<p>Without a CS degree of some sort you're going to need to prove you can code. Dabbling helps but you'll need to show work experience.<p>Getting work experience without a CS degree likely means taking jobs that aren't otherwise appealing.<p>Contracting or freelance can be a way to get that experience since the bar for proof is often lower, especially when working in non-technical industries.<p>But those are jobs, and they pay money.<p>If you have the financial means and can attend a reputable school, I'd recommend getting the masters, or even a bachelors.<p>Having that degree, and learning what they teach you in a CS program, will help you get a much better job and will help you perform in that job earlier than learning as you go.<p>You're going to need to make the call if you can afford the short term financial hit/investment.</p>
]]></description><pubDate>Sun, 29 Jan 2017 15:37:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=13514542</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13514542</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13514542</guid></item><item><title><![CDATA[New comment by kinofcain in "How to build Apache modules in Swift"]]></title><description><![CDATA[
<p>"P.S.: I'm unsure why anyone would think that this has anything to do with the Objective-C runtime. I guess it may if you pass any kind of ARC objects."<p>Because the comment on the commit that adds this to the swift source states that "It relies on ObjC interop".<p><a href="https://github.com/apple/swift/commit/013aad13d4245a012cfb762b7edccf92013b3609" rel="nofollow">https://github.com/apple/swift/commit/013aad13d4245a012cfb76...</a><p>So maybe not the runtime, per se, but haven't looked into what it's actually generating.</p>
]]></description><pubDate>Fri, 27 Jan 2017 01:22:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=13496983</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13496983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13496983</guid></item><item><title><![CDATA[New comment by kinofcain in "How to build Apache modules in Swift"]]></title><description><![CDATA[
<p>My guess is the former since there aren't any 32 bit Apple platforms anymore.</p>
]]></description><pubDate>Thu, 26 Jan 2017 15:24:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=13492047</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13492047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13492047</guid></item><item><title><![CDATA[New comment by kinofcain in "How to build Apache modules in Swift"]]></title><description><![CDATA[
<p>Exposing a c function from an objective-c file, and then calling into our swift code from there is what we've been doing since before this feature was enabled. That of course also requires the Objective C runtime, but we haven't changed to @_cdecl mainly because I'm more worried about the behavior changing than I am about anyone trying to run our swift code on Linux.<p>Assigning a block to a c function pointer is an interesting alternative, I thought we tried something like that but I can't remember now.<p>Hopefully @_cdecl will become a documented and supported feature.</p>
]]></description><pubDate>Thu, 26 Jan 2017 05:47:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=13489051</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13489051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13489051</guid></item><item><title><![CDATA[New comment by kinofcain in "How to build Apache modules in Swift"]]></title><description><![CDATA[
<p>With regards to being able to call a Swift function from C, stevetrewick pointed me to @_cdecl early last year[0][1][2]:<p><pre><code>    @_cdecl("foobar") public func foobar() {}
</code></pre>
I haven't yet used it in anger, but that will compile in Swift 3.<p>[0]<a href="https://news.ycombinator.com/item?id=11650628" rel="nofollow">https://news.ycombinator.com/item?id=11650628</a><p>[1]<a href="https://github.com/apple/swift/commit/013aad13d4245a012cfb762b7edccf92013b3609" rel="nofollow">https://github.com/apple/swift/commit/013aad13d4245a012cfb76...</a><p>[2]<a href="https://swiftlang.ng.bluemix.net/#/repl/d68be430e72609717f718006aa0ae137eae872ca7a0b7e8141b351770b0c9eac" rel="nofollow">https://swiftlang.ng.bluemix.net/#/repl/d68be430e72609717f71...</a></p>
]]></description><pubDate>Thu, 26 Jan 2017 01:29:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=13487971</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13487971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13487971</guid></item><item><title><![CDATA[New comment by kinofcain in "Netflix Earnings Are Driven by Investment in Original Content"]]></title><description><![CDATA[
<p>it's certainly great news that studios can make money producing high quality content.<p>But this isn't Netflix producing high quality content while the studios lose out. It's Netflix paying the studios for quality content.</p>
]]></description><pubDate>Mon, 23 Jan 2017 05:54:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=13460131</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13460131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13460131</guid></item><item><title><![CDATA[New comment by kinofcain in "Netflix Earnings Are Driven by Investment in Original Content"]]></title><description><![CDATA[
<p>Old media is still producing the content. Netflix doesn't own lots, or cameras, or catering trucks. This is predominantly a change to financing and a change to what type of shows get produced. It's not a change to who produces them.</p>
]]></description><pubDate>Mon, 23 Jan 2017 05:45:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=13460074</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13460074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13460074</guid></item><item><title><![CDATA[New comment by kinofcain in "Netflix Earnings Are Driven by Investment in Original Content"]]></title><description><![CDATA[
<p>What's interesting to me is that while Netflix is often the primary financier, the traditional studios are still the ones producing the content.<p>If Netflix has found a worldwide market for content, that's good news for the studios they're hiring to produce that content.<p>I'm curious if the additional revenue from Netflix, and presumably Amazon, Hulu, and a nervous HBO will be enough to offset the declining revenue from broadcast TV.</p>
]]></description><pubDate>Mon, 23 Jan 2017 05:42:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=13460066</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13460066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13460066</guid></item><item><title><![CDATA[New comment by kinofcain in "Bus Drivers Working in Silicon Valley Struggle to Afford Rent"]]></title><description><![CDATA[
<p>It was happening well before the tech boom. Venice was the last stretch of cheap sand in 200 miles, it was going to gentrify with or without Google or snap or any particular industry.<p>The retail explosion of Abbot Kinney, for example, predates any tech presence. Venice became cool (and safe) and <i>then</i> the tech companies moved in, along with everyone else.</p>
]]></description><pubDate>Sun, 15 Jan 2017 14:21:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=13404071</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13404071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13404071</guid></item><item><title><![CDATA[New comment by kinofcain in "Intel Committee Releases Declassified Snowden Report"]]></title><description><![CDATA[
<p>Back in the '90s some government agency released a redacted report where someone had gone in and drawn black boxes in the PDF file, but the full text was of course still in the underlying data and people were able to get at it relatively easily.<p>EDIT: apparently this has happened repeatedly, according to a quick google search.<p>No doubt some sort of knee jerk process was put in place to ensure that any digital release of redacted documents must be scans of a physically redacted source.<p>Sort of like an analog memory hole.</p>
]]></description><pubDate>Fri, 23 Dec 2016 05:07:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=13242975</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13242975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13242975</guid></item><item><title><![CDATA[New comment by kinofcain in "Hawaii's Final Sugar Cargo Departs Maui Aboard 'Moku Pahu'"]]></title><description><![CDATA[
<p>There are slaughterhouses on multiple islands, and I can't find anything that states building a new one would be illegal.<p>At least on Kauai you can often find local beef, pork, and chicken, though it's still more expensive than meat from the mainland.</p>
]]></description><pubDate>Wed, 21 Dec 2016 20:27:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=13232333</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13232333</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13232333</guid></item><item><title><![CDATA[New comment by kinofcain in "ESPN subscriber losses raise questions about the TV ecosystem"]]></title><description><![CDATA[
<p>Likely because buying the rights to broadcast sports is expensive, free-associating talking heads are cheap, and subscriber revenue is down.<p>It's a vicious cycle.<p>I'm sure they are well aware that they're behind on the transition to streaming but are stuck with long term existing contracts that don't give them the rights they need.<p>The leagues want to go direct when they go streaming. Why would they need ESPN as an aggregator?<p>It's not like Netflix or HBO where you turn it on to browse, you're there to watch a specific game.<p>They're really screwed.</p>
]]></description><pubDate>Sat, 10 Dec 2016 16:00:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=13146217</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13146217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13146217</guid></item><item><title><![CDATA[New comment by kinofcain in "Show HN: GitPlex – A new Git repo management server with code review"]]></title><description><![CDATA[
<p>Yeah, figured as much. Look forward to that.</p>
]]></description><pubDate>Wed, 23 Nov 2016 13:28:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=13022463</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13022463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13022463</guid></item><item><title><![CDATA[New comment by kinofcain in "Show HN: GitPlex – A new Git repo management server with code review"]]></title><description><![CDATA[
<p>Very impressive. This has some features we've been missing in bitbucket/gitlab/github and it looks like the UI is well thought out and still simple.<p>The IDE-like source parsing is interesting, and I disagree with some of the other commenters here that that should only exist in an IDE, but the java limitation makes that just a novelty for us.<p>Particularly though the gerrit-style workflow and the rules engine for permissions is enticing. We'd love to move to something like gerrit but don't want to give up the friendliness of bitbucket/github.<p>Nice job.</p>
]]></description><pubDate>Wed, 23 Nov 2016 12:02:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=13021953</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=13021953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13021953</guid></item><item><title><![CDATA[New comment by kinofcain in "Show HN: Embed HN comments in your website"]]></title><description><![CDATA[
<p>It's <i>how</i> it grows, and whether growth is the priority.<p>Taking the HN comment community out of the context of the site makes it no different than any other drive-by commenting platform.<p>This thought process: "HN Comments are great. I want comments on my site. Other comment systems are terrible. I'll put HN comments on my site". Misses the point of why HN comments are great and why these comments-as-a-platform services have all resulted in the same level of awful, despite repeated and varying attempts to solve the problem.<p>Put a link to HN comments in your footer, bring them here, let the community and the mods help shape the discussion. Don't take the HN conversation out of context and splat it across the web.<p>If you want federated comments, use one of the existing, awful, toxic commenting systems that inevitably result from that sort of usage.</p>
]]></description><pubDate>Tue, 08 Nov 2016 17:01:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=12901876</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=12901876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12901876</guid></item><item><title><![CDATA[New comment by kinofcain in "Show HN: Embed HN comments in your website"]]></title><description><![CDATA[
<p>Can we not do this, please?<p>One of the reasons that HN comment threads are still mostly worthwhile when other sites and comment services are swamp fires is the community that has been built here.<p>That people have to come here to read and reply helps us form that community and our social norms.<p>Sometimes it's ok to remain a small club.</p>
]]></description><pubDate>Tue, 08 Nov 2016 14:48:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=12900630</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=12900630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12900630</guid></item><item><title><![CDATA[New comment by kinofcain in "Tensions Flare in Silicon Valley Over Growth"]]></title><description><![CDATA[
<p>Sure but it's always "medium term": Taxes weren't fixed once, they are fixed at time of house purchase (and some other events).<p>It would only be revenue neutral if they had raised the absolute rates to make up for the fact that an increasing number of people are paying under the current rate.</p>
]]></description><pubDate>Sun, 06 Nov 2016 15:22:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=12885440</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=12885440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12885440</guid></item><item><title><![CDATA[New comment by kinofcain in "Tensions Flare in Silicon Valley Over Growth"]]></title><description><![CDATA[
<p>One of the reasons that cities build office space while ignoring residential is Prop 13 which fixes residential property taxes. Taxes on equivalent office space and the business it generates are a better source of revenue over time for cities than the fixed taxes from housing. This disincentivizes balanced planning.<p>One thing that also should be mentioned: while it's perfectly ok to want your city to stay the same, it's not practical to put the burden of growth on other cities. And it's also not legal. California law actually requires municipalities to plan for and support their share of new housing[1]. Something many cities are not doing.<p>[1] <a href="http://wwwww.ppic.org/content/pubs/report/R_203PLR.pdf" rel="nofollow">http://wwwww.ppic.org/content/pubs/report/R_203PLR.pdf</a></p>
]]></description><pubDate>Sun, 06 Nov 2016 14:33:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=12885224</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=12885224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12885224</guid></item><item><title><![CDATA[New comment by kinofcain in "2016 Rust Commercial User Survey Results"]]></title><description><![CDATA[
<p>Can't argue with anything in that list.<p>I think it would also be useful to survey people who looked into using Rust but decided against using it, as responses from people who suffered through the warts is analogous to looking at the damage to bombers that made it back to base. Still relevant, but not the whole picture.<p>I'd expect to see mobile/cross-compilation (which I know is getting better) to rank pretty high among people who didn't stick with it, but maybe I'm projecting.</p>
]]></description><pubDate>Fri, 04 Nov 2016 20:57:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=12876049</link><dc:creator>kinofcain</dc:creator><comments>https://news.ycombinator.com/item?id=12876049</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=12876049</guid></item></channel></rss>