<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: memorythought</title><link>https://news.ycombinator.com/user?id=memorythought</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Apr 2026 08:29:19 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=memorythought" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by memorythought in "Linear code is more readable"]]></title><description><![CDATA[
<p>This paper[1] suggests that there is a 50/50 split amongst programmers in the way in which they trace programs:<p>> Given a straight-line program, we find half of our participants traced a program from the top-down line-by-line (linearly), and the other half start at the bottom and trace upward based on data dependencies (on-demand)<p>So it's possible that both viewpoints are correct in some sense and we should pursue languages which allow us to switch between the two viewpoints.<p>[1] <a href="https://arxiv.org/abs/2101.06305" rel="nofollow noreferrer">https://arxiv.org/abs/2101.06305</a></p>
]]></description><pubDate>Fri, 15 Sep 2023 15:36:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=37524647</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=37524647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37524647</guid></item><item><title><![CDATA[New comment by memorythought in "Gordon Moore has died"]]></title><description><![CDATA[
<p>I would be careful applying this one to imposter syndrome. I think of imposter syndrome as a failure to calibrate your expectations of yourself with the reality of what your work requires. Asking yourself what the "real" person would do that you aren't doing seems to me like it would play into that miscalibration. You might be better of asking _someone else_ what your replacement would do.</p>
]]></description><pubDate>Sat, 25 Mar 2023 17:00:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=35304592</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=35304592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35304592</guid></item><item><title><![CDATA[New comment by memorythought in "I wish Asciidoc was more popular"]]></title><description><![CDATA[
<p>I love AsciiDoc and want to use it more. The main problem is, as noted, that it's hard to get this ruby library into whatever platform you want to deploy to. Consequently it's hard to build tooling based on AsciiDoc.<p>I've had a brief play with trying to implement AsciiDoc in Rust (and others have too, see <a href="https://github.com/Veykril/pagliascii">https://github.com/Veykril/pagliascii</a>). I got bored of trying to figure out what the semantics should be by reading the implementation and decided to wait until the upcoming specification effort at <a href="https://asciidoc-wg.eclipse.org/" rel="nofollow">https://asciidoc-wg.eclipse.org/</a> bears fruit, the Zulip seems a bit more active recently</p>
]]></description><pubDate>Mon, 06 Feb 2023 21:16:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=34684482</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=34684482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34684482</guid></item><item><title><![CDATA[New comment by memorythought in "Automerge 2.0"]]></title><description><![CDATA[
<p>This optimization is indeed in the pipeline, although there are other things nearer the front because performance is currently Good Enough ™ that other things are more pressing (other things being e.g. completing the Peritext implementation, improving the sync protocol).</p>
]]></description><pubDate>Tue, 31 Jan 2023 09:19:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=34593055</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=34593055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34593055</guid></item><item><title><![CDATA[New comment by memorythought in "Element (Matrix) launches Chatterbox, end-to-end encrypted embedded chat"]]></title><description><![CDATA[
<p>There are other considerations though aren't there?  Assuming that you trust the hosting entity:<p>* You may not want to trust the hosting entity for all of time. If you trust that E2E is deployed now, then you don't have to trust the future version of the host<p>* You may want additional protection against the host database being compromised. If you trust that E2E is deployed then a compromise of the host would not mean anything for your users privacy</p>
]]></description><pubDate>Fri, 08 Jul 2022 10:16:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=32025151</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=32025151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32025151</guid></item><item><title><![CDATA[New comment by memorythought in "One Way Smart Developers Make Bad Strategic Decisions"]]></title><description><![CDATA[
<p>My reading of Seeing Like A State was not "central planning bad". The author explicitly acknowledges that there are many benefits to what they refer to as "high modernist" projects which we all enjoy on a daily basis. My reading was more that large scale projects designed to entirely change the way something is done in order to make it legible to a central authority necessarily throws away an enormous amount of local information and this leads to a tradeoff. You end up being able to build much bigger systems, but those systems are not as flexible.<p>In the context of microservices that seems like a pertinent point because the purpose of a microservice architecture in the first place is often to allow an organisation to be more flexible and accommodate local knowledge.</p>
]]></description><pubDate>Tue, 08 Mar 2022 16:50:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=30602123</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=30602123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30602123</guid></item><item><title><![CDATA[New comment by memorythought in "CRDTs are the future"]]></title><description><![CDATA[
<p>Im one of the authors of this. Right now the code is very unstable as we're tracking the performance branch of the JS implementation. Once the JS version hits 1.0 I'll be putting a bunch of effort into making the API cleaner and more rusty and documenting things.<p>It does work and can actually be used as a backend for the JS implementation if you use the wasm backend we've built. In fact, this is how we have tested it, by compiling to WASM and running the JS test script against it.</p>
]]></description><pubDate>Mon, 28 Sep 2020 20:05:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=24620723</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=24620723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24620723</guid></item><item><title><![CDATA[Ion – Decentralized Identifiers Developed by Microsoft]]></title><description><![CDATA[
<p>Article URL: <a href="https://techcommunity.microsoft.com/t5/identity-standards-blog/ion-booting-up-the-network/ba-p/1441552">https://techcommunity.microsoft.com/t5/identity-standards-blog/ion-booting-up-the-network/ba-p/1441552</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=23490992">https://news.ycombinator.com/item?id=23490992</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 11 Jun 2020 17:14:32 +0000</pubDate><link>https://techcommunity.microsoft.com/t5/identity-standards-blog/ion-booting-up-the-network/ba-p/1441552</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=23490992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23490992</guid></item><item><title><![CDATA[New comment by memorythought in "Homoiconicity Revisited"]]></title><description><![CDATA[
<p>I read the javascript part as specifically referring to JSON, not to all javascript code.</p>
]]></description><pubDate>Fri, 05 Jun 2020 09:33:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=23426602</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=23426602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23426602</guid></item><item><title><![CDATA[New comment by memorythought in "Automattic invests in Matrix"]]></title><description><![CDATA[
<p>You might be interested in <a href="https://radicle.xyz/" rel="nofollow">https://radicle.xyz/</a></p>
]]></description><pubDate>Thu, 21 May 2020 14:17:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=23258605</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=23258605</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23258605</guid></item><item><title><![CDATA[Reddit community points launches on Ethereum]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.reddit.com/community-points/">https://www.reddit.com/community-points/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=23178227">https://news.ycombinator.com/item?id=23178227</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 14 May 2020 11:33:23 +0000</pubDate><link>https://www.reddit.com/community-points/</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=23178227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23178227</guid></item><item><title><![CDATA[New comment by memorythought in "Conventional Comments"]]></title><description><![CDATA[
<p>papercut?</p>
]]></description><pubDate>Wed, 29 Apr 2020 20:35:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=23023936</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=23023936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23023936</guid></item><item><title><![CDATA[New comment by memorythought in "Secor: A service persisting Kafka logs to S3, GCS and Azure Blob Storage"]]></title><description><![CDATA[
<p>I don't think there's a good connect sink for GCS available under a non commercial license</p>
]]></description><pubDate>Fri, 27 Mar 2020 17:29:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=22704880</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=22704880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22704880</guid></item><item><title><![CDATA[New comment by memorythought in "Firefox for a Better Web offering privacy and faster access to great content"]]></title><description><![CDATA[
<p>How is this trackers buying themselves a free pass? I don't know much about Scroll, their website suggests that they are about paying publishers for content you view, rather than selling your data. Is there something sneaky that they're doing that I'm not aware of?</p>
]]></description><pubDate>Wed, 25 Mar 2020 11:24:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=22683574</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=22683574</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22683574</guid></item><item><title><![CDATA[New comment by memorythought in "A Year of Developer Journals with jrnl.sh"]]></title><description><![CDATA[
<p>True, not particularly difficult. At the moment though I just keep GPG encrypted text files if I handle encryption independently of jrnl then I lose a lot of the value of it like being able to search by tag.<p>There was some discussion of including it here <a href="https://github.com/maebert/jrnl/issues/262" rel="nofollow">https://github.com/maebert/jrnl/issues/262</a> but it looks like they might have decided against it.</p>
]]></description><pubDate>Fri, 01 Dec 2017 15:48:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=15824499</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=15824499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15824499</guid></item><item><title><![CDATA[New comment by memorythought in "A Year of Developer Journals with jrnl.sh"]]></title><description><![CDATA[
<p>Does anyone know of a tool like jrnl.sh that integrates with GPG for encryption?</p>
]]></description><pubDate>Fri, 01 Dec 2017 15:20:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=15824265</link><dc:creator>memorythought</dc:creator><comments>https://news.ycombinator.com/item?id=15824265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15824265</guid></item></channel></rss>