<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: tom_mellior</title><link>https://news.ycombinator.com/user?id=tom_mellior</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 15 May 2026 18:29:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tom_mellior" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tom_mellior in "[dead]"]]></title><description><![CDATA[
<p>With HN recently devolving into a propaganda site for the lab leak conspiracy theory, recent UFO mania, and now long-debunked miracle cure truthers making a comeback, I guess this will be my last visit to this site. The chaff is just not worth the wheat anymore. Have fun everyone!</p>
]]></description><pubDate>Fri, 04 Jun 2021 15:44:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=27394779</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27394779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27394779</guid></item><item><title><![CDATA[New comment by tom_mellior in "Jq is rounding 64-bit unsigned integers (2017)"]]></title><description><![CDATA[
<p>Thanks for submitting this interesting issue. Out of interest, what system are you on, and did jq come from a package manager? If you build it from source, it should work: <a href="https://news.ycombinator.com/item?id=27362060" rel="nofollow">https://news.ycombinator.com/item?id=27362060</a></p>
]]></description><pubDate>Tue, 01 Jun 2021 22:41:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=27362402</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27362402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27362402</guid></item><item><title><![CDATA[New comment by tom_mellior in "Jq is rounding 64-bit unsigned integers (2017)"]]></title><description><![CDATA[
<p>For whatever it's worth, on a somewhat-current Linux Mint, with the test from <a href="https://github.com/stedolan/jq/issues/1387" rel="nofollow">https://github.com/stedolan/jq/issues/1387</a>:<p>System jq:<p><pre><code>    $ jq --version
    jq-1.6
    $ echo '{"number":288230376151711744}' | jq '.number'
    288230376151711740
</code></pre>
Fresh compile from source according to the build instructions at <a href="https://github.com/stedolan/jq" rel="nofollow">https://github.com/stedolan/jq</a>:<p><pre><code>    $ ./configure --with-oniguruma=builtin && make -j8
    $ ./jq --version
    jq-1.6-137-gd18b2d0-dirty
    $ echo '{"number":288230376151711744}' | ./jq '.number'
    288230376151711744
</code></pre>
Alternatively:<p><pre><code>    $ ./configure --with-oniguruma=builtin --enable-decnum=no && make -j8
    $ echo '{"number":288230376151711744}' | ./jq '.number'
    288230376151711740
</code></pre>
So the basic bug is fixed, jq has included a bignum library for > 2 years. I don't know if Mint (and thus presumably Ubuntu, and thus possibly Debian) includes an older version of jq or sets nonstandard user-unfriendly flags on purpose, but I'm somewhat underwhelmed in either case.</p>
]]></description><pubDate>Tue, 01 Jun 2021 22:08:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=27362060</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27362060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27362060</guid></item><item><title><![CDATA[New comment by tom_mellior in "Belarus has temporarily banned most of its citizens from leaving"]]></title><description><![CDATA[
<p>> I’ve long thought that a sensible constitutional guarantee would be the right to leave the country at any time.<p>In totalitarian regimes, constitutions aren't worth the pixels they are printed on. Rights guaranteed by laws must be enforced by the judiciary and the executive. But that only happens if (1) cases actually reach a court, (2) that court is independent, and (3) the executive is willing to enforce the court's decisions.<p>Indeed, according to <a href="https://en.m.wikipedia.org/wiki/Constitution_of_Belarus" rel="nofollow">https://en.m.wikipedia.org/wiki/Constitution_of_Belarus</a>, "Citizens [...] have the right to protest against the government." Problem solved?</p>
]]></description><pubDate>Tue, 01 Jun 2021 19:55:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=27360369</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27360369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27360369</guid></item><item><title><![CDATA[New comment by tom_mellior in "Jq is rounding 64-bit unsigned integers (2017)"]]></title><description><![CDATA[
<p>Since jq does something completely different from a browser, it would be reasonable for it to try harder in some respects. A tool that is supposed to pass certain data through unchanged... Should not change that data. <i>Even if</i> we can expect that data to eventually be rounded by the eventual consumer at some later time.</p>
]]></description><pubDate>Tue, 01 Jun 2021 06:36:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=27351310</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27351310</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27351310</guid></item><item><title><![CDATA[New comment by tom_mellior in "[dead]"]]></title><description><![CDATA[
<p>Every enterprise timesheet and expense system I've ever used was a slow, barely usable, confusing disaster. But I don't think that was because the VM failed to pre-allocate memory for some operations.<p>Without the superlatives and strawman attacks and <i>with an actual description of how things should be done instead</i> this would be an interesting read.</p>
]]></description><pubDate>Mon, 31 May 2021 17:29:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=27346339</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27346339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27346339</guid></item><item><title><![CDATA[New comment by tom_mellior in "“Computer science is not about computers”"]]></title><description><![CDATA[
<p>> I believe, computer science is a branch of mathematics that deals with large but finite structures (so they need an algorithmic description).<p>This is a strange claim since the entire field was founded upon the investigation of potentially (and often actually) infinite computations.<p>> Compare with most of "legacy" mathematics, which studies countable structures (so the description can use arbitrary series).<p>Define "most". Do it in a way that makes real and complex analysis and topology (and probably many other branches) the smaller part of mathematics.<p>Most importantly though, my problem with this kind of discussion is that the question itself is meaningless. Not everything can be classified into neat " X is a Y" relationships. Not everything needs to be classified into such relationships. Even if the discussion reached a consensus, that consensus would be meaningless. Computer science is a part of math? OK, but so what? Computer science is not a part of math? OK, but so what? Neither conclusion would tell us anything useful.</p>
]]></description><pubDate>Sun, 30 May 2021 12:54:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=27332883</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27332883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27332883</guid></item><item><title><![CDATA[New comment by tom_mellior in "“Computer science is not about computers”"]]></title><description><![CDATA[
<p>> Turing machines are arbitrary and rather unmathematical.<p>Thus proving the point that a field that studies them cannot be considered a branch of mathematics.</p>
]]></description><pubDate>Sun, 30 May 2021 11:03:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=27332320</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27332320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27332320</guid></item><item><title><![CDATA[New comment by tom_mellior in "Please commit more blatant academic fraud"]]></title><description><![CDATA[
<p>> If I'm reading conference papers, why would I worry about whether one of them is the product of review collusion?<p>Because the one you are reading may have crowded out a better one. Even if the current review system is essentially random, replacing it with something that is essentially a contest of well-connectedness is worse. Young researchers with good ideas but fewer connections, or people from less well-known institutions would have their ideas suppressed.<p>So you should be worrying about stagnation, and about not reading what might actually be new and exciting.</p>
]]></description><pubDate>Sun, 30 May 2021 10:53:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=27332259</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27332259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27332259</guid></item><item><title><![CDATA[New comment by tom_mellior in "Trials begin on lozenge that rebuilds tooth enamel"]]></title><description><![CDATA[
<p>"Diet = dental health" is bullshit. My partner was raised sugar-free and has horrible teeth with many cavities. So does their entire family. I was raised on a diet which included many forms of sweets, and I have never had a cavity. Same for my entire family. Genetics or other biological predisposition seems to be a major factor. Diet might help a <i>bit</i>, but don't expect any magical effects.</p>
]]></description><pubDate>Sat, 29 May 2021 23:11:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=27329040</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27329040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27329040</guid></item><item><title><![CDATA[New comment by tom_mellior in "Embassy Gardens Sky Pool"]]></title><description><![CDATA[
<p>I hate to link to the Daily Mail, but this article actually has plan sketches for the movements that are accommodated in the plan: <a href="https://www.dailymail.co.uk/news/article-8945619/Worlds-transparent-Sky-Pool-London-finally-nears-completion.html" rel="nofollow">https://www.dailymail.co.uk/news/article-8945619/Worlds-tran...</a></p>
]]></description><pubDate>Sat, 29 May 2021 22:00:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=27328580</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27328580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27328580</guid></item><item><title><![CDATA[New comment by tom_mellior in "Embassy Gardens Sky Pool"]]></title><description><![CDATA[
<p>Thanks, I also found <a href="https://www.cnbc.com/2021/04/28/worlds-first-floating-sky-pool-to-open-in-london-in-may.html" rel="nofollow">https://www.cnbc.com/2021/04/28/worlds-first-floating-sky-po...</a>. So, unlike what some of the renderings suggest it's not an "infinity pool" but rather has high glass walls on the sides, which was one of the things I was wondering about. It also has those two... cables? running below that aren't on the renderings.</p>
]]></description><pubDate>Sat, 29 May 2021 21:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=27328564</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27328564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27328564</guid></item><item><title><![CDATA[New comment by tom_mellior in "Embassy Gardens Sky Pool"]]></title><description><![CDATA[
<p><a href="https://www.embassygardens.com/sky-pool/" rel="nofollow">https://www.embassygardens.com/sky-pool/</a> says this is "coming soon". It will be interesting to see how the actual thing will differ from the architects' renderings.</p>
]]></description><pubDate>Sat, 29 May 2021 21:16:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=27328276</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27328276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27328276</guid></item><item><title><![CDATA[New comment by tom_mellior in "Y Combinator backed MMO metaverse game is a blatant scam"]]></title><description><![CDATA[
<p>> I'm not certain whether they intend to allow users to upload their own content, or if UGC actually just means "build structures in game out of built-in assets". I suspect it's actually the latter.<p>The Kickstarter (<a href="https://www.kickstarter.com/projects/playdreamworld/dreamworld-the-last-game-youll-ever-play/description" rel="nofollow">https://www.kickstarter.com/projects/playdreamworld/dreamwor...</a>) says (emphasis mine, also highlighted in the article): "Creator centric crafting economy : Using simple tools and guided by quick tutorials, you can learn how to create your own 3D models for items that you and others might need or want in your builds and adventures. Imbue them with useful function like lighting, extra damage, low weight, knockback, and a plethora of exciting magical properties! Not artistically inclined? <i>Import 3D models from anywhere online</i>, and DreamWorld will help you turn them into exactly what you were looking for."<p>We'll see how much of this actually ships.<p>Thanks for the Second Life information.</p>
]]></description><pubDate>Sat, 29 May 2021 20:42:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=27328103</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27328103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27328103</guid></item><item><title><![CDATA[New comment by tom_mellior in "Future of work will be 5-hour days, 4-day workweek, flexible staggered schedules"]]></title><description><![CDATA[
<p>Newspapers have always had opinion sections.</p>
]]></description><pubDate>Sat, 29 May 2021 19:17:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=27327560</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27327560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27327560</guid></item><item><title><![CDATA[New comment by tom_mellior in "Future of work will be 5-hour days, 4-day workweek, flexible staggered schedules"]]></title><description><![CDATA[
<p>> The key is to require some defined overlap of working hours.<p>Sure, that's not what I'm disputing.<p>> When someone has to wait until the next day to get a response to any blocking questions, work slows to a crawl.<p>Blocking questions should be an absolute exception in any case, even if the person who can answer them is just down the hall. It's on engineering management to organize work and documentation practices so that people can find answers on their own.</p>
]]></description><pubDate>Sat, 29 May 2021 19:14:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=27327535</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27327535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27327535</guid></item><item><title><![CDATA[New comment by tom_mellior in "Future of work will be 5-hour days, 4-day workweek, flexible staggered schedules"]]></title><description><![CDATA[
<p>> Superstar engineer only works a couple hours per day?<p>Replace the superstar with someone working "normal" hours but in a time zone offset by >= 5 hours to your own. You seem to be saying that cooperation with such people cannot work. But that is simply not true, many companies do make it work.<p>Is it always easy? No. But it can work very well.</p>
]]></description><pubDate>Sat, 29 May 2021 17:14:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=27326685</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27326685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27326685</guid></item><item><title><![CDATA[New comment by tom_mellior in "Why Is JRuby Slow?"]]></title><description><![CDATA[
<p>Thinking about this more, we know that the author saw a hot "write" method in the profile <i>for the fast run</i> and doesn't have a profile for the slow run. The slow versions could be spending most of their time in a completely different place.</p>
]]></description><pubDate>Sat, 29 May 2021 16:11:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=27326168</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27326168</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27326168</guid></item><item><title><![CDATA[New comment by tom_mellior in "V8 Sparkplug – A non-optimizing JavaScript compiler"]]></title><description><![CDATA[
<p>By "the entire thing", do you mean an entire file, without knowing if all functions in it will be used? I'm just baffled because there are several posts here from V8 developers, and quotes from the FAQ, saying things of the form "this is like FullCodeGen, except X", and the "X" is never "FullCodeGen was not a JIT". Which suggests to me that the people closest to development of these things don't think of them in the same terms as you do, which is why I'm trying to understand your terms.</p>
]]></description><pubDate>Sat, 29 May 2021 13:42:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=27325140</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27325140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27325140</guid></item><item><title><![CDATA[New comment by tom_mellior in "Y Combinator backed MMO metaverse game is a blatant scam"]]></title><description><![CDATA[
<p>If it's going to be a hodgepodge anyway due to user-generated content, wouldn't that be another argument for <i>not</i> trying too hard to develop their own integrated visual theme?<p>(Not that I think that "user-generated" content will work well. If any of it is owned, or merely claimed to be owned, by litigious copyright holders, that's a good way to get YouTube to ban gameplay videos. There goes your free advertising. I wonder how Second Life deals with this.)</p>
]]></description><pubDate>Sat, 29 May 2021 13:35:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=27325106</link><dc:creator>tom_mellior</dc:creator><comments>https://news.ycombinator.com/item?id=27325106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27325106</guid></item></channel></rss>