<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: archivator</title><link>https://news.ycombinator.com/user?id=archivator</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 31 May 2026 18:12:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=archivator" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by archivator in "DeepFlow – open-source eBPF Distributed Tracing"]]></title><description><![CDATA[
<p>Take a look at Core Feature #2 in this post - <a href="https://deepflow.io/ebpf-the-key-technology-to-observability/#0x2-Three-Core-Features-of-DeepFlow-Based-on-eBPF" rel="nofollow">https://deepflow.io/ebpf-the-key-technology-to-observability...</a><p>It looks like it's using tcp flow tuple + tcp_seq to join things.</p>
]]></description><pubDate>Tue, 09 Jan 2024 22:09:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38932933</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=38932933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38932933</guid></item><item><title><![CDATA[New comment by archivator in "DWARF-Based Stack Walking Using eBPF"]]></title><description><![CDATA[
<p>I'd love to see a size comparison of the DWARF encoding vs the binary search map. I have a strong suspicion that there's a neat perfect hash solution to this problem - perfect hashes can encode keys in single digit #bits, and you get faster lookups.</p>
]]></description><pubDate>Tue, 29 Nov 2022 20:46:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=33793051</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=33793051</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33793051</guid></item><item><title><![CDATA[New comment by archivator in "Show HN: Porting OpenBSD Pledge() to Linux"]]></title><description><![CDATA[
<p>> Note that seccomp has limited visibility into recvmsg / sendmsg args because bpf can't dereference syscall arg pointers.<p>BPF programs attached to syscalls (via kprobe or fentry) <i>can</i> read arguments via helpers (bpf_probe_read_{user,kernel}). Seccomp uses "classic BPF" which has no concept of helpers or calls.</p>
]]></description><pubDate>Thu, 14 Jul 2022 20:48:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=32101267</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=32101267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32101267</guid></item><item><title><![CDATA[New comment by archivator in "Microsoft and Apple wage war on gadget right-to-repair laws"]]></title><description><![CDATA[
<p>The FDA's report on third party servicing says this:<p>> The currently available objective evidence is not sufficient to conclude whether or not there is a 
widespread public health concern related to servicing, including by third party servicers, of 
medical devices that would justify imposing additional/different, burdensome regulatory 
requirements at this time. Rather, the objective evidence indicates that many OEMs and third party entities provide high 
quality, safe, and effective servicing of medical devices.<p><a href="https://www.fda.gov/media/113431/download" rel="nofollow">https://www.fda.gov/media/113431/download</a><p>From my personal experience poking at a CPAP machine, there's nothing magical about it. All the sensors and active elements I could track down are available from the respective manufacturers in large quantities. The CPU is a freaking off the shelf STM32F4 with the jtag header still on the board. This is not some impossible to debug hyper-integrated design.</p>
]]></description><pubDate>Sat, 22 May 2021 00:41:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=27241967</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=27241967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27241967</guid></item><item><title><![CDATA[On Signals]]></title><description><![CDATA[
<p>Article URL: <a href="http://delyan.me/code-review-signals/">http://delyan.me/code-review-signals/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18321928">https://news.ycombinator.com/item?id=18321928</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 28 Oct 2018 18:06:24 +0000</pubDate><link>http://delyan.me/code-review-signals/</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=18321928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18321928</guid></item><item><title><![CDATA[“It was a frat house”]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nytimes.com/2017/09/12/technology/sofi-chief-executive-toxic-workplace.html">https://www.nytimes.com/2017/09/12/technology/sofi-chief-executive-toxic-workplace.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15250920">https://news.ycombinator.com/item?id=15250920</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 14 Sep 2017 18:21:08 +0000</pubDate><link>https://www.nytimes.com/2017/09/12/technology/sofi-chief-executive-toxic-workplace.html</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=15250920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15250920</guid></item><item><title><![CDATA[New comment by archivator in "Why Google Pixel lags 10x more than Moto Z"]]></title><description><![CDATA[
<p>That's fair, it's a better state than the previous attempts.<p>Still, it's not as tested as, say btrfs and ext4. Can't wait to see its particular quirks.</p>
]]></description><pubDate>Mon, 12 Dec 2016 20:26:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=13161603</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=13161603</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13161603</guid></item><item><title><![CDATA[New comment by archivator in "Why Google Pixel lags 10x more than Moto Z"]]></title><description><![CDATA[
<p>Except that's not how class linking works on Android :)<p>In particular, everything is compiled down to lookup tables and hash tables within each odex/oat. Your point still stands but the hit is much lower than you would think and given the slow speed of the superfluous reads, it ends up being a net positive for A LOT of cases.</p>
]]></description><pubDate>Mon, 12 Dec 2016 20:23:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=13161573</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=13161573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13161573</guid></item><item><title><![CDATA[New comment by archivator in "Why Google Pixel lags 10x more than Moto Z"]]></title><description><![CDATA[
<p>This articles conflates a lot of things but it also has the priorities somewhat wrong.<p>1) fsync cost. Yes, fsyncs are dangerously slow in any Android app. (SQLite for example is a common culprit. Shared Prefs are another). HOWEVER, it's possible that flushes cause reads to be queued behind them (either in the kernel or on the device itself) which is even worse because<p>2) Random read cost is super super important. Android mmap's literally everything and demand paging is particularly common AND horrendous as a workflow. To add insult to injury, Android does not madvise the byte code or the resources as MADV_RANDOM, so read-ahead (or read-around) kicks in and you end up paging in 16KB-32KB where you only wanted 4KB.<p>Also, history has shown custom flash-based file system on Android to be a world of pain. yaffs, jffs have some pretty atrocious bugs/quirks. I'd much rather see the world unify on common file systems, optimized for flash-like storage, rather than OEMs shipping their own in-house broken file "systems" (I'm looking at you, Samsung).</p>
]]></description><pubDate>Mon, 12 Dec 2016 10:31:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=13157092</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=13157092</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13157092</guid></item><item><title><![CDATA[New comment by archivator in "More Than 1M Google Accounts Breached by Gooligan"]]></title><description><![CDATA[
<p>> and in a mobile device OS and application SW are tightly coupled<p>I call bullshit. There's no reason Google can't update everything AOSP-y in /system - libc, libart, libwebkit etc.<p>> Google (and Apple and Microsoft) can totally do it for devices that manufactures and maintains on its own<p>That's a low bar. When you buy a Dell laptop, you continue to receive updates from Microsoft. This is the bar we should hold Google to.<p>As for the certification process, surely having one update that ships to N models is easier to test than N updates shipping to N models?</p>
]]></description><pubDate>Wed, 30 Nov 2016 18:30:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=13073285</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=13073285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13073285</guid></item><item><title><![CDATA[San Francisco’s Biggest Taxi Operator Seeks Bankruptcy Protection]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.wsj.com/articles/san-franciscos-biggest-taxi-operator-seeks-bankruptcy-protection-1453677177">http://www.wsj.com/articles/san-franciscos-biggest-taxi-operator-seeks-bankruptcy-protection-1453677177</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=10965347">https://news.ycombinator.com/item?id=10965347</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 Jan 2016 03:10:38 +0000</pubDate><link>http://www.wsj.com/articles/san-franciscos-biggest-taxi-operator-seeks-bankruptcy-protection-1453677177</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=10965347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10965347</guid></item><item><title><![CDATA[New comment by archivator in "The Secret Ingredient in Orange Juice"]]></title><description><![CDATA[
<p>Trader Joe's has Unpasteurized Orange Juice which <i>does</i> taste like freshly squeezed juice. I wonder how real <i>that</i> is.</p>
]]></description><pubDate>Thu, 26 Nov 2015 21:00:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=10634699</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=10634699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10634699</guid></item><item><title><![CDATA[New comment by archivator in "Signal for Android: RedPhone and TextSecure in one app"]]></title><description><![CDATA[
<p>Last I looked, no, but the immediate cause of nondeterminism I saw was the zip entry timestamps in the apk. I didn't bother looking further down the chain.</p>
]]></description><pubDate>Tue, 03 Nov 2015 16:15:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=10500502</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=10500502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10500502</guid></item><item><title><![CDATA[New comment by archivator in "Harvey's Casino Bomb"]]></title><description><![CDATA[
<p>Damn Interesting did a full episode on the entire event - <a href="http://www.damninteresting.com/the-zero-armed-bandit/" rel="nofollow">http://www.damninteresting.com/the-zero-armed-bandit/</a><p>It's really fascinating stuff.</p>
]]></description><pubDate>Wed, 02 Sep 2015 17:29:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=10160728</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=10160728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10160728</guid></item><item><title><![CDATA[Managing Unconcious Bias]]></title><description><![CDATA[
<p>Article URL: <a href="http://managingbias.fb.com/">http://managingbias.fb.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=9963327">https://news.ycombinator.com/item?id=9963327</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 28 Jul 2015 17:57:16 +0000</pubDate><link>http://managingbias.fb.com/</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=9963327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9963327</guid></item><item><title><![CDATA[New comment by archivator in "Docker GitLab"]]></title><description><![CDATA[
<p>I love how much longer the documentation is than the actual file. That said, I'm also somewhat wary of using forked pgsql and ubuntu images.</p>
]]></description><pubDate>Sat, 25 Apr 2015 00:56:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=9436729</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=9436729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9436729</guid></item><item><title><![CDATA[New comment by archivator in "Oxford University: How do you design the library of the future?"]]></title><description><![CDATA[
<p>The Bod and in general the wider library system in Oxford (over 120 libraries!) was easily the best part of my undergrad academic life there. Having a dedicated space for studying, open 24/7, within 20m of my room was absolutely liberating and fundamental to the experience.<p>I sometimes wonder whether I should continue my education somewhere like Oxford, just so I can experience the focused concentration of a library again.</p>
]]></description><pubDate>Sat, 28 Mar 2015 17:22:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=9282071</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=9282071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9282071</guid></item><item><title><![CDATA[New comment by archivator in "Unreal Engine 4 is now available to everyone for free"]]></title><description><![CDATA[
<p>This is my favorite Unreal 4 demo - <a href="https://www.youtube.com/watch?v=MOvfn1p92_8" rel="nofollow">https://www.youtube.com/watch?v=MOvfn1p92_8</a> (sadly missing the wonderful quote "I light my level by dropping a sun in.")<p>I'm completely in awe of the feedback loop here. It even compiles and swaps code while you're in the game!</p>
]]></description><pubDate>Mon, 02 Mar 2015 20:04:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=9133988</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=9133988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9133988</guid></item><item><title><![CDATA[New comment by archivator in "Ask HN: How do you sell the software of a failed business?"]]></title><description><![CDATA[
<p>It was meant to be hotels in a single country, it's still operational at <a href="http://bookinbulgaria.com" rel="nofollow">http://bookinbulgaria.com</a><p>In this business, the big competitors all reserve a bunch of rooms in the hotels and manage their booking themselves. The hotel is then not allowed to touch these rooms.<p>The model here was to give the hotels a reception-desk piece of software and have them use it to maintain availability. A lot of the hotels that signed up had nothing like this, so it was definitely a win for them. Armed with exact availability, you can have a much better booking system (and of course, if the hotel only wanted to give you a chunk of their rooms, they're perfectly capable of doing that).<p>Hotels can sign up on their own (including local bank details, etc) and just need to be reviewed before showing up on the site. It supports i18n, scheduled payments, lots of bells and whistles.<p>The fact of the matter is that this failed because of market reasons (too small a market, dominated by big players, primarily) but it may have a niche somewhere else on this planet. :)</p>
]]></description><pubDate>Sun, 27 Jul 2014 22:14:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=8094163</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=8094163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8094163</guid></item><item><title><![CDATA[Ask HN: How do you sell the software of a failed business?]]></title><description><![CDATA[
<p>Hello,<p>My parents attempted running a holiday-booking venture that didn't go anywhere. In the process, they had a fairly advanced web app built with things like custom refund policies and self-service registration for the hotels.<p>This web app cost a lot and it would be nice to get back some of that money, so how would you go about recovering the cost?<p>Any failed business sale forums I don't know about?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=8093796">https://news.ycombinator.com/item?id=8093796</a></p>
<p>Points: 51</p>
<p># Comments: 22</p>
]]></description><pubDate>Sun, 27 Jul 2014 19:57:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=8093796</link><dc:creator>archivator</dc:creator><comments>https://news.ycombinator.com/item?id=8093796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8093796</guid></item></channel></rss>