<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: _fbpt</title><link>https://news.ycombinator.com/user?id=_fbpt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 11 Jun 2026 03:43:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=_fbpt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by _fbpt in "The Polygons of Another World: Atari Jaguar"]]></title><description><![CDATA[
<p>The URL links to the #back_1 anchor/id and ends up half a page down.</p>
]]></description><pubDate>Fri, 13 Mar 2020 22:20:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=22571379</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22571379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22571379</guid></item><item><title><![CDATA[New comment by _fbpt in "Building Spectro: a Real-Time WebGL audio spectrogram visualizer"]]></title><description><![CDATA[
<p>> The signal will continue over the seam between two windows, meaning you will cut the wave in the signal "in half".<p>You can window the wavelet, then slide the finite-duration wavelet by a few samples at a time, even if the wavelet is hundreds to thousands of samples long. This is possible in STFT as well (each part of the original signal shows up in many separate FFTs).<p>Again, I don't know the implementation details of wavelet transforms. Maybe I'll look into your repo when I have time. What's your asymptotic and practical runtime?</p>
]]></description><pubDate>Sun, 08 Mar 2020 21:45:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=22520830</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22520830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22520830</guid></item><item><title><![CDATA[New comment by _fbpt in "Building Spectro: a Real-Time WebGL audio spectrogram visualizer"]]></title><description><![CDATA[
<p>I'm more familiar with Fourier transforms and have limited experience with wavelets. But if each wavelet intrinsically falls off at a Gaussian curve, cutting it off (possibly with a window) at 3-4 sigmas won't change the wavelet substantially. Maybe for some use cases, the wavelet will be narrower at high frequencies (short delay), and wider at low frequencies (high delay). I don't know how you'd perform incremental updates of a plot drawn with non-uniform delays though...</p>
]]></description><pubDate>Sat, 07 Mar 2020 12:26:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=22511241</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22511241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22511241</guid></item><item><title><![CDATA[New comment by _fbpt in "Building Spectro: a Real-Time WebGL audio spectrogram visualizer"]]></title><description><![CDATA[
<p>Your repo and tutorial are really cool! But do you have any sort of interactive "out-of-the-box" demo that doesn't require me to write code to call the library (online or downloadable)?</p>
]]></description><pubDate>Sat, 07 Mar 2020 01:21:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=22509041</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22509041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22509041</guid></item><item><title><![CDATA[New comment by _fbpt in "Clojure: A Lisp that wants to spread"]]></title><description><![CDATA[
<p>> A 64-bit capable JDK currently ignores this option and instead uses the Java Hotspot Server VM.</p>
]]></description><pubDate>Mon, 02 Mar 2020 01:44:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=22460874</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22460874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22460874</guid></item><item><title><![CDATA[New comment by _fbpt in "Show HN: A first project in Rust – in-memory order book"]]></title><description><![CDATA[
<p>Is wrapping a String in a semi-opaque newtype (or a type alias at least) good to encode the semantic meaning of the string type?</p>
]]></description><pubDate>Sat, 22 Feb 2020 13:35:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=22390906</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22390906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22390906</guid></item><item><title><![CDATA[New comment by _fbpt in "Move, simply"]]></title><description><![CDATA[
<p>Is the intention of std::move<unique_ptr> that the "moved-from" pointer no longer has its destructor run?<p>What if you move a unique_ptr from a std::vector? You don't know which elements of the vector need to have their destructors run.<p>I think Rust unconditionally doesn't run the destructor of a moved-from Box, but uses drop flags for "maybe-moved-from" local variables, and doesn't allow maybe-moved-from Vec elements.</p>
]]></description><pubDate>Tue, 18 Feb 2020 01:26:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=22352628</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22352628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22352628</guid></item><item><title><![CDATA[New comment by _fbpt in "SciPy 1.0: fundamental algorithms for scientific computing in Python"]]></title><description><![CDATA[
<p>I agree with your comment to some extent. I'm kinda allergic to writing loops, even in C++ where it's the best solution.<p>On the other hand, in C++, hand-rolled matrix multiplication is both slower and an order of magnitude less accurate than MKL (or possibly OpenBLAS too).</p>
]]></description><pubDate>Tue, 11 Feb 2020 07:58:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=22296862</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22296862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22296862</guid></item><item><title><![CDATA[New comment by _fbpt in "The Shadow Inc. app that failed in Iowa last night"]]></title><description><![CDATA[
<p>In particular it looks like Firefox Fenix/Preview (or possibly Reference Browser), not Fennec (regular Android). Only Fenix and Reference have bottom URL/tab bars. Fenix has a purple "Try Again" button, I don't know about Reference Browser, and Fennec has a gray button.<p>One possible issue is that Fennec/Fenix doesn't open http URLs in external apps by default (unsure about custom protocols), whereas Chrome does.</p>
]]></description><pubDate>Wed, 05 Feb 2020 06:05:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=22244399</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22244399</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22244399</guid></item><item><title><![CDATA[New comment by _fbpt in "Why Discord is switching from Go to Rust"]]></title><description><![CDATA[
<p>Both of these requirements kinda remind me of Microsoft's Verona language.</p>
]]></description><pubDate>Tue, 04 Feb 2020 22:39:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=22241873</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22241873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22241873</guid></item><item><title><![CDATA[New comment by _fbpt in "Deanonymizing Tor Circuits"]]></title><description><![CDATA[
<p>The embedded images are ugly because of the downscaling (the URL contains &size=600).</p>
]]></description><pubDate>Sun, 02 Feb 2020 00:51:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=22214369</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22214369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22214369</guid></item><item><title><![CDATA[New comment by _fbpt in "Why I Keep a Research Blog"]]></title><description><![CDATA[
<p>This seems to be a static site generator.<p><a href="http://gregorygundersen.com/blog/2020/01/12/why-research-blog/" rel="nofollow">http://gregorygundersen.com/blog/2020/01/12/why-research-blo...</a> has a HTTP header last updated on 01/13/2020 04:34:31.<p><a href="http://gregorygundersen.com/blog/2019/12/23/random-fourier-features/" rel="nofollow">http://gregorygundersen.com/blog/2019/12/23/random-fourier-f...</a> is 01/13/2020 04:34:30, or 1 second earlier.<p>Also the source code has a link to <a href="http://gregorygundersen.com/css/markdown.css" rel="nofollow">http://gregorygundersen.com/css/markdown.css</a> which 404's.</p>
]]></description><pubDate>Mon, 13 Jan 2020 14:14:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=22034586</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22034586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22034586</guid></item><item><title><![CDATA[New comment by _fbpt in "Pijul: a distributed version control system, written in Rust (2019)"]]></title><description><![CDATA[
<p><a href="https://github.com/mhagger/git-imerge" rel="nofollow">https://github.com/mhagger/git-imerge</a><p>> Reduce the pain of resolving merge conflicts to its unavoidable minimum, by finding and presenting the smallest possible conflicts: those between the changes introduced by one commit from each branch.<p>I'm not sure this would've helped in my scenario. famitracker had no public repo, and the Qt fork and 0cc-famitracker came from different Git repositories and were rooted in different subdirectories. I created a synthetic Git and Pijul history for the purpose of this merge.<p>But it might be helpful in other situations. I'll look into it.<p>> Allow a merge to be saved, tested, interrupted, published, and collaborated on while it is in progress.<p>This does seem useful.</p>
]]></description><pubDate>Mon, 13 Jan 2020 13:44:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=22034375</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22034375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22034375</guid></item><item><title><![CDATA[New comment by _fbpt in "Pijul: a distributed version control system, written in Rust (2019)"]]></title><description><![CDATA[
<p>About half a year ago, I tried to merge two forks of a single program which had diverged by several years. I tried a Git merge, got halfway through conflict resolution, stashed my current changes and reset my repository, and could not reapply my partial resolution. (The proper approach would've been to manually run `git rerere` without arguments to save the current partial resolution, but I didn't know that).<p>I redid the merge in Pijul. Pijul had a bug causing it to misread the filesystem's execute bit, and no amount of `pijul reset` would fix it. Pijul's merge conflict textual syntax was baffling as well. I think it was a stack which was pushed and popped by >>> and <<< markers, and anything under === was something I should probably remove. In the end, I did succeed in the merge, but reconciling the two projects didn't work out.<p>(FamiTracker was based off the MFC GUI library. It was forked to 0CC-FamiTracker, and another fork ported it to a MFC compatibility layer with a cross-platform Qt backend. The MFC compatibility layer didn't support all the functionality used by 0CC-FamiTracker.)</p>
]]></description><pubDate>Sun, 12 Jan 2020 10:49:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=22025629</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=22025629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22025629</guid></item><item><title><![CDATA[New comment by _fbpt in "I don’t know if whoever flagged the typos in my eBook thought they were helping"]]></title><description><![CDATA[
<p>> Since there was no redline provided, it took my friend hours to go back and fix all of their errors (there were other formatting changes that had to stay, otherwise they could have just reverted to the prior version).<p>Was your friend able to use a program to diff (show all changes between) the two versions, and resolve them? Or was it done by hand?</p>
]]></description><pubDate>Wed, 25 Dec 2019 00:45:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=21875959</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=21875959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21875959</guid></item><item><title><![CDATA[New comment by _fbpt in "This Page is Designed to Last"]]></title><description><![CDATA[
<p>WorldBrain's Memex (<a href="https://addons.mozilla.org/en-US/firefox/addon/worldbrain/" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/worldbrain/</a>) has an option to perform a full-text index (not archive) of bookmarks, or pages you visited for 5 seconds (default) down to 1 second (no option to index all pages). It stores this stuff into a giant Local Storage (etc) database, which Firefox implements as a sqlite file.</p>
]]></description><pubDate>Fri, 20 Dec 2019 02:02:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=21841167</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=21841167</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21841167</guid></item><item><title><![CDATA[New comment by _fbpt in "We 30x'd our Node parallelism"]]></title><description><![CDATA[
<p>When I try to view the image in a new tab, I get:<p>Your client does not have permission to get URL /Iw-RdHoPjbwuSAqJHK3C0Sy8m29NqzeHPtmJ7CVFuYqwr4CbwpGjwn9O4bcDNtCf_hLD4FGc75nkQYnJBgyA-CT2ikBDWQD-nAtqxXa4Lw2yDuh_-ywcsDaer6m4LyVtljwfrajO from this server. (Client IP address: [redacted])<p>Rate-limit exceeded That’s all we know.</p>
]]></description><pubDate>Fri, 13 Dec 2019 16:52:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=21783188</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=21783188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21783188</guid></item><item><title><![CDATA[New comment by _fbpt in "Layered Programming (2013)"]]></title><description><![CDATA[
<p>Fascinating idea. I've definitely written and encountered programs where functions were more complicated than they could've been, in order to support features separate from the "main idea" of the program. Like FPS calculation, Ctrl+C handling, passing intermediate audio data to extra buffers for visualization...<p>Could "splicing in" code it be implemented using aspect-oriented programming frameworks? <a href="https://en.wikipedia.org/wiki/Aspect-oriented_programming" rel="nofollow">https://en.wikipedia.org/wiki/Aspect-oriented_programming</a> I've never used them though.<p>> There's a new constraint that has no counterpart in current programming practice — remove a feature, and everything before it should build and pass its tests:
> build_and_test_until<p>Looks like added tooling is needed, but seems worthwhile.</p>
]]></description><pubDate>Wed, 11 Dec 2019 21:19:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=21766918</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=21766918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21766918</guid></item><item><title><![CDATA[New comment by _fbpt in "O(n^2), again, now in Windows Management Instrumentation"]]></title><description><![CDATA[
<p>When was this story from? From my limited knowledge, I think persistent hashmaps have been available since Clojure 1.0 (2009) or before? (hash-map, <a href="https://clojure.github.io/clojure/clojure.core-api.html#clojure.core/hash-map" rel="nofollow">https://clojure.github.io/clojure/clojure.core-api.html#cloj...</a>).</p>
]]></description><pubDate>Tue, 10 Dec 2019 13:41:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=21752305</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=21752305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21752305</guid></item><item><title><![CDATA[New comment by _fbpt in "A walk through the Magit interface"]]></title><description><![CDATA[
<p>Git Extensions and Git Cola (possibly other GUI clients I haven't used) have the ability to view a diff and stage individual lines from it. Unfortunately they don't let me reorder lines in the diff.</p>
]]></description><pubDate>Mon, 09 Dec 2019 20:46:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=21746357</link><dc:creator>_fbpt</dc:creator><comments>https://news.ycombinator.com/item?id=21746357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21746357</guid></item></channel></rss>