chosen
int64
353
41.8M
rejected
int64
287
41.8M
chosen_rank
int64
1
2
rejected_rank
int64
2
3
top_level_parent
int64
189
41.8M
split
large_stringclasses
1 value
chosen_prompt
large_stringlengths
236
19.5k
rejected_prompt
large_stringlengths
209
18k
36,022,769
36,020,842
1
2
36,019,485
train
<story><title>Dolphin Emulator: Progress Report February, March, and April 2023</title><url>https://dolphin-emu.org/blog/2023/05/21/dolphin-progress-report-february-march-april-2023/</url></story><parent_chain><item><author>jsheard</author><text>The more likely avenue is they continue to use commodity hardware, but keep refining their security model to make it harder to dump and decrypt the games in the first place. They got &lt;i&gt;really&lt;/i&gt; close to nailing it with the Switch, but were undone by the Tegra bootloader exploit completely and irrevocably breaking the root of trust on early batches, however beyond that one bug the systems security has held up extremely well. No firmware released in the last five years has been jailbroken without leveraging the bootloader exploit, which is desirable since only Switches sold in the first year or so of release are vulerable to the bootloader bug, and none of the versions with upgraded specs (die shrunk original model, OLED model, lite model) are vulnerable.&lt;p&gt;If they manage to avoid a repeat of the bootloader exploit next time, it&amp;#x27;s going to be an uphill struggle more akin to attacking the Playstation and Xbox.</text></item><item><author>no_time</author><text>Even Nintendo isn&amp;#x27;t petty enough to sink billions into R&amp;amp;D&amp;#x27;ing a novel architecture to ruin the prospect of emulation for a couple a few hundred thousand people at most.</text></item><item><author>rottencupcakes</author><text>So is Yuzu, which nearly flawlessly emulates the switch and whose community had the new Zelda game running before the game even launched.&lt;p&gt;I wonder if Nintendo cares enough to do something differently with future consoles - nobody is able to emulate playstation games well, even many generations ago.</text></item><item><author>zelphirkalt</author><text>Dolphin is amazing. I remember its progress performance-wise. It used to use multiple cores at high load, which to me was understandable, because it emulated a gamecube after all. But at some point they found some intermediate language optimization and performance became superb. I was then able to run it on a nowadays rather weak laptop at low cpu load to play Metroid Prime flawlessly.</text></item></parent_chain><comment><author>kevincox</author><text>&amp;gt; No firmware released in the last five years has been jailbroken without leveraging the bootloader exploit&lt;p&gt;It&amp;#x27;s worth noting that the desire to break these firmwares are much lower since the bootloader exploit exists. I&amp;#x27;m sure people would be looking much harder otherwise.</text></comment>
<story><title>Dolphin Emulator: Progress Report February, March, and April 2023</title><url>https://dolphin-emu.org/blog/2023/05/21/dolphin-progress-report-february-march-april-2023/</url></story><parent_chain><item><author>jsheard</author><text>The more likely avenue is they continue to use commodity hardware, but keep refining their security model to make it harder to dump and decrypt the games in the first place. They got &lt;i&gt;really&lt;/i&gt; close to nailing it with the Switch, but were undone by the Tegra bootloader exploit completely and irrevocably breaking the root of trust on early batches, however beyond that one bug the systems security has held up extremely well. No firmware released in the last five years has been jailbroken without leveraging the bootloader exploit, which is desirable since only Switches sold in the first year or so of release are vulerable to the bootloader bug, and none of the versions with upgraded specs (die shrunk original model, OLED model, lite model) are vulnerable.&lt;p&gt;If they manage to avoid a repeat of the bootloader exploit next time, it&amp;#x27;s going to be an uphill struggle more akin to attacking the Playstation and Xbox.</text></item><item><author>no_time</author><text>Even Nintendo isn&amp;#x27;t petty enough to sink billions into R&amp;amp;D&amp;#x27;ing a novel architecture to ruin the prospect of emulation for a couple a few hundred thousand people at most.</text></item><item><author>rottencupcakes</author><text>So is Yuzu, which nearly flawlessly emulates the switch and whose community had the new Zelda game running before the game even launched.&lt;p&gt;I wonder if Nintendo cares enough to do something differently with future consoles - nobody is able to emulate playstation games well, even many generations ago.</text></item><item><author>zelphirkalt</author><text>Dolphin is amazing. I remember its progress performance-wise. It used to use multiple cores at high load, which to me was understandable, because it emulated a gamecube after all. But at some point they found some intermediate language optimization and performance became superb. I was then able to run it on a nowadays rather weak laptop at low cpu load to play Metroid Prime flawlessly.</text></item></parent_chain><comment><author>godzillabrennus</author><text>A I understand it, the PS3, Xbox 360, and PS4 have been broken by hackers. The Xbox opened its platform to unsigned code removing a big incentive for hackers to break the system. I’m expecting the PS5 to be hacked first.</text></comment>
33,789,550
33,789,269
1
2
33,788,013
train
<story><title>A Compiler Writing Journey</title><url>https://github.com/DoctorWkt/acwj</url></story><parent_chain></parent_chain><comment><author>obi1kenobi</author><text>This repo is great! Always nice to see an end-to-end compiler example for a real programming language.&lt;p&gt;Unfortunately, real programming languages are very complex, so writing compilers often gets bogged down in complexity, edge cases, and &amp;quot;mop up&amp;quot; work. Often it can be better to learn on a simpler language where you can afford more focus and more depth before things get too complex.&lt;p&gt;Most &amp;quot;write a compiler&amp;quot; tutorials end up focusing predominantly on having a &lt;i&gt;working&lt;/i&gt; compiler rather than one that produces well-optimized code. I decided to write a blog series dedicated specifically to implementing compiler optimizations for a simpler programming language -- the one from last year&amp;#x27;s Advent of Code day 23.&lt;p&gt;It&amp;#x27;s called Compiler Adventures and every episode in the series describes and implements a new optimization, like no-op elimination (ep. 1), constant propagation (ep. 2), value numbering (ep. 3), value range analysis (ep. 4, coming out in a few days), etc.&lt;p&gt;Check it out here: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;predr.ag&amp;#x2F;blog&amp;#x2F;compiler-adventures-part1-no-op-instructions&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;predr.ag&amp;#x2F;blog&amp;#x2F;compiler-adventures-part1-no-op-instru...&lt;/a&gt;</text></comment>
<story><title>A Compiler Writing Journey</title><url>https://github.com/DoctorWkt/acwj</url></story><parent_chain></parent_chain><comment><author>hardwaregeek</author><text>Always nice to see compiler tutorials that extend beyond the common &amp;quot;compile a calculator to a stack machine&amp;quot; genre.&lt;p&gt;I&amp;#x27;ve recently restarted writing a compiler for fun and I&amp;#x27;ve found that the hardest part is actually psychological. There&amp;#x27;s so much stuff I want to put into the compiler and language, so I often end up a little overwhelmed. When that happens it&amp;#x27;s important to just focus on the code and get something done.&lt;p&gt;It&amp;#x27;s also very easy to get myself into a rabbit hole, i.e. I&amp;#x27;m using tree-sitter as my parser, but tree-sitter isn&amp;#x27;t designed to be used as a compiler front end, but hmm what if it was, maybe I should write something that automatically translates tree-sitter grammars to Rust AST definitions so that I don&amp;#x27;t have to manually convert a tree-sitter CST to an AST? Sure, I could go down that path, or I could bite the bullet and manually convert the tree.&lt;p&gt;Compilers are great exercises in scoping and prioritization because there&amp;#x27;s so damn many of these rabbit holes.</text></comment>
14,268,681
14,268,407
1
2
14,264,189
train
<story><title>Build yourself a Linux</title><url>https://github.com/MichielDerhaeg/build-linux</url></story><parent_chain><item><author>djsumdog</author><text>Back in 2002 I ran LFS for a semester and a half. Then I got tired of saving all my .&amp;#x2F;configure flags and switch to Redhat and gained a respect for package management. :-P Eventually I started using Gentoo.&lt;p&gt;Still, I&amp;#x27;m really glad I built and ran an LFS for nearly a year. It helped me build a really in-dept knowledge of Linux that&amp;#x27;s helped me as I later moved into embedded development.&lt;p&gt;Today I still use Gentoo (which feels like LFS with package management) and Void and would recommend either for Linux devs.</text></item><item><author>digi_owl</author><text>Both this and LFS reminds me that Linux makes sense until you get the DEs involved. At that point shit just sprawls all over the place as there are no longer any notion of layers.</text></item></parent_chain><comment><author>vbezhenar</author><text>I did exactly the same in 2005. I even wrote my own init scripts, so I really understood a lot what&amp;#x27;s going on at startup time. Linux was quite simple at that time. I could write my own init, if I wanted. Unfortunately now this knowledge is obsolete. Systemd is a complex beast which uses a lot of arcane techniques, I&amp;#x27;m hardly understanding it. chroot was a really simple concept, but nowadays people use containers, and they are much more complex than chroot. Logging is complicated. In the past I could try to load and then mount partition from livecd or another OS and read logs, now I don&amp;#x27;t know how to do it. Init scripts were simple bash scripts. They were verbose, may be buggy, but after all they were just bash scripts and every Linux user knows bash, so every Linux user could write or modify init script. Now systemd uses its own format, I&amp;#x27;m spending hours every time I need to write new service or timer for RedHat. SELinux is just so complex. I know about UNIX permissions. They are so simple and elegant. I&amp;#x27;m using them everywhere, when I need security. I could explain them in 2 minutes. SELinux has books. I have those books in bookmarks, may be I&amp;#x27;ll read them sometimes. But until then, I just use copy-pasta from internets to solve my tasks, like allow ssh to listen at non-standard port. I don&amp;#x27;t think that it&amp;#x27;s good, that I have to run some random strings on my computer from root without fully understanding what they are doing. SELinux has binary compiled configurations and some encrypted logs for tools to decipher them, what a mess! Sometimes I just disable it to get things done.&lt;p&gt;Don&amp;#x27;t get me wrong. I think that Linux looks more professional, more robust, especially for system administrators, who can devote their lives to learn about those systems. But for hobbyists, who doesn&amp;#x27;t have a lot of time, Linux became much less transparent.&lt;p&gt;May be if I didn&amp;#x27;t have that prior knowledge, it would be easier to learn those things from scratch. But I doubt it.</text></comment>
<story><title>Build yourself a Linux</title><url>https://github.com/MichielDerhaeg/build-linux</url></story><parent_chain><item><author>djsumdog</author><text>Back in 2002 I ran LFS for a semester and a half. Then I got tired of saving all my .&amp;#x2F;configure flags and switch to Redhat and gained a respect for package management. :-P Eventually I started using Gentoo.&lt;p&gt;Still, I&amp;#x27;m really glad I built and ran an LFS for nearly a year. It helped me build a really in-dept knowledge of Linux that&amp;#x27;s helped me as I later moved into embedded development.&lt;p&gt;Today I still use Gentoo (which feels like LFS with package management) and Void and would recommend either for Linux devs.</text></item><item><author>digi_owl</author><text>Both this and LFS reminds me that Linux makes sense until you get the DEs involved. At that point shit just sprawls all over the place as there are no longer any notion of layers.</text></item></parent_chain><comment><author>digi_owl</author><text>I am of two minds about package managers after having used Gobolinux for some years.&lt;p&gt;Because once i got familiar with Gobolinux and how it handles things, i can&amp;#x27;t shake the feel that most package managers introduce as many problems as they solve.&lt;p&gt;The biggest is that while _nix have sonames to handle multiple lib versions installed at the same time, most package managers balk at there being more than one package of a given name installed at the same time (Debian apparently works around this by including soname-like info in the package names).</text></comment>
25,909,216
25,908,758
1
2
25,908,084
train
<story><title>The nihilism of r/wallstreetbets</title><url>https://jeromysonne.com/the-nihilism-of-r-wallstreetbets/</url></story><parent_chain><item><author>vorpalhex</author><text>This post is a great tutorial in why we shouldn&amp;#x27;t derive meaning from expressed language. Imagine if you sat in a room of software engineers and tried to make conclusions about their life views based on their jargon: &amp;quot;I think what they&amp;#x27;re saying is you just need to form a single value store and react to it, dividing life into small composable micro components that are DRY. We can really comprehend how this minimalism impacts engineers...&amp;quot;&lt;p&gt;Language like WSB uses is meant to frustrate outsiders and limit posers. It makes it hard for the media to reprint things that are said, and even if it does, it would be nonsense. That&amp;#x27;s intentional.&lt;p&gt;And yes, there&amp;#x27;s double meanings and jokes to some of this language. Many WSB&amp;#x27;ers comprehend the gambling-esque nature of what they do, and how many of their strategies aren&amp;#x27;t traditionally recommended.</text></item></parent_chain><comment><author>whoknew1122</author><text>Language like WSB uses is meant to amuse edgelords and (hopefully) upset &amp;#x27;normies&amp;#x27;. When normies are offended by cavalier use of slurs and labels (and if you&amp;#x27;re offended, you&amp;#x27;re by definition a normie), the edgelords point and laugh at the normie who doesn&amp;#x27;t share their same nihilistic worldview.&lt;p&gt;WSB is what happens when immature, nihilistic, overly online middle class boys grow up into immature, nihilistic, overly online men-children. The only thing that changed as they aged is now they have to hide their power level while in normie society.</text></comment>
<story><title>The nihilism of r/wallstreetbets</title><url>https://jeromysonne.com/the-nihilism-of-r-wallstreetbets/</url></story><parent_chain><item><author>vorpalhex</author><text>This post is a great tutorial in why we shouldn&amp;#x27;t derive meaning from expressed language. Imagine if you sat in a room of software engineers and tried to make conclusions about their life views based on their jargon: &amp;quot;I think what they&amp;#x27;re saying is you just need to form a single value store and react to it, dividing life into small composable micro components that are DRY. We can really comprehend how this minimalism impacts engineers...&amp;quot;&lt;p&gt;Language like WSB uses is meant to frustrate outsiders and limit posers. It makes it hard for the media to reprint things that are said, and even if it does, it would be nonsense. That&amp;#x27;s intentional.&lt;p&gt;And yes, there&amp;#x27;s double meanings and jokes to some of this language. Many WSB&amp;#x27;ers comprehend the gambling-esque nature of what they do, and how many of their strategies aren&amp;#x27;t traditionally recommended.</text></item></parent_chain><comment><author>nostromo</author><text>This comment reads like a &amp;quot;they&amp;#x27;re really playing 4-dimensional chess&amp;quot; moment.&lt;p&gt;There are definitely some smart people on wsb, but I very much doubt the use of silly language (like, say, calling bears &amp;quot;gay bears&amp;quot;) is anything other than users being intentionally ridiculous and funny.</text></comment>
37,925,019
37,923,089
1
3
37,922,973
train
<story><title>X/Twitter will begin charging new users $1 a year to access key features</title><url>https://fortune.com/2023/10/17/twitter-x-charging-new-users-1-dollar-year-to-tweet/</url></story><parent_chain><item><author>skyyler</author><text>&amp;gt;Well, here is X trying to make a product you pay for.&lt;p&gt;No, this is an attempt to have it both ways. To do data collection &amp;#x2F; data brokerage and ALSO charge users for the service.</text></item><item><author>pard68</author><text>I know people are down on the-social-networking-platform-formerly-known-as-twitter, and I have no skin in the game, I gave up on social networking about a decade ago, but I think this is the model to beat. Forever the FOSS world has said, &amp;quot;if you do not pay for the product, you are the product&amp;quot;. Well, here is X trying to make a product you pay for.&lt;p&gt;I do not know their new policy on tracking&amp;#x2F;ads&amp;#x2F;spying but even if they do that stuff still, they are making a way for competition that doesn&amp;#x27;t. I think this is good.</text></item></parent_chain><comment><author>lamontcg</author><text>&amp;quot;you will pay to be the product&amp;quot;</text></comment>
<story><title>X/Twitter will begin charging new users $1 a year to access key features</title><url>https://fortune.com/2023/10/17/twitter-x-charging-new-users-1-dollar-year-to-tweet/</url></story><parent_chain><item><author>skyyler</author><text>&amp;gt;Well, here is X trying to make a product you pay for.&lt;p&gt;No, this is an attempt to have it both ways. To do data collection &amp;#x2F; data brokerage and ALSO charge users for the service.</text></item><item><author>pard68</author><text>I know people are down on the-social-networking-platform-formerly-known-as-twitter, and I have no skin in the game, I gave up on social networking about a decade ago, but I think this is the model to beat. Forever the FOSS world has said, &amp;quot;if you do not pay for the product, you are the product&amp;quot;. Well, here is X trying to make a product you pay for.&lt;p&gt;I do not know their new policy on tracking&amp;#x2F;ads&amp;#x2F;spying but even if they do that stuff still, they are making a way for competition that doesn&amp;#x27;t. I think this is good.</text></item></parent_chain><comment><author>cmrdporcupine</author><text>Exactly this.&lt;p&gt;I would be entirely supportive of a model where a social network (not social media) was established with modest annual fees with the condition that the usual privacy violation and targeting and engagement hacking wasn&amp;#x27;t going to happen.&lt;p&gt;But that&amp;#x27;s clearly not what this is.</text></comment>
23,653,543
23,653,249
1
2
23,651,541
train
<story><title>Wildlife Services, a US agency planting &apos;cyanide bombs&apos; to kill predators</title><url>https://www.theguardian.com/environment/2020/jun/26/cyanide-bombs-wildfire-services-idaho</url></story><parent_chain></parent_chain><comment><author>Exmoor</author><text>A few years ago I read Coyote America, by Dan Flores. A large portion of this book is dedicated to Wildlife Services efforts to cull the Coyote. They&amp;#x27;ve been fantastically unsuccessful in this effort, most likely due to behavioral quirk of the species. Coyotes can identify specific individuals by voice, and if one of those voices disappears from the nightly call it causes the females to enter estrus and breed. So if you kill a Coyote multiple more Coyotes literally spring up in their place.</text></comment>
<story><title>Wildlife Services, a US agency planting &apos;cyanide bombs&apos; to kill predators</title><url>https://www.theguardian.com/environment/2020/jun/26/cyanide-bombs-wildfire-services-idaho</url></story><parent_chain></parent_chain><comment><author>hedora</author><text>They shouldn’t be allowed to place them without notifying people beforehand, preferably by getting those people’s signatures.&lt;p&gt;According to the article, they’re nowhere near that level of notification. They certainly didn’t notify the local emergency response personnel, which is just negligent.&lt;p&gt;These things have the same failure mode as landmines: If forgotten, they might kill some random person years later, and at that point, locating and removing them costs orders of magnitude more than placing them.&lt;p&gt;At the very least, there needs to be a public map of where these things are, and an 5-10’ ring of signs at eye level around each one.&lt;p&gt;The tiny sign they place at ground level on top of the trap could easily be lost or overlooked, and it won’t inform people with pets to stay out of the area until it’s too late.</text></comment>
13,359,892
13,358,318
1
3
13,354,852
train
<story><title>Just how smart is an octopus?</title><url>https://www.washingtonpost.com/opinions/just-how-smart-is-an-octopus/2017/01/06/a2f1ed22-acd0-11e6-8b45-f8e493f06fcd_story.html</url></story><parent_chain><item><author>komali2</author><text>Total anecdote here, but when I volunteered at our aquarium in Charleston, SC (amazing aquarium, go check it out), we had a problem where our flounder were vanishing from their tank. We suspected theft and so put a camera up in the back room. The next time flounder disappeared we checked the feed - one of our octopi was escaping from his tank that we thought we had already anti-octopus&amp;#x27;d, climbing over the walls, breaking into the flounder tank, eating a flounder, and then &lt;i&gt;breaking back out of the flounder tank and back into his&lt;/i&gt;.&lt;p&gt;The weird thing isn&amp;#x27;t that he went to go eat a flounder, it&amp;#x27;s that he broke back into his own tank after, leaving us scratching our head for weeks over where the flounder were going. Obviously if we came in one day to see an octopus in the flounder tank the mystery would be solved day 1.&lt;p&gt;Anyway we put carpet on the walls so his little suckers couldn&amp;#x27;t stick and let him carouse around the aquarium like some sort of aquatic monkey.</text></item></parent_chain><comment><author>anigbrowl</author><text>Presumably he (or she?) wanted to go back to his own tank to get the regular food. Frankly I think you should take the carpet down - OK you don&amp;#x27;t want to keep losing flounder, but if the guy can wander around and climb out of his own tank you should be &lt;i&gt;studying that&lt;/i&gt;, not trying to make the behavior go away. If nothing else, it&amp;#x27;s cruel to bore him like that. Yes, I&amp;#x27;m serious.</text></comment>
<story><title>Just how smart is an octopus?</title><url>https://www.washingtonpost.com/opinions/just-how-smart-is-an-octopus/2017/01/06/a2f1ed22-acd0-11e6-8b45-f8e493f06fcd_story.html</url></story><parent_chain><item><author>komali2</author><text>Total anecdote here, but when I volunteered at our aquarium in Charleston, SC (amazing aquarium, go check it out), we had a problem where our flounder were vanishing from their tank. We suspected theft and so put a camera up in the back room. The next time flounder disappeared we checked the feed - one of our octopi was escaping from his tank that we thought we had already anti-octopus&amp;#x27;d, climbing over the walls, breaking into the flounder tank, eating a flounder, and then &lt;i&gt;breaking back out of the flounder tank and back into his&lt;/i&gt;.&lt;p&gt;The weird thing isn&amp;#x27;t that he went to go eat a flounder, it&amp;#x27;s that he broke back into his own tank after, leaving us scratching our head for weeks over where the flounder were going. Obviously if we came in one day to see an octopus in the flounder tank the mystery would be solved day 1.&lt;p&gt;Anyway we put carpet on the walls so his little suckers couldn&amp;#x27;t stick and let him carouse around the aquarium like some sort of aquatic monkey.</text></item></parent_chain><comment><author>sdfjkl</author><text>You&amp;#x27;re lucky all he wanted was to eat a flounder and then return peacefully to his tank instead of going full Dawn of the Planet of the Octopuses on you.</text></comment>
26,779,252
26,778,640
1
3
26,778,073
train
<story><title>Yuri Gagarin: Sixty years since the first man went into space [video]</title><url>https://www.bbc.co.uk/news/av/science-environment-56690949</url></story><parent_chain><item><author>zabzonk</author><text>&amp;gt; he visited Manchester on a rainy day&lt;p&gt;Are there any other kinds of days there?</text></item><item><author>fiftyacorn</author><text>Amazing it was only 60 years ago.&lt;p&gt;My favourite Gagarin story was when he visited Manchester on a rainy day and they wanted to replace the open top car for a car with a roof. Gagarin said no that if the people waited in the rain then the least he could do was sit in an open top car</text></item></parent_chain><comment><author>sizzzzlerz</author><text>Old joke:&lt;p&gt;Q: Are there any other kinds of days there? A: Don&amp;#x27;t know. I haven&amp;#x27;t been there long enough Q: How long is that A: All my life.</text></comment>
<story><title>Yuri Gagarin: Sixty years since the first man went into space [video]</title><url>https://www.bbc.co.uk/news/av/science-environment-56690949</url></story><parent_chain><item><author>zabzonk</author><text>&amp;gt; he visited Manchester on a rainy day&lt;p&gt;Are there any other kinds of days there?</text></item><item><author>fiftyacorn</author><text>Amazing it was only 60 years ago.&lt;p&gt;My favourite Gagarin story was when he visited Manchester on a rainy day and they wanted to replace the open top car for a car with a roof. Gagarin said no that if the people waited in the rain then the least he could do was sit in an open top car</text></item></parent_chain><comment><author>midasuni</author><text>Only rains in Manchester when Londoners come to visit. Got to keep up appearances.</text></comment>
7,706,157
7,706,107
1
3
7,705,443
train
<story><title>Fishing for Hackers: Analysis of a Linux Server Attack</title><url>http://draios.com/fishing-for-hackers/</url></story><parent_chain></parent_chain><comment><author>jwcrux</author><text>OP may also benefit from the use of an SSH honeypot. I use kippo (&lt;a href=&quot;https://code.google.com/p/kippo/&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;code.google.com&amp;#x2F;p&amp;#x2F;kippo&amp;#x2F;&lt;/a&gt;) with great success. It tracks all commands run, as well as keeps copies of all downloaded files.&lt;p&gt;In addition, it limits available commands to a certain predefined subset, allowing the host to prevent damage caused (e.g. a DoS attack in this case) by the system being compromised.</text></comment>
<story><title>Fishing for Hackers: Analysis of a Linux Server Attack</title><url>http://draios.com/fishing-for-hackers/</url></story><parent_chain></parent_chain><comment><author>fragmede</author><text>So a DO&amp;#x2F;Rackspace&amp;#x2F;AWS VPS with a guessable root password can expect to be cracked in ~4 hours?&lt;p&gt;That&amp;#x27;s terrible!&lt;p&gt;AFAIK, AWS defaults to ssh-key logins with password logins disabled. Can someone comment about Rackspace&amp;#x2F;DO?</text></comment>
2,021,337
2,020,970
1
2
2,020,673
train
<story><title>Kod is a new Node.js scriptable code editor for OSX</title><url>http://kodapp.com/</url></story><parent_chain></parent_chain><comment><author>thomas11</author><text>I don&apos;t quite get how node.js comes into play here. I&apos;ve seen lots of blog posts about it, but never used it. It seems to be about network programming. Indeed, the node website says &quot;Node&apos;s goal is to provide an easy way to build scalable network programs.&quot;&lt;p&gt;Would someone enlighten me what the motivation is to use it as an editor&apos;s scripting environment?</text></comment>
<story><title>Kod is a new Node.js scriptable code editor for OSX</title><url>http://kodapp.com/</url></story><parent_chain></parent_chain><comment><author>KeithMajhor</author><text>This is a separate idea, but...&lt;p&gt;The &quot;Chromium-like user interface where tabs can be torn off and moved between windows&quot; would be awesome if it were implemented directly in Mac OSX. Then applications could drop all of that code and just let the OS deal with it. Also, you&apos;d be able to group distinct applications. I&apos;d love to have a [Browser, Text Editor, Terminal] tab group.&lt;p&gt;EDIT: Another thought... Chrome tabs don&apos;t look like any other tabs in Mac OSX. Applications lose uniformity as they&apos;re forced to define more about themselves.</text></comment>
33,138,077
33,137,625
1
3
33,136,329
train
<story><title>Magic Leap 2</title><url>https://www.magicleap.com/magic-leap-2</url></story><parent_chain><item><author>sam1r</author><text>I just cannot fathom how billions of dollars are spent into developing a product -- that is just marketed so poorly. The call on the landing page is &amp;quot;Where to buy.&amp;quot; Buy what!?!&lt;p&gt;There is not a single, cool, &amp;quot;everyday-relatable&amp;quot; use-case presented on the web announcement. I wish I could have a reason to purchase this.&lt;p&gt;I&amp;#x27;m craving just a &lt;i&gt;single&lt;/i&gt; video or even GIF -- that depicts even the slightest, animated hint of what the interactive experience will be like -- if one were to put these MLs on.</text></item></parent_chain><comment><author>chadash</author><text>I’ve tried the Magic Leap before. It’s super cool. In the demo I saw, the software scans the room and gets the shape of the area. It then sets up a coral reef in the middle of the room and you see a giant coral structure with fish swimming around in the air. The field of vision is a &lt;i&gt;little&lt;/i&gt; bit limited but overall It’s pretty clear to me that anyone who tries this on will say “wow!”.&lt;p&gt;The problem is that while it’s a cool toy there’s nothing available that’s im aware it that would make me want to spend much money on it. Right now, it’s more of a cool toy to show off at parties.&lt;p&gt;So the issue with a video on the website is:&lt;p&gt;a) it would be hard to have a video that doesn’t oversell or undersell it. Imagine advertising a TV in a magazine to an audience who has never seen a TV before.&lt;p&gt;b) more importantly, if the goal is to sell enterprise then you are now a sales company, not a marketing company. For b2b businesses a website just needs to look professional enough… No one is actually going to look at it. The sales process is higher touch and will be done either offline or via email brochures.</text></comment>
<story><title>Magic Leap 2</title><url>https://www.magicleap.com/magic-leap-2</url></story><parent_chain><item><author>sam1r</author><text>I just cannot fathom how billions of dollars are spent into developing a product -- that is just marketed so poorly. The call on the landing page is &amp;quot;Where to buy.&amp;quot; Buy what!?!&lt;p&gt;There is not a single, cool, &amp;quot;everyday-relatable&amp;quot; use-case presented on the web announcement. I wish I could have a reason to purchase this.&lt;p&gt;I&amp;#x27;m craving just a &lt;i&gt;single&lt;/i&gt; video or even GIF -- that depicts even the slightest, animated hint of what the interactive experience will be like -- if one were to put these MLs on.</text></item></parent_chain><comment><author>chaostheory</author><text>It’s targeted for enterprise and not normal consumers if that helps explain the marketing.</text></comment>
9,910,558
9,909,390
1
3
9,908,909
train
<story><title>Stochastic rain generator from the author of myNoise.net</title><url>http://rain.today/?</url></story><parent_chain></parent_chain><comment><author>audiosampling</author><text>Dev here! What a surprise - and honour - to find my website featured here, this morning.&lt;p&gt;I just want to add a comment: because the sounds are drawn randomly, everyone hears something different! So, comments like &amp;quot;it does sounds more like a brook&amp;quot; may be right, but just for one particular user, and particular occurence.&lt;p&gt;Today, the average visit duration time is about 30s... and it takes my engine about that same time to evolve from one sound to another. If you think that you are not hearing something that does sound like rain to you, either reload the page (it will start all over again with a new draw) or give the generator a longer listen, like two minutes (I know, this is a lot of time, on the Internet). Then, you will understand why this rain noise generator is different from others. It really shines over longer listening sessions.&lt;p&gt;How it works? Basically, I have sounds in four categories: Light Rain, Heavy Rain, Thunder, and Water sounds (like those occurring once the rain has stopped). The generator starts by choosing one of these categories (with higher probabilities for the rain, but sometimes, it can start with the water sounds - hence that user comment). For each category, there are dozens of different recordings. So, even if you keep playing rain from the same category, it will keep changing. Staying in the same category or switching to another is governed by a very simple transition probabilities matrix.&lt;p&gt;Also, you can change the spectrum of the rain (white&amp;#x2F;pink&amp;#x2F;brown) by means of the pencil (this setting affects the next draws, so its effect is not instantaneous). Being able to change the color of a natural noise, is an interesting feature, IMHO.&lt;p&gt;Cheers,&lt;p&gt;Stéphane</text></comment>
<story><title>Stochastic rain generator from the author of myNoise.net</title><url>http://rain.today/?</url></story><parent_chain></parent_chain><comment><author>AceJohnny2</author><text>I&amp;#x27;ve been using mynoise.net regularly at home and at work to help me relax or concentrate. It&amp;#x27;s surprisingly effective, especially after you&amp;#x27;ve calibrated it to your hearing&amp;#x2F;headphones.&lt;p&gt;The basic concept is surprisingly simple: each generator is actually a collection of 10 looping sounds, each ostensibly covering a given frequency range. You can achieve really different resulting sounds my adjusting each channel. See for example the different presets (on the middle right of the page) for the Crystal Stream generator. [1]&lt;p&gt;I&amp;#x27;m impressed by the quality of work that Stephane Pigeon put into each of these, and I&amp;#x27;m glad he&amp;#x27;s marketing it well with rain.today :)&lt;p&gt;[1] &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;mynoise.net&amp;#x2F;NoiseMachines&amp;#x2F;waterSpringStreamNoiseGenerator.php&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;mynoise.net&amp;#x2F;NoiseMachines&amp;#x2F;waterSpringStreamNoiseGener...&lt;/a&gt;</text></comment>
33,973,413
33,973,424
1
3
33,970,688
train
<story><title>Firefox 2022’s top features</title><url>https://blog.mozilla.org/en/mozilla/our-firefox-2022-year-in-review/</url></story><parent_chain><item><author>politelemon</author><text>Firefox on Android has been a game changer, because being able to use UBO with a browser is a necessity now, so I appreciate that work.&lt;p&gt;Overall this highlight set looks quite good, the introduction of several security feature reduces the need (but doesn&amp;#x27;t completely eliminate the need) for their Multi-Account Containers extension, which is also an important tool.&lt;p&gt;I notice no mention of their bizarre &amp;#x27;colorways&amp;#x27; experiments which just validates to me that it is a waste of time and importantly their limited resources.&lt;p&gt;Keep up the good work, Mozilla! (Except colorways)</text></item></parent_chain><comment><author>yamtaddle</author><text>&amp;gt; Except colorways&lt;p&gt;It&amp;#x27;s not even so much that that was &lt;i&gt;bad&lt;/i&gt;—except in the way all FF updates are a little bit bad, since they like to hit you with useless pop-ups or spammy extra tabs that auto-focus next time you open the browser—as that it was &lt;i&gt;weird&lt;/i&gt;.&lt;p&gt;Making a huge deal out of adding themes—a feature FF had years and years ago, except that they were &lt;i&gt;much better&lt;/i&gt; then—was so strange. They acted like it was some kind of big deal and I was over here like... wait, did you guys &lt;i&gt;cut&lt;/i&gt; that feature at some point? It was like Microsoft making an announcement about adding a Start button, and all the copy reading like they didn&amp;#x27;t even realize that was something they&amp;#x27;d already done.&lt;p&gt;The time-limited aspect was also odd (and, in that case, a little bad, in that I think many found it off-putting).</text></comment>
<story><title>Firefox 2022’s top features</title><url>https://blog.mozilla.org/en/mozilla/our-firefox-2022-year-in-review/</url></story><parent_chain><item><author>politelemon</author><text>Firefox on Android has been a game changer, because being able to use UBO with a browser is a necessity now, so I appreciate that work.&lt;p&gt;Overall this highlight set looks quite good, the introduction of several security feature reduces the need (but doesn&amp;#x27;t completely eliminate the need) for their Multi-Account Containers extension, which is also an important tool.&lt;p&gt;I notice no mention of their bizarre &amp;#x27;colorways&amp;#x27; experiments which just validates to me that it is a waste of time and importantly their limited resources.&lt;p&gt;Keep up the good work, Mozilla! (Except colorways)</text></item></parent_chain><comment><author>wintogreen74</author><text>I agree with you across all your points: positive, critical and kudos. Having to occasionally use a browser without ad blocking (or container isolation) is unbearable. The original internet has largely died but Mozilla has made it&amp;#x27;s passing slightly less terrible.</text></comment>
17,341,766
17,339,833
1
2
17,338,384
train
<story><title>Face recognition in images and video with Python</title><url>https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/</url></story><parent_chain><item><author>tjoff</author><text>A bit unrelated but I&amp;#x27;m in a need for some sort of cat deterrent that will spray water at all cats except mine. Also it would be nice if humans were exempted as well.&lt;p&gt;I haven&amp;#x27;t done the legwork myself yet, but would this be an appropriate project to check out for this? (As for identifying my cat I&amp;#x27;ve been thinking about alternative solutions such as rfid necklace or something but it is quickly getting past &amp;#x27;quick hack&amp;#x27;).</text></item></parent_chain><comment><author>scardine</author><text>Check out the talk &amp;quot;Militarizing Your Backyard with Python: Computer Vision and the Squirrel Hordes&amp;quot;[1] from PyCon 2012. He wired a water canon to a camera able to tell squirrels from birds:&lt;p&gt;&amp;gt; Has your garden been ravaged by the marauding squirrel hordes? Has your bird feeder been pillaged? Tired of shaking your fist at the neighbor children? Learn how to use Python to tap into computer vision libraries and build an automated sentry water cannon capable of soaking intruders.&lt;p&gt;Previous discussion here: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;news.ycombinator.com&amp;#x2F;item?id=3710107&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;news.ycombinator.com&amp;#x2F;item?id=3710107&lt;/a&gt;&lt;p&gt;[1] &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;pyvideo.org&amp;#x2F;pycon-us-2012&amp;#x2F;militarizing-your-backyard-with-python-computer.html&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;pyvideo.org&amp;#x2F;pycon-us-2012&amp;#x2F;militarizing-your-backyard-...&lt;/a&gt;</text></comment>
<story><title>Face recognition in images and video with Python</title><url>https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/</url></story><parent_chain><item><author>tjoff</author><text>A bit unrelated but I&amp;#x27;m in a need for some sort of cat deterrent that will spray water at all cats except mine. Also it would be nice if humans were exempted as well.&lt;p&gt;I haven&amp;#x27;t done the legwork myself yet, but would this be an appropriate project to check out for this? (As for identifying my cat I&amp;#x27;ve been thinking about alternative solutions such as rfid necklace or something but it is quickly getting past &amp;#x27;quick hack&amp;#x27;).</text></item></parent_chain><comment><author>rhplus</author><text>A Bluetooth LE device similar to Tile[1] might be a cheap and reliable signal source in a package small enough to attach to a collar. If you had two Bluetooth receivers on either side of your camera&amp;#x27;s visual field, you could compare signal strengths during motion and positively identify your cat (assuming feline motion detection is a solved problem).&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.thetileapp.com&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.thetileapp.com&amp;#x2F;&lt;/a&gt;</text></comment>
24,333,325
24,331,975
1
3
24,327,740
train
<story><title>Why are there 5280 feet in a mile? (2009)</title><url>https://petersmagnusson.org/2009/09/15/why-are-there-5280-feet-in-a-mile/</url></story><parent_chain><item><author>rtkwe</author><text>&amp;gt; but almost no one advocates for metric time&lt;p&gt;People would love to but there are some nasty fractions left over if you try to impose a base 10 unit of time at any level above a day.&lt;p&gt;Any metric time system stumbles on the fact that 1) Days do not even divide into years by 10 and there&amp;#x27;s not even a whole number of days in a year and 2) calendars should sync with the seasons to provide any real use.&lt;p&gt;Also 10 days to a week is pretty long unless you include a break in the middle.</text></item><item><author>dalbasal</author><text>A Bernard Cornwell novel about king arthur introduced me to all sorts of defunct, proto-english &amp;amp; welsh counting systems. Shepards used one system. Sailors used another. Soldiers another. It was part of a society that was deeply dialectic in all things, especially language.&lt;p&gt;This resonated with me, because my grandfather had sheep. Sheep were weighed in kgs. People were weighed in stones. Feed in pounds. Sheep were sold in dozen and half-dozen dividable lots. Land in acres. In his region, one acre could feed one cow and one sheep so they had an intuitive serendipity. 100 acres made a viable farm.&lt;p&gt;Measurement systems tend to leave even more vestiges than other elements of language. Most of the world uses metrics, but almost no one advocates for metric time or angular units. Square kms never became an agricultural measure of land because one is bigger than most farms. Instead, metric hectares and metric dunams were adapted to be metric. They were close enough. Acres weren&amp;#x27;t, so there is no metric acre.&lt;p&gt;There are sixty minutes in an hour and 360 degrees in a circle because sumerians used a base 60 numerical system 5 thousand years ago. I have never even heard of a metric angular unit.&lt;p&gt;I totally accept the fact that metric systems are better. Engineering anything in inches seems impossible. OTOH, the richness and embedded history of language is valuable too. There&amp;#x27;s a reason esperanto never caught on, even though it&amp;#x27;s arguably the right tool for the job.</text></item><item><author>Jedd</author><text>&amp;gt; The problem with these versions is that they don’t explain why this collision between furlong and mile occurred around 1600, and not centuries before. It implies, therefore, that people suddenly woke up and realized, hey, wait a second, if there’s 660 feet in a furlong … and eight furlongs in a mile … but 5000 feet in a mile …. wait a second !?!&lt;p&gt;It&amp;#x27;s not &lt;i&gt;that&lt;/i&gt; hard to guess why the broken system lasted so long (delightful and interesting explanation of TFA notwithstanding), and consequently why it was replaced by a different broken system.&lt;p&gt;95% of people on this planet use, understand, and advocate metric, in which an area of 100 metres x 100 metres = 1 hectare (10,000 sq m).&lt;p&gt;A 10 x 10 grid of hectares = a square kilometre.&lt;p&gt;A millimetre of rain falling across one hectare means you&amp;#x27;ve received 10,000 litres of water.&lt;p&gt;That volume of water has a mass of 10,000 kilograms (or 10 tonne).&lt;p&gt;Wait a second, indeed!</text></item></parent_chain><comment><author>pklausler</author><text>Vernor Vinge&amp;#x27;s excellent novel &lt;i&gt;A Deepness In The Sky&lt;/i&gt;, which is mostly set aboard spacecraft disconnected from planetary time cylces, uses metric measurements of time (namely Ksec and Msec), and part of the fun of reading the book was figuring out what those units meant intuitively when a character mentioned that something would take a couple Ksec to do.&lt;p&gt;(It helped a bit to remember Adm. Grace Hopper&amp;#x27;s rule of thumb that &amp;quot;pi seconds is a nanocentury&amp;quot;.)</text></comment>
<story><title>Why are there 5280 feet in a mile? (2009)</title><url>https://petersmagnusson.org/2009/09/15/why-are-there-5280-feet-in-a-mile/</url></story><parent_chain><item><author>rtkwe</author><text>&amp;gt; but almost no one advocates for metric time&lt;p&gt;People would love to but there are some nasty fractions left over if you try to impose a base 10 unit of time at any level above a day.&lt;p&gt;Any metric time system stumbles on the fact that 1) Days do not even divide into years by 10 and there&amp;#x27;s not even a whole number of days in a year and 2) calendars should sync with the seasons to provide any real use.&lt;p&gt;Also 10 days to a week is pretty long unless you include a break in the middle.</text></item><item><author>dalbasal</author><text>A Bernard Cornwell novel about king arthur introduced me to all sorts of defunct, proto-english &amp;amp; welsh counting systems. Shepards used one system. Sailors used another. Soldiers another. It was part of a society that was deeply dialectic in all things, especially language.&lt;p&gt;This resonated with me, because my grandfather had sheep. Sheep were weighed in kgs. People were weighed in stones. Feed in pounds. Sheep were sold in dozen and half-dozen dividable lots. Land in acres. In his region, one acre could feed one cow and one sheep so they had an intuitive serendipity. 100 acres made a viable farm.&lt;p&gt;Measurement systems tend to leave even more vestiges than other elements of language. Most of the world uses metrics, but almost no one advocates for metric time or angular units. Square kms never became an agricultural measure of land because one is bigger than most farms. Instead, metric hectares and metric dunams were adapted to be metric. They were close enough. Acres weren&amp;#x27;t, so there is no metric acre.&lt;p&gt;There are sixty minutes in an hour and 360 degrees in a circle because sumerians used a base 60 numerical system 5 thousand years ago. I have never even heard of a metric angular unit.&lt;p&gt;I totally accept the fact that metric systems are better. Engineering anything in inches seems impossible. OTOH, the richness and embedded history of language is valuable too. There&amp;#x27;s a reason esperanto never caught on, even though it&amp;#x27;s arguably the right tool for the job.</text></item><item><author>Jedd</author><text>&amp;gt; The problem with these versions is that they don’t explain why this collision between furlong and mile occurred around 1600, and not centuries before. It implies, therefore, that people suddenly woke up and realized, hey, wait a second, if there’s 660 feet in a furlong … and eight furlongs in a mile … but 5000 feet in a mile …. wait a second !?!&lt;p&gt;It&amp;#x27;s not &lt;i&gt;that&lt;/i&gt; hard to guess why the broken system lasted so long (delightful and interesting explanation of TFA notwithstanding), and consequently why it was replaced by a different broken system.&lt;p&gt;95% of people on this planet use, understand, and advocate metric, in which an area of 100 metres x 100 metres = 1 hectare (10,000 sq m).&lt;p&gt;A 10 x 10 grid of hectares = a square kilometre.&lt;p&gt;A millimetre of rain falling across one hectare means you&amp;#x27;ve received 10,000 litres of water.&lt;p&gt;That volume of water has a mass of 10,000 kilograms (or 10 tonne).&lt;p&gt;Wait a second, indeed!</text></item></parent_chain><comment><author>dalbasal</author><text>We&amp;#x27;re locked into days and years, but months, weeks, hours and minutes are arbitrary, no?&lt;p&gt;Maybe we can&amp;#x27;t rationalize it all, but what&amp;#x27;s to stop us from dividing a day into 10 hours with 100 minutes each? Fuck seconds.</text></comment>
28,543,058
28,542,745
1
3
28,535,747
train
<story><title>Pay Transparency Is Coming</title><url>https://www.businessinsider.com/pay-transparency-salary-range-disclosure-laws-colorado-employers-terrified</url></story><parent_chain><item><author>sangnoir</author><text>&amp;gt; Because the most important attributes are very hard to gauge and almost impossible to prove — Grit, dedication, responsibility, excellence and loyalty.&lt;p&gt;Devils advocate- isn&amp;#x27;t this a bit like arguing peanut butter shouldn&amp;#x27;t be uniformly priced, but you ought to negotiate the price of every jar based on various attributes of the farm where the peanuts were grown: soil acidity, use of pesticides, as well as farmers grit and dedication? A jar is a jar, and ideally, a job is a job. An employee can either do the job, and be paid what it says on the can, or they cannot do the job and have to be transitioned out.&lt;p&gt;Sure, jars come in different sizes and brands, but we should stop pretending each job is bespoke when employee organizations function on the basis of them being similar, empirically workers &lt;i&gt;are&lt;/i&gt; replaceable.&lt;p&gt;My biggest problem is information asymmetry: even if I were to accept your argument at face value (that important attributes are hard to gauge); the employee has much less knowledge on how much they ought to be paid for their skill-level, but the employer will have that information up the wazoo (both internally, and through industry surveys and back-channels)</text></item><item><author>endymi0n</author><text>&amp;gt; Think about it: Every business, from tiny boutiques to online giants like Amazon, tell you exactly how much each of their items costs. Why shouldn&amp;#x27;t it be the same when we&amp;#x27;re shopping for a job?&lt;p&gt;Despite the question being rhethorical, the answer is everything that&amp;#x27;s wrong about this proposal: Because the most important attributes are very hard to gauge and almost impossible to prove — Grit, dedication, responsibility, excellence and loyalty.&lt;p&gt;I&amp;#x27;ve got people with the same job title with almost a magnitude of difference in actual output. Sure, on paper, they&amp;#x27;re &amp;quot;doing the same thing&amp;quot;, but if someone forced me to shoehorn them into categories, that would mostly serve to punish top performes with little credentials and push them somewhere else.&lt;p&gt;I feel strongly about this, mostly because it happened to myself: After being sold, the first company that employed me introduced a &amp;quot;completely fair and transparent&amp;quot; compensation scheme. After I saw the scheme projected to the wall in the big All-Hands, I realized that without any degree I&amp;#x27;d have to wait 10 years for stock options while the PhDs would be in almost immediately.&lt;p&gt;I called a recruiter the next day and was out a few months after.&lt;p&gt;Pay transparency is something that has upsides imho, but isn&amp;#x27;t a clear-cut win. It can turn out to be a net negative. Some further reading: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.wsj.com&amp;#x2F;articles&amp;#x2F;the-downside-of-full-pay-transparency-1502676360&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.wsj.com&amp;#x2F;articles&amp;#x2F;the-downside-of-full-pay-transp...&lt;/a&gt;</text></item></parent_chain><comment><author>AussieWog93</author><text>&amp;gt;Devils advocate- isn&amp;#x27;t this a bit like arguing peanut butter shouldn&amp;#x27;t be uniformly priced, but you ought to negotiate the price of every jar based on various attributes of the farm where the peanuts were grown&lt;p&gt;Unlike the peanut butter example, the economic value provided to the business by skilled employees varies not just by orders of magnitude but can even go negative.&lt;p&gt;If you ate $100k worth of peanut butter each year, and some of the jars were only 10% full (or worse, contained horrible peanut-butter guzzling insects that ate parts of your good jars), you&amp;#x27;d definitely start negotiating with the peanut butter industry.</text></comment>
<story><title>Pay Transparency Is Coming</title><url>https://www.businessinsider.com/pay-transparency-salary-range-disclosure-laws-colorado-employers-terrified</url></story><parent_chain><item><author>sangnoir</author><text>&amp;gt; Because the most important attributes are very hard to gauge and almost impossible to prove — Grit, dedication, responsibility, excellence and loyalty.&lt;p&gt;Devils advocate- isn&amp;#x27;t this a bit like arguing peanut butter shouldn&amp;#x27;t be uniformly priced, but you ought to negotiate the price of every jar based on various attributes of the farm where the peanuts were grown: soil acidity, use of pesticides, as well as farmers grit and dedication? A jar is a jar, and ideally, a job is a job. An employee can either do the job, and be paid what it says on the can, or they cannot do the job and have to be transitioned out.&lt;p&gt;Sure, jars come in different sizes and brands, but we should stop pretending each job is bespoke when employee organizations function on the basis of them being similar, empirically workers &lt;i&gt;are&lt;/i&gt; replaceable.&lt;p&gt;My biggest problem is information asymmetry: even if I were to accept your argument at face value (that important attributes are hard to gauge); the employee has much less knowledge on how much they ought to be paid for their skill-level, but the employer will have that information up the wazoo (both internally, and through industry surveys and back-channels)</text></item><item><author>endymi0n</author><text>&amp;gt; Think about it: Every business, from tiny boutiques to online giants like Amazon, tell you exactly how much each of their items costs. Why shouldn&amp;#x27;t it be the same when we&amp;#x27;re shopping for a job?&lt;p&gt;Despite the question being rhethorical, the answer is everything that&amp;#x27;s wrong about this proposal: Because the most important attributes are very hard to gauge and almost impossible to prove — Grit, dedication, responsibility, excellence and loyalty.&lt;p&gt;I&amp;#x27;ve got people with the same job title with almost a magnitude of difference in actual output. Sure, on paper, they&amp;#x27;re &amp;quot;doing the same thing&amp;quot;, but if someone forced me to shoehorn them into categories, that would mostly serve to punish top performes with little credentials and push them somewhere else.&lt;p&gt;I feel strongly about this, mostly because it happened to myself: After being sold, the first company that employed me introduced a &amp;quot;completely fair and transparent&amp;quot; compensation scheme. After I saw the scheme projected to the wall in the big All-Hands, I realized that without any degree I&amp;#x27;d have to wait 10 years for stock options while the PhDs would be in almost immediately.&lt;p&gt;I called a recruiter the next day and was out a few months after.&lt;p&gt;Pay transparency is something that has upsides imho, but isn&amp;#x27;t a clear-cut win. It can turn out to be a net negative. Some further reading: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.wsj.com&amp;#x2F;articles&amp;#x2F;the-downside-of-full-pay-transparency-1502676360&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.wsj.com&amp;#x2F;articles&amp;#x2F;the-downside-of-full-pay-transp...&lt;/a&gt;</text></item></parent_chain><comment><author>larrik</author><text>I mean, wine ranges in price from $4 to no real ceiling based on exactly those sorts of factors...</text></comment>
23,020,591
23,020,412
1
2
23,018,356
train
<story><title>U.S. Economy Shrinks at 4.8% Pace, Signaling Start of Recession</title><url>https://www.bloomberg.com/news/articles/2020-04-29/u-s-economy-shrinks-at-4-8-pace-signaling-start-of-recession</url></story><parent_chain><item><author>baron_harkonnen</author><text>Tech people will be hit much harder by this than they think. The STEM world is largely in denial because ultimately SV grew because of the last major recession. That won&amp;#x27;t be happening this time.&lt;p&gt;Startups are having massive layoffs right now, and each week bring companies further and further down the chain lay people off. I strongly suspect we&amp;#x27;ll see more major layoffs next week.&lt;p&gt;Most big tech companies are driven by either consumer spending and advertising. Before 2008 at lot of these companies still had not capture their full market share, so even in a recession there was room for growth. Now profits in these companies are based on market dominance. Even the big names will likely take a hit as the severity of this recession starts to take hold.&lt;p&gt;Finally in the Bay Area there&amp;#x27;s the looming problem that huge amounts of everything is paid for in RSUs (restricted stock units). The more ridiculous those total compensation packages may seem to outsiders the more they are built up from RSUs. In theory you should just live off base salary and RSU are the (very thick) icing on the cake, but this is unrealistic in SV. This stock part of the compensation goes a long way to paying for the insane housing in that region. Stocks drop and instantly Bay area income does to.&lt;p&gt;Tech will be effected, but a combination of naiveté and denial make conversations here seem like tech is safe.</text></item><item><author>nimbius</author><text>This is anecdotal and it might come across as bitter and tonedeaf as someone who is not in a STEM job and cant see the bigger picture very well. Im a diesel engine tech who repairs those big trucks carrying food and shit tickets to grocery stores. the fact that ANY market is completely detached from whats actually happening to Americans is frustrating.&lt;p&gt;My job just cut benefits and hours but we&amp;#x27;re &amp;quot;essential.&amp;quot; Remember those $1200 checks? Im still waiting on mine. Lenders and banks were supposed to start going easy on loans but ive had two emails and a phone call about the loan for my Silverado this month and wouldnt you know, the caller was excited to mention my stimulus check.&lt;p&gt;A guy who used to be my bartender now couch surfs a few days a week at my place while he looks for work. His mother is getting evicted from an assisted living center in a few days and his girlfriend is sick. She &amp;#x27;works at the Amazon&amp;#x27; so she cant take any time off, but hes hoping if he gets a job at the Flying J at the edge of town he can switch places with her and she can take a few days off.&lt;p&gt;Shops are closing and nobody seems to care. Ive counted 2 furniture stores, a consignment shop, a few barber shops, and half the god damn bars in this town including one that was burned to the ground &amp;quot;mysteriously&amp;quot; over the last two weeks. Someone spray painted a swastika on the late night pizza joint.&lt;p&gt;So yeah this is a recession but it is so much worse than a lot of people think. No school means poor kids roam the street like packs of feral dogs asking for money for food around here. Half the country is out of work and the best Bloomberg can come up with is &amp;quot;its the start of a recession dont you know!&amp;quot;</text></item></parent_chain><comment><author>guiomie</author><text>100% agree. The housing market in the bay area will go down even more. The last year changes in tax rules such as lower deduction for mortgage interest and municipal taxes had already weakened the market. With RSUs going down, even less people will be able to buy housing, driving the price down. I think my house lost 8% in the last year, pre-COVID19. Sucks for me as a home owner, but I really believed the housing market was over-inflated. If we have layoffs, in FAANGs, I suspect a lot of folks will not be able to pay there mortgage.</text></comment>
<story><title>U.S. Economy Shrinks at 4.8% Pace, Signaling Start of Recession</title><url>https://www.bloomberg.com/news/articles/2020-04-29/u-s-economy-shrinks-at-4-8-pace-signaling-start-of-recession</url></story><parent_chain><item><author>baron_harkonnen</author><text>Tech people will be hit much harder by this than they think. The STEM world is largely in denial because ultimately SV grew because of the last major recession. That won&amp;#x27;t be happening this time.&lt;p&gt;Startups are having massive layoffs right now, and each week bring companies further and further down the chain lay people off. I strongly suspect we&amp;#x27;ll see more major layoffs next week.&lt;p&gt;Most big tech companies are driven by either consumer spending and advertising. Before 2008 at lot of these companies still had not capture their full market share, so even in a recession there was room for growth. Now profits in these companies are based on market dominance. Even the big names will likely take a hit as the severity of this recession starts to take hold.&lt;p&gt;Finally in the Bay Area there&amp;#x27;s the looming problem that huge amounts of everything is paid for in RSUs (restricted stock units). The more ridiculous those total compensation packages may seem to outsiders the more they are built up from RSUs. In theory you should just live off base salary and RSU are the (very thick) icing on the cake, but this is unrealistic in SV. This stock part of the compensation goes a long way to paying for the insane housing in that region. Stocks drop and instantly Bay area income does to.&lt;p&gt;Tech will be effected, but a combination of naiveté and denial make conversations here seem like tech is safe.</text></item><item><author>nimbius</author><text>This is anecdotal and it might come across as bitter and tonedeaf as someone who is not in a STEM job and cant see the bigger picture very well. Im a diesel engine tech who repairs those big trucks carrying food and shit tickets to grocery stores. the fact that ANY market is completely detached from whats actually happening to Americans is frustrating.&lt;p&gt;My job just cut benefits and hours but we&amp;#x27;re &amp;quot;essential.&amp;quot; Remember those $1200 checks? Im still waiting on mine. Lenders and banks were supposed to start going easy on loans but ive had two emails and a phone call about the loan for my Silverado this month and wouldnt you know, the caller was excited to mention my stimulus check.&lt;p&gt;A guy who used to be my bartender now couch surfs a few days a week at my place while he looks for work. His mother is getting evicted from an assisted living center in a few days and his girlfriend is sick. She &amp;#x27;works at the Amazon&amp;#x27; so she cant take any time off, but hes hoping if he gets a job at the Flying J at the edge of town he can switch places with her and she can take a few days off.&lt;p&gt;Shops are closing and nobody seems to care. Ive counted 2 furniture stores, a consignment shop, a few barber shops, and half the god damn bars in this town including one that was burned to the ground &amp;quot;mysteriously&amp;quot; over the last two weeks. Someone spray painted a swastika on the late night pizza joint.&lt;p&gt;So yeah this is a recession but it is so much worse than a lot of people think. No school means poor kids roam the street like packs of feral dogs asking for money for food around here. Half the country is out of work and the best Bloomberg can come up with is &amp;quot;its the start of a recession dont you know!&amp;quot;</text></item></parent_chain><comment><author>lm28469</author><text>&amp;gt; Startups&lt;p&gt;The problem with a lot of startups is that they aren&amp;#x27;t making a profit when everything is going fine, let alone during a world wide pandemic, sometimes for years.&lt;p&gt;I see it as a wake up call for tech. It will suck for many people but in the long run it might be positive for the industry.</text></comment>
7,548,439
7,545,955
1
2
7,545,540
train
<story><title>Superhero.js – One stop for JS Knowledge</title><url>http://superherojs.com/</url></story><parent_chain></parent_chain><comment><author>Oculus</author><text>For anyone looking for some good Javascript reads: &lt;a href=&quot;http://javascriptissexy.com/&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;javascriptissexy.com&amp;#x2F;&lt;/a&gt;&lt;p&gt;Unfortunately Richard Stanley hasn&amp;#x27;t updated the blog in more than 6 months, but in any case. If you want to sharpen your JS skills I&amp;#x27;d highly recommend the site.</text></comment>
<story><title>Superhero.js – One stop for JS Knowledge</title><url>http://superherojs.com/</url></story><parent_chain></parent_chain><comment><author>sheldor</author><text>Javascript Allonge is a great read and a must for newcomers and experienced devs. &lt;a href=&quot;https://leanpub.com/javascript-allonge/read&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;leanpub.com&amp;#x2F;javascript-allonge&amp;#x2F;read&lt;/a&gt;</text></comment>
21,360,754
21,360,783
1
2
21,360,111
train
<story><title>Uber receives more foreign-worker visas as it lays off hundreds of employees</title><url>https://www.mercurynews.com/2019/10/17/h-1b-uber-snatches-up-more-foreign-worker-visas-as-it-lays-off-hundreds-of-employees/</url></story><parent_chain><item><author>taurath</author><text>Something that is bugging me about my company - we have a hard time hiring people, because we’re almost but not quite competitive on pay. And we see H1B notices go up in the boardroom. I can’t help but think if we were better competitive on pay we would not have a problem hiring - were not doing the most complicated thing in the world.</text></item></parent_chain><comment><author>CydeWeys</author><text>My previous company had this triple threat of compensation problems going on: (1) Didn&amp;#x27;t offer high enough pay, (2) Got burned badly when they did try to offer higher pay to get senior engineers because they weren&amp;#x27;t good at identifying top talent anyway (I repeatedly complained and tried to fix this but no one cared), and (3) Was not in an amazingly profitable industry anyway, so they were never going to be able to come close to FANG salaries regardless.&lt;p&gt;It was sad to see the slow&amp;#x2F;inevitable march of good engineer being hired essentially by accident (the hiring process didn&amp;#x27;t recognize them as such and didn&amp;#x27;t tend to offer them more) and then leaving to greener pastures when they weren&amp;#x27;t being rewarded properly. When I left, they offered me a near 50% raise as retention offer (why weren&amp;#x27;t they paying me that already since I was clearly worth it?!), but despite that being a director title, it still couldn&amp;#x27;t touch the SWE offer at Google ... so here I am.&lt;p&gt;The biggest overarching problem I would say with most businesses like that is they aren&amp;#x27;t profitable enough, and engineers can&amp;#x27;t produce enough value in those companies, to justify really top-tier compensation like what would be necessary to get and retain top talent engineers long-term.</text></comment>
<story><title>Uber receives more foreign-worker visas as it lays off hundreds of employees</title><url>https://www.mercurynews.com/2019/10/17/h-1b-uber-snatches-up-more-foreign-worker-visas-as-it-lays-off-hundreds-of-employees/</url></story><parent_chain><item><author>taurath</author><text>Something that is bugging me about my company - we have a hard time hiring people, because we’re almost but not quite competitive on pay. And we see H1B notices go up in the boardroom. I can’t help but think if we were better competitive on pay we would not have a problem hiring - were not doing the most complicated thing in the world.</text></item></parent_chain><comment><author>dx87</author><text>Same thing where I work. The last H1B notice I saw was for a junior web developer. It&amp;#x27;s pretty simple work, but the pay wasn&amp;#x27;t any better than what you&amp;#x27;d get taking a government job that requires similar experience. The work is remote as well, so there&amp;#x27;s no excuse for not being able to find a junior web developer in the entire country.</text></comment>
38,739,113
38,736,615
1
3
38,735,725
train
<story><title>Schrödinger equation emerges mathematically from classical mechanics (2012)</title><url>https://www.researchgate.net/publication/241778960_A_Pseudo-Quantum_Triad_Schrodinger%27s_Equation_the_Uncertainty_Principle_and_the_Heisenberg_Group</url></story><parent_chain></parent_chain><comment><author>alecst</author><text>Schrodinger&amp;#x27;s reasoning was remarkable.&lt;p&gt;The high-level description of classical mechanics was formulated by Hamilton, who was starting from optics. He saw a mathematical analogy between the equations for light and the equations for mechanics. The principle of least time (Fermat&amp;#x27;s principle) for light became the principle of least action for mechanics.&lt;p&gt;But the principle of least time does not predict diffraction, just the geometric path of a light ray. It fails when the wavelength of the light is large compared to whatever it&amp;#x27;s interacting with.&lt;p&gt;At the time, the equations for mechanics were clearly failing for small systems. Here&amp;#x27;s where Schrodinger had his incredible insight: what if mechanics broke in &lt;i&gt;the same way&lt;/i&gt; as optics? Could matter itself display a kind of &amp;quot;diffraction&amp;quot; when its &amp;quot;wavelength&amp;quot; was similar in size to the objects it was interacting with? Could this explain the success of de Broglie&amp;#x27;s work, which treated small particles like waves?&lt;p&gt;Guided by that, he was able to add &amp;quot;diffraction&amp;quot; to the equations of matter and come up with the Schrodinger equation.&lt;p&gt;It&amp;#x27;s worth reading the original paper if you have a physics background -- probably grad-level (just being realistic.) I&amp;#x27;ve been wanting to write a blog post about this because the physics lore is something like &amp;quot;Schrodinger just made a really good guess&amp;quot; but that totally undersells the depth of his reasoning.</text></comment>
<story><title>Schrödinger equation emerges mathematically from classical mechanics (2012)</title><url>https://www.researchgate.net/publication/241778960_A_Pseudo-Quantum_Triad_Schrodinger%27s_Equation_the_Uncertainty_Principle_and_the_Heisenberg_Group</url></story><parent_chain></parent_chain><comment><author>bluish29</author><text>I don&amp;#x27;t know if there is a rule about science papers links, but I think using the journal paper link [1] is more suitable. The paper is open access, so no need for research gate.&lt;p&gt;[&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;iopscience.iop.org&amp;#x2F;article&amp;#x2F;10.1088&amp;#x2F;1742-6596&amp;#x2F;361&amp;#x2F;1&amp;#x2F;012015&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;iopscience.iop.org&amp;#x2F;article&amp;#x2F;10.1088&amp;#x2F;1742-6596&amp;#x2F;361&amp;#x2F;1&amp;#x2F;0...&lt;/a&gt;]</text></comment>
33,247,303
33,246,138
1
2
33,245,289
train
<story><title>No Congress 2022: Looking forward to decentralized alternatives and Camp 2023</title><url>https://www.ccc.de/en/updates/2022/no-congress-2022</url></story><parent_chain></parent_chain><comment><author>dividedbyzero</author><text>I get why they do it. Oktoberfest in Munich led to a big Covid surge with hospitals filling up at a dangerous rate, and experience tells that December will be worse, so their event would almost certainly be severely downsized or altogether disallowed by the authorities. Renewed Covid restrictions are already being debated in German politics with the general expectation being that some restrictions like masks and less or no large events will be imposed. Can&amp;#x27;t do an event at their scale in such an environment, not to speak of pricing issues due to energy etc. that they didn&amp;#x27;t even go into, but that will almost certainly have played a role as well. All of this really, really sucks.&lt;p&gt;It&amp;#x27;s a bit sad that they (apparently?) won&amp;#x27;t be doing a remote replacement, though. I realize you can&amp;#x27;t do a proper Congress remotely, but having some of the nice things (like the talks) sure beats having none. Not sure how exactly those decentralized events will shape out, but their announcement reads like they&amp;#x27;re focusing on the in-person elements, so I have to assume they&amp;#x27;ll be like hackerspace open-door events that cater to the locals.</text></comment>
<story><title>No Congress 2022: Looking forward to decentralized alternatives and Camp 2023</title><url>https://www.ccc.de/en/updates/2022/no-congress-2022</url></story><parent_chain></parent_chain><comment><author>mnd999</author><text>Is it normal in Germany to still be cancelling large events due to Covid? That certainly isn&amp;#x27;t the case in the UK and hasn&amp;#x27;t been for some time.</text></comment>
32,049,289
32,049,523
1
3
32,047,587
train
<story><title>Russian gas flows to Europe</title><url>https://berthub.eu/gazmon/</url></story><parent_chain><item><author>igammarays</author><text>It&amp;#x27;s far too late to change this. You cannot restructure the energy sources of a whole continent in a few months or even years. This could&amp;#x27;ve been fixed if the West had understood and reacted appropriately to the magnitude of the Russian threat about 10 years ago, as foreseen by academics like Stephen Cohen and businessmen like Bill Browder, instead of blindly falling for its own hubristic self-delusion (which continues till today), i.e. the delusion of considering the West to be omnipotent and the delusion of considering Russia to be an irrelevant, backward, economically insignificant country (Obama famously called it a &amp;quot;regional power&amp;quot; much to the chagrin of Putin). But the West is too decadent, fat, and blind to see anything but its own narrative of post-cold-war unipolar dominance.&lt;p&gt;The worst part is, this delusion of believing in Western omnipotence continues fuelling bad decisions today. I was in Kharkiv, Ukraine when the war hit -- there were two major delusions prevalent in the weeks and months leading up to the war. 1. People believed the war could not happen because we believed our American superpower ally would somehow magically prevent the war or stop it quickly, or 2. we believed our leaders would have the sense to settle with Russia instead of destroying our country. 4 months later after losing 20% of our territory, both fantasies evaporated quickly, but I&amp;#x27;m astounded at how many people continue to live in the 3rd fantasy of believing Ukraine could somehow &amp;quot;defeat&amp;quot; Russia while still avoiding WW3. Do people understand what a defeat of Russia would look like? Are you trying to bring a global thermonuclear war apocalypse? What is your endgame here?</text></item></parent_chain><comment><author>hash872</author><text>1. &amp;#x27;The West&amp;#x27; wasn&amp;#x27;t hubristic, Europe was. The US has been telling Europe to get off of Russian gas &amp;amp; oil for decades, under multiple administrations. Both parties have been extremely clear about this for over two decades now.&lt;p&gt;&amp;#x27;I&amp;#x27;m astounded at how many people continue to live in the 3rd fantasy of believing Ukraine could somehow &amp;quot;defeat&amp;quot; Russia while still avoiding WW3&amp;#x27;&lt;p&gt;2. The US lost in Vietnam without using nukes. Even more relevant, the USSR lost in Afghanistan without using them! I believe Pakistan has lost 3 straight wars to its arch-enemy, with no nuclear weapons being used.&lt;p&gt;If we follow your logic to its conclusion, Russia can annex Poland, Lithuania, Germany, France, and so on, and at every step of the way we&amp;#x27;d say &amp;#x27;well we can&amp;#x27;t defeat Russia or else they&amp;#x27;ll use nukes&amp;#x27;. They&amp;#x27;d be able to conquer.... everything this way. This seems bad? Would you like to live in this world?</text></comment>
<story><title>Russian gas flows to Europe</title><url>https://berthub.eu/gazmon/</url></story><parent_chain><item><author>igammarays</author><text>It&amp;#x27;s far too late to change this. You cannot restructure the energy sources of a whole continent in a few months or even years. This could&amp;#x27;ve been fixed if the West had understood and reacted appropriately to the magnitude of the Russian threat about 10 years ago, as foreseen by academics like Stephen Cohen and businessmen like Bill Browder, instead of blindly falling for its own hubristic self-delusion (which continues till today), i.e. the delusion of considering the West to be omnipotent and the delusion of considering Russia to be an irrelevant, backward, economically insignificant country (Obama famously called it a &amp;quot;regional power&amp;quot; much to the chagrin of Putin). But the West is too decadent, fat, and blind to see anything but its own narrative of post-cold-war unipolar dominance.&lt;p&gt;The worst part is, this delusion of believing in Western omnipotence continues fuelling bad decisions today. I was in Kharkiv, Ukraine when the war hit -- there were two major delusions prevalent in the weeks and months leading up to the war. 1. People believed the war could not happen because we believed our American superpower ally would somehow magically prevent the war or stop it quickly, or 2. we believed our leaders would have the sense to settle with Russia instead of destroying our country. 4 months later after losing 20% of our territory, both fantasies evaporated quickly, but I&amp;#x27;m astounded at how many people continue to live in the 3rd fantasy of believing Ukraine could somehow &amp;quot;defeat&amp;quot; Russia while still avoiding WW3. Do people understand what a defeat of Russia would look like? Are you trying to bring a global thermonuclear war apocalypse? What is your endgame here?</text></item></parent_chain><comment><author>martythemaniak</author><text>I remember you, the day before the war started, you bet me $25 that there would be no war (&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;news.ycombinator.com&amp;#x2F;threads?id=martythemaniak&amp;amp;next=30449912#30430805&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;news.ycombinator.com&amp;#x2F;threads?id=martythemaniak&amp;amp;next=...&lt;/a&gt;). I&amp;#x27;m glad you&amp;#x27;re alive and there&amp;#x27;s obviously no need to settle that bet, but despite everything you&amp;#x27;ve been through, your understanding of the situation has not improved.&lt;p&gt;First, the Americans warned everybody that Russia would attack on Feb 16 and they were widely mocked for it... for a week.&lt;p&gt;Second, there is no &amp;quot;settling&amp;quot;. Ukraine could either be a puppet state with all its leaders, laws and policies decided and picked by Moscow, or it can be a normal country. This was never about Russia getting the Donbas and Crimea and you could not have assuaged Putin by giving him this. Sadly this will take a while, but Russia will lose this war the way they lost Afghanistan, Poland, Japan and countless other wars.</text></comment>
27,860,017
27,860,127
1
2
27,831,576
train
<story><title>Paxos vs. Raft: Have we reached consensus on distributed consensus?</title><url>http://charap.co/reading-group-paxos-vs-raft-have-we-reached-consensus-on-distributed-consensus/</url></story><parent_chain></parent_chain><comment><author>josh2600</author><text>Ok so having worked on distributed consensus a bunch here are a couple thoughts in no particular order:&lt;p&gt;* In the real world, servers misbehave, like, a lot, so you have to deal with that fact. All assumptions about network robustness in particular will be proven wrong on a long enough timeline.&lt;p&gt;* Leader election in a world without a robust network is an exercise in managing acceptable failure tolerances. Every application has a notion of acceptable failure rates or acceptable downtime. Discovering that is a non-trivial effort.&lt;p&gt;Jeff Dean and others at Google famously came to the conclusion that it was ok for some parts of the Gmail service to be down for limited periods of time. Accepting that all self-healing&amp;#x2F;robust systems will eventually degrade and have to be restored is the first step in building something manageable. The AXD301 is the most robust system ever built by humans to my knowledge (I think it did 20 years of uptime in production). Most other systems will fail long before that. Managing systems as they fail is an art, particularly as all systems operate in a degraded state.&lt;p&gt;In short, in a lab environment networks function really well. In the real world, it&amp;#x27;s a jungle. Plan accordingly.</text></comment>
<story><title>Paxos vs. Raft: Have we reached consensus on distributed consensus?</title><url>http://charap.co/reading-group-paxos-vs-raft-have-we-reached-consensus-on-distributed-consensus/</url></story><parent_chain></parent_chain><comment><author>benlivengood</author><text>Since the article mentions Google as the outlier preferring Paxos, I may be able to shed some light from a few years ago.&lt;p&gt;The Paxos, paxosdb, and related libraries (despite the name, all are multi-paxos) are solid and integrated directly into a number of products (Borg, Chubby, CFS, Spanner, etc.). There are years of engineering effort and unit tests behind the core Paxos library and so it makes sense to keep using and improving it instead of going off to Raft. As far as I am aware the Google Paxos implementation predates Raft by quite a while.&lt;p&gt;I think in general if most other people use Raft it&amp;#x27;s better for the community to have single, stable, and well-tested shared implementations for much the same reason it&amp;#x27;s good for Google to stick with Paxos.</text></comment>
3,559,835
3,559,804
1
2
3,559,525
train
<story><title>RasberryPi release date February 20th</title><url>http://www.raspberrypi.org/archives/615</url></story><parent_chain></parent_chain><comment><author>ChuckMcM</author><text>Wow, looking at the data sheet BroadCom provided has confirmed my worst fears. Comments like:&lt;p&gt;&lt;i&gt;There are a number of peripherals which are intended to be controlled by the GPU. These are omitted from this datasheet. Accessing these peripherals from the ARM is not recommended.&lt;/i&gt;&lt;p&gt;There is of course no documentation at all for the GPU, if you run Linux on this thing you are at Broadcom&apos;s mercy for &lt;i&gt;maybe&lt;/i&gt; giving you a binary blob which &lt;i&gt;might&lt;/i&gt; run the GPU in an acceptable manner but no promises.&lt;p&gt;This is such a sad state of affairs. Where a chip company refuses to divulge information that is critical to using their chip.&lt;p&gt;Say what you want about the OLPC but like Stallman&apos;s laptop the damn thing had pretty good documentation on all the parts. I guess its finally time for an open source SOC.</text></comment>
<story><title>RasberryPi release date February 20th</title><url>http://www.raspberrypi.org/archives/615</url></story><parent_chain></parent_chain><comment><author>detst</author><text>&quot;RasberryPi release date February 20th&quot;. No.&lt;p&gt;FTA: &quot;[T]he boards will be finished on February 20. [...] [Y]ou should be able to buy them before the end of the month.&quot;</text></comment>
39,915,770
39,912,088
1
3
39,902,212
train
<story><title>Bradford pear trees banned in few states – More are looking to eradicate them</title><url>https://www.usatoday.com/story/news/nation/2024/03/25/bradford-pear-trees-smell-invasive-species-banned/73040722007/</url></story><parent_chain><item><author>aidenn0</author><text>What herbicide do you use? I have a tree growing under my roofline that keeps growing back. I tried glyphosate last time, but it came back.</text></item><item><author>tomohawk</author><text>I thought you were going to say something about how large branches will just pop off and crush anything beneath them at random times. This is due to how multiple branches will come from the trunk at the same point, and are weakly attached.&lt;p&gt;EDIT:&lt;p&gt;Having finally eradicated all of the ones from our land, the best method is to immediately pour herbicide onto the trunk after cutting it down. The herbicide will get sucked down into the roots this way. If you don&amp;#x27;t do this, you&amp;#x27;ll get new suckers all over the place for a few years.</text></item><item><author>ChrisMarshallNY</author><text>The company that I worked for, had a row of these across the primo parking spaces.&lt;p&gt;During the fall months, these parking spaces were always available.&lt;p&gt;I found out why.&lt;p&gt;If you park under one of these things in November, you come out in the evening, and it looks like every incontinent buzzard on Earth sat over your car.</text></item></parent_chain><comment><author>SEJeff</author><text>How did you apply? For something fast growing &amp;#x2F; invasive like a Bradford pear, or a honeysuckle, you really need to get Glyphosate into the roots for it to die. I was taught this trick by an Arborist:&lt;p&gt;Cut the tree down and leave 4-6” above the ground. Take a small drill and put a 3&amp;#x2F;8” drill bit in it. Try to find the small hole in the very middle of the trunk and drill down into it. This is how the sap flows through the tree. Carefully spray 3-4 good sprays of Glyphosate into the hole with gloves and eye protection. The tree and gravity will take this down into the roots where they will die. The small amount of Glyophosate will stay in the roots for approximately eight years, and it won’t leak out into the soil as it’s held by them.</text></comment>
<story><title>Bradford pear trees banned in few states – More are looking to eradicate them</title><url>https://www.usatoday.com/story/news/nation/2024/03/25/bradford-pear-trees-smell-invasive-species-banned/73040722007/</url></story><parent_chain><item><author>aidenn0</author><text>What herbicide do you use? I have a tree growing under my roofline that keeps growing back. I tried glyphosate last time, but it came back.</text></item><item><author>tomohawk</author><text>I thought you were going to say something about how large branches will just pop off and crush anything beneath them at random times. This is due to how multiple branches will come from the trunk at the same point, and are weakly attached.&lt;p&gt;EDIT:&lt;p&gt;Having finally eradicated all of the ones from our land, the best method is to immediately pour herbicide onto the trunk after cutting it down. The herbicide will get sucked down into the roots this way. If you don&amp;#x27;t do this, you&amp;#x27;ll get new suckers all over the place for a few years.</text></item><item><author>ChrisMarshallNY</author><text>The company that I worked for, had a row of these across the primo parking spaces.&lt;p&gt;During the fall months, these parking spaces were always available.&lt;p&gt;I found out why.&lt;p&gt;If you park under one of these things in November, you come out in the evening, and it looks like every incontinent buzzard on Earth sat over your car.</text></item></parent_chain><comment><author>Turing_Machine</author><text>Supposedly painting it on the cut end of the trunk on a periodic basis (and on the cut ends of any sprouts that do come up) is more effective than a one-time drench. Glyphosate has a pretty short half-life.&lt;p&gt;Also, a spot treatment of the ends means considerably less herbicide entering the soil.</text></comment>
29,188,037
29,188,065
1
2
29,186,222
train
<story><title>I&apos;m “still afraid to use spaces in file names” years old</title><url>https://twitter.com/TheIdOfAlan/status/1458117496087748618</url></story><parent_chain><item><author>alpaca128</author><text>Seems like MS had the same idea according to an answer in the link:&lt;p&gt;&lt;i&gt;&amp;gt; Microsoft intentionally made programs install to C:\Program Files on Windows 95+ to force programmers to deal with spaces in filenames.&lt;/i&gt;</text></item><item><author>pimterry</author><text>I work on a complex desktop application, and it&amp;#x27;s been astounding the number of bugs that have appeared over the years triggered by spaces and other unusual characters in file names. If you do anything with subprocesses or path processing, it&amp;#x27;s absurdly easy to hit in a thousand different ways, over and over again.&lt;p&gt;Pro tip: rename your development directory (or even better: the workspace path in CI) to put a space and&amp;#x2F;or special characters in it.&lt;p&gt;Forces you to deal with this properly, and immediately ensures that every automated test checks this case without you having to remember every time. Hasn&amp;#x27;t been particularly inconvenient, since I&amp;#x27;m autocompleting it 99% of the time anyway, and I haven&amp;#x27;t shipped a single path parsing bug since.</text></item></parent_chain><comment><author>ealexhudson</author><text>I wish they did &amp;quot;User Files&amp;quot; instead of &amp;quot;Users&amp;quot; too, because so much software breaks on the home area having a space in it.&lt;p&gt;Not least, it makes writing scripts for various shells and getting the quoting rules right an absolute pain as well...</text></comment>
<story><title>I&apos;m “still afraid to use spaces in file names” years old</title><url>https://twitter.com/TheIdOfAlan/status/1458117496087748618</url></story><parent_chain><item><author>alpaca128</author><text>Seems like MS had the same idea according to an answer in the link:&lt;p&gt;&lt;i&gt;&amp;gt; Microsoft intentionally made programs install to C:\Program Files on Windows 95+ to force programmers to deal with spaces in filenames.&lt;/i&gt;</text></item><item><author>pimterry</author><text>I work on a complex desktop application, and it&amp;#x27;s been astounding the number of bugs that have appeared over the years triggered by spaces and other unusual characters in file names. If you do anything with subprocesses or path processing, it&amp;#x27;s absurdly easy to hit in a thousand different ways, over and over again.&lt;p&gt;Pro tip: rename your development directory (or even better: the workspace path in CI) to put a space and&amp;#x2F;or special characters in it.&lt;p&gt;Forces you to deal with this properly, and immediately ensures that every automated test checks this case without you having to remember every time. Hasn&amp;#x27;t been particularly inconvenient, since I&amp;#x27;m autocompleting it 99% of the time anyway, and I haven&amp;#x27;t shipped a single path parsing bug since.</text></item></parent_chain><comment><author>323</author><text>Laughs in C:\PROGRA~1\ (try it, still works in Windows 10)</text></comment>
21,697,965
21,697,882
1
2
21,696,779
train
<story><title>Metaflow, Netflix&apos;s Python framework for data science, is now open source</title><url>https://metaflow.org</url></story><parent_chain><item><author>vtuulos</author><text>hey, I&amp;#x27;m one of the authors of Metaflow. Happy to answer any questions! Netflix has been using Metaflow internally for about two years, so we have many war stories :)</text></item></parent_chain><comment><author>omarhaneef</author><text>Thanks for open sourcing this.&lt;p&gt;Can you say a little about which niche this would occupy, and what the motivation is? Is it intended to compete with Tensorflow and Pytorch or to be an industrial strength version of SKlearn.&lt;p&gt;I looked through the tutorial on my mobile and the answer was not immediately clear.&lt;p&gt;Is the benefit that it auto scales on AWS without having to think through the infrastructure?</text></comment>
<story><title>Metaflow, Netflix&apos;s Python framework for data science, is now open source</title><url>https://metaflow.org</url></story><parent_chain><item><author>vtuulos</author><text>hey, I&amp;#x27;m one of the authors of Metaflow. Happy to answer any questions! Netflix has been using Metaflow internally for about two years, so we have many war stories :)</text></item></parent_chain><comment><author>ageofwant</author><text>G&amp;#x27;day, seems like an cool tool, thanks - the links to the github tuts are currently broken...&lt;p&gt;I&amp;#x27;m of the opinion that adopting some standard DAG meta format for data science may make a positive impact on the reproduceability issues we have in science generally. So its good to see the idea has real world merit as well.</text></comment>
36,240,912
36,240,438
1
3
36,235,779
train
<story><title>Google doesn’t want employees working remotely anymore</title><url>https://www.theverge.com/2023/6/7/23753323/google-doesnt-want-employees-working-remotely-anymore</url></story><parent_chain><item><author>chank</author><text>&amp;gt; IMO you lose so much more by sacrificing spontaneous conversation &amp;amp; ideation that results.&lt;p&gt;Lots of people say this, but I just don&amp;#x27;t see it. In every office I&amp;#x27;ve worked in in the past 20 years none of this really happened. It was 99.9% distraction. It&amp;#x27;s trivial to hop on a meeting with close collaborators or even non-close ones to bounce ideas off of. It&amp;#x27;s a mask argument for FOMO and the desire of those who simply prefer that environment for various non-collaborative reasons.</text></item><item><author>thatsagreatcomm</author><text>IMO you lose so much more by sacrificing spontaneous conversation &amp;amp; ideation that results. You also lose the ease of just walking over to someone to ask a question. You also lose an unbelievable amount for anyone who lacks experience - training is AWFUL remote. Not even close.&lt;p&gt;It&amp;#x27;s not perfect but a group of aligned people in the same physical working space will just dominate a similar group spread apart that has to use chats &amp;amp; zoom to communicate. Management has got to be seeing this, in various forms, across multiple business segments.</text></item><item><author>t43562</author><text>It&amp;#x27;s a pain when someone in my teams meetings is in the office because of all the noise in the background. This makes me laugh because it&amp;#x27;s clear that there&amp;#x27;s a lot of distraction going on there.&lt;p&gt;&amp;quot;Communication&amp;quot; can also mean getting distracted or drawn into irrelevant discussion or being continuously interrupted by people wanting something.&lt;p&gt;I think it&amp;#x27;s quite ridiculous to claim to value personal presence in an age where I&amp;#x27;m working with people all day who are in other countries and other offices - even down the hall - and that&amp;#x27;s all happening by chat and email and teams meetings. I really think it&amp;#x27;s about the way some people manage lazily by looking to see if you&amp;#x27;re typing or not instead of looking at results and understanding the work.&lt;p&gt;It&amp;#x27;s nice to meet people in person once or twice but I don&amp;#x27;t need to see any of them once a week or once a month.&lt;p&gt;I only manage 3 people but I have to work with a lot of people to get things done and have to understand their personalities and points of view and what they&amp;#x27;re doing up to a point. I can&amp;#x27;t come up with a reason why I would want to be able to look over their shoulder.</text></item></parent_chain><comment><author>UncleMeat</author><text>I work at Google and I agree with the poster that something significant is lost when you aren&amp;#x27;t physically present near each other.&lt;p&gt;But I am also fully remote at Google and I am never going back. Full remote is too valuable to me. I just think that it is useful to be honest about challenges that some people and teams face with remote work.</text></comment>
<story><title>Google doesn’t want employees working remotely anymore</title><url>https://www.theverge.com/2023/6/7/23753323/google-doesnt-want-employees-working-remotely-anymore</url></story><parent_chain><item><author>chank</author><text>&amp;gt; IMO you lose so much more by sacrificing spontaneous conversation &amp;amp; ideation that results.&lt;p&gt;Lots of people say this, but I just don&amp;#x27;t see it. In every office I&amp;#x27;ve worked in in the past 20 years none of this really happened. It was 99.9% distraction. It&amp;#x27;s trivial to hop on a meeting with close collaborators or even non-close ones to bounce ideas off of. It&amp;#x27;s a mask argument for FOMO and the desire of those who simply prefer that environment for various non-collaborative reasons.</text></item><item><author>thatsagreatcomm</author><text>IMO you lose so much more by sacrificing spontaneous conversation &amp;amp; ideation that results. You also lose the ease of just walking over to someone to ask a question. You also lose an unbelievable amount for anyone who lacks experience - training is AWFUL remote. Not even close.&lt;p&gt;It&amp;#x27;s not perfect but a group of aligned people in the same physical working space will just dominate a similar group spread apart that has to use chats &amp;amp; zoom to communicate. Management has got to be seeing this, in various forms, across multiple business segments.</text></item><item><author>t43562</author><text>It&amp;#x27;s a pain when someone in my teams meetings is in the office because of all the noise in the background. This makes me laugh because it&amp;#x27;s clear that there&amp;#x27;s a lot of distraction going on there.&lt;p&gt;&amp;quot;Communication&amp;quot; can also mean getting distracted or drawn into irrelevant discussion or being continuously interrupted by people wanting something.&lt;p&gt;I think it&amp;#x27;s quite ridiculous to claim to value personal presence in an age where I&amp;#x27;m working with people all day who are in other countries and other offices - even down the hall - and that&amp;#x27;s all happening by chat and email and teams meetings. I really think it&amp;#x27;s about the way some people manage lazily by looking to see if you&amp;#x27;re typing or not instead of looking at results and understanding the work.&lt;p&gt;It&amp;#x27;s nice to meet people in person once or twice but I don&amp;#x27;t need to see any of them once a week or once a month.&lt;p&gt;I only manage 3 people but I have to work with a lot of people to get things done and have to understand their personalities and points of view and what they&amp;#x27;re doing up to a point. I can&amp;#x27;t come up with a reason why I would want to be able to look over their shoulder.</text></item></parent_chain><comment><author>garrickvanburen</author><text>Agree.&lt;p&gt;20+ years ago, it was considered good office manners to send an IM asking if someone if they were available before interrupting them with your physical presence.</text></comment>
36,838,345
36,834,663
1
3
36,830,813
train
<story><title>Why SQLite does not use Git (2018)</title><url>https://www.sqlite.org/draft/matrix/whynotgit.html</url></story><parent_chain><item><author>bonzini</author><text>Subversion is basically CVS done right. The problem is that CVS was a dead end that didn&amp;#x27;t scale to a distributed development model.&lt;p&gt;Git goes back to the local RCS model and adds atomic commits to that model. That&amp;#x27;s how it climbed out of the local optimum that was Subversion. There were a couple controversial choices that Git made, for example not tracking renames and not having linear revision numbers, but they turned out to be not a big deal and they allowed very efficient operations without the performance issues of e.g. darcs.&lt;p&gt;Given all the attempts to fix version control between 1995 and 2010, the basic data model of git seems to be very hard to improve on, especially with additions such as git-lfs.&lt;p&gt;There could be new command line interfaces but it has become harder and harder to kick away the incumbents. I know no one who is using git switch and git restore instead of the overloaded and confusing git checkout.</text></item><item><author>anon35</author><text>Made a list of all the revision control tools I&amp;#x27;ve used over the decades, the year they were created, and the year I last used them:&lt;p&gt;&lt;pre&gt;&lt;code&gt; sccs 1973 2000 rcs 1982 2000 cvs 1990 2004 clearcase 1992 2004 perforce 1995 2011 subversion 2000 2015 mercurial 2005 2015 git 2005 present &lt;/code&gt;&lt;/pre&gt; So, at least for me, they last around 15 years or so.&lt;p&gt;But often time when I tell juinors that when they&amp;#x27;re my age, git will be distant a strange memory to them, they look at me funny. It&amp;#x27;s a wonderful tool and earned its success, but I&amp;#x27;ll be sad if it&amp;#x27;s our final take on the problem.</text></item></parent_chain><comment><author>sireat</author><text>git-lfs is horrible, at least it was horrible the last few times I tried it out.&lt;p&gt;More precisely git-lfs is horrible the way it works with Github and its insanely low git-lfs storage and transfer limit.&lt;p&gt;What ends up happening inevitably is that you add some file to git-lfs that you did not mean to.&lt;p&gt;Only half sane&amp;#x2F;insane way to fix this is to just say screw it and start a fresh git repository, hopefully with files that you salvaged before the whole git-lfs mess.&lt;p&gt;I am quoting Github documentation &amp;quot;To remove Git LFS objects from a repository, delete and recreate the repository.&amp;quot;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;docs.github.com&amp;#x2F;en&amp;#x2F;repositories&amp;#x2F;working-with-files&amp;#x2F;managing-large-files&amp;#x2F;removing-files-from-git-large-file-storage&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;docs.github.com&amp;#x2F;en&amp;#x2F;repositories&amp;#x2F;working-with-files&amp;#x2F;m...&lt;/a&gt;&lt;p&gt;You say that is user error. Of course, users will make errors.&lt;p&gt;However your version control tools should get out of your way not make your life hell.&lt;p&gt;EDIT: I felt fine using Subversion combine with Redmine for issues in mid 2000s&lt;p&gt;Why did we need to go to git for everything when we still end up remoting to&amp;#x2F;from centralized hubs?</text></comment>
<story><title>Why SQLite does not use Git (2018)</title><url>https://www.sqlite.org/draft/matrix/whynotgit.html</url></story><parent_chain><item><author>bonzini</author><text>Subversion is basically CVS done right. The problem is that CVS was a dead end that didn&amp;#x27;t scale to a distributed development model.&lt;p&gt;Git goes back to the local RCS model and adds atomic commits to that model. That&amp;#x27;s how it climbed out of the local optimum that was Subversion. There were a couple controversial choices that Git made, for example not tracking renames and not having linear revision numbers, but they turned out to be not a big deal and they allowed very efficient operations without the performance issues of e.g. darcs.&lt;p&gt;Given all the attempts to fix version control between 1995 and 2010, the basic data model of git seems to be very hard to improve on, especially with additions such as git-lfs.&lt;p&gt;There could be new command line interfaces but it has become harder and harder to kick away the incumbents. I know no one who is using git switch and git restore instead of the overloaded and confusing git checkout.</text></item><item><author>anon35</author><text>Made a list of all the revision control tools I&amp;#x27;ve used over the decades, the year they were created, and the year I last used them:&lt;p&gt;&lt;pre&gt;&lt;code&gt; sccs 1973 2000 rcs 1982 2000 cvs 1990 2004 clearcase 1992 2004 perforce 1995 2011 subversion 2000 2015 mercurial 2005 2015 git 2005 present &lt;/code&gt;&lt;/pre&gt; So, at least for me, they last around 15 years or so.&lt;p&gt;But often time when I tell juinors that when they&amp;#x27;re my age, git will be distant a strange memory to them, they look at me funny. It&amp;#x27;s a wonderful tool and earned its success, but I&amp;#x27;ll be sad if it&amp;#x27;s our final take on the problem.</text></item></parent_chain><comment><author>jon-wood</author><text>I should at some point alias git checkout to throw a warning, git switch&amp;#x2F;restore are clearly a better choice, but unfortunately checkout is ingrained in muscle memory at this point.</text></comment>
22,921,923
22,921,413
1
2
22,907,254
train
<story><title>Psilocybin Produced in Yeast</title><url>https://phys.org/news/2020-04-psychedelic-compound-magic-mushrooms-yeast.html</url></story><parent_chain><item><author>mikeg8</author><text>&amp;gt; &amp;quot;It&amp;#x27;s unfeasible and way too expensive to extract psilocybin from magic mushrooms and the best chemical synthesis methods require expensive and difficult to source starting substrates...”&lt;p&gt;This is one of those situations where I feel like we (humans) are approaching it all wrong. Why over complicate it by trying to “extract” the psilocybin instead of treating it like marijuana and growing the mushrooms in highly controlled settings and then testing for potency?!&lt;p&gt;As someone who’s recently had very positive experiences with both large&amp;#x2F;small doses of magic mushrooms, it’s disheartening to see us remake the mistakes of the past by trying to over-engineer something from nature. IMO, the optimum approach would be to have humility and simply be stewards of this wonderful gift. There is no reason That psilocybin shouldn’t be administered in its most common form, as it has been for thousands of years, other than it would be harder to profit off of.</text></item></parent_chain><comment><author>colechristensen</author><text>There are negative side effects from consuming the mushrooms which you don&amp;#x27;t get from purified psilocybin.&lt;p&gt;Dosage is important. There isn&amp;#x27;t a way to test for potency which would ensure a reliable dose.&lt;p&gt;Argument fallacies:&lt;p&gt;* your anecdotal positive experiences&lt;p&gt;* suggesting superiority because something is &amp;quot;from nature&amp;quot;&lt;p&gt;* referring to &amp;quot;mistakes from the past&amp;quot; without naming any&lt;p&gt;* suggesting superiority that &amp;quot;has been (done) for thousands of years&amp;quot;&lt;p&gt;Think about why these kinds of arguments are made on different topics which you disagree with and then rethink why you are making them here.</text></comment>
<story><title>Psilocybin Produced in Yeast</title><url>https://phys.org/news/2020-04-psychedelic-compound-magic-mushrooms-yeast.html</url></story><parent_chain><item><author>mikeg8</author><text>&amp;gt; &amp;quot;It&amp;#x27;s unfeasible and way too expensive to extract psilocybin from magic mushrooms and the best chemical synthesis methods require expensive and difficult to source starting substrates...”&lt;p&gt;This is one of those situations where I feel like we (humans) are approaching it all wrong. Why over complicate it by trying to “extract” the psilocybin instead of treating it like marijuana and growing the mushrooms in highly controlled settings and then testing for potency?!&lt;p&gt;As someone who’s recently had very positive experiences with both large&amp;#x2F;small doses of magic mushrooms, it’s disheartening to see us remake the mistakes of the past by trying to over-engineer something from nature. IMO, the optimum approach would be to have humility and simply be stewards of this wonderful gift. There is no reason That psilocybin shouldn’t be administered in its most common form, as it has been for thousands of years, other than it would be harder to profit off of.</text></item></parent_chain><comment><author>arpa</author><text>Hey, drug on wars still exists in the world. You can get excessive jail time just for having some (regardless of quantity) marijuana on you - and that is in &amp;quot;western&amp;quot; country. It was not so long ago that &amp;quot;marijuana had no possible medical application&amp;quot; and was scheduled as a class A drug in UK (and I think, still is). There is a lot of stigma, and decades of bad science, propaganda, and manufactured hatred run deep. Research is difficult, if at all possible because excessively harsh legislation. And who benefits?.. criminal cartels and enforcement agencies. This is also why scientists go such extreme lengths to create psychoactive mimics (&amp;quot;legal highs&amp;quot;) - so they can research the stuff that is at least similar without going to jail. It&amp;#x27;s a fucked up world, my friend.&lt;p&gt;It&amp;#x27;s not the scientists&amp;#x27; approach that is wrong, it&amp;#x27;s the legislators...</text></comment>
41,622,464
41,621,273
1
2
41,618,926
train
<story><title>Sublime text started adding a “.s” to new files</title><url>https://forum.sublimetext.com/t/sublime-text-started-adding-a-s-to-new-files-very-annoying/73628</url></story><parent_chain><item><author>NlightNFotis</author><text>I&amp;#x27;ve recently come across a spectacular number of regressions on my M3 Max MacBook Pro, Sequoia as well as previous versions included.&lt;p&gt;The most workflow breaking one (which really tempts me to throw the computer out of the closest window I can find in the room) is a Safari bug that basically randomly fails to open any website with a&lt;p&gt;&amp;gt; Safari can&amp;#x27;t open the page. The error is: &amp;quot;The operation couldn&amp;#x27;t be completed. No space left on device&amp;quot; (NSPOSIXErrorDomain:28).&lt;p&gt;Which is embarrassing, as this is a clear regression and it breaks all functionality in the browser - restarting it doesn&amp;#x27;t fix it, and I need to restart the whole machine for it to _maybe_ get fixed (and it&amp;#x27;s not really a space issue, both RAM and disk I&amp;#x27;m nowhere near their limits).</text></item></parent_chain><comment><author>concinds</author><text>Some other things that devs should know about Sequoia:&lt;p&gt;- If you&amp;#x27;re sticking to Sonoma for stability, be aware Apple doesn&amp;#x27;t backport all security patches. Apple&amp;#x27;s release notes show 79 security issues fixed in Sequoia, and only 37 fixed in Sonoma 14.7. Maybe some vulns were only introduced in the Sequoia betas, but based on previous years, that&amp;#x27;s mostly not the case. Apple only keeps you safe on the latest version.&lt;p&gt;- macOS Sequoia, released days ago, &lt;i&gt;still&lt;/i&gt; includes vulnerable years-old binaries like LibreSSL 3.3.6, curl 8.7.1, and python 3.9.6. &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.intego.com&amp;#x2F;mac-security-blog&amp;#x2F;apple-still-leaving-critical-vulnerabilities-unpatched-in-macos-sonoma&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.intego.com&amp;#x2F;mac-security-blog&amp;#x2F;apple-still-leaving...&lt;/a&gt; (I&amp;#x27;ve tested it&amp;#x27;s still true on the final 15.0)</text></comment>
<story><title>Sublime text started adding a “.s” to new files</title><url>https://forum.sublimetext.com/t/sublime-text-started-adding-a-s-to-new-files-very-annoying/73628</url></story><parent_chain><item><author>NlightNFotis</author><text>I&amp;#x27;ve recently come across a spectacular number of regressions on my M3 Max MacBook Pro, Sequoia as well as previous versions included.&lt;p&gt;The most workflow breaking one (which really tempts me to throw the computer out of the closest window I can find in the room) is a Safari bug that basically randomly fails to open any website with a&lt;p&gt;&amp;gt; Safari can&amp;#x27;t open the page. The error is: &amp;quot;The operation couldn&amp;#x27;t be completed. No space left on device&amp;quot; (NSPOSIXErrorDomain:28).&lt;p&gt;Which is embarrassing, as this is a clear regression and it breaks all functionality in the browser - restarting it doesn&amp;#x27;t fix it, and I need to restart the whole machine for it to _maybe_ get fixed (and it&amp;#x27;s not really a space issue, both RAM and disk I&amp;#x27;m nowhere near their limits).</text></item></parent_chain><comment><author>js2</author><text>That issue apparently goes back a couple years.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;osxdaily.com&amp;#x2F;2022&amp;#x2F;01&amp;#x2F;28&amp;#x2F;fix-safari-cant-open-page-nsposixerrordomain28-error-on-mac&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;osxdaily.com&amp;#x2F;2022&amp;#x2F;01&amp;#x2F;28&amp;#x2F;fix-safari-cant-open-page-ns...&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;old.reddit.com&amp;#x2F;r&amp;#x2F;MacOS&amp;#x2F;comments&amp;#x2F;qna5js&amp;#x2F;safari_issue_in_monterey&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;old.reddit.com&amp;#x2F;r&amp;#x2F;MacOS&amp;#x2F;comments&amp;#x2F;qna5js&amp;#x2F;safari_issue_...&lt;/a&gt;</text></comment>
29,695,113
29,693,121
1
2
29,691,039
train
<story><title>My Path to Financial Independence as a Software Engineer</title><url>https://software.rajivprab.com/2021/12/26/my-path-to-financial-independence-as-a-software-engineer/</url></story><parent_chain><item><author>deanmoriarty</author><text>I do not understand why articles like these consistently score poorly on HN? Of course it’s all based on luck, but that doesn’t make it an uninteresting read. I admire the diligence of the author, and how well they played the lucky cards they were given.&lt;p&gt;I am frequently in awe when reading technical articles on HN, with people advancing the state of the art in some technology. Those people also are incredibly lucky, because they were born with massive talents that, through sacrifices and education, they transformed into life achievements.&lt;p&gt;As an average software engineer I was not lucky enough to be born with cognitive skills that will ever allow me to reach those technical highs, but that is not a reason to crap on it saying “Just luck! Just genetic&amp;#x2F;environmental luck!”.&lt;p&gt;Similarly, I don’t typically read from others: “It’s easy for you to rewrite the Linux kernel in JavaScript over a weekend, your work is just luck because you were born a genius in a developed country so all your achievements need to be discounted and you have no merits!”.&lt;p&gt;I suspect when it comes to compensation talk people tend on average to get more bitter than they should otherwise be.&lt;p&gt;Maybe I take this to heart because I made significant sacrifices to immigrate to the US and, while I was immensely lucky to succeed in the endeavor, most people I know would have never taken those uncomfortable steps (leaving family behind in a different country, sacrifice personal space by frugal living in a HCOL area as opposed to a LCOL area with a house and backyard for the kids, …), yet they will happily “complain” that my compensation is much higher than theirs, and that there is no merit to it, rather than simply admitting that they willingly chose a different path in life, but they could have chased my same opportunities with largely the same financial outcome.&lt;p&gt;If I was reading this article and I was not a tech worker in the US but interested in getting those compensations, my first reaction would be “damn, let me research what are the options for legal immigration to the US and let me start down a path that has good odds of me landing a tech job over there within 5-10 years”. It would not be “let me complain on HN how the country I am a forever-prisoner in has a 90% effective tax rate so that I feel good about my situation”.</text></item></parent_chain><comment><author>sakopov</author><text>Well, ultimately it&amp;#x27;s about the advice here. If someone asks you how to achieve financial independence and you tell them to just make half a mil working at FAANG, your advice is going to get filed under the &amp;quot;no shit&amp;quot; folder. I also don&amp;#x27;t quite follow how the author claims to have achieved financial independence while relying on a $600K&amp;#x2F;yr salary from Amazon. This isn&amp;#x27;t the type of content folks usually expect. I think for most people it&amp;#x27;ll be about using their salaries to their potential via smart investing and compounding, while focusing their free time on generating alternative streams of income which will supplement their existing salary. I think this is the foundation of most &amp;quot;financial independence&amp;quot; stories. With that said, I do think that the article is very inspirational to most engineers on here. I&amp;#x27;m a fellow immigrant who has achieved a bit in my life in the US, but not nearly as much in terms of salary. I&amp;#x27;m still grateful and very content knowing that the ceiling is as high as I pretty much want it to be.</text></comment>
<story><title>My Path to Financial Independence as a Software Engineer</title><url>https://software.rajivprab.com/2021/12/26/my-path-to-financial-independence-as-a-software-engineer/</url></story><parent_chain><item><author>deanmoriarty</author><text>I do not understand why articles like these consistently score poorly on HN? Of course it’s all based on luck, but that doesn’t make it an uninteresting read. I admire the diligence of the author, and how well they played the lucky cards they were given.&lt;p&gt;I am frequently in awe when reading technical articles on HN, with people advancing the state of the art in some technology. Those people also are incredibly lucky, because they were born with massive talents that, through sacrifices and education, they transformed into life achievements.&lt;p&gt;As an average software engineer I was not lucky enough to be born with cognitive skills that will ever allow me to reach those technical highs, but that is not a reason to crap on it saying “Just luck! Just genetic&amp;#x2F;environmental luck!”.&lt;p&gt;Similarly, I don’t typically read from others: “It’s easy for you to rewrite the Linux kernel in JavaScript over a weekend, your work is just luck because you were born a genius in a developed country so all your achievements need to be discounted and you have no merits!”.&lt;p&gt;I suspect when it comes to compensation talk people tend on average to get more bitter than they should otherwise be.&lt;p&gt;Maybe I take this to heart because I made significant sacrifices to immigrate to the US and, while I was immensely lucky to succeed in the endeavor, most people I know would have never taken those uncomfortable steps (leaving family behind in a different country, sacrifice personal space by frugal living in a HCOL area as opposed to a LCOL area with a house and backyard for the kids, …), yet they will happily “complain” that my compensation is much higher than theirs, and that there is no merit to it, rather than simply admitting that they willingly chose a different path in life, but they could have chased my same opportunities with largely the same financial outcome.&lt;p&gt;If I was reading this article and I was not a tech worker in the US but interested in getting those compensations, my first reaction would be “damn, let me research what are the options for legal immigration to the US and let me start down a path that has good odds of me landing a tech job over there within 5-10 years”. It would not be “let me complain on HN how the country I am a forever-prisoner in has a 90% effective tax rate so that I feel good about my situation”.</text></item></parent_chain><comment><author>rexreed</author><text>The reason why I think these articles score poorly is because I think my reaction is like most reactions (not all, but most). I read the article, saw the salary table, did an eyeroll, and then skimmed the rest. The article can be summed up as &amp;quot;get a high paying job in a career that requires technical skills, save more than you spend, and invest what you save&amp;quot;. Did I miss anything in that summarization?</text></comment>
24,773,350
24,773,268
1
3
24,772,616
train
<story><title>San Francisco’s political leadership has squandered a fortune (2019)</title><url>https://www.city-journal.org/san-franciscos-municipal-budget</url></story><parent_chain><item><author>sagarm</author><text>Local elections in SF are actually quite competitive, thanks to both jungle primaries and ranked choice voting.&lt;p&gt;Of course, if you e.g. are a single issue voter that cares only that women who has consensual sex not have the option to terminate unintended pregnancies you won&amp;#x27;t have a candidate to support in the general.</text></item><item><author>jackfoxy</author><text>A one party city in a one party state, endorsed by the local media establishment. You get what you vote for.</text></item></parent_chain><comment><author>SllX</author><text>Competition between Democrats in the Generals each carrying water for the party does not make for competitive elections. Even the moderates in SF are to the left of the State and Country.</text></comment>
<story><title>San Francisco’s political leadership has squandered a fortune (2019)</title><url>https://www.city-journal.org/san-franciscos-municipal-budget</url></story><parent_chain><item><author>sagarm</author><text>Local elections in SF are actually quite competitive, thanks to both jungle primaries and ranked choice voting.&lt;p&gt;Of course, if you e.g. are a single issue voter that cares only that women who has consensual sex not have the option to terminate unintended pregnancies you won&amp;#x27;t have a candidate to support in the general.</text></item><item><author>jackfoxy</author><text>A one party city in a one party state, endorsed by the local media establishment. You get what you vote for.</text></item></parent_chain><comment><author>konjin</author><text>&amp;gt;Of course, if you e.g. are a single issue voter that cares only that women who has consensual sex not have the option to terminate unintended pregnancies you won&amp;#x27;t have a candidate to support in the general.&lt;p&gt;Who can I vote for to enforce copyright protection on my genes by forcing women to have abortions if they did not receive my permission to conceive?</text></comment>
21,258,164
21,258,206
1
2
21,257,871
train
<story><title>Sears Hasn’t Fared Better After Bankruptcy</title><url>https://www.wsj.com/articles/sears-hasnt-fared-better-after-bankruptcy-as-another-100-stores-will-soon-close-11570959000?mod=rsswn</url></story><parent_chain></parent_chain><comment><author>bluedino</author><text>Our Sears store is finally closing it&amp;#x27;s doors this month. It took long enough.&lt;p&gt;20 years ago I worked there, selling Packard Bell and Macintosh computers, as well as vaccums. Who decided those departments should be merged, I don&amp;#x27;t know. Once in a while I&amp;#x27;d sub at a smaller store about 45 minutes away, and cameras got thrown into the mix.&lt;p&gt;I always liked the Sears Auto Center for tires, service, and Diehard batteries. Craftsman hand tools were decent until the mid-2000&amp;#x27;s when they started changing warranty policies.&lt;p&gt;The power tools and lawn equipment were never really any good. If you buy a &amp;#x27;Craftsman&amp;#x27; mower, you&amp;#x27;re getting the same Chinese-engined lawnmower that you buy at the same price point at any other store. Just like any other product these days.&lt;p&gt;They used to have an entire part of the store dedicated to flat-screen TV&amp;#x27;s. As they cheapened, the area got smaller and smaller, until it was 4-5 sad TV&amp;#x27;s hanging on a wall. Just this last year they decided to fill that part of the store with mattresses.&lt;p&gt;I noticed the store filling up with Craftsman, Kenmore, and other Sears-branded junk. Just low end stuff like cheap shoes, plastic utensils, and pots and pans. I figured distributors weren&amp;#x27;t willing to give Sears enough credit to stock the stores with stuff of any value.&lt;p&gt;The store itself hasn&amp;#x27;t been kept up in forever. Most of the ceiling tiles are stained from leaks. the carpets are probably as old as I am, everything is broken, and it doesn&amp;#x27;t even feel like they turn the heat on in the winter.</text></comment>
<story><title>Sears Hasn’t Fared Better After Bankruptcy</title><url>https://www.wsj.com/articles/sears-hasnt-fared-better-after-bankruptcy-as-another-100-stores-will-soon-close-11570959000?mod=rsswn</url></story><parent_chain></parent_chain><comment><author>zipwitch</author><text>Sears biggest problem is that the now-former CEO had been looting it for years.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.reuters.com&amp;#x2F;article&amp;#x2F;us-sears-lawsuit&amp;#x2F;sears-sues-lampert-claiming-he-looted-assets-and-drove-it-into-bankruptcy-idUSKCN1RU1V3&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.reuters.com&amp;#x2F;article&amp;#x2F;us-sears-lawsuit&amp;#x2F;sears-sues-...&lt;/a&gt;</text></comment>
6,507,218
6,504,628
1
3
6,504,451
train
<story><title>How to get your first 10 customers</title><url>http://danshipper.com/nothing-happens-until-the-sale-is-made</url></story><parent_chain></parent_chain><comment><author>namuol</author><text>&amp;gt; They conclude that the product must suck and that nobody wants it, because Mark Zuckerberg did exactly the same thing to launch Facebook at Harvard and look at how that worked out for him&lt;p&gt;Maybe I&amp;#x27;m just sleepy, but I&amp;#x27;m starting to get tired of condescending advice from newly-born entrepreneurs.</text></comment>
<story><title>How to get your first 10 customers</title><url>http://danshipper.com/nothing-happens-until-the-sale-is-made</url></story><parent_chain></parent_chain><comment><author>josh2600</author><text>Great post. I wanted to pass along the tool rapportive, which is a built-in email address validator for Gmail with social feeds. It&amp;#x27;s a killer free tool that no sales team should omit.&lt;p&gt;Chrome web store link: &lt;a href=&quot;https://chrome.google.com/webstore/detail/rapportive/hihakjfhbmlmjdnnhegiciffjplmdhin?hl=en&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;chrome.google.com&amp;#x2F;webstore&amp;#x2F;detail&amp;#x2F;rapportive&amp;#x2F;hihakjf...&lt;/a&gt;</text></comment>
5,437,920
5,437,560
1
3
5,437,044
train
<story><title>How the kids stole the show: Young Coders tutorial at PyCon</title><url>http://pycon.blogspot.com/2013/03/how-kids-stole-show-young-coders.html</url><text></text></story><parent_chain></parent_chain><comment><author>sophacles</author><text>&lt;i&gt;“I don&apos;t think you&apos;d ever see that kind of experimentation in a classroom full of adults, who would more likely do everything in their power not to break their computers,”...&lt;/i&gt;&lt;p&gt;I really think, more than anything, this is why we should be teaching kids to code and so on in school. Most of the good coders I know have been doing it from a young age, and I think a lot of it comes from the fearlessness of youth.&lt;p&gt;Personally, I know I owe a lot to this. I &quot;broke&quot; the computer more times than I can count, by just experimenting, playing and otherwise doing stuff that I now know to be &quot;reckless&quot;. There was a guy in the IT department and my dad&apos;s work who gave me an absurd number of hours of free tech support and teaching, because I couldn&apos;t figure out how to undo some of those mistakes, and would patiently walk me through getting things put right before my folks came home from work. (In retrospect, I don&apos;t think they would have minded, but I didn&apos;t want to get in trouble for breaking the expensive toy!)</text></comment>
<story><title>How the kids stole the show: Young Coders tutorial at PyCon</title><url>http://pycon.blogspot.com/2013/03/how-kids-stole-show-young-coders.html</url><text></text></story><parent_chain></parent_chain><comment><author>undershirt</author><text>I was interested in teaching a 6th grade class how to make a video game. I volunteered at Citizen Schools to teach a 90 minute session per week over 10 weeks at a low-income school. Made them a simple IDE where they could draw things and make them move around the screen with high-level Lua code.&lt;p&gt;It was largely a disaster due to classroom management issues, though 3 students did complete a game. I definitely think the 1:3 teacher-student ratio mentioned in the article is necessary to making this kind of thing successful.</text></comment>
19,147,434
19,145,974
1
2
19,143,064
train
<story><title>CERN day 1: rebuilding the first web browser</title><url>https://remysharp.com/2019/02/12/cern-day-1</url></story><parent_chain><item><author>aaronharnly</author><text>This reminds me of the wonderful short story by Jorge Luis Borges, “Pierre Menard, Author of the Quixote”. In the story, the character attempts to authentically rewrite Cervantes’ Don Quixote — not by simply copying the known text, not even by attempting to re-live Cervantes’ life and spontaneously writing the novel just as Cervantes did, but by somehow living his own 20th century life and happening onto writing a novel that is word for word identical to Don Quixote. It’s a marvelous, impossible premise which speaks to our fantasies of creativity and fetishization of original artifacts.&lt;p&gt;“Those who have insinuated that Menard devoted his life to writing a contemporary Quixote besmirch his illustrious memory. Pierre did not want to compose &lt;i&gt;another&lt;/i&gt; Quixote, which is surely easy enough — he wanted to compose &lt;i&gt;the&lt;/i&gt; Quixote. Nor, surely, need one be obliged to note that his goal was never a mechanical transcription of the original; he had no intention of &lt;i&gt;copying&lt;/i&gt; it. His admirable ambition was to produce a number of pages which coincided — word for word and line for line — with those of Miguel de Cervantes.”&lt;p&gt;Here’s a PDF of an English translation:&lt;p&gt;&lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;hispanlit.qwriting.qc.cuny.edu&amp;#x2F;files&amp;#x2F;2011&amp;#x2F;06&amp;#x2F;Borges-Pierre-Menard.pdf&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;hispanlit.qwriting.qc.cuny.edu&amp;#x2F;files&amp;#x2F;2011&amp;#x2F;06&amp;#x2F;Borges-P...&lt;/a&gt;&lt;p&gt;The story has some really funny sections where Borges compares a passage by Cervantes with an (identical) passage by Menard, comparing their style and meaning (which are not the same!). It&amp;#x27;s just fantastic.</text></item></parent_chain><comment><author>nanna</author><text>This makes me think of Terry Gilligam&amp;#x27;s recent film, The Man Who Killed Don Quixote (2018), which spirals recursively into a retelling of a retelling of a retelling of a ... of Don Quixote. A mind bending film - 30 years in the making! - shame it&amp;#x27;s plagued by rights issues which prevent its general release. If it screens in a film festival near you, go see it!&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;The_Man_Who_Killed_Don_Quixote&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;The_Man_Who_Killed_Don_Quixote&lt;/a&gt;</text></comment>
<story><title>CERN day 1: rebuilding the first web browser</title><url>https://remysharp.com/2019/02/12/cern-day-1</url></story><parent_chain><item><author>aaronharnly</author><text>This reminds me of the wonderful short story by Jorge Luis Borges, “Pierre Menard, Author of the Quixote”. In the story, the character attempts to authentically rewrite Cervantes’ Don Quixote — not by simply copying the known text, not even by attempting to re-live Cervantes’ life and spontaneously writing the novel just as Cervantes did, but by somehow living his own 20th century life and happening onto writing a novel that is word for word identical to Don Quixote. It’s a marvelous, impossible premise which speaks to our fantasies of creativity and fetishization of original artifacts.&lt;p&gt;“Those who have insinuated that Menard devoted his life to writing a contemporary Quixote besmirch his illustrious memory. Pierre did not want to compose &lt;i&gt;another&lt;/i&gt; Quixote, which is surely easy enough — he wanted to compose &lt;i&gt;the&lt;/i&gt; Quixote. Nor, surely, need one be obliged to note that his goal was never a mechanical transcription of the original; he had no intention of &lt;i&gt;copying&lt;/i&gt; it. His admirable ambition was to produce a number of pages which coincided — word for word and line for line — with those of Miguel de Cervantes.”&lt;p&gt;Here’s a PDF of an English translation:&lt;p&gt;&lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;hispanlit.qwriting.qc.cuny.edu&amp;#x2F;files&amp;#x2F;2011&amp;#x2F;06&amp;#x2F;Borges-Pierre-Menard.pdf&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;hispanlit.qwriting.qc.cuny.edu&amp;#x2F;files&amp;#x2F;2011&amp;#x2F;06&amp;#x2F;Borges-P...&lt;/a&gt;&lt;p&gt;The story has some really funny sections where Borges compares a passage by Cervantes with an (identical) passage by Menard, comparing their style and meaning (which are not the same!). It&amp;#x27;s just fantastic.</text></item></parent_chain><comment><author>matthewwiese</author><text>I am so happy I decided to stumble into the comments section for this article. Your contribution of this short story by Borges is almost sublime in its essential similarity to the article of OP. I&amp;#x27;ve already been a fan of Borges, but I had never heard of this piece of his before. It has positively tickled all the right literary fancies for me. Thanks much for the comment, as the story was a pleasant accoutrement to my lunch!</text></comment>
26,793,583
26,793,703
1
3
26,792,876
train
<story><title>My startup failed, then I found out I was unemployable</title><url>https://davesullivan.is/my_startup_failed_then_i_found_out_i_was_unemployable.html</url></story><parent_chain><item><author>everdrive</author><text>&amp;gt;Hmmmm. The article drips with anger and cynicism, and hints at a few bitter opinions like &amp;quot;...companies I had ideological issues around...&amp;quot; It&amp;#x27;s hard to judge someone from an article, but if 5% of this sentiment bled through in an interview, I&amp;#x27;d take a hard pass too. I just don&amp;#x27;t want to work with difficult, unhappy people.&lt;p&gt;I find a sentiment like this pretty scary. Being competent at a job is not relevant, but just whether or not the interviewer subjectively likes you.</text></item><item><author>stickfigure</author><text>Hmmmm. The article drips with anger and cynicism, and hints at a few bitter opinions like &amp;quot;...companies I had ideological issues around...&amp;quot; It&amp;#x27;s hard to judge someone from an article, but if 5% of this sentiment bled through in an interview, I&amp;#x27;d take a hard pass too. I just don&amp;#x27;t want to work with difficult, unhappy people.&lt;p&gt;It&amp;#x27;s a strange tone to take? The buried lede is: &amp;quot;[I] travel around and work as a digital nomad. I&amp;#x27;ve been doing that for a couple of years now and I work an average of 2.5 days per week on machine learning or web projects and have rebuilt my savings and my whole life.&amp;quot;&lt;p&gt;That sounds incredible! Like, the article should be titled &amp;quot;I&amp;#x27;m winning at life&amp;quot;.</text></item></parent_chain><comment><author>freedomben</author><text>I don&amp;#x27;t disagree, but have you never worked with a person whose personality was a clash? It&amp;#x27;s a nightmare. I&amp;#x27;ve quit jobs just to get away from people before.&lt;p&gt;One of my top criteria for accepting a job is whether I like the interviewers.&lt;p&gt;I&amp;#x27;m not hardcore in the &amp;quot;asshole geniuses should die&amp;quot; crowd, but if you are a miserable person to be around, go find a job where you work solo. Don&amp;#x27;t drag your whole team down.</text></comment>
<story><title>My startup failed, then I found out I was unemployable</title><url>https://davesullivan.is/my_startup_failed_then_i_found_out_i_was_unemployable.html</url></story><parent_chain><item><author>everdrive</author><text>&amp;gt;Hmmmm. The article drips with anger and cynicism, and hints at a few bitter opinions like &amp;quot;...companies I had ideological issues around...&amp;quot; It&amp;#x27;s hard to judge someone from an article, but if 5% of this sentiment bled through in an interview, I&amp;#x27;d take a hard pass too. I just don&amp;#x27;t want to work with difficult, unhappy people.&lt;p&gt;I find a sentiment like this pretty scary. Being competent at a job is not relevant, but just whether or not the interviewer subjectively likes you.</text></item><item><author>stickfigure</author><text>Hmmmm. The article drips with anger and cynicism, and hints at a few bitter opinions like &amp;quot;...companies I had ideological issues around...&amp;quot; It&amp;#x27;s hard to judge someone from an article, but if 5% of this sentiment bled through in an interview, I&amp;#x27;d take a hard pass too. I just don&amp;#x27;t want to work with difficult, unhappy people.&lt;p&gt;It&amp;#x27;s a strange tone to take? The buried lede is: &amp;quot;[I] travel around and work as a digital nomad. I&amp;#x27;ve been doing that for a couple of years now and I work an average of 2.5 days per week on machine learning or web projects and have rebuilt my savings and my whole life.&amp;quot;&lt;p&gt;That sounds incredible! Like, the article should be titled &amp;quot;I&amp;#x27;m winning at life&amp;quot;.</text></item></parent_chain><comment><author>pc86</author><text>Feel free to quote the area where the GP said competency is irrelevant.&lt;p&gt;There are tens or hundreds of thousands of skilled developers in the world, there&amp;#x27;s no reason to work with bitter, angry people.</text></comment>
33,951,550
33,951,591
1
2
33,946,342
train
<story><title>What if your entire worldview was just because of near-zero interest rates?</title><url>https://novum.substack.com/p/what-if-worldview-zero-interest-rates</url></story><parent_chain><item><author>benjaminwootton</author><text>I definetly think a lot of the startup world view is just a function of low rates.&lt;p&gt;Startups could run for decades with $billions in losses and only a passing focus on eventual profits.&lt;p&gt;All of those losses flowed into the bank accounts of big tech (via AWS credits, Google and Facebook Ads).&lt;p&gt;All of the high salaries, employee expectations and leverage in tech startups and big tech derive from that spigot of cheap money.&lt;p&gt;What if it was all just an illusion for a few decades? It’s going to be a bumpy readjustment when it’s all that most of us have known.</text></item></parent_chain><comment><author>miguelazo</author><text>It has skewed the labor market to an insane degree. So much talent went into idiotic pursuits, and away from anything that had to do with public service.</text></comment>
<story><title>What if your entire worldview was just because of near-zero interest rates?</title><url>https://novum.substack.com/p/what-if-worldview-zero-interest-rates</url></story><parent_chain><item><author>benjaminwootton</author><text>I definetly think a lot of the startup world view is just a function of low rates.&lt;p&gt;Startups could run for decades with $billions in losses and only a passing focus on eventual profits.&lt;p&gt;All of those losses flowed into the bank accounts of big tech (via AWS credits, Google and Facebook Ads).&lt;p&gt;All of the high salaries, employee expectations and leverage in tech startups and big tech derive from that spigot of cheap money.&lt;p&gt;What if it was all just an illusion for a few decades? It’s going to be a bumpy readjustment when it’s all that most of us have known.</text></item></parent_chain><comment><author>Animats</author><text>&amp;gt; I definitely think a lot of the startup world view is just a function of low rates. Startups could run for decades with $billions in losses and only a passing focus on eventual profits.&lt;p&gt;Yes. Buying growth at a loss is so over.&lt;p&gt;A stock is worth the present value of future dividends.</text></comment>
16,832,537
16,832,516
1
2
16,832,106
train
<story><title>Apple Sued an iPhone Repair Shop Owner in Norway and Lost</title><url>https://motherboard.vice.com/en_us/article/a3yadk/apple-sued-an-independent-iphone-repair-shop-owner-and-lost</url></story><parent_chain></parent_chain><comment><author>mattsfrey</author><text>&amp;quot;Apple does not ‘own’ the product after they have sold it&amp;quot;&lt;p&gt;I think this is the crux of the issue. The guy was importing refurbished parts with the logos covered even. They weren&amp;#x27;t counterfeits. How does a manufacturer have the right to sue for copyright infringement when it&amp;#x27;s just end users reselling authentic parts? The owner even states he in no way markets them as OEM parts.&lt;p&gt;Frankly I think it&amp;#x27;s pretty obvious apple is just trying to squeeze every cent out of these phones and it&amp;#x27;s a really bad hat to wear.</text></comment>
<story><title>Apple Sued an iPhone Repair Shop Owner in Norway and Lost</title><url>https://motherboard.vice.com/en_us/article/a3yadk/apple-sued-an-independent-iphone-repair-shop-owner-and-lost</url></story><parent_chain></parent_chain><comment><author>ksk</author><text>I worry they&amp;#x27;re going to come after us programmers next. Only &amp;quot;authorized&amp;quot; programmers will get the access code required to change anything. Microsoft, Apple, Dell, etc will control the access codes. &amp;quot;Programming is hard, and these untrained self-taught programmers can mess up your machine, they might install malware, or they might be hackers, or they might overclock your CPU and damage it, or they might use the system for terrorism. Really, they should only be allowed to access the machine if they were appropriately trained by us.&amp;quot;</text></comment>
39,714,311
39,713,402
1
3
39,711,621
train
<story><title>TextSnatcher: Copy text from images, for the Linux Desktop</title><url>https://github.com/RajSolai/TextSnatcher</url></story><parent_chain><item><author>bpfrh</author><text>I use the same script as Dibby053, copied from stackoverflow but with some tweaks to work on kde,gnome and wayland as well as x11 and with some notifications on what state it is in.&lt;p&gt;I didn&amp;#x27;t test the x11&amp;#x2F;wayland check yet, but feel free to use it and report back.&lt;p&gt;&lt;pre&gt;&lt;code&gt; #!&amp;#x2F;bin&amp;#x2F;bash # Dependencies: tesseract-ocr imagemagick # on gnome: gnome-screenshot # on kde: spectacle # on x11: xsel # on wayland: wl-clipboard die(){ notify-send &amp;quot;$1&amp;quot; exit 1 } cleanup(){ [[ -n $1 ]] &amp;amp;&amp;amp; rm -rf &amp;quot;$1&amp;quot; } SCR_IMG=$(mktemp) || die &amp;quot;failed to take screenshot&amp;quot; # shellcheck disable=SC2064 trap &amp;quot;cleanup &amp;#x27;$SCR_IMG&amp;#x27;&amp;quot; EXIT notify-send &amp;quot;Select the area of the text&amp;quot; if which &amp;quot;spectacle&amp;quot; &amp;amp;&amp;gt; &amp;#x2F;dev&amp;#x2F;null then spectacle -r -o &amp;quot;$SCR_IMG.png&amp;quot; || die &amp;quot;failed to take screenshot&amp;quot; else gnome-screenshot -a -f &amp;quot;$SCR_IMG.png&amp;quot; || die &amp;quot;failed to take screenshot&amp;quot; fi # increase image quality with option -q from default 75 to 100 mogrify -modulate 100,0 -resize 400% &amp;quot;$SCR_IMG.png&amp;quot; || die &amp;quot;failed to convert image&amp;quot; #should increase detection rate tesseract &amp;quot;$SCR_IMG.png&amp;quot; &amp;quot;$SCR_IMG&amp;quot; &amp;amp;&amp;gt; &amp;#x2F;dev&amp;#x2F;null || die &amp;quot;failed to extract text&amp;quot; if [ &amp;quot;$XDG_SESSION_TYPE&amp;quot; == &amp;quot;wayland&amp;quot; ] then wl-copy &amp;lt; &amp;quot;$SCR_IMG.txt&amp;quot; || die &amp;quot;failed to copy text to clipboard&amp;quot; else xsel -b -i &amp;lt; &amp;quot;$SCR_IMG.txt&amp;quot; || die &amp;quot;failed to copy text to clipboard&amp;quot; fi notify-send &amp;quot;Text extracted&amp;quot; exit &lt;/code&gt;&lt;/pre&gt; edit:&lt;p&gt;Formatting</text></item></parent_chain><comment><author>guipsp</author><text>I slightly modified your script to: 1. Clean up properly 2. Run spectacle in BG mode, so the window does not pop up after screenshotting.&lt;p&gt;&lt;pre&gt;&lt;code&gt; #!&amp;#x2F;bin&amp;#x2F;bash # Dependencies: tesseract-ocr imagemagick # on gnome: gnome-screenshot # on kde: spectacle # on x11: xsel # on wayland: wl-clipboard die(){ notify-send &amp;quot;$1&amp;quot; exit 1 } cleanup(){ [[ -n $1 ]] &amp;amp;&amp;amp; rm -r &amp;quot;$1&amp;quot; } SCR_IMG=$(mktemp -d) || die &amp;quot;failed to take screenshot&amp;quot; # shellcheck disable=SC2064 trap &amp;quot;cleanup &amp;#x27;$SCR_IMG&amp;#x27;&amp;quot; EXIT #notify-send &amp;quot;Select the area of the text&amp;quot; if which &amp;quot;spectacle&amp;quot; &amp;amp;&amp;gt; &amp;#x2F;dev&amp;#x2F;null then spectacle -b -r -o &amp;quot;$SCR_IMG&amp;#x2F;scr.png&amp;quot; || die &amp;quot;failed to take screenshot&amp;quot; else gnome-screenshot -a -f &amp;quot;$SCR_IMG&amp;#x2F;scr.png&amp;quot; || die &amp;quot;failed to take screenshot&amp;quot; fi # increase image quality with option -q from default 75 to 100 mogrify -modulate 100,0 -resize 400% &amp;quot;$SCR_IMG&amp;#x2F;scr.png&amp;quot; || die &amp;quot;failed to convert image&amp;quot; #should increase detection rate tesseract &amp;quot;$SCR_IMG&amp;#x2F;scr.png&amp;quot; &amp;quot;$SCR_IMG&amp;#x2F;scr&amp;quot; &amp;amp;&amp;gt; &amp;#x2F;dev&amp;#x2F;null || die &amp;quot;failed to extract text&amp;quot; if [ &amp;quot;$XDG_SESSION_TYPE&amp;quot; == &amp;quot;wayland&amp;quot; ] then wl-copy &amp;lt; &amp;quot;$SCR_IMG&amp;#x2F;scr.txt&amp;quot; || die &amp;quot;failed to copy text to clipboard&amp;quot; else xsel -b -i &amp;lt; &amp;quot;$SCR_IMG&amp;#x2F;scr.txt&amp;quot; || die &amp;quot;failed to copy text to clipboard&amp;quot; fi notify-send &amp;quot;Text extracted&amp;quot; exit&lt;/code&gt;&lt;/pre&gt;</text></comment>
<story><title>TextSnatcher: Copy text from images, for the Linux Desktop</title><url>https://github.com/RajSolai/TextSnatcher</url></story><parent_chain><item><author>bpfrh</author><text>I use the same script as Dibby053, copied from stackoverflow but with some tweaks to work on kde,gnome and wayland as well as x11 and with some notifications on what state it is in.&lt;p&gt;I didn&amp;#x27;t test the x11&amp;#x2F;wayland check yet, but feel free to use it and report back.&lt;p&gt;&lt;pre&gt;&lt;code&gt; #!&amp;#x2F;bin&amp;#x2F;bash # Dependencies: tesseract-ocr imagemagick # on gnome: gnome-screenshot # on kde: spectacle # on x11: xsel # on wayland: wl-clipboard die(){ notify-send &amp;quot;$1&amp;quot; exit 1 } cleanup(){ [[ -n $1 ]] &amp;amp;&amp;amp; rm -rf &amp;quot;$1&amp;quot; } SCR_IMG=$(mktemp) || die &amp;quot;failed to take screenshot&amp;quot; # shellcheck disable=SC2064 trap &amp;quot;cleanup &amp;#x27;$SCR_IMG&amp;#x27;&amp;quot; EXIT notify-send &amp;quot;Select the area of the text&amp;quot; if which &amp;quot;spectacle&amp;quot; &amp;amp;&amp;gt; &amp;#x2F;dev&amp;#x2F;null then spectacle -r -o &amp;quot;$SCR_IMG.png&amp;quot; || die &amp;quot;failed to take screenshot&amp;quot; else gnome-screenshot -a -f &amp;quot;$SCR_IMG.png&amp;quot; || die &amp;quot;failed to take screenshot&amp;quot; fi # increase image quality with option -q from default 75 to 100 mogrify -modulate 100,0 -resize 400% &amp;quot;$SCR_IMG.png&amp;quot; || die &amp;quot;failed to convert image&amp;quot; #should increase detection rate tesseract &amp;quot;$SCR_IMG.png&amp;quot; &amp;quot;$SCR_IMG&amp;quot; &amp;amp;&amp;gt; &amp;#x2F;dev&amp;#x2F;null || die &amp;quot;failed to extract text&amp;quot; if [ &amp;quot;$XDG_SESSION_TYPE&amp;quot; == &amp;quot;wayland&amp;quot; ] then wl-copy &amp;lt; &amp;quot;$SCR_IMG.txt&amp;quot; || die &amp;quot;failed to copy text to clipboard&amp;quot; else xsel -b -i &amp;lt; &amp;quot;$SCR_IMG.txt&amp;quot; || die &amp;quot;failed to copy text to clipboard&amp;quot; fi notify-send &amp;quot;Text extracted&amp;quot; exit &lt;/code&gt;&lt;/pre&gt; edit:&lt;p&gt;Formatting</text></item></parent_chain><comment><author>tmerse</author><text>I also used the very same script until I stumbled upon this on hn [0].&lt;p&gt;&lt;pre&gt;&lt;code&gt; #!&amp;#x2F;usr&amp;#x2F;bin&amp;#x2F;env bash langs=(eng ara fas chi_sim chi_tra deu ell fin heb hun jpn kor nld rus tur) lang=$(printf &amp;#x27;%s\n&amp;#x27; &amp;quot;${langs[@]}&amp;quot; | dmenu &amp;quot;$@&amp;quot;) maim -us | tesseract --dpi 145 -l eng+${lang} - - | xsel -bi &lt;/code&gt;&lt;/pre&gt; [0]: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;news.ycombinator.com&amp;#x2F;item?id=33704483#33705272&quot;&gt;https:&amp;#x2F;&amp;#x2F;news.ycombinator.com&amp;#x2F;item?id=33704483#33705272&lt;/a&gt;</text></comment>
6,071,704
6,071,595
1
3
6,070,931
train
<story><title>New NSFW content restrictions enrage Tumblr users</title><url>http://www.dailydot.com/lifestyle/tumblr-nsfw-content-tags-search/</url></story><parent_chain><item><author>mindstab</author><text>As my friend said: &amp;quot;I love watching Yahoo spend nine figures on things only to offhandedly gut them like a child playing with sharp knives.&amp;quot;</text></item></parent_chain><comment><author>tokenadult</author><text>A great line. But maybe Yahoo is playing with dull knives, as it seems to achieve maximum pain for minimum gain.</text></comment>
<story><title>New NSFW content restrictions enrage Tumblr users</title><url>http://www.dailydot.com/lifestyle/tumblr-nsfw-content-tags-search/</url></story><parent_chain><item><author>mindstab</author><text>As my friend said: &amp;quot;I love watching Yahoo spend nine figures on things only to offhandedly gut them like a child playing with sharp knives.&amp;quot;</text></item></parent_chain><comment><author>SeanDav</author><text>Got to agree here, despite all its talk, it seems this leopard has not changed its spots.</text></comment>
16,041,736
16,041,840
1
2
16,041,295
train
<story><title>A wall of lava lamps helps encrypt the internet</title><url>https://www.atlasobscura.com/places/encryption-lava-lamps</url></story><parent_chain><item><author>samuel</author><text>I might be prejudiced, but this looks like a big PR stunt&amp;#x2F;done for the cool factor kind of thing. Aren&amp;#x27;t there simpler&amp;#x2F;saner alternatives for getting good randomness?</text></item></parent_chain><comment><author>rm999</author><text>For sure. In another office they use a geiger counter (a much more standard way to get randomness, and probably easier to setup).&lt;p&gt;That said, this doubles as a public art installation in their lobby - something many companies spend thousands (or millions!) of dollars on. So it&amp;#x27;s not just PR, it&amp;#x27;s actually surprisingly practical.</text></comment>
<story><title>A wall of lava lamps helps encrypt the internet</title><url>https://www.atlasobscura.com/places/encryption-lava-lamps</url></story><parent_chain><item><author>samuel</author><text>I might be prejudiced, but this looks like a big PR stunt&amp;#x2F;done for the cool factor kind of thing. Aren&amp;#x27;t there simpler&amp;#x2F;saner alternatives for getting good randomness?</text></item></parent_chain><comment><author>pns</author><text>See cloudflare blog post conclusion - they&amp;#x27;re quite aware it&amp;#x27;s hopefully unnecessary and possibly just a flair factor (their pun :) but may help prevent an attack ever so slightly.&lt;p&gt;&amp;quot;Hopefully we’ll never need LavaRand. Hopefully, the primary entropy sources used by our production machines will remain secure, and LavaRand will serve little purpose beyond adding some flair to our office. But if it turns out that we’re wrong, and that our randomness sources in production are actually flawed, then hopefully LavaRand will be our hedge, making it just a little bit harder to hack Cloudflare.&amp;quot;</text></comment>
15,744,755
15,743,218
1
3
15,741,428
train
<story><title>People Who Speed-Listen to Podcasts</title><url>https://www.buzzfeed.com/doree/meet-the-people-who-listen-to-podcasts-at-super-fast-speeds?utm_term=.jdJ8Pn6MBG#.ioEx4N69Mb</url></story><parent_chain><item><author>tw1010</author><text>Lectures isn&amp;#x27;t just about feeding the information into your brain. Half the battle of learning what the professor has to say is to process the material in your head, to let it bob around in your head a while. I often find that I can get a lot of that work done while still in my seat, as long as I allow those thoughts to bubble up.&lt;p&gt;In other words, allow creative thoughts about the things the lecturer is saying to form – wander around in idea-space a bit – and think about them, while simultaneously keeping up with the thread of the speech. You&amp;#x27;ll gain a lot more from your time in the lecture hall, and it&amp;#x27;ll also be a lot more fun. A lecture shouldn&amp;#x27;t just be (and doesn&amp;#x27;t have to be) dry information stuffing.</text></item><item><author>furyofantares</author><text>I speed listen to podcasts (and audiobooks and speed watch lectures) for an entirely different reason: I am able to maintain attention on the material. I am sure I get less out of it than someone who is able to pay attention at 1x, but I get nothing out of 1x and never got anything but frustration out of lectures in school, so speed listening opened up a whole new world for me.</text></item></parent_chain><comment><author>furyofantares</author><text>Genuinely, good for you. I’m glad that works for you. But it’s a strange reply. I’ve described an attention disorder and a method for coping with it and your suggestion is that maybe I shouldn’t have the disorder in the first place. Which I agree with, but it’s not particularly helpful. I suppose that’s not fair. Let me try again: I’d love it if I could mindwander a bit while still paying attention to the lecture, the entire problem is that I cannot do this. That inability is called an attention disorder. If I have time to mindwander at all then I immediately get lost in my thoughts and am unable to pay any attention to the lecture.</text></comment>
<story><title>People Who Speed-Listen to Podcasts</title><url>https://www.buzzfeed.com/doree/meet-the-people-who-listen-to-podcasts-at-super-fast-speeds?utm_term=.jdJ8Pn6MBG#.ioEx4N69Mb</url></story><parent_chain><item><author>tw1010</author><text>Lectures isn&amp;#x27;t just about feeding the information into your brain. Half the battle of learning what the professor has to say is to process the material in your head, to let it bob around in your head a while. I often find that I can get a lot of that work done while still in my seat, as long as I allow those thoughts to bubble up.&lt;p&gt;In other words, allow creative thoughts about the things the lecturer is saying to form – wander around in idea-space a bit – and think about them, while simultaneously keeping up with the thread of the speech. You&amp;#x27;ll gain a lot more from your time in the lecture hall, and it&amp;#x27;ll also be a lot more fun. A lecture shouldn&amp;#x27;t just be (and doesn&amp;#x27;t have to be) dry information stuffing.</text></item><item><author>furyofantares</author><text>I speed listen to podcasts (and audiobooks and speed watch lectures) for an entirely different reason: I am able to maintain attention on the material. I am sure I get less out of it than someone who is able to pay attention at 1x, but I get nothing out of 1x and never got anything but frustration out of lectures in school, so speed listening opened up a whole new world for me.</text></item></parent_chain><comment><author>anotheryou</author><text>I rather replay the interesting section (for complicated stuff even on normal speed) and speed-listen to what I know and what is easily understandable or booring.&lt;p&gt;With video tutorials I have the same problem. On normal speed I will work ahead, take a wrong turn because I didn&amp;#x27;t know where the lecture would go or drift off in to something slightly creative and than notice that I missed a section where finally something new was explained. So I have to skip back and find where I started missing something (Something really really annoying with audio material; No thumbnails, no search, no skimming backwards, mostly no identification possible from a single frame or word (the easiest way to find a part again, to which I listened before, is to remember where on my journey I was when I listened to that part and where that was in relation to where I heard what is currently playing)).</text></comment>
16,146,507
16,145,000
1
2
16,142,808
train
<story><title>Rust in 2018: easier to use</title><url>https://jvns.ca/blog/2018/01/13/rust-in-2018--way-easier-to-use/</url></story><parent_chain><item><author>yen223</author><text>This is going to sound weird, but I would like to see a garbage-collected Rust. Take away the borrow checker, and you still have a modern language with UTF-8 support out-of-the-box, algebraic data types, pattern matching, a focus on performance, and great tooling (cargo + rustup = &amp;lt;3).&lt;p&gt;OCaml almost fits the bill (Rust is inspired by OCaml after all), but the tooling around it is lacking to put it mildly.</text></item></parent_chain><comment><author>bvinc</author><text>You should know that rust always intended to have owned&amp;#x2F;shared references, Rc&amp;lt;T&amp;gt; reference counting, and Gc&amp;lt;T&amp;gt; garbage collected pointers. It turns out that LLVM made precise garbage collection a hard thing to add on to the language inside of it&amp;#x27;s standard library. I believe recent changes to LLVM make this easier and it&amp;#x27;s still a planned feature in the future.&lt;p&gt;It still doesn&amp;#x27;t really meet your idea you probably have in your head. When people can choose between different types of pointers, people will choose rust&amp;#x27;s normal lightweight lifetime references 99% of the time. Gc&amp;lt;T&amp;gt; will probably only be used in those rare cases where an object has no clear owner. They figured this out in the early days of rust.</text></comment>
<story><title>Rust in 2018: easier to use</title><url>https://jvns.ca/blog/2018/01/13/rust-in-2018--way-easier-to-use/</url></story><parent_chain><item><author>yen223</author><text>This is going to sound weird, but I would like to see a garbage-collected Rust. Take away the borrow checker, and you still have a modern language with UTF-8 support out-of-the-box, algebraic data types, pattern matching, a focus on performance, and great tooling (cargo + rustup = &amp;lt;3).&lt;p&gt;OCaml almost fits the bill (Rust is inspired by OCaml after all), but the tooling around it is lacking to put it mildly.</text></item></parent_chain><comment><author>Nelkins</author><text>F# sounds like it fits the bill. ADT, pattern matching, performant, great tooling (multiple amazing IDEs, a REPL, etc.), and a huge ecosystem of software packages to use with it (all of .NET). It&amp;#x27;s my favorite general purpose programming language (can be used for frontend programming, server, mobile apps, etc.).</text></comment>
23,962,955
23,962,642
1
2
23,955,197
train
<story><title>Named arguments are coming in PHP 8</title><url>https://stitcher.io/blog/php-8-named-arguments</url></story><parent_chain><item><author>arcosdev</author><text>Why not use a dictionary or parameter object when you get past 2 arguments? Or is that not a thing in PHP?</text></item><item><author>Aeolun</author><text>&amp;gt; break the function signature into one-line-per-parameter, which is vile&lt;p&gt;Speak for yourself. If each line indicates what it is the parameter for I couldn’t care less.&lt;p&gt;Nobody will use this for functions that have just two parameters. It’s the ones that have 10 possibilities that are crazy.</text></item><item><author>thaumaturgy</author><text>I&amp;#x27;m ambivalent.&lt;p&gt;There&amp;#x27;s a tension in PHP-land between PHP&amp;#x27;s roots as a low-ish level, get-it-done, hackish language, with its big standard library and simple scalar types, and the better-organized and quite vocal developers who want it to be more Java-like, with great big frameworks and many deeply-nested complex class hierarchies. Instead of unwieldy hobbyist-hacker balls of mud, you build enterprise-scale balls of mud.&lt;p&gt;Named arguments don&amp;#x27;t do a lot for the first group. It looks like the big point in favor is not having to look up a reference for which-arguments-go-where in functions anymore, but a good IDE already does that for you.&lt;p&gt;But there is a common anti-pattern where you have some polymorphic function or interface, and you want to accrete your arguments somewhere and then bundle them up and call the function, so then you see things like [1]:&lt;p&gt;&lt;pre&gt;&lt;code&gt; call_user_func($function, [&amp;#x27;length&amp;#x27; =&amp;gt; $n, &amp;#x27;foo&amp;#x27; =&amp;gt; $bar, ...]); &lt;/code&gt;&lt;/pre&gt; ...and &lt;i&gt;that&lt;/i&gt; is bad because it totally bypasses all of PHP&amp;#x27;s type-checking and leaves it up to the called function to sanity-check the input types instead of letting the compiler do it, and basically nobody does that anyway.&lt;p&gt;So named parameters would fix that at least, which would be nice. I&amp;#x27;m just not looking forward to the impact this is going to have on code readability, because everyone (including this article) is going to go, &amp;quot;oh, now my parameter list is too long!&amp;quot;, and break the function signature into one-line-per-parameter, which is vile.&lt;p&gt;[1]: I&amp;#x27;m guilty of this too.</text></item></parent_chain><comment><author>raziel2p</author><text>With a dictionary (array in PHP) you lose strict typing and it&amp;#x27;s possible for the person constructing it to make a typo and it won&amp;#x27;t cause an error, the called function will just think an optional argument was left out.&lt;p&gt;Writing and maintaining parameter classes is just tedious.</text></comment>
<story><title>Named arguments are coming in PHP 8</title><url>https://stitcher.io/blog/php-8-named-arguments</url></story><parent_chain><item><author>arcosdev</author><text>Why not use a dictionary or parameter object when you get past 2 arguments? Or is that not a thing in PHP?</text></item><item><author>Aeolun</author><text>&amp;gt; break the function signature into one-line-per-parameter, which is vile&lt;p&gt;Speak for yourself. If each line indicates what it is the parameter for I couldn’t care less.&lt;p&gt;Nobody will use this for functions that have just two parameters. It’s the ones that have 10 possibilities that are crazy.</text></item><item><author>thaumaturgy</author><text>I&amp;#x27;m ambivalent.&lt;p&gt;There&amp;#x27;s a tension in PHP-land between PHP&amp;#x27;s roots as a low-ish level, get-it-done, hackish language, with its big standard library and simple scalar types, and the better-organized and quite vocal developers who want it to be more Java-like, with great big frameworks and many deeply-nested complex class hierarchies. Instead of unwieldy hobbyist-hacker balls of mud, you build enterprise-scale balls of mud.&lt;p&gt;Named arguments don&amp;#x27;t do a lot for the first group. It looks like the big point in favor is not having to look up a reference for which-arguments-go-where in functions anymore, but a good IDE already does that for you.&lt;p&gt;But there is a common anti-pattern where you have some polymorphic function or interface, and you want to accrete your arguments somewhere and then bundle them up and call the function, so then you see things like [1]:&lt;p&gt;&lt;pre&gt;&lt;code&gt; call_user_func($function, [&amp;#x27;length&amp;#x27; =&amp;gt; $n, &amp;#x27;foo&amp;#x27; =&amp;gt; $bar, ...]); &lt;/code&gt;&lt;/pre&gt; ...and &lt;i&gt;that&lt;/i&gt; is bad because it totally bypasses all of PHP&amp;#x27;s type-checking and leaves it up to the called function to sanity-check the input types instead of letting the compiler do it, and basically nobody does that anyway.&lt;p&gt;So named parameters would fix that at least, which would be nice. I&amp;#x27;m just not looking forward to the impact this is going to have on code readability, because everyone (including this article) is going to go, &amp;quot;oh, now my parameter list is too long!&amp;quot;, and break the function signature into one-line-per-parameter, which is vile.&lt;p&gt;[1]: I&amp;#x27;m guilty of this too.</text></item></parent_chain><comment><author>webignition</author><text>I&amp;#x27;d think that such a solution doesn&amp;#x27;t solve but merely moves the problem.&lt;p&gt;A method with N arguments, where N &amp;gt; 2, with a call that is messy due to the number of arguments could instead take a single argument being a parameter object where the constructor for the parameter object takes the same N arguments.&lt;p&gt;A constructor with N arguments with a call that is messy due to the number of arguments ...</text></comment>
29,467,688
29,465,866
1
3
29,463,649
train
<story><title>Is “KAX17” performing de-anonymization Attacks against Tor Users?</title><url>https://nusenu.medium.com/is-kax17-performing-de-anonymization-attacks-against-tor-users-42e566defce8</url></story><parent_chain></parent_chain><comment><author>c7DJTLrn</author><text>Tor is not as secure as it is often thought. It needs to be redesigned and&amp;#x2F;or adopt some modifications from I2P&amp;#x27;s &amp;quot;garlic routing&amp;quot;.&lt;p&gt;I suggest a complete end-to-end rethink of how anonymous Internet services are done. Instead of it being a tunnel for generic traffic, think of a specialised private protocol for input&amp;#x2F;output of information. Throw away the highly complex, insecure HTML5 that most hidden services are interacted through. Instead of slow, bloated HTTP requests, think of sockets that stay alive meaning traffic can be high bandwidth and low latency. We could even throw in some modern cryptography like ED25519 which would give some performance benefit. I had an idea for &amp;#x27;heartbeat groups&amp;#x27; too which would prevent timing attacks at the ISP&amp;#x2F;wider Internet level.&lt;p&gt;If it weren&amp;#x27;t for the fact that I have a full time job and don&amp;#x27;t want the Five Eyes on me, I&amp;#x27;d build it myself.</text></comment>
<story><title>Is “KAX17” performing de-anonymization Attacks against Tor Users?</title><url>https://nusenu.medium.com/is-kax17-performing-de-anonymization-attacks-against-tor-users-42e566defce8</url></story><parent_chain></parent_chain><comment><author>jerheinze</author><text>Instead of messing with your path selection a better strategy would be just run your own guard nodes that you trust (a guard node is the first node that you connect to in a Tor circuit) and to stick with them. Remember, de-anonymization attacks require the attacker to control both the guard node and the exit node at the same time.</text></comment>
31,722,256
31,722,242
1
3
31,713,828
train
<story><title>Why can’t we remember being born or our first words?</title><url>https://theconversation.com/why-cant-you-remember-being-born-learning-to-walk-or-saying-your-first-words-what-scientists-know-about-infantile-amnesia-182736</url></story><parent_chain><item><author>ryanSrich</author><text>This is very interesting for me because I have almost the inverse experience of this. When I was a child I was diagnosed with migraine induced absent seizures. I think it was mostly a &amp;quot;we don&amp;#x27;t really know what this is, but here&amp;#x27;s a diagnosis so you can stop bothering us&amp;quot;. I mostly grew out of it, but a few times per year I&amp;#x27;ll have an episode.&lt;p&gt;What will happen is that suddenly and out of the blue I&amp;#x27;ll completely lose any sense of reality. I&amp;#x27;ll have words, but that&amp;#x27;s almost it. I have no sense of self. If it happens when I&amp;#x27;m doing something, like walking around the grocery store, I can still identify where I am, and what&amp;#x27;s going on, but there&amp;#x27;s no real sense of me doing it. It almost feels as if I&amp;#x27;m in a video game and I&amp;#x27;m &amp;quot;above&amp;quot; myself. My consciousness completely disassociates from my body. When I was a kid it would scare the absolute shit out of me and I&amp;#x27;d panic. Several times I would run away from where I was, thinking I was going to die (it&amp;#x27;s really hard to explain the sense of not having a self, but it&amp;#x27;s incredibly frightening). As I&amp;#x27;ve gotten older I&amp;#x27;ve been able to deal with them as they subside within 60-120 seconds.</text></item><item><author>fercircularbuf</author><text>During a shrooms trip one sapphire blue sky day in Fall at university, I lost all access to my language faculty. It felt like an invisible hand was erasing my entire lexicon in huge swaths at a time until there were no more words left in my head. One moment I had thoughts. The next moment, after the last word blinked out of existence, I had only feelings.&lt;p&gt;The clouds covered the sun, and a gust of wind passed over me, and I was cold, and I could only experience the sensation of discomfort. Then the sun emerged, and I was basked with warmth, and I experienced happiness that brought a smile to my face and a feeling of safety.&lt;p&gt;For about two hours I existed in this language-less state. Without words I wasn&amp;#x27;t able to think. There was no internal dialogue. I couldn&amp;#x27;t reason about things, or think about the past or future. There were no words there to attach to the objects around me let alone abstract concepts. Then, as quickly as my language had been erased, it returned again in patches. Once it was all back I was able to reflect on this experience using my words. I have always wondered if this is what it is like to be a baby.</text></item></parent_chain><comment><author>rbyvanderwoord</author><text>This sounds similar to depersonalization episodes [0]. I used to have regular episodes myself, and they scared the hell out of me. It didn&amp;#x27;t help they lasted 10 days, but strangely enough never more and never less. The experience is indeed hard to describe, but the video game analogy clicks with me. I usually describe it as experiencing life in third person.&lt;p&gt;[0] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.webmd.com&amp;#x2F;mental-health&amp;#x2F;depersonalization-disorder-mental-health#:~:text=Depersonalization%20disorder%20is%20marked%20by,like%20being%20in%20a%20dream&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.webmd.com&amp;#x2F;mental-health&amp;#x2F;depersonalization-disord...&lt;/a&gt;.</text></comment>
<story><title>Why can’t we remember being born or our first words?</title><url>https://theconversation.com/why-cant-you-remember-being-born-learning-to-walk-or-saying-your-first-words-what-scientists-know-about-infantile-amnesia-182736</url></story><parent_chain><item><author>ryanSrich</author><text>This is very interesting for me because I have almost the inverse experience of this. When I was a child I was diagnosed with migraine induced absent seizures. I think it was mostly a &amp;quot;we don&amp;#x27;t really know what this is, but here&amp;#x27;s a diagnosis so you can stop bothering us&amp;quot;. I mostly grew out of it, but a few times per year I&amp;#x27;ll have an episode.&lt;p&gt;What will happen is that suddenly and out of the blue I&amp;#x27;ll completely lose any sense of reality. I&amp;#x27;ll have words, but that&amp;#x27;s almost it. I have no sense of self. If it happens when I&amp;#x27;m doing something, like walking around the grocery store, I can still identify where I am, and what&amp;#x27;s going on, but there&amp;#x27;s no real sense of me doing it. It almost feels as if I&amp;#x27;m in a video game and I&amp;#x27;m &amp;quot;above&amp;quot; myself. My consciousness completely disassociates from my body. When I was a kid it would scare the absolute shit out of me and I&amp;#x27;d panic. Several times I would run away from where I was, thinking I was going to die (it&amp;#x27;s really hard to explain the sense of not having a self, but it&amp;#x27;s incredibly frightening). As I&amp;#x27;ve gotten older I&amp;#x27;ve been able to deal with them as they subside within 60-120 seconds.</text></item><item><author>fercircularbuf</author><text>During a shrooms trip one sapphire blue sky day in Fall at university, I lost all access to my language faculty. It felt like an invisible hand was erasing my entire lexicon in huge swaths at a time until there were no more words left in my head. One moment I had thoughts. The next moment, after the last word blinked out of existence, I had only feelings.&lt;p&gt;The clouds covered the sun, and a gust of wind passed over me, and I was cold, and I could only experience the sensation of discomfort. Then the sun emerged, and I was basked with warmth, and I experienced happiness that brought a smile to my face and a feeling of safety.&lt;p&gt;For about two hours I existed in this language-less state. Without words I wasn&amp;#x27;t able to think. There was no internal dialogue. I couldn&amp;#x27;t reason about things, or think about the past or future. There were no words there to attach to the objects around me let alone abstract concepts. Then, as quickly as my language had been erased, it returned again in patches. Once it was all back I was able to reflect on this experience using my words. I have always wondered if this is what it is like to be a baby.</text></item></parent_chain><comment><author>newusertoday</author><text>may be you need to look at what buddhists are saying about no-self and hindus are saying about brahman and compare and contrast your experience with these texts. What you are describing looks completely normal (except for migraine) and is in fact expected as per these texts.</text></comment>
33,850,072
33,850,046
1
2
33,849,556
train
<story><title>Emacs should become a Wayland compositor</title><url>https://emacsconf.org/2022/talks/wayland/</url></story><parent_chain><item><author>thecosmicfrog</author><text>Emacs as PID 1 is the only logical conclusion.</text></item></parent_chain><comment><author>hcarvalhoalves</author><text>&lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;informatimago.free.fr&amp;#x2F;i&amp;#x2F;linux&amp;#x2F;emacs-on-user-mode-linux.html&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;informatimago.free.fr&amp;#x2F;i&amp;#x2F;linux&amp;#x2F;emacs-on-user-mode-linu...&lt;/a&gt;&lt;p&gt;Wouldn’t be a bad idea at all to have the equivalent of modern Lisp Machine.</text></comment>
<story><title>Emacs should become a Wayland compositor</title><url>https://emacsconf.org/2022/talks/wayland/</url></story><parent_chain><item><author>thecosmicfrog</author><text>Emacs as PID 1 is the only logical conclusion.</text></item></parent_chain><comment><author>mtlmtlmtlmtl</author><text>Someone already did this back in the day and the only extra utility needed was mount.</text></comment>
8,808,737
8,808,364
1
3
8,806,835
train
<story><title>Neat Algorithms: Paxos</title><url>http://harry.me/blog/2014/12/27/neat-algorithms-paxos/?hn=1</url></story><parent_chain><item><author>Retr0spectrum</author><text>Surely that means that none of the nodes will reach a concensus, so the cluster cannot be updated?</text></item><item><author>nacs</author><text>Ah, thanks for the response. I didn&amp;#x27;t realize the majority encompassed the entire cluster and not just a majority within the split.</text></item><item><author></author><text></text></item><item><author>nacs</author><text>Thanks the presentation, helps a lot.&lt;p&gt;Quick question though. On this slide ( &lt;a href=&quot;http://i.imgur.com/m02CMxx.png&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;m02CMxx.png&lt;/a&gt; ) it shows a network split condition and shows how the 2 split networks will eventually negotiate and the 3 node split wins because it had a majority while the 2 node side&amp;#x27;s uncommitted changes are thrown out.&lt;p&gt;What happens if the split happens right down the middle (3 active nodes on each side instead of the 2 and 3)? Wouldn&amp;#x27;t both sides elect leaders that both have majorities with committed data?</text></item><item><author>krat0sprakhar</author><text>This is up for debate but this[0], IMHO, is pretty much the gold standard of explaining distributed algorithms.&lt;p&gt;[0] - &lt;a href=&quot;http://thesecretlivesofdata.com/raft/&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;thesecretlivesofdata.com&amp;#x2F;raft&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>Chris_Newton</author><text>Isn’t that what we need with Raft, in order to guarantee reaching eventual consistency after reconciling any pending changes when a division into multiple partitions is healed?&lt;p&gt;For example, suppose we have two nodes and they are placed into separate partitions. If we allow an exact 50% share to count as a “majority” then both nodes can potentially continue to accept and acknowledge updates during the division, because each is capable of updating a majority of the nodes in the cluster (in this case, just itself, but the same argument applies if we have larger numbers of nodes in each half). However, when the division is healed, a simple check to see which leader node has the higher term count and allow its log to take precedence is no longer sufficient.&lt;p&gt;The problem is that we have violated the State Machine Safety guarantee described in the Raft paper (that is, we can have different nodes that have different committed entries at the same index in their respective logs). We now have no way to resolve the conflict, because those updates were already committed by some of the nodes in the cluster and have been acknowledged by their respective leader nodes, so now we can’t just append any extra committed log entries from one node to another node’s log to get back to a consistent state.</text></comment>
<story><title>Neat Algorithms: Paxos</title><url>http://harry.me/blog/2014/12/27/neat-algorithms-paxos/?hn=1</url></story><parent_chain><item><author>Retr0spectrum</author><text>Surely that means that none of the nodes will reach a concensus, so the cluster cannot be updated?</text></item><item><author>nacs</author><text>Ah, thanks for the response. I didn&amp;#x27;t realize the majority encompassed the entire cluster and not just a majority within the split.</text></item><item><author></author><text></text></item><item><author>nacs</author><text>Thanks the presentation, helps a lot.&lt;p&gt;Quick question though. On this slide ( &lt;a href=&quot;http://i.imgur.com/m02CMxx.png&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;m02CMxx.png&lt;/a&gt; ) it shows a network split condition and shows how the 2 split networks will eventually negotiate and the 3 node split wins because it had a majority while the 2 node side&amp;#x27;s uncommitted changes are thrown out.&lt;p&gt;What happens if the split happens right down the middle (3 active nodes on each side instead of the 2 and 3)? Wouldn&amp;#x27;t both sides elect leaders that both have majorities with committed data?</text></item><item><author>krat0sprakhar</author><text>This is up for debate but this[0], IMHO, is pretty much the gold standard of explaining distributed algorithms.&lt;p&gt;[0] - &lt;a href=&quot;http://thesecretlivesofdata.com/raft/&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;thesecretlivesofdata.com&amp;#x2F;raft&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>nacs</author><text>I assumed the same thing from that response.&lt;p&gt;Does the cluster just remain in a read-only mode during that time? Maybe someone else knows.</text></comment>
20,887,342
20,885,236
1
3
20,877,986
train
<story><title>Amazon’s Shipping Empire Is Challenging UPS and FedEx</title><url>https://www.wsj.com/articles/how-amazons-shipping-empire-is-challenging-ups-and-fedex-11567071003?mod=rsswn</url></story><parent_chain></parent_chain><comment><author>miker64</author><text>Both UPS and FedEx deliveries arrive at my front door in good condition, the delivery drivers bag the packages up if I&amp;#x27;m not home and it looks like rain.&lt;p&gt;USPS consistently rings my doorbell and makes sure packages are handed to me rather than left outside.&lt;p&gt;Amazon delivered packages have been: thrown from the street; arrive crushed, punctured, or otherwise damaged; left in the driveway; left in the neighbors yard; never ring the doorbell, unless it&amp;#x27;s after dark, and then they ring and run.&lt;p&gt;Amazon&amp;#x27;s last mile service is a complete shit show, impressively worse than the random cut rate last mile delivery services they used when they were trying to force UPS and FedEx to lower prices.</text></comment>
<story><title>Amazon’s Shipping Empire Is Challenging UPS and FedEx</title><url>https://www.wsj.com/articles/how-amazons-shipping-empire-is-challenging-ups-and-fedex-11567071003?mod=rsswn</url></story><parent_chain></parent_chain><comment><author>dragonsh</author><text>In any e-commerce business you have challenges like:&lt;p&gt;1. Getting traffic to online store.&lt;p&gt;2. Converting it to sales.&lt;p&gt;3. Able to deliver it to customers in time.&lt;p&gt;4. Service the complaints or product in time.&lt;p&gt;Out of this website traffic is directly linked to assortment and sales is directly linked to price (value for money vis a vis quality) and delivery besides traffic. Logistics i.e. storing, sorting and last mile delivery is one of the toughest challenges to solve in this business. Amazon used UPS, FedEx and USPS in the beginning to help them understand how its done, acquire expertise. They took that knowledge and than applied technology to solve some of the challenges and reduce costs.&lt;p&gt;It was just a matter of time they become full logistics company, because in reality every retailer and distributor is primarily a logistics company with stores, warehouses and distribution center.&lt;p&gt;So it&amp;#x27;s hardly surprising they are competing with them. But I feel UPS, FedEx still do many other B2B supply chain work like delivering components to manufacturing site, vendor managed inventory, defence supplies, government supply chain, Olympics, major events and sports supply chain etc. so there will still be room for them to grow.</text></comment>
23,844,724
23,844,321
1
2
23,843,525
train
<story><title>The Common Lisp Condition System – Upcoming Book</title><url>https://www.apress.com/us/book/9781484261330</url></story><parent_chain><item><author>drcode</author><text>For those unaware, Common Lisp exception handling is heads and shoulders above almost any other programming language: Imagine having your program crash in the middle of a function, being able to inspect the call stack to find the bug, fixing it, then completing the function call from the middle of the function, at the exact point where the exception happened, with the fix in place.</text></item></parent_chain><comment><author>jwr</author><text>Expanding on that: the most impressive feature of CL&amp;#x27;s condition handling is that it doesn&amp;#x27;t unwind the stack for you automatically.&lt;p&gt;In languages with &amp;quot;exceptions&amp;quot;, when an exception gets thrown, you have a chance to catch it, but at that point the stack has already been unwound and there is no way to resume execution at the point where exception was thrown.&lt;p&gt;In CL, you can let someone else (the caller) make the decision on what to do in case of an exception, providing options. For example, if a value is a NaN, the caller could request to continue the computation using the caller-supplied value instead.&lt;p&gt;In practical terms, this system, while very impressive, it isn&amp;#x27;t widely understood or used in CL.&lt;p&gt;It&amp;#x27;s one of the very few things I miss after I moved from CL to Clojure. Rich Hickey wrote that he did consider it, but it was a lot of complexity for fairly little gain (all platforms where Clojure is hosted support thrown exceptions only), which I would agree with.</text></comment>
<story><title>The Common Lisp Condition System – Upcoming Book</title><url>https://www.apress.com/us/book/9781484261330</url></story><parent_chain><item><author>drcode</author><text>For those unaware, Common Lisp exception handling is heads and shoulders above almost any other programming language: Imagine having your program crash in the middle of a function, being able to inspect the call stack to find the bug, fixing it, then completing the function call from the middle of the function, at the exact point where the exception happened, with the fix in place.</text></item></parent_chain><comment><author>phoe-krk</author><text>Additionally, one of the most tasty facts about it is that the Common Lisp condition system is written in Common Lisp itself. It&amp;#x27;s literally a Lisp plugin that only needs to be integrated with the rest of the system at its end points: where the conditions are signaled and where the debugger is entered.</text></comment>
7,698,892
7,699,030
1
2
7,698,002
train
<story><title>Volvo’s first self-driving cars now being tested live on public roads in Sweden</title><url>http://www.kurzweilai.net/volvos-first-self-driving-cars-now-being-tested-live-on-public-roads-in-swedish-city</url></story><parent_chain></parent_chain><comment><author>augustl</author><text>I own a 2013 XC60 and as a programmer, I&amp;#x27;m amazed at how well their current automation works in practice. The car reads road signs to show me the current speed limit in the dash (actual OCR, not a GPS database). It works amazingly well, except when it&amp;#x27;s very dark in the winter. Adaptive cruise control flawlessly follows cars based on radar, even in somewhat dramatic full stops, e.g. when there&amp;#x27;s suddenly heavy traffic ahead. I always have my foot on the break pedal just in case, but I&amp;#x27;m yet to have to intervene.</text></comment>
<story><title>Volvo’s first self-driving cars now being tested live on public roads in Sweden</title><url>http://www.kurzweilai.net/volvos-first-self-driving-cars-now-being-tested-live-on-public-roads-in-swedish-city</url></story><parent_chain></parent_chain><comment><author>jareds</author><text>I wonder what the first country that will allow completely automated cars with no human driver is? As a blind person I wonder if that would be enough to have me consider migrating from the U.S. depending on the country.</text></comment>
6,860,146
6,858,325
1
3
6,856,851
train
<story><title>How can C Programs be so Reliable? (2008)</title><url>http://tratt.net/laurie/blog/entries/how_can_c_programs_be_so_reliable</url></story><parent_chain><item><author>azov</author><text>Popular C software is so reliable because of &lt;i&gt;enormous&lt;/i&gt; amount of effort spent developing, testing, and polishing it over many years - not because error handling in C is superior to that in higher-level languages.&lt;p&gt;If your python script sticks around for 30 years constantly being used by millions of people - I bet it will be rock solid as well. All other things [1] being equal [2], a program written in a higher-level language will likely be more reliable - simply because it will likely be shorter. C has many properties conductive to great longevity of software written in it, but error handling is not one of them.&lt;p&gt;Now, to the rant about not knowing the exact number of exceptions a function can throw. Most sane languages [3] give you exception hierarchy. You know that every function can throw an Exception (or Throwable, or whatever the root of all things evil is called in your language), and you either handle it or let in propagate. The important bit is &lt;i&gt;you catch exceptions based on what you can handle in a current context, not on what the functions you call can throw&lt;/i&gt; [4]. As long as you realize that every call can potentially throw, it is not important what exactly is thrown - letting you abstract away the exact nature of an error is a feature, not a bug, that&amp;#x27;s what exceptions are there for! Let&amp;#x27;s say some function deep below changed and now throws a new exception type. So what? It didn&amp;#x27;t change what you can handle, so there&amp;#x27;s no reason to modify calling function - just let the exception propagate. What if nothing in your program can handle that exception? You let it crash (hopefully to the debugger, and no, it&amp;#x27;s not ironic that I suggest it in a topic about reliable programs - crashing is a reliability feature invented to expose problems that would be hidden and hard to debug otherwise). Of course you may also put a few catch-all clauses in a very limited number of strategic places.&lt;p&gt;If you approach exceptions this way they are vastly superior to error codes.&lt;p&gt;[1] Scope of the problem, amount of effort spent on development, programmer skills&lt;p&gt;[2] Or at least on the same order of magnitude&lt;p&gt;[3] With a notable exception of C++ - I&amp;#x27;m not sure what they were smoking when they decided that throwing arbitrary values is a good idea&lt;p&gt;[4] And this, by the way, is what&amp;#x27;s wrong with checked exceptions in Java&lt;p&gt;PS. Didn&amp;#x27;t mean that having no exceptions is insane - but that if a language has exceptions, the sane thing to do is to organize them in a hierarchy with a single root.</text></item></parent_chain><comment><author>yason</author><text>I disagree with being polished. Newer C programs can be robust as well. In fact, I write C programs both for fun and at work and so do a lot of people I know, and these programs still end up being much more robust than I would even expect myself. And when you run them continuously, you will find some bugs in the program but the next bug will appear much later until you don&amp;#x27;t remember when was the last time a bug caused a failure.&lt;p&gt;There&amp;#x27;s something about the robustness you&amp;#x27;re forced to implement. I never trust scripting languages like that, not mine nor others&amp;#x27;, as much as solid C. I&amp;#x27;ve seen it way too many times that when a C program is well-written solid code, it keeps on doing what it does and doesn&amp;#x27;t give surprises. I&amp;#x27;ve had many Python scripts running for years and I always need to fix something little there every year. Maybe something has changed in some library, or I bump into a new failure mode, or something. This rarely happens with a C program once it has &amp;quot;settled&amp;quot;.</text></comment>
<story><title>How can C Programs be so Reliable? (2008)</title><url>http://tratt.net/laurie/blog/entries/how_can_c_programs_be_so_reliable</url></story><parent_chain><item><author>azov</author><text>Popular C software is so reliable because of &lt;i&gt;enormous&lt;/i&gt; amount of effort spent developing, testing, and polishing it over many years - not because error handling in C is superior to that in higher-level languages.&lt;p&gt;If your python script sticks around for 30 years constantly being used by millions of people - I bet it will be rock solid as well. All other things [1] being equal [2], a program written in a higher-level language will likely be more reliable - simply because it will likely be shorter. C has many properties conductive to great longevity of software written in it, but error handling is not one of them.&lt;p&gt;Now, to the rant about not knowing the exact number of exceptions a function can throw. Most sane languages [3] give you exception hierarchy. You know that every function can throw an Exception (or Throwable, or whatever the root of all things evil is called in your language), and you either handle it or let in propagate. The important bit is &lt;i&gt;you catch exceptions based on what you can handle in a current context, not on what the functions you call can throw&lt;/i&gt; [4]. As long as you realize that every call can potentially throw, it is not important what exactly is thrown - letting you abstract away the exact nature of an error is a feature, not a bug, that&amp;#x27;s what exceptions are there for! Let&amp;#x27;s say some function deep below changed and now throws a new exception type. So what? It didn&amp;#x27;t change what you can handle, so there&amp;#x27;s no reason to modify calling function - just let the exception propagate. What if nothing in your program can handle that exception? You let it crash (hopefully to the debugger, and no, it&amp;#x27;s not ironic that I suggest it in a topic about reliable programs - crashing is a reliability feature invented to expose problems that would be hidden and hard to debug otherwise). Of course you may also put a few catch-all clauses in a very limited number of strategic places.&lt;p&gt;If you approach exceptions this way they are vastly superior to error codes.&lt;p&gt;[1] Scope of the problem, amount of effort spent on development, programmer skills&lt;p&gt;[2] Or at least on the same order of magnitude&lt;p&gt;[3] With a notable exception of C++ - I&amp;#x27;m not sure what they were smoking when they decided that throwing arbitrary values is a good idea&lt;p&gt;[4] And this, by the way, is what&amp;#x27;s wrong with checked exceptions in Java&lt;p&gt;PS. Didn&amp;#x27;t mean that having no exceptions is insane - but that if a language has exceptions, the sane thing to do is to organize them in a hierarchy with a single root.</text></item></parent_chain><comment><author>_3u10</author><text>Yes!&lt;p&gt;Most software I&amp;#x27;ve seen can be dramatically improved by removing exception handlers. (And then fixing the underlying problems).&lt;p&gt;On the server side I prefer one exception handler which is the OS, it will kill your process, release and free all memory, file handlers, etc. Then I wrap it in a bash script &amp;#x2F; other monitoring tool, and have it immediately restart whenever it fails.&lt;p&gt;As for the server itself I&amp;#x27;ll also add an automatic reboot to the server to ensure nothing out of the ordinary persists for very long (like that PATH modification that someone forgot to add in the appropriate place to get set on restart). If it&amp;#x27;s virtualized I prefer to destroy the entire server if possible.</text></comment>
39,374,574
39,374,864
1
2
39,374,389
train
<story><title>Amazon Sued over Prime Video Ads: Class-Action Suit Alleges Deception</title><url>https://variety.com/2024/digital/news/amazon-prime-video-ads-lawsuit-class-action-1235910694/</url></story><parent_chain></parent_chain><comment><author>0cf8612b2e1e</author><text>&lt;p&gt;&lt;pre&gt;&lt;code&gt; “But last month, Amazon changed the deal. To stream movies and TV shows without ads, Amazon customers must now pay an additional $2.99 per month… This is not fair, because these subscribers already paid for the ad-free version; these subscribers should not have to pay an additional $2.99&amp;#x2F;month for something that they already paid for.” &lt;/code&gt;&lt;/pre&gt; Seems like a pretty solid case where they altered the deal in the midst of a one year Prime contract. I look forward to the eventual $.32 settlement I receive.</text></comment>
<story><title>Amazon Sued over Prime Video Ads: Class-Action Suit Alleges Deception</title><url>https://variety.com/2024/digital/news/amazon-prime-video-ads-lawsuit-class-action-1235910694/</url></story><parent_chain></parent_chain><comment><author>drtz</author><text>Here&amp;#x27;s where I&amp;#x27;d normally complain about how our economic system requires prices to increase while product quality degrades to ensure ever-increasing profits for shareholders.&lt;p&gt;Instead, I&amp;#x27;ll complain about commercials: why can&amp;#x27;t we just have something that&amp;#x27;s truly paid and ad-free? Do we actually value our time less than advertisers do?</text></comment>
31,875,669
31,874,730
1
3
31,866,573
train
<story><title>Pig heart transplant failed as its heart muscle cells died</title><url>https://arstechnica.com/science/2022/06/pig-heart-transplant-failed-as-its-heart-muscle-cells-died/</url></story><parent_chain><item><author>koheripbal</author><text>The point is that his heart failed, not some other organ, and while it was functional for a time, the surgeons had stated that it would be functional for longer.&lt;p&gt;While you can soften the failure by highlighting the patient&amp;#x27;s broad systemic issues, this is still a notable failure that will likely put a damper on future similar pig transplants.</text></item></parent_chain><comment><author>Retric</author><text>The first human to human heart transplant failed even sooner and was considered wildly successful. Edit: Even though the immunosuppressants ended up killing him.&lt;p&gt;7 weeks doesn’t sound like long, but a great many things needed to work for the patient to survive even 1 week.</text></comment>
<story><title>Pig heart transplant failed as its heart muscle cells died</title><url>https://arstechnica.com/science/2022/06/pig-heart-transplant-failed-as-its-heart-muscle-cells-died/</url></story><parent_chain><item><author>koheripbal</author><text>The point is that his heart failed, not some other organ, and while it was functional for a time, the surgeons had stated that it would be functional for longer.&lt;p&gt;While you can soften the failure by highlighting the patient&amp;#x27;s broad systemic issues, this is still a notable failure that will likely put a damper on future similar pig transplants.</text></item></parent_chain><comment><author>rkangel</author><text>&amp;gt; that will likely put a damper on future similar pig transplants&lt;p&gt;I should hope not. Not everything works first time. Hopefully it gives data such that the next one works for 16 weeks, and the one after that for 3 months, until this is a standard source of transplant organs.</text></comment>
5,771,675
5,771,672
1
2
5,771,644
train
<story><title>Why Twitter is a Big Deal (2009)</title><url>http://paulgraham.com/twitter.html</url></story><parent_chain></parent_chain><comment><author>r00k</author><text>&lt;i&gt;Because they haven&apos;t tried to control it too much, Twitter feels to everyone like previous protocols. One forgets it&apos;s owned by a private company.&lt;/i&gt;&lt;p&gt;Makers of Twitter clients were eventually reminded of this fact in a rather painful way.</text></comment>
<story><title>Why Twitter is a Big Deal (2009)</title><url>http://paulgraham.com/twitter.html</url></story><parent_chain></parent_chain><comment><author>malay</author><text>I was almost positive I had read the idea of Twitter as a protocol before (or something very similar), even though on Twitter[1] pg notes he never published this specific piece despite having written it in 2009. I really appreciated the simplicity of thinking of Twitter that way, and the definition has stuck with me.&lt;p&gt;In case anyone else wanted to know where they read it, it&apos;s under Request for Startups, #3[2].&lt;p&gt;[1] &lt;a href=&quot;https://twitter.com/paulg/status/338702876744482816&quot; rel=&quot;nofollow&quot;&gt;https://twitter.com/paulg/status/338702876744482816&lt;/a&gt;&lt;p&gt;[2] &lt;a href=&quot;http://ycombinator.com/rfs3.html&quot; rel=&quot;nofollow&quot;&gt;http://ycombinator.com/rfs3.html&lt;/a&gt;</text></comment>
20,493,786
20,492,493
1
2
20,491,368
train
<story><title>Game Source Code Collection</title><url>https://archive.org/details/gamesourcecode</url></story><parent_chain><item><author>iforgotpassword</author><text>Nice, this also includes the infamous half-life 2 leak from 2007 as well as some other ones that definitely weren&amp;#x27;t officially released. Or like re-volt, which is now owned by a company still actively trying to take down mirrors of the code that pop up, hence any unofficial port of it only releases in binary form.&lt;p&gt;But then again a lot of the older leaked ones, nobody probably cares about too much. There&amp;#x27;s definitely some old, sometimes less popular games where I&amp;#x27;d like to get hold of the code and take a stab at porting to something modern.&lt;p&gt;So if you were a game dev for some now defunct game studio in the 90s and still have some games&amp;#x27; source floating around it would be a great coincidence if that would surface somewhere like archive.org... :-)</text></item></parent_chain><comment><author>metamet</author><text>Wow, I had no idea about Re-Volt&amp;#x27;s history. [1]&lt;p&gt;* Throwback Entertainment acquired 190 titles from Acclaim on July 7, 2006, including Re-Volt. [2]&lt;p&gt;* Throwback sold the rights to Re-Volt to WeGo Interactive Co. on February 23, 2011. [3]&lt;p&gt;* WeGo released Re-Volt Classic for iOS in Oct 2012, then April 2013 for Android. PC version was launched in Oct 2013, but was pulled in Jan 2014 due to a community patch misunderstanding. [4]&lt;p&gt;* Appears there&amp;#x27;s still a largish rewrite&amp;#x2F;port out there [5], which is a rewrite of the v1.2 community patch, based on the leaked Xbox version [6].&lt;p&gt;Anywho, thanks for mentioning that. Brought me down a fun rabbit hole.&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Throwback_Entertainment&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Throwback_Entertainment&lt;/a&gt;&lt;p&gt;[2] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;throwbackentertainment.com&amp;#x2F;throwback-entertainment-completes-largest-title-acquisition-in-video-game-history&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;throwbackentertainment.com&amp;#x2F;throwback-entertainment-c...&lt;/a&gt;&lt;p&gt;[3] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;throwbackentertainment.com&amp;#x2F;throwback-sells-re-volt&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;throwbackentertainment.com&amp;#x2F;throwback-sells-re-volt&amp;#x2F;&lt;/a&gt;&lt;p&gt;[4] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Re-Volt&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Re-Volt&lt;/a&gt;&lt;p&gt;[5] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;rvgl.re-volt.io&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;rvgl.re-volt.io&amp;#x2F;&lt;/a&gt;&lt;p&gt;[6] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;forum.re-volt.io&amp;#x2F;viewtopic.php?t=139&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;forum.re-volt.io&amp;#x2F;viewtopic.php?t=139&lt;/a&gt;</text></comment>
<story><title>Game Source Code Collection</title><url>https://archive.org/details/gamesourcecode</url></story><parent_chain><item><author>iforgotpassword</author><text>Nice, this also includes the infamous half-life 2 leak from 2007 as well as some other ones that definitely weren&amp;#x27;t officially released. Or like re-volt, which is now owned by a company still actively trying to take down mirrors of the code that pop up, hence any unofficial port of it only releases in binary form.&lt;p&gt;But then again a lot of the older leaked ones, nobody probably cares about too much. There&amp;#x27;s definitely some old, sometimes less popular games where I&amp;#x27;d like to get hold of the code and take a stab at porting to something modern.&lt;p&gt;So if you were a game dev for some now defunct game studio in the 90s and still have some games&amp;#x27; source floating around it would be a great coincidence if that would surface somewhere like archive.org... :-)</text></item></parent_chain><comment><author>benologist</author><text>Game companies are learning old IP can be modernized for fresh new profits so most likely a lot of old game copyrights will become retroactively enforced and sources hunted down and expunged as they&amp;#x27;re remastered and made exclusively available in whatever online shop or subscription service.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.polygon.com&amp;#x2F;2018&amp;#x2F;7&amp;#x2F;22&amp;#x2F;17600008&amp;#x2F;nintendo-roms-lawsuit-cease-desist&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.polygon.com&amp;#x2F;2018&amp;#x2F;7&amp;#x2F;22&amp;#x2F;17600008&amp;#x2F;nintendo-roms-law...&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.maxim.com&amp;#x2F;entertainment&amp;#x2F;best-video-games-remasters-and-remakes-of-the-year-2018-1&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.maxim.com&amp;#x2F;entertainment&amp;#x2F;best-video-games-remaste...&lt;/a&gt;</text></comment>
40,190,546
40,190,307
1
2
40,155,713
train
<story><title>Fragmented thinking is a bigger threat to flow state than interruptions</title><url>https://blog.stackblitz.com/posts/flow-state/</url></story><parent_chain><item><author>justinpombrio</author><text>&amp;gt; The good news for these internal interruptions is that it should be much easier to control them.&lt;p&gt;For a long-time meditator, this is comedic gold. Just control your internal interruptions, stay focused. That&amp;#x27;s all, eh? Hehehehehe</text></item><item><author>sanderjd</author><text>I think the primary point here is that interruptions don&amp;#x27;t only happen &lt;i&gt;externally&lt;/i&gt;, but also &lt;i&gt;internally&lt;/i&gt;. I think this point is a bit obscured by the article&amp;#x27;s use of this &amp;quot;fragmented thinking&amp;quot; terminology, which it does not do a good job of defining before building an argument on top of it. (I found myself searching for those words to see if I had missed the definition.)&lt;p&gt;However, I do think this is an insightful point! I think these &amp;quot;internal interruptions&amp;quot; are indeed a big problem for me, and one I don&amp;#x27;t think about nearly as much, but will try to more now that I&amp;#x27;ve read this article.&lt;p&gt;The frustrating thing about external interruptions is the inability to control them. Things like turning off notifications and putting on headphones are mechanisms to reduce that frustration by imposing control over those interruptions.&lt;p&gt;The good news for these &lt;i&gt;internal&lt;/i&gt; interruptions is that it should be much easier to control them. But it requires being aware of the problem! So I&amp;#x27;m thankful to this article for making this more top of mind for me.</text></item></parent_chain><comment><author>makmanalp</author><text>Agreed fully.&lt;p&gt;I&amp;#x27;ll admit I also had a chuckle at the expense of the parent post here (I&amp;#x27;m sorry - the rest of this post isn&amp;#x27;t meant to pick on you or describe you specifically). I think this there is a lesson in here somewhere on the intellectual confidence that comes with being good at one thing, and the silliness that can ensue when it might not translate elsewhere. Not in even necessarily in a malicious or foolish way, but in a &amp;quot;it can catch you even when you think you&amp;#x27;re accounting for it&amp;quot; kind of way.&lt;p&gt;If not empathy for the sake of moral reasons or even good vibes, I wish that we could at least convince the &amp;quot;I read the abstract of 3 papers &amp;#x2F; I read a gwern post about this &amp;#x2F; I accomplished something hard in my life so I know everything&amp;quot; crowd of the utility of empathy as a tool for exploring your &amp;quot;unknown unknowns&amp;quot;. You&amp;#x27;d think that more people would be interested in a dialectic (in the classical philosophy sense) discussion as a cooperative if conflicting search for truth. This is harder to do if you systematically overestimate yourself and underestimate others. Of course as I write this I&amp;#x27;m thinking of all the times I didn&amp;#x27;t practice what I&amp;#x27;m preaching now.</text></comment>
<story><title>Fragmented thinking is a bigger threat to flow state than interruptions</title><url>https://blog.stackblitz.com/posts/flow-state/</url></story><parent_chain><item><author>justinpombrio</author><text>&amp;gt; The good news for these internal interruptions is that it should be much easier to control them.&lt;p&gt;For a long-time meditator, this is comedic gold. Just control your internal interruptions, stay focused. That&amp;#x27;s all, eh? Hehehehehe</text></item><item><author>sanderjd</author><text>I think the primary point here is that interruptions don&amp;#x27;t only happen &lt;i&gt;externally&lt;/i&gt;, but also &lt;i&gt;internally&lt;/i&gt;. I think this point is a bit obscured by the article&amp;#x27;s use of this &amp;quot;fragmented thinking&amp;quot; terminology, which it does not do a good job of defining before building an argument on top of it. (I found myself searching for those words to see if I had missed the definition.)&lt;p&gt;However, I do think this is an insightful point! I think these &amp;quot;internal interruptions&amp;quot; are indeed a big problem for me, and one I don&amp;#x27;t think about nearly as much, but will try to more now that I&amp;#x27;ve read this article.&lt;p&gt;The frustrating thing about external interruptions is the inability to control them. Things like turning off notifications and putting on headphones are mechanisms to reduce that frustration by imposing control over those interruptions.&lt;p&gt;The good news for these &lt;i&gt;internal&lt;/i&gt; interruptions is that it should be much easier to control them. But it requires being aware of the problem! So I&amp;#x27;m thankful to this article for making this more top of mind for me.</text></item></parent_chain><comment><author>sanderjd</author><text>Not &lt;i&gt;easy&lt;/i&gt;, eas&lt;i&gt;ier&lt;/i&gt;! For &amp;quot;external interruptions&amp;quot;, you have to do both things, keep people from bugging you &lt;i&gt;and&lt;/i&gt; control your own mind. I think it&amp;#x27;s definitely easier to only do one of the two, despite still being really hard.</text></comment>
10,400,298
10,400,255
1
2
10,399,477
train
<story><title>A $2 photo from a California junk shop is the ‘holy grail of Western Americana’</title><url>http://www.washingtonpost.com/news/morning-mix/wp/2015/10/15/why-experts-say-a-2-photo-from-a-california-junk-shop-is-the-holy-grail-of-western-americana/?postshare=4301444920218864</url></story><parent_chain><item><author>rokhayakebe</author><text>Now imagine, sometime, somewhere, someone got a written manuscript from Plato, or the Buddha, or another figure and just used it to make fire.</text></item><item><author>bloat</author><text>You must have pretty specialised knowledge to look at that photo in the junk shop and say to yourself, &amp;quot;You know, that might be Billy the Kid. I should get this appraised.&amp;quot;</text></item></parent_chain><comment><author>tpeo</author><text>There&amp;#x27;s no need to imagine. When Henry VIII ordered the supression of the monasteries, manuscripts from monastic libraries were sold as toilet paper and shining rags. Though this has less to do with unnapraised items being lost due to clulessness than with a monarch being a dick.</text></comment>
<story><title>A $2 photo from a California junk shop is the ‘holy grail of Western Americana’</title><url>http://www.washingtonpost.com/news/morning-mix/wp/2015/10/15/why-experts-say-a-2-photo-from-a-california-junk-shop-is-the-holy-grail-of-western-americana/?postshare=4301444920218864</url></story><parent_chain><item><author>rokhayakebe</author><text>Now imagine, sometime, somewhere, someone got a written manuscript from Plato, or the Buddha, or another figure and just used it to make fire.</text></item><item><author>bloat</author><text>You must have pretty specialised knowledge to look at that photo in the junk shop and say to yourself, &amp;quot;You know, that might be Billy the Kid. I should get this appraised.&amp;quot;</text></item></parent_chain><comment><author>dogma1138</author><text>That might be unfortunate, but we&amp;#x27;ve set fire to priceless manuscripts intentionally far more often. &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Destruction_of_the_Library_of_Alexandria&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Destruction_of_the_Library_of_...&lt;/a&gt;</text></comment>
15,741,794
15,741,385
1
2
15,738,739
train
<story><title>DéjàVu: a map of code duplicates on GitHub</title><url>https://blog.acolyer.org/2017/11/20/dejavu-a-map-of-code-duplicates-on-github/</url></story><parent_chain></parent_chain><comment><author>hawski</author><text>I always like to see how some API is used in real projects. Sadly GitHub search is mostly useless for this, because of the number of duplicates. Google code search was great. It even supported regexps. Then the was koders.com, now there&amp;#x27;s also something from ohloh and it&amp;#x27;s better than GitHub AFAIR.&lt;p&gt;EDIT: ohloh became openhub and now the code search is discontinued. So there is the nonfunctional GitHub search and an open niche for other projects...</text></comment>
<story><title>DéjàVu: a map of code duplicates on GitHub</title><url>https://blog.acolyer.org/2017/11/20/dejavu-a-map-of-code-duplicates-on-github/</url></story><parent_chain></parent_chain><comment><author>coding123</author><text>What really sucks is people committing node_modules, that&amp;#x27;s just plain wrong.</text></comment>
17,610,955
17,610,723
1
3
17,609,327
train
<story><title>Liquid water &apos;lake&apos; revealed on Mars</title><url>http://www.bbc.co.uk/news/science-environment-44952710</url></story><parent_chain><item><author>endymi0n</author><text>Then again, for the 700 billion dollars defense budget you&amp;#x27;d get free universal healthcare and higher education for all of the US — AND would still have a few dozen billions to spare on cancer and Mars expeditions... but who in their right mind would want that?</text></item><item><author>russellbeattie</author><text>I think if we in the U.S. stopped killing people in senseless wars, we could use some of the &lt;i&gt;trillions&lt;/i&gt; we spend on that to both fund medical research &lt;i&gt;and&lt;/i&gt; fly to Mars. But that&amp;#x27;s obviously a fantasy.</text></item><item><author>remote_phone</author><text>I was talking to an oncologist yesterday. Her biggest frustration is that Silicon Valley billionaires are spending billions upon billions to send things to space, when there are serious problems on Earth that could be fought, most importantly cancer.&lt;p&gt;It’s hard to argue with her. $400B&amp;#x2F;yr would fund a lot of research that would benefit humanity a lot better than a coordinated mission to Mars, even though it would be very exciting to see in my lifetime.</text></item><item><author>ryanmercer</author><text>For any exploratory drilling, or covering any real amount of ground, you need humans. For reference, Opportunity Rover has only traveled 45 km&amp;#x2F;28 mi in 14 years.&lt;p&gt;A human can collect more specimens in a day than ALL of the rovers have to date.&lt;p&gt;If we remove this year&amp;#x27;s launch window, you have 10 minimum-energy launch windows in the next 21 years.&lt;p&gt;2020, 2022, 2024, 2026, 2029, 2031, 2033, 2035, 2037, 2039.&lt;p&gt;If we could get the top 5 GDP nations to contribute 1% of their GDP to a proper global space program we&amp;#x27;d have 400+ billion dollars a year (NASA has has a budget of around 18 billion lately). We could probably start sending unmanned missions in 2020 with test hardware for in situ resource production, develop a decent vehicle for travelling, then land 3-4 manned missions by 2022 with overlapping areas of operation as Zubrin (and others) have proposed that way if something goes wrong with one you can travel in 1-2 days, without exiting your vehicle, to another one of the missions.&lt;p&gt;You could have extra ships there waiting just to return specimens (and to offer a backup return vehicle for each team to get back up to orbit to return on an ISS-sized ship for the travel to and from Mars, not unlike in The Martian, which you could then park in Orbit around Earth or even the Moon and use as a slightly-used international space station or use it again for another trip out). You could return literal tons of specimens to earth for study, you could have human beings processing the stuff there &amp;quot;no this looks like a waste of time, this one is interesting, that&amp;#x27;s interesting, that&amp;#x27;s a weird feature let&amp;#x27;s drill a few samples here&amp;quot; not to mention just cover more area with various instruments getting all sorts of readings.&lt;p&gt;&lt;i&gt;sigh&lt;/i&gt;&lt;p&gt;If only. If we could just get 5 countries to agree to contribute 1% for 2-3 years we could establish a permanent moon base and do a hardcore Mars human-exploration mission. Obviously it would take 10-20 years to pull off but an international committee could be selected (representatives from all 5 nations as well as other nations that say want to help with supporting the missions, wouldn&amp;#x27;t need to pony up nearly as much money). Call it Starfleet 0.5 and make all of the science that results from the missions 100% public, give every country the UN recognizes a certain allotment of specimens as well for display in government-sponsored museums and to allow their own citizens to study.&lt;p&gt;Alas, I dream too much.</text></item><item><author>liberte82</author><text>Why don&amp;#x27;t we send a rover to some of these interesting places? It seems like we&amp;#x27;re constantly making fascinating finds on Mars, then send rovers to the middle of a random rocky desert.</text></item></parent_chain><comment><author>geezerjay</author><text>You&amp;#x27;re missing the fact that the US military is in its core a employment and social services program used extensively to create artificial jobs and artificial demand for skilled labour and high-tech products and services.&lt;p&gt;Not to mention the cultural importance that the US military as an institution has on the US, of course.</text></comment>
<story><title>Liquid water &apos;lake&apos; revealed on Mars</title><url>http://www.bbc.co.uk/news/science-environment-44952710</url></story><parent_chain><item><author>endymi0n</author><text>Then again, for the 700 billion dollars defense budget you&amp;#x27;d get free universal healthcare and higher education for all of the US — AND would still have a few dozen billions to spare on cancer and Mars expeditions... but who in their right mind would want that?</text></item><item><author>russellbeattie</author><text>I think if we in the U.S. stopped killing people in senseless wars, we could use some of the &lt;i&gt;trillions&lt;/i&gt; we spend on that to both fund medical research &lt;i&gt;and&lt;/i&gt; fly to Mars. But that&amp;#x27;s obviously a fantasy.</text></item><item><author>remote_phone</author><text>I was talking to an oncologist yesterday. Her biggest frustration is that Silicon Valley billionaires are spending billions upon billions to send things to space, when there are serious problems on Earth that could be fought, most importantly cancer.&lt;p&gt;It’s hard to argue with her. $400B&amp;#x2F;yr would fund a lot of research that would benefit humanity a lot better than a coordinated mission to Mars, even though it would be very exciting to see in my lifetime.</text></item><item><author>ryanmercer</author><text>For any exploratory drilling, or covering any real amount of ground, you need humans. For reference, Opportunity Rover has only traveled 45 km&amp;#x2F;28 mi in 14 years.&lt;p&gt;A human can collect more specimens in a day than ALL of the rovers have to date.&lt;p&gt;If we remove this year&amp;#x27;s launch window, you have 10 minimum-energy launch windows in the next 21 years.&lt;p&gt;2020, 2022, 2024, 2026, 2029, 2031, 2033, 2035, 2037, 2039.&lt;p&gt;If we could get the top 5 GDP nations to contribute 1% of their GDP to a proper global space program we&amp;#x27;d have 400+ billion dollars a year (NASA has has a budget of around 18 billion lately). We could probably start sending unmanned missions in 2020 with test hardware for in situ resource production, develop a decent vehicle for travelling, then land 3-4 manned missions by 2022 with overlapping areas of operation as Zubrin (and others) have proposed that way if something goes wrong with one you can travel in 1-2 days, without exiting your vehicle, to another one of the missions.&lt;p&gt;You could have extra ships there waiting just to return specimens (and to offer a backup return vehicle for each team to get back up to orbit to return on an ISS-sized ship for the travel to and from Mars, not unlike in The Martian, which you could then park in Orbit around Earth or even the Moon and use as a slightly-used international space station or use it again for another trip out). You could return literal tons of specimens to earth for study, you could have human beings processing the stuff there &amp;quot;no this looks like a waste of time, this one is interesting, that&amp;#x27;s interesting, that&amp;#x27;s a weird feature let&amp;#x27;s drill a few samples here&amp;quot; not to mention just cover more area with various instruments getting all sorts of readings.&lt;p&gt;&lt;i&gt;sigh&lt;/i&gt;&lt;p&gt;If only. If we could just get 5 countries to agree to contribute 1% for 2-3 years we could establish a permanent moon base and do a hardcore Mars human-exploration mission. Obviously it would take 10-20 years to pull off but an international committee could be selected (representatives from all 5 nations as well as other nations that say want to help with supporting the missions, wouldn&amp;#x27;t need to pony up nearly as much money). Call it Starfleet 0.5 and make all of the science that results from the missions 100% public, give every country the UN recognizes a certain allotment of specimens as well for display in government-sponsored museums and to allow their own citizens to study.&lt;p&gt;Alas, I dream too much.</text></item><item><author>liberte82</author><text>Why don&amp;#x27;t we send a rover to some of these interesting places? It seems like we&amp;#x27;re constantly making fascinating finds on Mars, then send rovers to the middle of a random rocky desert.</text></item></parent_chain><comment><author>mtgx</author><text>You wouldn&amp;#x27;t need that much for free healthcare. Remember people already pay a ton for healthcare. You&amp;#x27;d just repackage those payments into taxes for free universal healthcare and then the government would have to pay the difference.</text></comment>
32,350,467
32,350,402
1
3
32,349,516
train
<story><title>All about QBasic and QuickBasic</title><url>https://www.qbasic.net/</url></story><parent_chain><item><author>kstrauser</author><text>I was in the US Navy, and spent an awful lot of time on a deployment hacking away on our ancient laptops to write QBasic programs to automate some of our completely-not-computer-related work. For instance, I wrote a little program to format short text messages in a particular way and write them to a floppy. Then I could hand that floppy to the ship&amp;#x27;s radioman, and he&amp;#x27;d run a program to load the messages and broadcast them over a packet radio to the MARS radio network. Some ham operator in the States would call the recipient, read them the message, transcribe the reply, then radio it back to our ship. I&amp;#x27;d pick up a floppy with those replies, bring them back to the medical department where I worked, and print them out.&lt;p&gt;At the time, the quickest way to contact home was to buy a calling card for the onboard satellite phone, which cost something like $5 per minute to use. The alternative was to write a physical letter, and if you were lucky and the person wrote back immediately, that would be about a one month round trip. My little program was free to use, and shortened the round trip to about one day. I can&amp;#x27;t exaggerate how happy this made my coworkers and bosses.&lt;p&gt;One day, a particularly enlightened boss sat me down. &amp;quot;Why do you lie to yourself that you want to be in medicine?&amp;quot; &amp;quot;Uh, because I want to be a doctor?&amp;quot; &amp;quot;Stop kidding yourself. You want to work with computers. We both know it.&amp;quot; Whoa. It was like a lightning strike. Well, &lt;i&gt;of course&lt;/i&gt; I could go to school for that thing which had been my obsessive hobby since I was tiny! Why hadn&amp;#x27;t I thought of that?!&lt;p&gt;And so I got out of the Navy, enrolled in comp sci, and here I am today rattling on about it.&lt;p&gt;Thank you, QBasic. You weren&amp;#x27;t running on my beloved Amiga, but you were in the right place and time to kick off a career that I&amp;#x27;ve loved every step of the way.</text></item></parent_chain><comment><author>themodelplumber</author><text>Wow, I think that&amp;#x27;s the first substantial MARS story I&amp;#x27;ve ever read. Heard of it when I was getting licensed but never anything about its advantages. Fascinating, thanks for sharing.</text></comment>
<story><title>All about QBasic and QuickBasic</title><url>https://www.qbasic.net/</url></story><parent_chain><item><author>kstrauser</author><text>I was in the US Navy, and spent an awful lot of time on a deployment hacking away on our ancient laptops to write QBasic programs to automate some of our completely-not-computer-related work. For instance, I wrote a little program to format short text messages in a particular way and write them to a floppy. Then I could hand that floppy to the ship&amp;#x27;s radioman, and he&amp;#x27;d run a program to load the messages and broadcast them over a packet radio to the MARS radio network. Some ham operator in the States would call the recipient, read them the message, transcribe the reply, then radio it back to our ship. I&amp;#x27;d pick up a floppy with those replies, bring them back to the medical department where I worked, and print them out.&lt;p&gt;At the time, the quickest way to contact home was to buy a calling card for the onboard satellite phone, which cost something like $5 per minute to use. The alternative was to write a physical letter, and if you were lucky and the person wrote back immediately, that would be about a one month round trip. My little program was free to use, and shortened the round trip to about one day. I can&amp;#x27;t exaggerate how happy this made my coworkers and bosses.&lt;p&gt;One day, a particularly enlightened boss sat me down. &amp;quot;Why do you lie to yourself that you want to be in medicine?&amp;quot; &amp;quot;Uh, because I want to be a doctor?&amp;quot; &amp;quot;Stop kidding yourself. You want to work with computers. We both know it.&amp;quot; Whoa. It was like a lightning strike. Well, &lt;i&gt;of course&lt;/i&gt; I could go to school for that thing which had been my obsessive hobby since I was tiny! Why hadn&amp;#x27;t I thought of that?!&lt;p&gt;And so I got out of the Navy, enrolled in comp sci, and here I am today rattling on about it.&lt;p&gt;Thank you, QBasic. You weren&amp;#x27;t running on my beloved Amiga, but you were in the right place and time to kick off a career that I&amp;#x27;ve loved every step of the way.</text></item></parent_chain><comment><author>bobochan</author><text>Tremendous! One of my first tasks with QuickBasic 4.5 was writing an AKAC-874 code generator (for training purposes only) for some Marines at the embassy where I was stationed. It seemed the least that I could do considering they kept me fed with Grade A burgers direct from the States.</text></comment>
6,141,181
6,140,854
1
3
6,140,631
train
<story><title>We have an employee whose last name is Null. He kills our employee lookup (2012)</title><url>http://stackoverflow.com/questions/4456438/how-can-i-pass-the-string-null-through-wsdl-soap-from-as3-to-coldfusion-web?rq=1</url></story><parent_chain><item><author>jjindev</author><text>Reminds me of a story a police reservist told me. Guy got a license plate caled &amp;quot;none,&amp;quot; and instantly had thousands of outstanding warrants. (The cop thought &amp;quot;none&amp;quot; was trying a fast one, and so deserved it.)</text></item></parent_chain><comment><author>kens</author><text>In 1986, Robert Barbour applied for a personalized plate. The DMV gives you three choices: he picked SAILING, BOATING. If he couldn&amp;#x27;t get those, he didn&amp;#x27;t want a personalized plate, so he put NO PLATE. Of course, he ended up with NO PLATE. Since that&amp;#x27;s what the police put as the license if a car doesn&amp;#x27;t have a plate, he ended up with 2500 tickets. Eventually the DMV told the police to write &amp;quot;NONE&amp;quot; instead of &amp;quot;NO PLATE&amp;quot; and said &amp;quot;We&amp;#x27;re just hoping that no one will come up with plates that say NONE.&amp;quot; (Which would be ironic if the parent comment is accurate.)&lt;p&gt;The article is pretty entertaining - it talks about him becoming semi-famous and getting pulled over because cops wanted their picture taken with him: &lt;a href=&quot;http://articles.latimes.com/1986-06-23/news/vw-20054_1_license-plates&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;articles.latimes.com&amp;#x2F;1986-06-23&amp;#x2F;news&amp;#x2F;vw-20054_1_licen...&lt;/a&gt;&lt;p&gt;The comp.risks article (where I originally read about this) is also amusing: &lt;a href=&quot;http://catless.ncl.ac.uk/Risks/6.45.html&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;catless.ncl.ac.uk&amp;#x2F;Risks&amp;#x2F;6.45.html&lt;/a&gt;</text></comment>
<story><title>We have an employee whose last name is Null. He kills our employee lookup (2012)</title><url>http://stackoverflow.com/questions/4456438/how-can-i-pass-the-string-null-through-wsdl-soap-from-as3-to-coldfusion-web?rq=1</url></story><parent_chain><item><author>jjindev</author><text>Reminds me of a story a police reservist told me. Guy got a license plate caled &amp;quot;none,&amp;quot; and instantly had thousands of outstanding warrants. (The cop thought &amp;quot;none&amp;quot; was trying a fast one, and so deserved it.)</text></item></parent_chain><comment><author>sehrope</author><text>If it&amp;#x27;s the same one I remember the plate was &amp;quot;NO TAGS&amp;quot;[1].&lt;p&gt;[1]: &lt;a href=&quot;http://www.huffingtonpost.com/2012/02/16/no-tags-meet-sauced_n_1282486.html&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;www.huffingtonpost.com&amp;#x2F;2012&amp;#x2F;02&amp;#x2F;16&amp;#x2F;no-tags-meet-sauced...&lt;/a&gt;</text></comment>
32,792,395
32,790,525
1
3
32,789,384
train
<story><title>Show HN: 1paragraph – a browser-based, offline-first ePub reader</title><url>https://1paragraph.app/</url></story><parent_chain></parent_chain><comment><author>HellsMaddy</author><text>Looks nice, I like the concept. It would be nice if you pre-loaded some public domain books, to allow the user to get a feel for the application.</text></comment>
<story><title>Show HN: 1paragraph – a browser-based, offline-first ePub reader</title><url>https://1paragraph.app/</url></story><parent_chain></parent_chain><comment><author>lostmsu</author><text>A similar tool I made: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;h5reader.azurewebsites.net&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;h5reader.azurewebsites.net&amp;#x2F;&lt;/a&gt;&lt;p&gt;Btw, yours did not work for me in Firefox on Android. Nothing happened after choosing an .epub</text></comment>
37,086,360
37,086,334
1
3
37,084,575
train
<story><title>Git-appraise – Distributed Code Review for Git</title><url>https://github.com/google/git-appraise</url></story><parent_chain><item><author>jauco</author><text>I have this &amp;quot;one weird trick&amp;quot; that I think is great, but somehow no-one else wants to use:&lt;p&gt;At one point I worked with a fellow dev where we did PR reviews just as commits on top of the branch. So you&amp;#x27;d check out their feature branch, run the equivalent of &amp;#x27;compare working tree with &amp;lt;main&amp;gt;&amp;#x27; for your editor and then look through the changes.&lt;p&gt;Because you&amp;#x27;re comparing the working tree you can leave comments... by typing source code comments (we used &amp;#x27;&amp;#x2F;&amp;#x2F; RVW(jauco)&amp;#x27; to mark them). You can fix typo&amp;#x27;s just by, well, fixing the typo and you share the review by pushing to the branch.&lt;p&gt;I found it to have the following advantages&lt;p&gt;- PR comments usually break when you rebase or merge (because they reference a line number). These obviously won&amp;#x27;t, at worst there will be a merge conflict that you handle the obvious way.&lt;p&gt;- If your PR comment requests explanation then the answer needs to be moved from the PR to the codebase, for future use. Writing comments in code means that you just need to clean up the conversation into a comment (or you can just leave it)&lt;p&gt;- You can use a proper text editor for writing the comments&lt;p&gt;- You can use code navigation while reading the changes (like, go to definition etc)&lt;p&gt;- Because of these the review gets a more active feel. You&amp;#x27;re more inclined to engage with the code rather then just reading it while leaning back in your chair&lt;p&gt;However, people tend to look at me like I&amp;#x27;m crazy for suggesting something like this. OTOH tools like this look completely crazy to me. Why do all this work to get a worse version of something you already have?</text></item></parent_chain><comment><author>palata</author><text>Have you ever tried the git e-mail workflow? I think you may like it, I&amp;#x27;d be curious to have your opinion about how it compares to your workflow above :-).&lt;p&gt;The idea is that you just send your patch by e-mail, and the reviewer just applies it with `git am &amp;lt;the patch&amp;gt;`. So you don&amp;#x27;t even have to sync on a branch. Then the reviewer can comment directly on the patch. You answer with new versions of the patch, and get new reviews. It&amp;#x27;s minimal, actually decentralized (unlike, say, GitHub), and I believe it has the advantages of your workflow above.&lt;p&gt;Nice posts about it:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;drewdevault.com&amp;#x2F;2018&amp;#x2F;07&amp;#x2F;02&amp;#x2F;Email-driven-git.html&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;drewdevault.com&amp;#x2F;2018&amp;#x2F;07&amp;#x2F;02&amp;#x2F;Email-driven-git.html&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;drewdevault.com&amp;#x2F;2022&amp;#x2F;07&amp;#x2F;25&amp;#x2F;Code-review-with-aerc.html&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;drewdevault.com&amp;#x2F;2022&amp;#x2F;07&amp;#x2F;25&amp;#x2F;Code-review-with-aerc.htm...&lt;/a&gt;</text></comment>
<story><title>Git-appraise – Distributed Code Review for Git</title><url>https://github.com/google/git-appraise</url></story><parent_chain><item><author>jauco</author><text>I have this &amp;quot;one weird trick&amp;quot; that I think is great, but somehow no-one else wants to use:&lt;p&gt;At one point I worked with a fellow dev where we did PR reviews just as commits on top of the branch. So you&amp;#x27;d check out their feature branch, run the equivalent of &amp;#x27;compare working tree with &amp;lt;main&amp;gt;&amp;#x27; for your editor and then look through the changes.&lt;p&gt;Because you&amp;#x27;re comparing the working tree you can leave comments... by typing source code comments (we used &amp;#x27;&amp;#x2F;&amp;#x2F; RVW(jauco)&amp;#x27; to mark them). You can fix typo&amp;#x27;s just by, well, fixing the typo and you share the review by pushing to the branch.&lt;p&gt;I found it to have the following advantages&lt;p&gt;- PR comments usually break when you rebase or merge (because they reference a line number). These obviously won&amp;#x27;t, at worst there will be a merge conflict that you handle the obvious way.&lt;p&gt;- If your PR comment requests explanation then the answer needs to be moved from the PR to the codebase, for future use. Writing comments in code means that you just need to clean up the conversation into a comment (or you can just leave it)&lt;p&gt;- You can use a proper text editor for writing the comments&lt;p&gt;- You can use code navigation while reading the changes (like, go to definition etc)&lt;p&gt;- Because of these the review gets a more active feel. You&amp;#x27;re more inclined to engage with the code rather then just reading it while leaning back in your chair&lt;p&gt;However, people tend to look at me like I&amp;#x27;m crazy for suggesting something like this. OTOH tools like this look completely crazy to me. Why do all this work to get a worse version of something you already have?</text></item></parent_chain><comment><author>sevazhidkov</author><text>I’ve recently listened to a talk from Jane Street about their review system: they use this method exactly with a helper tool that keeps track of what you’ve already reviewed in the PR, minus any changes that were committed after review. PR author also “reviews” the branch, so the code review comments and changes would show up on self-re-review (because they were not reviewed).&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;youtu.be&amp;#x2F;MUqvXHEjmus&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;youtu.be&amp;#x2F;MUqvXHEjmus&lt;/a&gt; Transcript: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.janestreet.com&amp;#x2F;tech-talks&amp;#x2F;janestreet-code-review&amp;#x2F;&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.janestreet.com&amp;#x2F;tech-talks&amp;#x2F;janestreet-code-review...&lt;/a&gt;</text></comment>
26,762,818
26,762,164
1
2
26,761,464
train
<story><title>Court rules grocery store’s inaccessible website isn’t an ADA violation</title><url>https://arstechnica.com/tech-policy/2021/04/appeals-court-rules-stores-dont-need-to-make-their-websites-accessible/</url></story><parent_chain></parent_chain><comment><author>shariqm</author><text>I see some people are feeling conflicted trying to balance 1) Making the web more accessible with 2) Increasing business&amp;#x2F;startup costs.&lt;p&gt;It&amp;#x27;s important to remember making websites more accessible often benefits everyone in some way. e.g. providing an alt text description for images on your website obviously benefits visually impaired users, but it also benefits people who can&amp;#x27;t afford high bandwidth or people who are moving through a remote area. In the Microsoft framework these three scenarios are called:&lt;p&gt;1) Permanent (Visually Impaired)&lt;p&gt;2) Temporary (Can&amp;#x27;t afford high bandwidth)&lt;p&gt;3) Situational (In a remote area)&lt;p&gt;There&amp;#x27;s good online resources for understanding these concepts [1,2,3].&lt;p&gt;Anyway, for companies as big as WinnDixie, with $10B in annual revenue, they should be designing their websites to be accessible by everyone. For small businesses it would be nice if website building providers like SquareSpace and Wix made this as easy as possible for their users.&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.iweb.co.uk&amp;#x2F;2016&amp;#x2F;10&amp;#x2F;inclusive-design-why-our-websites-should-more-accessible&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.iweb.co.uk&amp;#x2F;2016&amp;#x2F;10&amp;#x2F;inclusive-design-why-our-webs...&lt;/a&gt;&lt;p&gt;[2] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=TAzkrXTGEOM&amp;amp;t=55s&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=TAzkrXTGEOM&amp;amp;t=55s&lt;/a&gt;&lt;p&gt;[3] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.w3.org&amp;#x2F;standards&amp;#x2F;webdesign&amp;#x2F;accessibility&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.w3.org&amp;#x2F;standards&amp;#x2F;webdesign&amp;#x2F;accessibility&lt;/a&gt;</text></comment>
<story><title>Court rules grocery store’s inaccessible website isn’t an ADA violation</title><url>https://arstechnica.com/tech-policy/2021/04/appeals-court-rules-stores-dont-need-to-make-their-websites-accessible/</url></story><parent_chain></parent_chain><comment><author>curryst</author><text>This is a messy situation. On one hand, I totally get that the internet is a massively important portion of most people&amp;#x27;s lives, and people that need special accomodations should be able to participate. On the other hand, accessibility still doesn&amp;#x27;t seem to be easy to implement. I don&amp;#x27;t work on the frontend, so I could be wrong, but last I looked, it seemed heavily manual and somewhat hard to integrate. It will be expensive to implement, at least until someone makes a better abstraction.&lt;p&gt;I suspect the Domino&amp;#x27;s ruling will be the winning one, but I don&amp;#x27;t know where that line gets drawn. Does my blog have to support accessibility? I don&amp;#x27;t sell anything, but it is public. Is the neighborhood softball league going to have to implement it? Commercial entities will probably have to comply, but I&amp;#x27;m curious what the impact on the rest of the landscape will be.</text></comment>
13,454,617
13,454,419
1
2
13,453,189
train
<story><title>I Had My Electronics Seized by U.S. Customs and Border Protection</title><url>https://vc.gg/blog/so-its-been-a-while.html</url></story><parent_chain><item><author>psybin</author><text>&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;BMuAufo.jpg&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;BMuAufo.jpg&lt;/a&gt;&lt;p&gt;&amp;quot;Have you ever violated any law related to possessing, using or distributing illegal drugs?&amp;quot;&lt;p&gt;&amp;quot;Do you have a physical or mental disorder; or are you a drug abuser&amp;quot;&lt;p&gt;It&amp;#x27;s also on the customs forms for New Zealand, where you&amp;#x27;re asked along with questions about any drug paraphernalia you might be bringing in. They seem to be much more concerned about fruit than people slipping through with a bong though. Only country I&amp;#x27;ve ever been set upon by fruit sniffing dogs.</text></item><item><author>qeternity</author><text>&amp;gt; using the &amp;quot;I have not done illegal drugs&amp;quot; checkbox on the entry documentation&lt;p&gt;What? I have lived and worked all over the world, travel regularly to a bunch of countries, and have never once seen this. I could have missed it on some less frequent countries, but certainly it&amp;#x27;s not on any major country&amp;#x27;s entry card.</text></item><item><author>psybin</author><text>&amp;gt; Encrypt them with spacefiller data and start crossing borders, and then refuse to provide passwords and abandon them for sheer amusement.&lt;p&gt;You don&amp;#x27;t get that option. The first thing that happens to everybody who is attempting to enter the US and flagged is that they give you a form to write down all keys and passwords you might have, they will then unlock your phone and attempt to find anything that might be used to bar you from entering.&lt;p&gt;A common method of confirming a profiled person seems to be using the &amp;quot;I have not done illegal drugs&amp;quot; checkbox on the entry documentation, they will find any drug reference on your devices using the passwords they just discovered. If you answer &amp;quot;yes&amp;quot;, you&amp;#x27;re a criminal and you are barred from entry. If you answer &amp;quot;no&amp;quot; and they find any reference to any recreational drug, no matter the context, you just lied to a federal officer and you are barred from entry.&lt;p&gt;One rejection is enough to ban you for life from ESTA, so for most people entering the US who don&amp;#x27;t have a temporary working visa, being profiled is the last time you&amp;#x27;ll ever be able to enter the united states. A woman I was speaking to was bumped back onto their flight for a 3 year old SMS on her phone where a friend asked if she wanted to come over and smoke a joint.</text></item><item><author>ploddington</author><text>It would be fun to start a meme of carrying antiquated electronic waste devices, and getting them confiscated as a means of disposal.&lt;p&gt;Encrypt them with spacefiller data and start crossing borders, and then refuse to provide passwords and abandon them for sheer amusement.&lt;p&gt;Way more fun than recycling old laptops and batteries. And better than planning to travel empty handed, in anticipation of getting ripped off by pesky customs guards.</text></item></parent_chain><comment><author>nickonline</author><text>I&amp;#x27;ve been pulled up by the kiwi&amp;#x27;s their basic problem was me not doing drugs in their country. Similar approach was used on my buddy &amp;quot;I&amp;#x27;m glad you answered yes to pot, because if you&amp;#x27;d declined I wouldn&amp;#x27;t have believed you and pulled you in anyway&amp;quot;.&lt;p&gt;So we were all pulled in an at that point I figured there was no reason to lie. I discussed all the drugs I&amp;#x27;d done previously and they stated there was no way for them to prove I was (or was not) smuggling as trace amounts were found in the bag I admitted to carrying them in for previous ski trips.&lt;p&gt;I stated it was illegal in my country but had no plans to do it in theirs. I was allowed in on the condition I didn&amp;#x27;t do illegal drugs in NZ... I accepted their terms and didn&amp;#x27;t do any gear while I was there.</text></comment>
<story><title>I Had My Electronics Seized by U.S. Customs and Border Protection</title><url>https://vc.gg/blog/so-its-been-a-while.html</url></story><parent_chain><item><author>psybin</author><text>&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;BMuAufo.jpg&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;BMuAufo.jpg&lt;/a&gt;&lt;p&gt;&amp;quot;Have you ever violated any law related to possessing, using or distributing illegal drugs?&amp;quot;&lt;p&gt;&amp;quot;Do you have a physical or mental disorder; or are you a drug abuser&amp;quot;&lt;p&gt;It&amp;#x27;s also on the customs forms for New Zealand, where you&amp;#x27;re asked along with questions about any drug paraphernalia you might be bringing in. They seem to be much more concerned about fruit than people slipping through with a bong though. Only country I&amp;#x27;ve ever been set upon by fruit sniffing dogs.</text></item><item><author>qeternity</author><text>&amp;gt; using the &amp;quot;I have not done illegal drugs&amp;quot; checkbox on the entry documentation&lt;p&gt;What? I have lived and worked all over the world, travel regularly to a bunch of countries, and have never once seen this. I could have missed it on some less frequent countries, but certainly it&amp;#x27;s not on any major country&amp;#x27;s entry card.</text></item><item><author>psybin</author><text>&amp;gt; Encrypt them with spacefiller data and start crossing borders, and then refuse to provide passwords and abandon them for sheer amusement.&lt;p&gt;You don&amp;#x27;t get that option. The first thing that happens to everybody who is attempting to enter the US and flagged is that they give you a form to write down all keys and passwords you might have, they will then unlock your phone and attempt to find anything that might be used to bar you from entering.&lt;p&gt;A common method of confirming a profiled person seems to be using the &amp;quot;I have not done illegal drugs&amp;quot; checkbox on the entry documentation, they will find any drug reference on your devices using the passwords they just discovered. If you answer &amp;quot;yes&amp;quot;, you&amp;#x27;re a criminal and you are barred from entry. If you answer &amp;quot;no&amp;quot; and they find any reference to any recreational drug, no matter the context, you just lied to a federal officer and you are barred from entry.&lt;p&gt;One rejection is enough to ban you for life from ESTA, so for most people entering the US who don&amp;#x27;t have a temporary working visa, being profiled is the last time you&amp;#x27;ll ever be able to enter the united states. A woman I was speaking to was bumped back onto their flight for a 3 year old SMS on her phone where a friend asked if she wanted to come over and smoke a joint.</text></item><item><author>ploddington</author><text>It would be fun to start a meme of carrying antiquated electronic waste devices, and getting them confiscated as a means of disposal.&lt;p&gt;Encrypt them with spacefiller data and start crossing borders, and then refuse to provide passwords and abandon them for sheer amusement.&lt;p&gt;Way more fun than recycling old laptops and batteries. And better than planning to travel empty handed, in anticipation of getting ripped off by pesky customs guards.</text></item></parent_chain><comment><author>dingaling</author><text>I was once taken into a room and questioned by US border personnel for eating a banana after passing US pre-clearance at Dublin airport.&lt;p&gt;Technically still on Irish soil but within the US customs zone, apparently, and I had thus lied on my form when I said I wasn&amp;#x27;t tranporting fruit or vegetables into the USA.</text></comment>
19,722,579
19,722,671
1
3
19,721,998
train
<story><title>Things I Enjoy in Rust: Error Handling</title><url>https://blog.jonstodle.com/things-i-enjoy-in-rust-error-handling/</url></story><parent_chain><item><author>wyldfire</author><text>One of the more interesting semi-recent additions to stable rust is the question mark operator. It&amp;#x27;s not covered in this Rust Error Handling article, but it&amp;#x27;s got some of the early-exit appeal of exceptions without too much unwind magic.&lt;p&gt;Unfortunately I haven&amp;#x27;t been able to get the question mark operator to work yet with my code, but it looks appealing. It&amp;#x27;s not 100% obvious to me what qualities my Result type needs in order to be able to make it work. Or whether it&amp;#x27;s bound in practice to the Result type(s) defined in std. I&amp;#x27;m sure those details are all in the docs somewhere but I spent the time to look yet.</text></item></parent_chain><comment><author>CUViper</author><text>One thing you may be missing is that the `Result::Err` in your return type must implement `From` for the `Result::Err` type where you&amp;#x27;re using the `?` operator. That&amp;#x27;s already covered if those `Err` types are identical (`From&amp;lt;T&amp;gt; for T`), otherwise you need to implement the conversion.&lt;p&gt;&lt;pre&gt;&lt;code&gt; impl From&amp;lt;QuestionError&amp;gt; for ReturnError { fn from(error: QuestionError) -&amp;gt; ReturnError { &amp;#x2F;&amp;#x2F; TODO unimplemented!() } }&lt;/code&gt;&lt;/pre&gt;</text></comment>
<story><title>Things I Enjoy in Rust: Error Handling</title><url>https://blog.jonstodle.com/things-i-enjoy-in-rust-error-handling/</url></story><parent_chain><item><author>wyldfire</author><text>One of the more interesting semi-recent additions to stable rust is the question mark operator. It&amp;#x27;s not covered in this Rust Error Handling article, but it&amp;#x27;s got some of the early-exit appeal of exceptions without too much unwind magic.&lt;p&gt;Unfortunately I haven&amp;#x27;t been able to get the question mark operator to work yet with my code, but it looks appealing. It&amp;#x27;s not 100% obvious to me what qualities my Result type needs in order to be able to make it work. Or whether it&amp;#x27;s bound in practice to the Result type(s) defined in std. I&amp;#x27;m sure those details are all in the docs somewhere but I spent the time to look yet.</text></item></parent_chain><comment><author>Falell</author><text>The ? operator is tied to std::ops::Try, and std::convert::From. &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;doc.rust-lang.org&amp;#x2F;std&amp;#x2F;ops&amp;#x2F;trait.Try.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;doc.rust-lang.org&amp;#x2F;std&amp;#x2F;ops&amp;#x2F;trait.Try.html&lt;/a&gt; &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;doc.rust-lang.org&amp;#x2F;std&amp;#x2F;convert&amp;#x2F;trait.From.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;doc.rust-lang.org&amp;#x2F;std&amp;#x2F;convert&amp;#x2F;trait.From.html&lt;/a&gt;</text></comment>
34,184,079
34,183,262
1
2
34,179,426
train
<story><title>Golang disables Nagle&apos;s Algorithm by default</title><url>https://withinboredom.info/blog/2022/12/29/golang-is-evil-on-shitty-networks/</url></story><parent_chain><item><author>jrockway</author><text>Why does a congestionless network matter here? Nagle&amp;#x27;s algorithm aggregates writes together in order to fill up a packet. But you can just do that yourself, and then you&amp;#x27;re not surprised. I find it very rare that anyone is accidentally sending partially-filled packets; they have some data and they want it to be sent now, and are instead surprised by the fact that it doesn&amp;#x27;t get sent now because their data doesn&amp;#x27;t happen to be too large to fit in a single packet. Nobody is reading a file a byte at a time and then passing that 1 byte buffer to Write on a socket. (Except... git-lfs I guess?)&lt;p&gt;Nagle&amp;#x27;s algorithm is super weird as it&amp;#x27;s saying &amp;quot;I&amp;#x27;m sure the programmer did this wrong, here, let me fix it.&amp;quot; Then the 99.99% of the time when you&amp;#x27;re not doing it wrong, the latency it introduces is too high for anything realtime. Kind of a weird tradeoff, but I&amp;#x27;m sure it made sense to quickly fix broken telnet clients at the time.</text></item><item><author>Terretta</author><text>Part of OPs point is &amp;#x27;most clients&amp;#x27; do not have an ideal congestionless&amp;#x2F;lossless network between them and, well, anything.</text></item><item><author>Philip-J-Fry</author><text>Yeah but Nagle&amp;#x27;s Algorithm and Delayed ACKs interaction is what causes the 200ms.&lt;p&gt;Servers tend to enable Nagle&amp;#x27;s algorithm by default. Clients tend to enabled Delayed ACK by default, and then you get this horrible interaction all because they&amp;#x27;re trying to be more efficient but stalling eachother.&lt;p&gt;I think Go&amp;#x27;s behavior is the right default because you can&amp;#x27;t control every server. But if Nagle&amp;#x27;s was off by default on servers then we wouldn&amp;#x27;t need to disabled Delayed ACKs on clients.</text></item><item><author>zamalek</author><text>From the bottom of the article:&lt;p&gt;&amp;gt; Most people turn to TCP_NODELAY because of the “200ms” latency you might incur on a connection. Fun fact, this doesn’t come from Nagle’s algorithm, but from Delayed ACKs or Corking. Yet people turn off Nagle’s algorithm … :sigh:</text></item><item><author>Philip-J-Fry</author><text>In my opinion, I think it&amp;#x27;s correct to be disabled by default.&lt;p&gt;I think Nagle&amp;#x27;s algorithm does more harm than good if you&amp;#x27;re unaware of it. I&amp;#x27;ve seen people writing C# applications and wondering why stuff is taking 200ms. Some people don&amp;#x27;t even realise it&amp;#x27;s Nagle&amp;#x27;s algorithm (edit: interacting with Delayed ACKs) and think it&amp;#x27;s network issues or a performance problem they&amp;#x27;re introduced.&lt;p&gt;I&amp;#x27;d imagine most Go software is deployed in datacentres where the network is high quality and it doesn&amp;#x27;t really matter too much. Fast data transfer is probably preferred. I think Nagle&amp;#x27;s algorithm should be an optimisation you can optionally enable (which you can) to more efficiently use the network at the expense of latency. Being more &amp;quot;raw&amp;quot; seems like the sensible default to me.</text></item></parent_chain><comment><author>avianlyric</author><text>&amp;gt; Nagle&amp;#x27;s algorithm aggregates writes together in order to fill up a packet.&lt;p&gt;Not quite an accurate description of Nagles algorithm. It only aggregates writes together if you already have in-flight data. The second you get back an ACK, the next packet will be sent regardless of how full it is. Equally your first write to the socket will always be sent without delay.&lt;p&gt;The case where you want to send many tiny packets with minimal latency doesn’t really make sense for TCP, because eventuality the packet overhead and traffic control algorithms will end up throttling your thought put and latency. Nagle only impact cases where you’re trying to TCP in an almost pathological manner, and elegantly handles that behaviour to minimise overheads, and associated throughput and latency costs.&lt;p&gt;If there’s a use case where latency is your absolute top priority, then you should be using UDP, and not TCP. Because TCP will always nobble your latency because it insists on ordered data delivery, and will delay just received packets if they arrive ahead of preceding packets. Only UDP gives you the ability to opt-out of that behaviour, and ensure that data is sent and received as quickly as your network allows, and lets your application decide for itself the handling of missing data.</text></comment>
<story><title>Golang disables Nagle&apos;s Algorithm by default</title><url>https://withinboredom.info/blog/2022/12/29/golang-is-evil-on-shitty-networks/</url></story><parent_chain><item><author>jrockway</author><text>Why does a congestionless network matter here? Nagle&amp;#x27;s algorithm aggregates writes together in order to fill up a packet. But you can just do that yourself, and then you&amp;#x27;re not surprised. I find it very rare that anyone is accidentally sending partially-filled packets; they have some data and they want it to be sent now, and are instead surprised by the fact that it doesn&amp;#x27;t get sent now because their data doesn&amp;#x27;t happen to be too large to fit in a single packet. Nobody is reading a file a byte at a time and then passing that 1 byte buffer to Write on a socket. (Except... git-lfs I guess?)&lt;p&gt;Nagle&amp;#x27;s algorithm is super weird as it&amp;#x27;s saying &amp;quot;I&amp;#x27;m sure the programmer did this wrong, here, let me fix it.&amp;quot; Then the 99.99% of the time when you&amp;#x27;re not doing it wrong, the latency it introduces is too high for anything realtime. Kind of a weird tradeoff, but I&amp;#x27;m sure it made sense to quickly fix broken telnet clients at the time.</text></item><item><author>Terretta</author><text>Part of OPs point is &amp;#x27;most clients&amp;#x27; do not have an ideal congestionless&amp;#x2F;lossless network between them and, well, anything.</text></item><item><author>Philip-J-Fry</author><text>Yeah but Nagle&amp;#x27;s Algorithm and Delayed ACKs interaction is what causes the 200ms.&lt;p&gt;Servers tend to enable Nagle&amp;#x27;s algorithm by default. Clients tend to enabled Delayed ACK by default, and then you get this horrible interaction all because they&amp;#x27;re trying to be more efficient but stalling eachother.&lt;p&gt;I think Go&amp;#x27;s behavior is the right default because you can&amp;#x27;t control every server. But if Nagle&amp;#x27;s was off by default on servers then we wouldn&amp;#x27;t need to disabled Delayed ACKs on clients.</text></item><item><author>zamalek</author><text>From the bottom of the article:&lt;p&gt;&amp;gt; Most people turn to TCP_NODELAY because of the “200ms” latency you might incur on a connection. Fun fact, this doesn’t come from Nagle’s algorithm, but from Delayed ACKs or Corking. Yet people turn off Nagle’s algorithm … :sigh:</text></item><item><author>Philip-J-Fry</author><text>In my opinion, I think it&amp;#x27;s correct to be disabled by default.&lt;p&gt;I think Nagle&amp;#x27;s algorithm does more harm than good if you&amp;#x27;re unaware of it. I&amp;#x27;ve seen people writing C# applications and wondering why stuff is taking 200ms. Some people don&amp;#x27;t even realise it&amp;#x27;s Nagle&amp;#x27;s algorithm (edit: interacting with Delayed ACKs) and think it&amp;#x27;s network issues or a performance problem they&amp;#x27;re introduced.&lt;p&gt;I&amp;#x27;d imagine most Go software is deployed in datacentres where the network is high quality and it doesn&amp;#x27;t really matter too much. Fast data transfer is probably preferred. I think Nagle&amp;#x27;s algorithm should be an optimisation you can optionally enable (which you can) to more efficiently use the network at the expense of latency. Being more &amp;quot;raw&amp;quot; seems like the sensible default to me.</text></item></parent_chain><comment><author>tashbarg</author><text>It makes perfect sense if you consider the right abstraction. TCP connections are streams. There are no packets on that abstraction level. You’re not supposed to care about packets. You’re not supposed to know how large a packet even is.&lt;p&gt;The default is an efficient stream of bytes that has some trade-off to latency. If you care about latency, then you can set a flag.</text></comment>
24,994,301
24,993,797
1
2
24,988,668
train
<story><title>Intel enters the laptop discrete GPU market with Xe Max</title><url>https://arstechnica.com/gadgets/2020/11/intel-enters-the-laptop-discrete-gpu-market-with-xe-max/</url></story><parent_chain><item><author>DCKing</author><text>Yeah! People say AMD has the best Linux drivers, but they&amp;#x27;re wrong! Intel&amp;#x27;s are feature rich and stable, and I think they&amp;#x27;re better than AMD&amp;#x27;s [1]. They&amp;#x27;re just kind of ignored since nobody &amp;quot;chooses&amp;quot; to use an Intel GPU in their computer. You just get one bundled in your CPU, until now that is.&lt;p&gt;Intel Xe will likely be very poorly received because they&amp;#x27;ll be compared to AMD and Nvidia&amp;#x27;s best offerings and &amp;quot;Intel is failing at everything&amp;quot; is the big story now. But AMD and Nvidia are treating the low end GPU market as some sort of a backwater, and there&amp;#x27;s a proper niche for people who just want a reliable graphics card with modern video outputs and modern video codecs. If it can run desktop 3D effects smoothly on multiple high resolution screens - like a better or less expensive GT1030 and RX550 - you can be golden. Not everything GPU is about gaming or high end compute.&lt;p&gt;[1]: Okay, AMD&amp;#x27;s Linux drivers are also really good, but they can still have more hairy edge cases and lack of development than Intel&amp;#x27;s.</text></item><item><author>lliamander</author><text>Given Intel&amp;#x27;s reputation stable Linux drivers, I&amp;#x27;m excited for their discrete desktop GPUs.</text></item></parent_chain><comment><author>echlebek</author><text>You&amp;#x27;re absolutely correct. Especially in the low-power segment, which AMD and nvidia have really ignored lately.&lt;p&gt;If you want a &amp;lt;=75 watt GPU, which happens to be the limit for the PCIe slot without an external power connector, you have very limited options. For nVidia, the 1650 is the only modern part that will fit the bill. For AMD, you have to reach back to the RX 500 series, but good luck finding one. They&amp;#x27;re extremely uncommon even among the lower-end 500 series, as many of them require an external connector anyways.&lt;p&gt;AMD do have lower-powered &amp;quot;workstation&amp;quot; offerings, but they&amp;#x27;re so expensive that it&amp;#x27;s hard to imagine putting one in a workstation voluntarily. They&amp;#x27;re also extremely poor performers, to the extent that you might not really see much of a benefit over a Vega iGPU.&lt;p&gt;The Xe Max is only 25W TDP, which is very attractive if you&amp;#x27;re hoping to build a passively cooled Linux machine with a low-wattage power supply.</text></comment>
<story><title>Intel enters the laptop discrete GPU market with Xe Max</title><url>https://arstechnica.com/gadgets/2020/11/intel-enters-the-laptop-discrete-gpu-market-with-xe-max/</url></story><parent_chain><item><author>DCKing</author><text>Yeah! People say AMD has the best Linux drivers, but they&amp;#x27;re wrong! Intel&amp;#x27;s are feature rich and stable, and I think they&amp;#x27;re better than AMD&amp;#x27;s [1]. They&amp;#x27;re just kind of ignored since nobody &amp;quot;chooses&amp;quot; to use an Intel GPU in their computer. You just get one bundled in your CPU, until now that is.&lt;p&gt;Intel Xe will likely be very poorly received because they&amp;#x27;ll be compared to AMD and Nvidia&amp;#x27;s best offerings and &amp;quot;Intel is failing at everything&amp;quot; is the big story now. But AMD and Nvidia are treating the low end GPU market as some sort of a backwater, and there&amp;#x27;s a proper niche for people who just want a reliable graphics card with modern video outputs and modern video codecs. If it can run desktop 3D effects smoothly on multiple high resolution screens - like a better or less expensive GT1030 and RX550 - you can be golden. Not everything GPU is about gaming or high end compute.&lt;p&gt;[1]: Okay, AMD&amp;#x27;s Linux drivers are also really good, but they can still have more hairy edge cases and lack of development than Intel&amp;#x27;s.</text></item><item><author>lliamander</author><text>Given Intel&amp;#x27;s reputation stable Linux drivers, I&amp;#x27;m excited for their discrete desktop GPUs.</text></item></parent_chain><comment><author>pedrocr</author><text>But why would any of those people want this part? The only way I see it is if you want an Intel GPU for the compatibility in an otherwise AMD system. If not the Intel CPU you&amp;#x27;d build already includes a more than capable GPU this generation.</text></comment>
15,507,202
15,505,558
1
2
15,502,811
train
<story><title>Students learn more effectively from print textbooks than screens, study says</title><url>http://www.businessinsider.com/students-learning-education-print-textbooks-screens-study-2017-10</url></story><parent_chain><item><author>slg</author><text>I did an in depth review of the research for a Human Computer Interaction class in college a couple years back before the Taylor and Francis study and the research then generally agreed with the idea that reading a print book was the best for comprehension (I tried quickly searching for the paper to pull sources, but no luck). However that difference appeared to be mostly related to form factor and not necessarily from the screen itself. Studies that used tablets showed smaller gaps in performance than studies that used computers. Studies that used e-ink e-readers showed almost no difference in comprehension. I was not able to find a single study that compared more than 2 or 3 different devices using the same methodology. If I were to design a study I would want to see a full range of tests including print books, e-ink e-readers, tablets with full color screens, traditional computer monitors, and e-ink monitors. Hopefully then you could better isolate the cause of the lower comprehension.&lt;p&gt;My own hypothesis (I have a comp sci degree, so take this psychology explanation with a grain of salt) is that comprehension is more dependent on the person&amp;#x27;s approach to the technology rather than the technology itself. Books are single purpose devices. When you have a book in your hand your brain knows it is time to focus on reading. When you sit down at a computer, the brain doesn&amp;#x27;t know what to expect or to focus on. It is similar to other advice about training your brain to expect certain activities such as reserving your bedroom only for sleeping or to have a dedicated home office if you work remotely.</text></item><item><author>Adutude</author><text>Interesting tidbit, in the sentence in the article &amp;quot; To explore these patterns further, we conducted three studies that explored college students&amp;#x27; ability to comprehend information on paper and from screens.&amp;quot;&lt;p&gt;&amp;quot;Three studies&amp;quot; is linked to a single study, not three. The study is on the site tandfonline.com (Taylor and Francis), where you have to pay to read the study.&lt;p&gt;Also interesting is that Taylor and Francis, on their website taylorandfrancis.com, says &amp;quot;Taylor &amp;amp; Francis Group publishes books for all levels of academic study and professional development, across a wide range of subjects and disciplines.&amp;quot;&lt;p&gt;So long story short, this is a study saying that books are better, that&amp;#x27;s on a site who&amp;#x27;s main business is publishing books. Not saying the study is inaccurate, but I find an article, about how books are better, on a book publishers site, somewhat suspect.</text></item></parent_chain><comment><author>nabla9</author><text>My hypothesis is that the difference is related to how memory works by associations and spatial cognition.&lt;p&gt;I read lots of research papers and books. I have tried to switch to e-readers several times, but it never works. I learn the subject slower and I remember much less of what I read from e-reader. I use computers and e-readers to skim or check some details, but never to thoroughly study.&lt;p&gt;If I read physical book or printed article and underline it, leave coffee stains on the paper etc. I&amp;#x27;m working with actual physical object. When I achieve the paper in a map, I can often recall where the book is stored physically and even the coffee stains and notes in the paper.&lt;p&gt;I think physical book or paper works the same way as memory palace technique. You remember stuff by working with them physically better than in abstract. Physical library might be mirrored in our mind. Ancient augmented memory technology we did not know we have and might lose. E-reader or computer associates everything to the same object.</text></comment>
<story><title>Students learn more effectively from print textbooks than screens, study says</title><url>http://www.businessinsider.com/students-learning-education-print-textbooks-screens-study-2017-10</url></story><parent_chain><item><author>slg</author><text>I did an in depth review of the research for a Human Computer Interaction class in college a couple years back before the Taylor and Francis study and the research then generally agreed with the idea that reading a print book was the best for comprehension (I tried quickly searching for the paper to pull sources, but no luck). However that difference appeared to be mostly related to form factor and not necessarily from the screen itself. Studies that used tablets showed smaller gaps in performance than studies that used computers. Studies that used e-ink e-readers showed almost no difference in comprehension. I was not able to find a single study that compared more than 2 or 3 different devices using the same methodology. If I were to design a study I would want to see a full range of tests including print books, e-ink e-readers, tablets with full color screens, traditional computer monitors, and e-ink monitors. Hopefully then you could better isolate the cause of the lower comprehension.&lt;p&gt;My own hypothesis (I have a comp sci degree, so take this psychology explanation with a grain of salt) is that comprehension is more dependent on the person&amp;#x27;s approach to the technology rather than the technology itself. Books are single purpose devices. When you have a book in your hand your brain knows it is time to focus on reading. When you sit down at a computer, the brain doesn&amp;#x27;t know what to expect or to focus on. It is similar to other advice about training your brain to expect certain activities such as reserving your bedroom only for sleeping or to have a dedicated home office if you work remotely.</text></item><item><author>Adutude</author><text>Interesting tidbit, in the sentence in the article &amp;quot; To explore these patterns further, we conducted three studies that explored college students&amp;#x27; ability to comprehend information on paper and from screens.&amp;quot;&lt;p&gt;&amp;quot;Three studies&amp;quot; is linked to a single study, not three. The study is on the site tandfonline.com (Taylor and Francis), where you have to pay to read the study.&lt;p&gt;Also interesting is that Taylor and Francis, on their website taylorandfrancis.com, says &amp;quot;Taylor &amp;amp; Francis Group publishes books for all levels of academic study and professional development, across a wide range of subjects and disciplines.&amp;quot;&lt;p&gt;So long story short, this is a study saying that books are better, that&amp;#x27;s on a site who&amp;#x27;s main business is publishing books. Not saying the study is inaccurate, but I find an article, about how books are better, on a book publishers site, somewhat suspect.</text></item></parent_chain><comment><author>Moru</author><text>I find it personally important how fast the device is and how easy it is to use, if I can quickly look up things in the document and find my way back. If chapter references are clickable and so on.</text></comment>
24,211,951
24,211,734
1
3
24,210,623
train
<story><title>California DMV Is Selling Drivers&apos; Data to Private Investigators</title><url>https://www.vice.com/en_us/article/dyzeza/california-dmv-data-private-investigators</url></story><parent_chain></parent_chain><comment><author>davidajackson</author><text>&amp;gt;The California DMV told Motherboard &amp;quot;the DMV does not sell information, but recovers the cost of providing information as allowed by law.&amp;quot;&lt;p&gt;This comment seems like a lie, or at the least sly misdirection. According to this article the DMV is making 50M a year and openly admits that they redirect profits to other initiatives, they&amp;#x27;re not just &amp;quot;recovering the cost&amp;quot;.&lt;p&gt;It&amp;#x27;s like saying, &amp;quot;I&amp;#x27;m a software engineer, I sit at home and recoup the cost of sitting at my computer all day.&amp;quot;</text></comment>
<story><title>California DMV Is Selling Drivers&apos; Data to Private Investigators</title><url>https://www.vice.com/en_us/article/dyzeza/california-dmv-data-private-investigators</url></story><parent_chain></parent_chain><comment><author>devmunchies</author><text>California also takes a mandatory blood sample at birth and they sell it to research firms.</text></comment>
11,050,366
11,048,781
1
2
11,047,705
train
<story><title>Why the Assholes Are Winning: Money Trumps All</title><url>http://onlinelibrary.wiley.com/doi/10.1111/joms.12177/full</url></story><parent_chain></parent_chain><comment><author>jondubois</author><text>Agreed. Whenever I hear some big successful entrepreneur saying how everything is better now then it used to be (and sincerely believe this to be the case) - They are proving themselves to be completely out of touch with reality.&lt;p&gt;Sure, today&amp;#x27;s working class can get access to more goods and services than ever before but when it comes to things that actually matter like our time and our ability to feel fulfilled in our work; we have never been so poor.&lt;p&gt;People today are unhappy. Our working conditions are deteriorating and we are starting to feel like slaves. Our rents or mortgages are massive and we cannot afford to lose our jobs. People are no longer allowed to be themselves because saying the wrong thing to the wrong person might have serious negative repercussions for their careers and livelihoods. People are turning to video games and drugs to give themselves the feeling of fulfilment that they desperately need.&lt;p&gt;Based on US statistics I&amp;#x27;m like in the top 5% of household income bracket but I feel like a slave at work - I seriously wonder how people in the bottom 95% must feel!&lt;p&gt;The distribution of income seems so unnatural: &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;money.cnn.com&amp;#x2F;calculator&amp;#x2F;pf&amp;#x2F;income-rank&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;money.cnn.com&amp;#x2F;calculator&amp;#x2F;pf&amp;#x2F;income-rank&amp;#x2F;&lt;/a&gt; I bet the distribution of wealth is even worse.</text></comment>
<story><title>Why the Assholes Are Winning: Money Trumps All</title><url>http://onlinelibrary.wiley.com/doi/10.1111/joms.12177/full</url></story><parent_chain></parent_chain><comment><author>vezzy-fnord</author><text>One of the great ironies of contemporary left-leaning commentators is that despite their insistence on paying attention to institutional factors that others allegedly neglect (see how Pfeffer constructs the popular but false dichotomy of &amp;quot;self-interest and profit maximization&amp;quot; versus &amp;quot;human well-being, longevity and happiness&amp;quot;), they are largely stuck in thinking in terms of the very same institutions they abhor. Effectively, the current approach is mostly fine, it just needs a few tweaks and reforms to turn it into a &amp;quot;social democracy&amp;quot;.&lt;p&gt;If money is the problem, then the solution is not to engage in petty social democratic welfare reforms, but to end the monopoly on currency and allow for communities and individuals to coordinate savings-investment decisions and account for their local capital using the denomination of currency that they have decided to create. This is the mutual credit solution as advocated by 19th century anarchists and a minority of monetary reformers since then.&lt;p&gt;Pfeffer quotes Article 23 on the &amp;quot;right to work,&amp;quot; and indeed full employment has always been a bizarre fetish for Keynesians, social democrats, Marxists &lt;i&gt;and&lt;/i&gt; conservatives. The Protestant work ethic is the right-wing version of the labor theory of value. It is a contradiction how so many bemoan the supposed rat race working conditions and then advocate the &amp;quot;solution&amp;quot; of having the state put everyone into the rat race through full employment policy. Nowhere have I seen any social democratic reformer argue for artisanal crafts and decentralized governance. It&amp;#x27;s always more and more massive centralization. I will note it was the mercantilists who first provided economic rationales for full employment. And they went to great lengths to achieve it: anti-vagrancy and poor laws to forcefully turn people into serfs. The current proposals are more humane, but borne of the same logic of &amp;quot;to live is to toil&amp;quot;.&lt;p&gt;I will also note that a reason why formal models haven&amp;#x27;t focused that much on things like subjective utility and happiness is because those suffer from intractable aggregation problems. It&amp;#x27;s easy to speak of the &amp;quot;public interest&amp;quot; in colloquial language, it is brutally difficult to model and quantify it, actually drawing the line of how far it extends. Then, of course, interpersonal comparison of utility is fraught with issues because there is no measurement of utility as such. Robert Nozick&amp;#x27;s thought experiments have been good at illustrating this.&lt;p&gt;This trite paternalistic reformism leads nowhere except to further exacerbation of instability.</text></comment>
37,518,569
37,518,042
1
2
37,517,361
train
<story><title>How can we have a proper debate when we no longer speak the same language?</title><url>https://richarddawkins.substack.com/p/how-can-we-have-a-proper-debate-when</url></story><parent_chain></parent_chain><comment><author>JellyBeanThief</author><text>The fundamental problem Dawkins is struggling with is that he is asking for reasoned disagreement on Twitter, which is well-known for a desert of reason. If he truly desires thoughtful discussion, he needs to do it with real people in the real world.&lt;p&gt;And that&amp;#x27;s so obvious that I begin to wonder if he&amp;#x27;s sincere, or if he&amp;#x27;s just stirring up shit to capture people&amp;#x27;s attention.</text></comment>
<story><title>How can we have a proper debate when we no longer speak the same language?</title><url>https://richarddawkins.substack.com/p/how-can-we-have-a-proper-debate-when</url></story><parent_chain></parent_chain><comment><author>crazydoggers</author><text>Emotionally charged topics shouldn’t be avoided, but we should all strive to have rational and compassionate conversations about such things.&lt;p&gt;I always like to introduce people to this rules of civil conversation during such exchanges.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;therulesofcivilconversation.org&amp;#x2F;&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;therulesofcivilconversation.org&amp;#x2F;&lt;/a&gt;&lt;p&gt;Equally helpful to maintain conversations that are positive is to check out own biases and fallacies:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;yourbias.is&amp;#x2F;&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;yourbias.is&amp;#x2F;&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;yourlogicalfallacyis.com&amp;#x2F;&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;yourlogicalfallacyis.com&amp;#x2F;&lt;/a&gt;</text></comment>
17,681,334
17,681,109
1
2
17,680,589
train
<story><title>3M Knew About the Dangers of PFOA and PFOS Decades Ago, Internal Documents Show</title><url>https://theintercept.com/2018/07/31/3m-pfas-minnesota-pfoa-pfos/</url></story><parent_chain><item><author>UnderProtest</author><text>This headline isn&amp;#x27;t exactly accurate and the article is misleading. PFOA was used in the process of affixing Teflon to surfaces but is not present in the pan itself. PFOA has built up in the environment as a result of the manufacturing processes that use it.&lt;p&gt;It would be more accurate to say &amp;quot;3M knew that manufacturing non-stick pans, and a number of other products, was poisoning all of us in the &amp;#x27;70s&amp;quot;.&lt;p&gt;You didn&amp;#x27;t have to have a Teflon pan to be exposed and having a Teflon pan didn&amp;#x27;t increase your exposure significantly. Microwave popcorn bags and other food wrappers were hundreds of times worse.&lt;p&gt;Teflon pans remain safe to use. All these other non-stick products are potential problems but it&amp;#x27;s impractical to try to identify which ones have PFOA or PFOS... so it&amp;#x27;s a good thing it&amp;#x27;s being phased out.</text></item></parent_chain><comment><author>hammock</author><text>PFOA&amp;#x2F;S are bad, but ALL organofluorines are bad. That is pretty much a settled fact even though industry press will only point to peer-reviewed studies on specific molecules like PFOA&amp;#x2F;S.&lt;p&gt;Including chipping Teflon, and that winter boot waterproofing spray you have in your closet...&lt;p&gt;edit: Not sure why I&amp;#x27;m being downvoted. The body does not have a way of breaking down the carbon-fluorine bond, therefore these chemicals tend to bioaccumulate.</text></comment>
<story><title>3M Knew About the Dangers of PFOA and PFOS Decades Ago, Internal Documents Show</title><url>https://theintercept.com/2018/07/31/3m-pfas-minnesota-pfoa-pfos/</url></story><parent_chain><item><author>UnderProtest</author><text>This headline isn&amp;#x27;t exactly accurate and the article is misleading. PFOA was used in the process of affixing Teflon to surfaces but is not present in the pan itself. PFOA has built up in the environment as a result of the manufacturing processes that use it.&lt;p&gt;It would be more accurate to say &amp;quot;3M knew that manufacturing non-stick pans, and a number of other products, was poisoning all of us in the &amp;#x27;70s&amp;quot;.&lt;p&gt;You didn&amp;#x27;t have to have a Teflon pan to be exposed and having a Teflon pan didn&amp;#x27;t increase your exposure significantly. Microwave popcorn bags and other food wrappers were hundreds of times worse.&lt;p&gt;Teflon pans remain safe to use. All these other non-stick products are potential problems but it&amp;#x27;s impractical to try to identify which ones have PFOA or PFOS... so it&amp;#x27;s a good thing it&amp;#x27;s being phased out.</text></item></parent_chain><comment><author>genericone</author><text>Do you have any recommendations on where we could read more about the hidden history of PFOAs and teflon? These days all the nonstick pans say PFOA-free, but if they were never present in the actual pan, is it just a marketing gimmick? Like putting gluten-free on old foods that never contained gluten, or bpa-free on things that historically didn&amp;#x27;t use bpa?</text></comment>
12,765,911
12,765,919
1
2
12,762,611
train
<story><title>Show HN: TCP over sound on Android</title><url>https://github.com/quiet/org.quietmodem.Quiet</url></story><parent_chain><item><author>steventhedev</author><text>Seems like this would benefit from not using standard TCP (which assumes that a dropped packet is always due to congestion), and maybe use one of the WiFi retransmission protocols (the names are slipping my mind at the moment).&lt;p&gt;Might increase that bandwidth from 7kbps to something more comfortable.</text></item></parent_chain><comment><author>brian-armstrong</author><text>Maybe - in my experience with this, when the devices are within a foot or so, there really isn&amp;#x27;t much packet loss, maybe as low as 10^-6 or so. But I haven&amp;#x27;t really explored moving further apart. I suspect that this suffers from a sharp knee where it starts out reliable and then very quickly fades off.&lt;p&gt;To be clear, the 7kbps is the raw frame throughput, not the effective rate with TCP. There are two ways I can see to boost this number. One would be to pack more bits into each symbol, e.g. to use a wider QAM mode. I find that in practice the degradation from using speaker&amp;#x2F;mic makes this somewhat impractical. The other would be to use a more broadband signal (the width of the the main audible channel is a few kHz). But this is also kind of undesirable since it has to compete with more interference across the spectrum and can also be a less pleasing sound.</text></comment>
<story><title>Show HN: TCP over sound on Android</title><url>https://github.com/quiet/org.quietmodem.Quiet</url></story><parent_chain><item><author>steventhedev</author><text>Seems like this would benefit from not using standard TCP (which assumes that a dropped packet is always due to congestion), and maybe use one of the WiFi retransmission protocols (the names are slipping my mind at the moment).&lt;p&gt;Might increase that bandwidth from 7kbps to something more comfortable.</text></item></parent_chain><comment><author>noselasd</author><text>Presumably the old V.42 protocol used for modems would be quite suitable for this - it does re-transmissions.</text></comment>
12,130,532
12,130,083
1
2
12,127,766
train
<story><title>Dollar Shave Club and the Disruption of Everything</title><url>https://stratechery.com/2016/dollar-shave-club-and-the-disruption-of-everything/</url></story><parent_chain><item><author>AnthonyMouse</author><text>&amp;gt; Value Destruction&lt;p&gt;These words, they are not what is happening.&lt;p&gt;Value is the thing the shaver gets from having a razor. P&amp;amp;G doesn&amp;#x27;t get any value from giving you a razor, that&amp;#x27;s why you have to pay money to get them to do it. You have to transfer some of the value you get back to them in cash form.&lt;p&gt;If razors now cost 25% of what they used to, there is still exactly the same amount of value in existence. There are the same number of razors and the same number of dollars, only now more of the dollars stay with the customer. Probably there is &lt;i&gt;more&lt;/i&gt; total value because at a lower price people will buy more of the thing.&lt;p&gt;This may be more easily confusing because we have become used to measuring the economy by stock prices. But stock prices are a measure of the &lt;i&gt;inefficiency&lt;/i&gt; in the economy. They&amp;#x27;re a measure of the return on capital. The amount more that companies skim off the top between what the customer pays and what was necessary to produce it.&lt;p&gt;A company that makes products for $5 and sells them for $5 may have a negligible stock price while creating an enormous amount of value. A company that buys products for $1 and sells them unchanged for $10 may have a high stock price while creating no value at all.</text></item></parent_chain><comment><author>marcosdumay</author><text>I like the term &amp;quot;market destruction&amp;quot;.&lt;p&gt;I&amp;#x27;m sure there&amp;#x27;s a name for that somewhere on The Innovator Dilemma, and if somebody finds it I&amp;#x27;ll gladly change my usage. But yes, calling it &amp;quot;value destruction&amp;quot; is stupid.&lt;p&gt;Anyway, It does not change anything on the overall idea, but your last paragraph is not really correct. If the company added no value at all, it wouldn&amp;#x27;t be able to sell the product. It may add value in distribution (yes, there is such a thing), or even just branding, but it better add more value than the price of the product, otherwise, people just won&amp;#x27;t pay.</text></comment>
<story><title>Dollar Shave Club and the Disruption of Everything</title><url>https://stratechery.com/2016/dollar-shave-club-and-the-disruption-of-everything/</url></story><parent_chain><item><author>AnthonyMouse</author><text>&amp;gt; Value Destruction&lt;p&gt;These words, they are not what is happening.&lt;p&gt;Value is the thing the shaver gets from having a razor. P&amp;amp;G doesn&amp;#x27;t get any value from giving you a razor, that&amp;#x27;s why you have to pay money to get them to do it. You have to transfer some of the value you get back to them in cash form.&lt;p&gt;If razors now cost 25% of what they used to, there is still exactly the same amount of value in existence. There are the same number of razors and the same number of dollars, only now more of the dollars stay with the customer. Probably there is &lt;i&gt;more&lt;/i&gt; total value because at a lower price people will buy more of the thing.&lt;p&gt;This may be more easily confusing because we have become used to measuring the economy by stock prices. But stock prices are a measure of the &lt;i&gt;inefficiency&lt;/i&gt; in the economy. They&amp;#x27;re a measure of the return on capital. The amount more that companies skim off the top between what the customer pays and what was necessary to produce it.&lt;p&gt;A company that makes products for $5 and sells them for $5 may have a negligible stock price while creating an enormous amount of value. A company that buys products for $1 and sells them unchanged for $10 may have a high stock price while creating no value at all.</text></item></parent_chain><comment><author>tuna-piano</author><text>Actually, there&amp;#x27;s not the same amount of value in existence, there&amp;#x27;s most likely more value!&lt;p&gt;When prices go down, people buy more razors. What does this mean? It most likely means that people get to shave with sharper blades, as it&amp;#x27;s now worth it for them to buy fresh ones and not use an old one.</text></comment>
29,434,629
29,433,473
1
3
29,432,816
train
<story><title>An alarming trend in K-12 math education: a guest post and an open letter</title><url>https://scottaaronson.blog/?p=6146</url></story><parent_chain><item><author>mherdeg</author><text>I don&amp;#x27;t understand how you can remove algebra from middle-school curricula without exacerbating inequality.&lt;p&gt;Supplementary math education in our area costs about $1500-$2500&amp;#x2F;year (looking at Russian School of Math list prices). The exemplary private schools in the area I grew up charge $30k-$35k annual tuition (with financial aid available for some families). And you can DIY home instruction -- I&amp;#x27;ve been working through the Moebius Noodles play with our 4yo, and I guess you could try to see if there&amp;#x27;s a Math Circle to sign up for.&lt;p&gt;But not every household can afford the time or money to coordinate extracurricular instruction. The kids whose parents are hyper-prepared and able to spend the time and money will end up with better math background, maybe a better shot at the AHSME&amp;#x2F;AIME&amp;#x2F;USAMO, and I guess &lt;i&gt;maybe&lt;/i&gt; better career outcomes, versus their peers. Is that a fair outcome? Is it a good thing to do?&lt;p&gt;I&amp;#x27;m very willing to be wrong here … I just don&amp;#x27;t understand how this plan promotes equity.&lt;p&gt;p.s. saw this in the news and tried introducing algebra to the 4yo. We&amp;#x27;re not quite ready yet.&lt;p&gt;&amp;quot;Hey kid -- if I have four of something but I want to have six of them, how many do I need to add?&amp;quot;&lt;p&gt;He holds up a fist, empty. &amp;quot;Four.&amp;quot; Then he starts counting out fingers. One finger: &amp;quot;Five!&amp;quot;. Two fingers: &amp;quot;Six!&amp;quot;. He says, &amp;quot;Two!&amp;quot;&lt;p&gt;&amp;quot;That&amp;#x27;s right, kid. Sometimes we say 4+x=6, so x=2.&amp;quot;&lt;p&gt;He gives a sly grin. &amp;quot;But &lt;i&gt;I&lt;/i&gt; know my numbers so well that I don&amp;#x27;t need to use x!&amp;quot;</text></item></parent_chain><comment><author>ucm_edge</author><text>Related, I also have a hunch that the UC system dropping the SAT is going to promote inequality. I don&amp;#x27;t want to defend standardized tests as flawless, but the SAT has been around forever, you can go to basically any public library and get a prep book, one of the librarians can probably help explain it to you, most teachers are familiar with the strategies to improve score on it, resources exist on the internet, etc. So there exists a multitude of paths toward showing proficiency on it.&lt;p&gt;Now that we&amp;#x27;re not doing standardized tests and turning admission into high school transcript plus additional material it&amp;#x27;s really going to help the kids whose parents can organize and pay for the most extra circulars.</text></comment>
<story><title>An alarming trend in K-12 math education: a guest post and an open letter</title><url>https://scottaaronson.blog/?p=6146</url></story><parent_chain><item><author>mherdeg</author><text>I don&amp;#x27;t understand how you can remove algebra from middle-school curricula without exacerbating inequality.&lt;p&gt;Supplementary math education in our area costs about $1500-$2500&amp;#x2F;year (looking at Russian School of Math list prices). The exemplary private schools in the area I grew up charge $30k-$35k annual tuition (with financial aid available for some families). And you can DIY home instruction -- I&amp;#x27;ve been working through the Moebius Noodles play with our 4yo, and I guess you could try to see if there&amp;#x27;s a Math Circle to sign up for.&lt;p&gt;But not every household can afford the time or money to coordinate extracurricular instruction. The kids whose parents are hyper-prepared and able to spend the time and money will end up with better math background, maybe a better shot at the AHSME&amp;#x2F;AIME&amp;#x2F;USAMO, and I guess &lt;i&gt;maybe&lt;/i&gt; better career outcomes, versus their peers. Is that a fair outcome? Is it a good thing to do?&lt;p&gt;I&amp;#x27;m very willing to be wrong here … I just don&amp;#x27;t understand how this plan promotes equity.&lt;p&gt;p.s. saw this in the news and tried introducing algebra to the 4yo. We&amp;#x27;re not quite ready yet.&lt;p&gt;&amp;quot;Hey kid -- if I have four of something but I want to have six of them, how many do I need to add?&amp;quot;&lt;p&gt;He holds up a fist, empty. &amp;quot;Four.&amp;quot; Then he starts counting out fingers. One finger: &amp;quot;Five!&amp;quot;. Two fingers: &amp;quot;Six!&amp;quot;. He says, &amp;quot;Two!&amp;quot;&lt;p&gt;&amp;quot;That&amp;#x27;s right, kid. Sometimes we say 4+x=6, so x=2.&amp;quot;&lt;p&gt;He gives a sly grin. &amp;quot;But &lt;i&gt;I&lt;/i&gt; know my numbers so well that I don&amp;#x27;t need to use x!&amp;quot;</text></item></parent_chain><comment><author>jkhdigital</author><text>This should be the foundation for all teacher training: spend most of your time sitting with small groups of kids at various ages and try to teach them concepts that are obviously beyond their current knowledge. Take copious notes. Patterns will emerge, and you’ll develop an intuition about what sticks and what doesn’t.</text></comment>
18,972,403
18,972,404
1
2
18,971,044
train
<story><title>AMD Open Source Driver for Vulkan</title><url>https://github.com/GPUOpen-Drivers/AMDVLK</url></story><parent_chain><item><author>tombert</author><text>I can&amp;#x27;t speak for anyone else, but because AMD has been opening up their drivers, the laptop I purchased six months ago was AMD based.&lt;p&gt;I haven&amp;#x27;t done any kind of elaborate benchmarks, but as someone who runs Linux full-time, I want to support companies that make my life a bit easier.&lt;p&gt;That said, I have had some issue with my computer having some weird graphical glitches, and then crashing...I don&amp;#x27;t know if that&amp;#x27;s the drivers fault but I never had this with my NVidia or Intel cards...</text></item></parent_chain><comment><author>dpwm</author><text>October 2016 I built an AMD-based desktop with integrated GPU. I was seriously impressed at the out-the-box support in Linux compared with the support for their earlier chipsets.&lt;p&gt;I seem to remember at around the same time that the Intel open source drivers went through a number of regressions.&lt;p&gt;In the past I&amp;#x27;ve had really bad experiences with ATI&amp;#x27;s GPUs. My 2016 experience would certainly allay my fears about buying AMD.</text></comment>
<story><title>AMD Open Source Driver for Vulkan</title><url>https://github.com/GPUOpen-Drivers/AMDVLK</url></story><parent_chain><item><author>tombert</author><text>I can&amp;#x27;t speak for anyone else, but because AMD has been opening up their drivers, the laptop I purchased six months ago was AMD based.&lt;p&gt;I haven&amp;#x27;t done any kind of elaborate benchmarks, but as someone who runs Linux full-time, I want to support companies that make my life a bit easier.&lt;p&gt;That said, I have had some issue with my computer having some weird graphical glitches, and then crashing...I don&amp;#x27;t know if that&amp;#x27;s the drivers fault but I never had this with my NVidia or Intel cards...</text></item></parent_chain><comment><author>tatref</author><text>I supported AMD several years because of this... Then I got tired of the low quality of both the open source, and the closed driver. Crashes, glitches in movies, flickering...&lt;p&gt;Some time ago, I bought an Nvidia. It works like charm with the closed driver on Linux and windows. I do mainly games on Linux&amp;#x2F;windows, some gpgpu (machine learning with tensor flow), and the usual stuff. I couldn&amp;#x27;t be happier... Except if it was open source ;-)</text></comment>
13,631,891
13,629,651
1
3
13,628,952
train
<story><title>Show HN: s3-lambda – Lambda functions over S3 objects: each, map, reduce, filter</title><url>https://github.com/littlstar/s3-lambda</url></story><parent_chain></parent_chain><comment><author>hoodoof</author><text>Its weird how S3 seems to be the unwanted stepchild of AWS.&lt;p&gt;So many obvious innovations just aren&amp;#x27;t turning up.&lt;p&gt;For example, strangely, AWS introduced tagging for S3 resources, but you can&amp;#x27;t search&amp;#x2F;filter by tag, nor is the tag even returned when you get a list of objects, you can only get the tag with an object request. The word &amp;quot;pointless&amp;quot; springs to mind.&lt;p&gt;In fact it&amp;#x27;s strange that there is NO useful filtering at all apart from the very useful folder&amp;#x2F;hierarchy&amp;#x2F;prefix filtering. But apart from that you can&amp;#x27;t do wildcard searches or filters or date filters or tag filters.&lt;p&gt;I&amp;#x27;m building an application right now that needs to get a list of all the jpg files - the only way to do that is get every single object in the bucket and manually filter out the unwanted ones - feels like its 1988 again.&lt;p&gt;It seems like it would also be valuable for there to be alternate interfaces to S3 such as the ability to send data via ftp or SMTP or sftp or whatever, but there are no such interfaces.&lt;p&gt;Hopefully Google will goad AWS into action on S3 innovation by implementing such features.</text></comment>
<story><title>Show HN: s3-lambda – Lambda functions over S3 objects: each, map, reduce, filter</title><url>https://github.com/littlstar/s3-lambda</url></story><parent_chain></parent_chain><comment><author>simonw</author><text>First impression: this is a brilliant piece of software design.&lt;p&gt;The ability to compose a map&amp;#x2F;filter chain and execute it in parallel against every object in an S3 bucket that matches a specific prefix - wow.&lt;p&gt;The set of problems that can be quickly and cheaply solved with this thing is enormous. My biggest problem with lambda functions is that they are a bit of a pain to actually write - for transforming data in S3 this looks like my ideal abstraction.</text></comment>
34,389,905
34,387,999
1
2
34,387,834
train
<story><title>Twitter API Page</title><url>https://developer.twitter.com/apitools</url></story><parent_chain></parent_chain><comment><author>smcl</author><text>I don&amp;#x27;t know whether killing Tweetbot was intentional or deliberate. However I was a pretty heavy user of Twitter - scrolling through my timeline on the tram, in cafes, on the toilet or whenever I had a spare moment. I assumed that the API outage was temporary so I didn&amp;#x27;t download the &amp;quot;official&amp;quot; app, and figured I&amp;#x27;d just wait a day or so for Tweetbot to be fixed. It&amp;#x27;s now been ~3 days, I don&amp;#x27;t miss not having Twitter, I don&amp;#x27;t check it at all. I&amp;#x27;m maybe missing a couple of @dril posts, podcast recommendations or funny images I could&amp;#x27;ve shared with friends but that&amp;#x27;s nothing.&lt;p&gt;So intentional or not, I&amp;#x27;m effectively lost as a Twitter user. I&amp;#x27;m not claiming to be particularly high value, but I don&amp;#x27;t imagine my experience is unique. I&amp;#x27;m quite far from a fan of Musk but I enjoyed my Twitter experience enough that his meddling was just an amusing side-show until now. It&amp;#x27;s not a dramatic rage quit, just a sort of accidental &amp;quot;oh I guess I didn&amp;#x27;t need that&amp;quot; realisation that I didn&amp;#x27;t plan on having at all. Weird.&lt;p&gt;Interestingly if Twitter had said &amp;quot;We are killing off Tweetbot, you have to use our app&amp;quot; I &lt;i&gt;probably&lt;/i&gt; would have just begrudgingly downloaded the Twitter app. But because they didn&amp;#x27;t say anything, I just waited and went through the &amp;quot;cold turkey&amp;quot; period, where every now and then I&amp;#x27;d instinctively tap the Tweetbot icon before thinking &amp;quot;ah yeah it&amp;#x27;s down, oh well&amp;quot; - before completely losing that habit. What an own goal.</text></comment>
<story><title>Twitter API Page</title><url>https://developer.twitter.com/apitools</url></story><parent_chain></parent_chain><comment><author>samwillis</author><text>I&amp;#x27;m not sure what that link was supposed to be before it 404ed. But clicking through from the Twitter Developer homepage you can get to these:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;developer.twitter.com&amp;#x2F;en&amp;#x2F;products&amp;#x2F;twitter-api&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;developer.twitter.com&amp;#x2F;en&amp;#x2F;products&amp;#x2F;twitter-api&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;developer.twitter.com&amp;#x2F;en&amp;#x2F;docs&amp;#x2F;twitter-api&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;developer.twitter.com&amp;#x2F;en&amp;#x2F;docs&amp;#x2F;twitter-api&lt;/a&gt;&lt;p&gt;All links to dev portal, product information and docs seem to work.&lt;p&gt;I assume the post is suggesting the Twitter api has been &amp;quot;removed&amp;quot; in relation to the reader apps being blocked. But it looks like everything is there still. Anyone got more context on what the &amp;quot;missing&amp;quot; page was?</text></comment>
20,742,224
20,742,294
1
3
20,740,378
train
<story><title>Kerbal Space Program 2</title><url>https://www.kerbalspaceprogram.com/game/kerbal-space-program-2/</url></story><parent_chain><item><author>t0astbread</author><text>So that means the original devs were never really compensated and if I buy a KSP game nowadays I&amp;#x27;m not supporting them either?</text></item><item><author>hadlock</author><text>Squad was&amp;#x2F;is a marketing company based out of Mexico. The owner of the company agreed to let his lead technical guy work on KSP as a side project as a bribe to keep him from leaving to do other things. KSP took off, and the team grew to more than five people. After the 1.0 release most (all) of the original team left, especially after they outsourced the console port to an outside team. The original KSP team are all now working on independent projects.&lt;p&gt;KSP2 is sort of a Battlefield 5 type game, where somebody still owns the IP but the original team that built the engine&amp;#x2F;brought the magic is gone. It might be good, who knows.&lt;p&gt;In my opinion I&amp;#x27;m a little skeptical about KSP2 as the base KSP1 game was so moddable that I can&amp;#x27;t imagine what they would add to KSP 2 that isn&amp;#x27;t in the base game through mods already. But maybe it will be even better than the first.</text></item><item><author>t0astbread</author><text>KSP always looked very cool but I&amp;#x27;ve heard a couple of things that threw me off:&lt;p&gt;- KSP devs are or were treated poorly by their employer (low pay, no compensation for the success of the game)&lt;p&gt;- apparently the program collected a lot of data (I can&amp;#x27;t remember what exactly) about its users and the machines it was running on, to the point where even non-privacy minded people were calling it spyware&lt;p&gt;Does anyone know anything about this? Afaik discussion about these issues just kinda stopped after a while but we never got a conclusive answer to these points.</text></item></parent_chain><comment><author>hadlock</author><text>Well KSP launched several successful careers and also there&amp;#x27;s the goodwill of the owner of Squad who had the foresight to invest in his employee and his employee&amp;#x27;s skillset. But yes you are correct KSP is not owned by the original creative&amp;#x2F;creator, it&amp;#x27;s owned by their employer.</text></comment>
<story><title>Kerbal Space Program 2</title><url>https://www.kerbalspaceprogram.com/game/kerbal-space-program-2/</url></story><parent_chain><item><author>t0astbread</author><text>So that means the original devs were never really compensated and if I buy a KSP game nowadays I&amp;#x27;m not supporting them either?</text></item><item><author>hadlock</author><text>Squad was&amp;#x2F;is a marketing company based out of Mexico. The owner of the company agreed to let his lead technical guy work on KSP as a side project as a bribe to keep him from leaving to do other things. KSP took off, and the team grew to more than five people. After the 1.0 release most (all) of the original team left, especially after they outsourced the console port to an outside team. The original KSP team are all now working on independent projects.&lt;p&gt;KSP2 is sort of a Battlefield 5 type game, where somebody still owns the IP but the original team that built the engine&amp;#x2F;brought the magic is gone. It might be good, who knows.&lt;p&gt;In my opinion I&amp;#x27;m a little skeptical about KSP2 as the base KSP1 game was so moddable that I can&amp;#x27;t imagine what they would add to KSP 2 that isn&amp;#x27;t in the base game through mods already. But maybe it will be even better than the first.</text></item><item><author>t0astbread</author><text>KSP always looked very cool but I&amp;#x27;ve heard a couple of things that threw me off:&lt;p&gt;- KSP devs are or were treated poorly by their employer (low pay, no compensation for the success of the game)&lt;p&gt;- apparently the program collected a lot of data (I can&amp;#x27;t remember what exactly) about its users and the machines it was running on, to the point where even non-privacy minded people were calling it spyware&lt;p&gt;Does anyone know anything about this? Afaik discussion about these issues just kinda stopped after a while but we never got a conclusive answer to these points.</text></item></parent_chain><comment><author>CydeWeys</author><text>Absent widespread unionization in the gaming industry and standardization of royalty tables, this was never in the cards anyway.</text></comment>
18,555,358
18,554,620
1
3
18,553,323
train
<story><title>Sorry, upgrading your Dropbox Business plan will take 11 months</title><url>https://twitter.com/pendersj/status/1067822027350786048</url></story><parent_chain><item><author>dylan604</author><text>That&amp;#x27;s ridiculous that Dropbox has never thought that someone might need an upgrade to their account before their next &amp;quot;open-enrollment&amp;quot; style system. Just off the cuff thinking would suggest applying whatever money has already been paid for the existing account, prorating it for what has been already used, and then subtract that from the fee to be collected for the upgrade. Then flip the switch in the database. Sure, it might be out-of-bounds for normal workflow.&lt;p&gt;To the credit of which ever Dropbox person responded, it sounds like they might have realized how dumb it would be not to take a longer look at the situation. Shows that most corps&amp;#x27; pay less attention to the actual support requests coming in than how worried that negative PR would be for having bad support in the first place. Seems like the cart is leading the horse</text></item></parent_chain><comment><author>shittyadmin</author><text>&amp;gt; That&amp;#x27;s ridiculous that Dropbox has never thought that someone might need an upgrade to their account before their next &amp;quot;open-enrollment&amp;quot; style system. Just off the cuff thinking would suggest applying whatever money has already been paid for the existing account, prorating it for what has been already used, and then subtract that from the fee to be collected for the upgrade. Then flip the switch in the database. Sure, it might be out-of-bounds for normal workflow.&lt;p&gt;Seriously, I implemented this in a few minutes on my crappy little side project.&lt;p&gt;If you want to downgrade, it&amp;#x27;s &amp;quot;contact support&amp;quot; so we discuss any issues and sort out a refund or credit as appropriate - but if you want to upgrade and pay more, that should be the fattest, shiniest, most automatic button available and give a fair, prorated deal with no hassle, those are customers who have experience with your service, like it and want more of it. The kind you want to keep the most. It seems like the most basic business sense.</text></comment>
<story><title>Sorry, upgrading your Dropbox Business plan will take 11 months</title><url>https://twitter.com/pendersj/status/1067822027350786048</url></story><parent_chain><item><author>dylan604</author><text>That&amp;#x27;s ridiculous that Dropbox has never thought that someone might need an upgrade to their account before their next &amp;quot;open-enrollment&amp;quot; style system. Just off the cuff thinking would suggest applying whatever money has already been paid for the existing account, prorating it for what has been already used, and then subtract that from the fee to be collected for the upgrade. Then flip the switch in the database. Sure, it might be out-of-bounds for normal workflow.&lt;p&gt;To the credit of which ever Dropbox person responded, it sounds like they might have realized how dumb it would be not to take a longer look at the situation. Shows that most corps&amp;#x27; pay less attention to the actual support requests coming in than how worried that negative PR would be for having bad support in the first place. Seems like the cart is leading the horse</text></item></parent_chain><comment><author>TazeTSchnitzel</author><text>&amp;gt; Just off the cuff thinking would suggest applying whatever money has already been paid for the existing account, prorating it for what has been already used, and then subtract that from the fee to be collected for the upgrade. Then flip the switch in the database. Sure, it might be out-of-bounds for normal workflow.&lt;p&gt;My previous employer did something like this. If you currently had the $8&amp;#x2F;month plan for 12 months and chose to switch to the $20&amp;#x2F;month plan, you&amp;#x27;d get it instantly but with (8&amp;#x2F;20) * your remaining time, e.g. 4.8 months if you had 12 months left. (This also worked the other way round for plan downgrades.) Then when it came time to renew you&amp;#x27;d pay a new 12-month subscription fee for a full 12 months.&lt;p&gt;It&amp;#x27;s a very elegant and convenient system. Choose the wrong plan by mistake at time of payment? Want to try the premium plan? You can switch instantly without entering any payment details, and without the provider having an extra payment card fee to stomach.</text></comment>
19,750,984
19,748,980
1
2
19,746,707
train
<story><title>In England, rhubarb is grown by candlelight</title><url>http://www.bbc.com/travel/story/20190424-the-english-vegetable-picked-by-candlelight</url></story><parent_chain></parent_chain><comment><author>frereubu</author><text>This is an interesting history of the role of Scotland in the story of how rhubarb seeds were smuggled back from Russia in the 18th century: &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;www.rcpe.ac.uk&amp;#x2F;sites&amp;#x2F;default&amp;#x2F;files&amp;#x2F;jrcpe_47_1_lee.pdf&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;www.rcpe.ac.uk&amp;#x2F;sites&amp;#x2F;default&amp;#x2F;files&amp;#x2F;jrcpe_47_1_lee.pdf&lt;/a&gt; (PDF, 5Mb)&lt;p&gt;A particularly choice quote:&lt;p&gt;&amp;quot;From 1750 to 1850 Russia was making a fortune from trading rhubarb root through St Petersburg to Europe via the Baltic. Russia supplied and controlled the export of the dried root, thus controlling its price. It banned the export of the seeds to block the growing of the plant elsewhere. Catherine the Great took considerable interest in the cultivation and sale of rhubarb, as it helped to finance her military campaigns in Finland, Poland, Ukraine and Crimea. The price of rhubarb root rocketed! At one time the seeds were more valuable, weight for weight, than gold. To give some idea of the veneration that was given to the plant, Lord Stanhope, a Catholic peer, sent some rhubarb seeds to the Pope in a gold case, encouraging him to grow the plant in the gardens at the Vatican. This monopoly could not last indefinitely. Professor John Hope stated in 1770 that if &amp;#x27;Russian&amp;#x27; rhubarb could be grown successfully in the UK, it would save the economy about £1 million a year (approximately £20–30 million in today&amp;#x27;s money)&amp;quot;</text></comment>
<story><title>In England, rhubarb is grown by candlelight</title><url>http://www.bbc.com/travel/story/20190424-the-english-vegetable-picked-by-candlelight</url></story><parent_chain></parent_chain><comment><author>istjohn</author><text>The article says one can hear &amp;quot;forced&amp;quot; rhubarb grow. &amp;quot;Forcing&amp;quot; is a technique to stimulate growth of sweeter rhubarb stalks by depriving the plant of sunlight. I found this recording of the sound on YouTube[1]. Apparently, you can also hear bamboo grow[2].&lt;p&gt;1. &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;youtu.be&amp;#x2F;l5HrnZXya5M&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;youtu.be&amp;#x2F;l5HrnZXya5M&lt;/a&gt;&lt;p&gt;2. &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;youtu.be&amp;#x2F;9HkhBxBZELk&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;youtu.be&amp;#x2F;9HkhBxBZELk&lt;/a&gt;</text></comment>
34,766,813
34,766,882
1
3
34,766,409
train
<story><title>John Carmack goes off about online-only games being abandoned</title><url>https://www.pcgamer.com/john-carmack-goes-off-about-online-only-games-being-abandoned-i-believe-in-saving-everything/</url></story><parent_chain><item><author>sosodev</author><text>The quality of developers in game dev has not declined. Studios grew and merged into massive companies that follow the established pattern of profits over people.</text></item><item><author>andrewmcwatters</author><text>I don’t personally know any other field whose products have deteriorated over time like the game industry’s and it being clear because the quality of software developers in that field have went down.&lt;p&gt;In other industries, changes in material usage can be cost saving in nature or more robust.&lt;p&gt;But in the games industry, new generations of players are literally losing out in features that previously existed, or quality concerns that one never had to think about before.</text></item></parent_chain><comment><author>Retric</author><text>Profits over people has reduced the average quality of devs over time.&lt;p&gt;Cyberpunk 2077 shows they are still tossing out unfinished bug ridden messes. The only difference is so many AAA games like Assassins Creed, GTA, Call of Duty, etc are just incremental releases they have more time to polish the same crap.</text></comment>
<story><title>John Carmack goes off about online-only games being abandoned</title><url>https://www.pcgamer.com/john-carmack-goes-off-about-online-only-games-being-abandoned-i-believe-in-saving-everything/</url></story><parent_chain><item><author>sosodev</author><text>The quality of developers in game dev has not declined. Studios grew and merged into massive companies that follow the established pattern of profits over people.</text></item><item><author>andrewmcwatters</author><text>I don’t personally know any other field whose products have deteriorated over time like the game industry’s and it being clear because the quality of software developers in that field have went down.&lt;p&gt;In other industries, changes in material usage can be cost saving in nature or more robust.&lt;p&gt;But in the games industry, new generations of players are literally losing out in features that previously existed, or quality concerns that one never had to think about before.</text></item></parent_chain><comment><author>hourago</author><text>This same thing happens to movie stars. Twenty years ago some actors moved masses just by appearing in a movie. Nowadays actors are dispensable and movie characters are performed by different people. Massive studios also kill opportunities for actors. And I am sure that this is true in most industries. A few companies own most products and jobs and can manipulate them as they desire.</text></comment>
38,007,044
38,007,244
1
3
38,006,512
train
<story><title>Life After “Calvin and Hobbes”</title><url>https://www.newyorker.com/magazine/2023/10/30/the-mysteries-bill-watterson-book-review</url></story><parent_chain></parent_chain><comment><author>pbj1968</author><text>&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;archive.ph&amp;#x2F;CBMea&quot; rel=&quot;nofollow noreferrer&quot;&gt;https:&amp;#x2F;&amp;#x2F;archive.ph&amp;#x2F;CBMea&lt;/a&gt;</text></comment>
<story><title>Life After “Calvin and Hobbes”</title><url>https://www.newyorker.com/magazine/2023/10/30/the-mysteries-bill-watterson-book-review</url></story><parent_chain></parent_chain><comment><author>sdwr</author><text>&amp;gt; Goblins steal a mother’s child and replace it with a ravenous changeling. When the woman asks a neighbor for advice on how to get her child back, she is told to make the changeling laugh, because “when a changeling laughs, that’s the end of him.”&lt;p&gt;The older I get, the more I tend to see literal meaning instead of metaphor. This is pretty good advice for a mother dealing with PPD&amp;#x2F;derealization&amp;#x2F;cabin fever.</text></comment>
4,452,470
4,452,445
1
2
4,449,680
train
<story><title>37signals Earns Millions Each Year. Its CEO’s Model? His Cleaning Lady</title><url>http://www.fastcompany.com/3000852/37signals-earns-millions-each-year-its-ceo%E2%80%99s-model-his-cleaning-lady</url></story><parent_chain><item><author>pg</author><text>The reason the press writes about funding rather than revenues is not some kind of conspiracy to focus on the wrong things, but simply because reporters know about funding rounds and not about revenues.&lt;p&gt;It&apos;s clear that the press would write about revenues if they could, because they write a lot about the revenues of public companies. They&apos;re able to do that because public companies have to disclose their revenues.&lt;p&gt;Private companies never publish their revenues. Including 37signals. So if Jason really believes this is a terrible problem and wants to set things on the right course, he should set an example and start publishing 37signals&apos; revenue numbers.</text></item><item><author>whalesalad</author><text>&quot;I won’t name names. I used to name names. But I think all you have to do is read TechCrunch. Look at what the top stories are, and they’re all about raising money, how many employees they have, and these are metrics that don’t matter. What matters is: Are you profitable? Are you building something great? Are you taking care of your people? Are you treating your customers well? In the coverage of our industry as a whole, you’ll rarely see stories about treating customers well, about people building a sustainable business. TechCrunch to me is the great place to look to see the sickness in our industry right now.&quot;&lt;p&gt;I love this quote. It reflects my sentiments to a T.</text></item></parent_chain><comment><author>dlss</author><text>This is unusually straw-mannish of you pg.&lt;p&gt;From the article: &quot;What matters is: Are you profitable? Are you building something great? Are you taking care of your people? Are you treating your customers well?&quot;&lt;p&gt;All of those questions can be answered without needing access to a companies ledger. Jason answers those questions himself in the article.&lt;p&gt;I think his point was that stories about those questions don&apos;t get as much readership per unit of reporter effort, hence they aren&apos;t being written.&lt;p&gt;Posting 37signals&apos; revenue numbers would have zero impact on that.</text></comment>
<story><title>37signals Earns Millions Each Year. Its CEO’s Model? His Cleaning Lady</title><url>http://www.fastcompany.com/3000852/37signals-earns-millions-each-year-its-ceo%E2%80%99s-model-his-cleaning-lady</url></story><parent_chain><item><author>pg</author><text>The reason the press writes about funding rather than revenues is not some kind of conspiracy to focus on the wrong things, but simply because reporters know about funding rounds and not about revenues.&lt;p&gt;It&apos;s clear that the press would write about revenues if they could, because they write a lot about the revenues of public companies. They&apos;re able to do that because public companies have to disclose their revenues.&lt;p&gt;Private companies never publish their revenues. Including 37signals. So if Jason really believes this is a terrible problem and wants to set things on the right course, he should set an example and start publishing 37signals&apos; revenue numbers.</text></item><item><author>whalesalad</author><text>&quot;I won’t name names. I used to name names. But I think all you have to do is read TechCrunch. Look at what the top stories are, and they’re all about raising money, how many employees they have, and these are metrics that don’t matter. What matters is: Are you profitable? Are you building something great? Are you taking care of your people? Are you treating your customers well? In the coverage of our industry as a whole, you’ll rarely see stories about treating customers well, about people building a sustainable business. TechCrunch to me is the great place to look to see the sickness in our industry right now.&quot;&lt;p&gt;I love this quote. It reflects my sentiments to a T.</text></item></parent_chain><comment><author>zhoutong</author><text>The press loves to talk about changes, because news only comes out when something changes. The timeless pieces only exist in opinions section.&lt;p&gt;In startup&apos;s context, fund raising is definitely a change, and revenue numbers &lt;i&gt;may&lt;/i&gt; be a change (when they are surprising or previously undisclosed). But building a sustainable business, treating customers well or even being profitable should be long-lasting and timeless. It&apos;s interesting to keep reading about these issues in Hacker News, but these are not exactly news.&lt;p&gt;It&apos;s like business fundamentals (&quot;common sense&quot;). The press never talks about them but it doesn&apos;t mean the industry doesn&apos;t care or doesn&apos;t treat them as important.</text></comment>
35,114,912
35,114,467
1
2
35,114,009
train
<story><title>Urgent: Sign the petition now</title><url>https://www.ycombinator.com/blog/urgent-sign-the-petition-now-thousands-of-startups-and-hundreds-of-thousands-of-startup-jobs-are-at-risk/</url></story><parent_chain><item><author>garry</author><text>Many startups chose SVB because they were the ones willing to open a bank account for them at all.&lt;p&gt;I remember going to a branch of Bank of America to open a bank account for Posterous and not being able to.</text></item><item><author>axlee</author><text>There was nothing arbitrary about that choice. This bank promised better deals BECAUSE they were not careful enough about the risk it entailed. That was their competitive advantage, and they made bank for it. Well, tough luck, now it&amp;#x27;s not anymore: it has nothing to do with being a large bank or a small bank, it has to do with healthy business practices.</text></item><item><author>garry</author><text>These are depositors of a bank. Most startups only have one bank.&lt;p&gt;Startups should live or die because they create good products and solve real problems in real markets, not because they made an arbitrary choice like which bank they started using.&lt;p&gt;There&amp;#x27;s also a real risk of bank contagion if it is only safe to deposit in the largest banks.</text></item><item><author>nocoiner</author><text>LOL, nope. Not interested in taking another spin on the “privatize gain, socialize loss” merry-go-round.&lt;p&gt;The banks had to be saved in 2008 because they were, like, the financial system. I don’t see why private companies and funds that are much less integral to the functioning of the economy as a whole should be saved by the public fisc.&lt;p&gt;Sorry about your disruption.</text></item></parent_chain><comment><author>klyrs</author><text>So let&amp;#x27;s get this straight. You want a bank who will take risks willy-nilly on start-ups. But you also want that bank to be subject to regulations to prevent banks from taking risks. But those regulations exist, and SVB begged for exemptions to them, so they could take risks. But your experience with more-regulated banks shows that they&amp;#x27;re too risk averse. What exactly are you asking for here?&lt;p&gt;You want your flock made whole. I get that. But are you also asking for regulators to kill the startup economy by shutting it out of banking?</text></comment>
<story><title>Urgent: Sign the petition now</title><url>https://www.ycombinator.com/blog/urgent-sign-the-petition-now-thousands-of-startups-and-hundreds-of-thousands-of-startup-jobs-are-at-risk/</url></story><parent_chain><item><author>garry</author><text>Many startups chose SVB because they were the ones willing to open a bank account for them at all.&lt;p&gt;I remember going to a branch of Bank of America to open a bank account for Posterous and not being able to.</text></item><item><author>axlee</author><text>There was nothing arbitrary about that choice. This bank promised better deals BECAUSE they were not careful enough about the risk it entailed. That was their competitive advantage, and they made bank for it. Well, tough luck, now it&amp;#x27;s not anymore: it has nothing to do with being a large bank or a small bank, it has to do with healthy business practices.</text></item><item><author>garry</author><text>These are depositors of a bank. Most startups only have one bank.&lt;p&gt;Startups should live or die because they create good products and solve real problems in real markets, not because they made an arbitrary choice like which bank they started using.&lt;p&gt;There&amp;#x27;s also a real risk of bank contagion if it is only safe to deposit in the largest banks.</text></item><item><author>nocoiner</author><text>LOL, nope. Not interested in taking another spin on the “privatize gain, socialize loss” merry-go-round.&lt;p&gt;The banks had to be saved in 2008 because they were, like, the financial system. I don’t see why private companies and funds that are much less integral to the functioning of the economy as a whole should be saved by the public fisc.&lt;p&gt;Sorry about your disruption.</text></item></parent_chain><comment><author>dragontamer</author><text>&amp;gt; Many startups chose SVB because they were the ones willing to open a bank account for them at all.&lt;p&gt;I mean, given the epic scale, herd-mentality of tech startup types to cause a $46 Billion bank run in a singular day (March 9th), can you blame them?&lt;p&gt;Its clear that other banks have seen systemic risk in focusing on this sector, and are pickier about choosing their customers.&lt;p&gt;-------&lt;p&gt;I get that this is a problem in any case. But the systemic risk &amp;#x2F; scale associated with the tech startup scene has just been proven to the world. &amp;quot;Other banks didn&amp;#x27;t want to take $100+ Billions in startup deposits&amp;quot; is beginning to look like the smarter move, given the circumstances.</text></comment>
1,973,829
1,973,805
1
2
1,973,704
train
<story><title>Moniker Deactivated My Domain 26 Days Before The Expiration Date</title><url>http://peterc.org/blog/2010/345-moniker-deactivation.html</url></story><parent_chain></parent_chain><comment><author>patio11</author><text>Sorry you had to go through that nuisance. Can I make one suggestion with regards to business processes? You currently appear to have domain renewals done shortly in advance of need, with manual scheduling. &lt;i&gt;This is a source of risk.&lt;/i&gt; There are a &lt;i&gt;lot&lt;/i&gt; of failure modes there, including &quot;my registrar fubars the renewal&quot;, and many of them have unpleasant consequences.&lt;p&gt;Domain names are cheap and abandonment is infrequent and unlikely to save much money, for most people on HN. So renew them early, for long terms. For your business or blog or other domain which will be a going concern for the foreseeable future, go renew it for ten years. If your business gets sold to Amazon tomorrow, oh well, that cost you only $60 ~ $80 or so.&lt;p&gt;I own a small stable of domains (a few dozen) and keep most of them on rolling two year registrations, with my main ones (product sites, my blog, etc) on rolling five year registrations. I renew all of them yearly. This way, screwups by myself, my bank, Paypal, or GoDaddy probably won&apos;t deprive me of use of my property.</text></comment>
<story><title>Moniker Deactivated My Domain 26 Days Before The Expiration Date</title><url>http://peterc.org/blog/2010/345-moniker-deactivation.html</url></story><parent_chain></parent_chain><comment><author>jacquesm</author><text>hey Peter,&lt;p&gt;Mail this guy: [email protected]&lt;p&gt;His full name is Monte Cahn, he&apos;s only going to be there for another 3 weeks or so so move while you can. (he started Moniker.com).&lt;p&gt;That should get your stuff sorted out in no time flat, Monte is &lt;i&gt;very&lt;/i&gt; serious about preserving the reputation of the company he built, and has been even after selling to oversee.net.&lt;p&gt;If that does not get you sorted out fast enough to your liking let me know ([email protected]).</text></comment>
14,214,364
14,213,899
1
3
14,213,540
train
<story><title>Write Fast Apps Using Async Python 3.6 and Redis</title><url>https://eng.paxos.com/write-fast-apps-using-async-python-3.6-and-redis</url></story><parent_chain></parent_chain><comment><author>zzzeek</author><text>&amp;gt; we make heavy use of asyncio because it’s more performant&lt;p&gt;more performant than....what exactly? If I need to load 1000 rows from a database and splash them on a webpage, will my response time go from the 300ms it takes without asyncio to something &amp;quot;more performant&amp;quot;, like 50ms? Answer: no. async only gives you throughput, it has nothing to do with &amp;quot;faster&amp;quot; as far as the Python interpreter &amp;#x2F; GIL &amp;#x2F; anything like that. If you aren&amp;#x27;t actually spanning among dozens&amp;#x2F;hundreds&amp;#x2F;thousands of network connections, non-blocking IO isn&amp;#x27;t buying you much at all over using blocking IO with threads, and of course async &amp;#x2F; greenlets &amp;#x2F; threads are not a prerequisite for non-blocking IO in any case (only select() is).&lt;p&gt;it&amp;#x27;s nice that uvloop seems to be working on removing the terrible performance latency that out-of-the-box asyncio adds, so that&amp;#x27;s a reason that asyncio can really be viable as a means of gaining throughput without adding lots of latency you wouldn&amp;#x27;t get with gevent. But I can do without the enforced async boilerplate. Thanks javascript!</text></comment>
<story><title>Write Fast Apps Using Async Python 3.6 and Redis</title><url>https://eng.paxos.com/write-fast-apps-using-async-python-3.6-and-redis</url></story><parent_chain></parent_chain><comment><author>mixmastamyk</author><text>Can anyone recommend a good book to get started on concurrency, with discussions of models, and a few implementations such as golang and python 3.5+?&lt;p&gt;While I can write this kind of code, I don&amp;#x27;t feel like I completely understand some of the concepts.</text></comment>
17,352,682
17,350,830
1
3
17,349,026
train
<story><title>Philip K. Dick: A Visionary Among the Charlatans (1975)</title><url>https://www.depauw.edu/sfs/backissues/5/lem5art.htm</url></story><parent_chain></parent_chain><comment><author>bumbledraven</author><text>Dick was thrilled with his first glimpse of Blade runner on TV. In October 1981, he wrote to the producers [1]:&lt;p&gt;&lt;i&gt;I came to the conclusion that this indeed is not science fiction; it is not fantasy; it is exactly what Harrison said: futurism. The impact of BLADE RUNNER is simply going to be overwhelming, both on the public and on creative people -- and, I believe, _on science fiction as a field._ … Nothing that we have done, individually or collectively, matches BLADE RUNNER. This is not escapism; it is super realism, so gritty and detailed and authentic and goddam convincing that, well, after the segment I found my normal present-day &amp;quot;reality&amp;quot; pallid by comparison. What I am saying is that all of you collectively may have created a unique new form of graphic, artistic expression, never before seen. And, I think, BLADE RUNNER is going to revolutionize our conceptions of what science fiction is and, more, _can_ be.&lt;/i&gt;&lt;p&gt;&lt;i&gt;… As for my own role in the BLADE RUNNER project, I can only say that I did not know that a work of mine or a set of ideas of mine could be escalated into such stunning dimensions. My life and creative work are justified and completed by BLADE RUNNER. Thank you...and it is going to be one hell of a commercial success. It will prove invincible.&lt;/i&gt;&lt;p&gt;[1] Philip K. Dick official website, &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;web.archive.org&amp;#x2F;web&amp;#x2F;20121015191334&amp;#x2F;http:&amp;#x2F;&amp;#x2F;philipkdick.com&amp;#x2F;new_letters-laddcompany.html&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;web.archive.org&amp;#x2F;web&amp;#x2F;20121015191334&amp;#x2F;http:&amp;#x2F;&amp;#x2F;philipkdick...&lt;/a&gt;</text></comment>
<story><title>Philip K. Dick: A Visionary Among the Charlatans (1975)</title><url>https://www.depauw.edu/sfs/backissues/5/lem5art.htm</url></story><parent_chain></parent_chain><comment><author>cgh</author><text>Coincidentally (though Dick himself would likely think not), I&amp;#x27;m re-reading The Three Stigmata of Palmer Eldritch right now. And looking at my bookshelf, I see that A Scanner Darkly sits next to His Master&amp;#x27;s Voice. Maybe it&amp;#x27;s time to chew some Can-D.</text></comment>
2,698,235
2,697,787
1
2
2,697,749
train
<story><title>Skype’s Worthless Employee Stock Option Plan: Here’s Why They Did It</title><url>http://techcrunch.com/2011/06/26/skypes-worthless-employee-stock-option-plan-heres-why-they-did-it/</url></story><parent_chain></parent_chain><comment><author>grellas</author><text>Options can be tricky enough for employees to handle even in standard startup scenarios (see recent thread here: &lt;a href=&quot;http://news.ycombinator.com/item?id=2623182&quot; rel=&quot;nofollow&quot;&gt;http://news.ycombinator.com/item?id=2623182&lt;/a&gt;).&lt;p&gt;You have to earn them out over time before they might have any value at all. You have to pay real money to get illiquid stock in a company that might easily fail. If the paper value of the stock is high, owing to recent funding rounds, you will have to pay ordinary income tax on the spread between your exercise price and the then fair market value. If you have ISOs, you may avoid ordinary income tax but may easily get hit with AMT. After you pay for the stock, and any associated taxes, you hold common shares that stand in the back of the line on any liquidity event, meaning that you might get nothing even in a liquidity event should the proceeds not exceed the value of the liquidation preferences held by preferred stockholders or should the acquisition be structured in a way that primarily rewards those who get bonus/retention packages with the acquirer and leaves others with essentially nothing.&lt;p&gt;As if this all were not risk enough, Skype now comes along with a vehicle by which you lose the value even of that illiquid stock you thought you had bought - and paid for, and paid tax on, and whose value you ran the risk of losing in case the company went nowhere - at the very time when the wild success case strikes. This is the essence of a rigged game. The company fails or plods along uneventfully: it has no obligation to buy back anything from you; you took the risk and lost. The company succeeds: it has the option to rob you of your equity value by getting it all back at a strike-price cost that is a tiny fraction of its now vastly appreciated market value. This is what they call &quot;heads I win, tails you lose.&quot;&lt;p&gt;This is not equity ownership. It is merely the illusion of ownership - an ownership that comes with all the risks of buying stock (the cost, the tax risk, the economic risk) and none of its benefits. As this piece points out, legally, you might be able to frame things this way and maybe this is the custom and practice in private equity deals (it can even make sense in an individually-negotiated deal with a senior executive who knowingly accepted the risks involved). But it is not legal to offer it up in materially misleading terms, which seems to have happened here. And, whether technically legal or not, no one wants to play a fool&apos;s game - once exposed as the stink bomb that it is, this particular PE ploy should hereafter die the death that it richly deserves.</text></comment>
<story><title>Skype’s Worthless Employee Stock Option Plan: Here’s Why They Did It</title><url>http://techcrunch.com/2011/06/26/skypes-worthless-employee-stock-option-plan-heres-why-they-did-it/</url></story><parent_chain></parent_chain><comment><author>patio11</author><text>I once heard some advice worth remembering from a lawyer: do not sign contracts on the basis of trust for the counter party, because they are your counter party &lt;i&gt;today&lt;/i&gt;. For long-term contracts, when you actually have a dispute several years down the road, you may be dealing with a totally different set of actual people. People change jobs. Companies get bought. Cultures and personalities drift over time.&lt;p&gt;Your contract will not, ordinarily, adjust itself just because the guy who promised that Odious Clause X was boilerplate that would never be held against you has left the company and been replaced by Scrooge McStealYourEquity. Don&apos;t give Scrooge the opportunity. Get exactly what you expect to have happen to you written in the contract.&lt;p&gt;P.S. Relatedly, your discount rate is probably too low, and you probably overestimate your odds of a liquidity event &lt;i&gt;and&lt;/i&gt; the upside potential. Your employers will act to encourage this. Get paid in cash as much as possible.</text></comment>
32,062,005
32,061,196
1
3
32,041,917
train
<story><title>Plano man keeping Blockbuster alive</title><url>https://www.dallasnews.com/arts-entertainment/2022/07/06/meet-the-plano-man-keeping-blockbuster-alive/</url></story><parent_chain><item><author>vlunkr</author><text>It&amp;#x27;s interesting that when we revisit older movies, all the way up to the 90s, we&amp;#x27;re watching them at much much higher quality than we did originally. Special effects, costumes and sets are all much more believable when you&amp;#x27;re viewing them on a little grainy screen. I think some older movies are unfairly judged by how they look on hardware that couldn&amp;#x27;t have existed at the time.</text></item><item><author>awacs</author><text>Growing up in the 80s with VHS, Betamax, Laserdiscs (if anyone recalls), and being a dj in the late 90s when the thought of a &amp;quot;USB stick instead of traveling with all this vinyl was an impossibility&amp;quot;, makes this whole nostalgia tour a fun one. I think we all forget though just how poor the quality was back then, and what we&amp;#x27;ve become accustomed to, with VHS being 240 lines, DVD 480p, etc. It&amp;#x27;s like reminiscing about the first iPhone and then looking at one and realizing how damn small it actually was compared to modern versions.&lt;p&gt;I started converting &amp;#x2F; collecting most of my movie collection onto a localized server years ago, and glad I did. Though I rarely watch all my old movies (a growing list of about 1000 including most of my favorite TV shows), the end game I think we all know is everything streamed, with no actual ownership of content. It&amp;#x27;s not a terrible notion, but the problem I think we&amp;#x27;ve all seen is it&amp;#x27;s now turned into a corporate ownership game, and you never know where the content you&amp;#x27;re interested in watching is. One day Star Trek is on Netflix, the next Paramount, etc.&lt;p&gt;The only problem has been keeping up with resolution changes, even though I&amp;#x27;m a firm believer in unless you&amp;#x27;re watching on something well over 100&amp;quot; a nice high-quality 1080P file looks just great on a large 85&amp;quot; tv (which I currently have).</text></item></parent_chain><comment><author>larrywright</author><text>There’s a video floating around out there somewhere from the 80s show Knight Rider. One of the things about that car was that it could drive itself. I always assumed they used some sort of complex remote control system to film those scenes, but the video clearly shows that it’s just a guy wearing a suit that looks like the seat in the car. I guess simple wins out over cool.&lt;p&gt;EDIT: Here’s a link to the tweet with the video. &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;twitter.com&amp;#x2F;BryanPassifiume&amp;#x2F;status&amp;#x2F;1335636896488120321?s=20&amp;amp;t=svIdjEpEKr8BdlyN0kdDgg&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;twitter.com&amp;#x2F;BryanPassifiume&amp;#x2F;status&amp;#x2F;13356368964881203...&lt;/a&gt;</text></comment>
<story><title>Plano man keeping Blockbuster alive</title><url>https://www.dallasnews.com/arts-entertainment/2022/07/06/meet-the-plano-man-keeping-blockbuster-alive/</url></story><parent_chain><item><author>vlunkr</author><text>It&amp;#x27;s interesting that when we revisit older movies, all the way up to the 90s, we&amp;#x27;re watching them at much much higher quality than we did originally. Special effects, costumes and sets are all much more believable when you&amp;#x27;re viewing them on a little grainy screen. I think some older movies are unfairly judged by how they look on hardware that couldn&amp;#x27;t have existed at the time.</text></item><item><author>awacs</author><text>Growing up in the 80s with VHS, Betamax, Laserdiscs (if anyone recalls), and being a dj in the late 90s when the thought of a &amp;quot;USB stick instead of traveling with all this vinyl was an impossibility&amp;quot;, makes this whole nostalgia tour a fun one. I think we all forget though just how poor the quality was back then, and what we&amp;#x27;ve become accustomed to, with VHS being 240 lines, DVD 480p, etc. It&amp;#x27;s like reminiscing about the first iPhone and then looking at one and realizing how damn small it actually was compared to modern versions.&lt;p&gt;I started converting &amp;#x2F; collecting most of my movie collection onto a localized server years ago, and glad I did. Though I rarely watch all my old movies (a growing list of about 1000 including most of my favorite TV shows), the end game I think we all know is everything streamed, with no actual ownership of content. It&amp;#x27;s not a terrible notion, but the problem I think we&amp;#x27;ve all seen is it&amp;#x27;s now turned into a corporate ownership game, and you never know where the content you&amp;#x27;re interested in watching is. One day Star Trek is on Netflix, the next Paramount, etc.&lt;p&gt;The only problem has been keeping up with resolution changes, even though I&amp;#x27;m a firm believer in unless you&amp;#x27;re watching on something well over 100&amp;quot; a nice high-quality 1080P file looks just great on a large 85&amp;quot; tv (which I currently have).</text></item></parent_chain><comment><author>pessimizer</author><text>It&amp;#x27;s part of the Progress Quest™ style transfer from audiophiles trying to maximize numbers to videophiles trying to maximize numbers. Audiophiles are listening to music in &amp;quot;better&amp;quot; quality than the people who made it had through their monitors, and people are watching movies in &amp;quot;better&amp;quot; quality than the directors saw their final cuts in.&lt;p&gt;We&amp;#x27;re either moments before or moments after direct competition between UHD televisions and AI-aided upscaling and artificial sharpness, where details that never existed in the original are being precisely rendered by screens with higher resolutions than the human eye.</text></comment>
38,413,890
38,411,831
1
3
38,405,823
train
<story><title>Generative AI for Beginners</title><url>https://microsoft.github.io/generative-ai-for-beginners/#/</url></story><parent_chain><item><author>andreygrehov</author><text>Is there a learning path for someone who hasn&amp;#x27;t done &lt;i&gt;any&lt;/i&gt; AI&amp;#x2F;ML ever? I asked ChatGPT, it recommended to start from linear algebra, then calculus, followed by probability and statistics. Phase 2 would be Fundamentals of ML. Phase 3 - Deep Learning and NN. And so on. I don&amp;#x27;t know how accurate these suggestions are. I&amp;#x27;m an SDE.</text></item></parent_chain><comment><author>derangedHorse</author><text>This isn’t the correct path to learn the basics of deep learning. Take Andrew Ngs Intro to Machine Learning and Deep Learning Coursera classes. I also hear Deep Learning by Goodfellow and company is pretty good too, although I haven’t read it myself.&lt;p&gt;If you revisit all of a standard Calculus or Linear Algebra curriculum you will WASTE time. Learn the relevant math taught in the ai courses or the beginning chapters of deep learning books, not the irrelevant 90% of each introductory course. I say this as someone who actually used to build neural networks from scratch around 10 years ago and lost interest.</text></comment>
<story><title>Generative AI for Beginners</title><url>https://microsoft.github.io/generative-ai-for-beginners/#/</url></story><parent_chain><item><author>andreygrehov</author><text>Is there a learning path for someone who hasn&amp;#x27;t done &lt;i&gt;any&lt;/i&gt; AI&amp;#x2F;ML ever? I asked ChatGPT, it recommended to start from linear algebra, then calculus, followed by probability and statistics. Phase 2 would be Fundamentals of ML. Phase 3 - Deep Learning and NN. And so on. I don&amp;#x27;t know how accurate these suggestions are. I&amp;#x27;m an SDE.</text></item></parent_chain><comment><author>two_in_one</author><text>&amp;gt; Is there a learning path for someone who hasn&amp;#x27;t done any AI&amp;#x2F;ML ever?&lt;p&gt;It highly depends on what do you actually want.&lt;p&gt;1. Use existing models. The easiest is web services (mostly payed). Harder way is local install, still need a good computer&lt;p&gt;2. Understand how models work&lt;p&gt;3. General understanding where all this is going.&lt;p&gt;4. Being able to train or finetune existing models&lt;p&gt;4.1 Create some sort of framework for models generation&lt;p&gt;4.2 frameworks for testing, training, inference, etc..&lt;p&gt;5. Models design. They are very different depending on the domain. You will have to specialize if you want to get deeper.&lt;p&gt;6. Get AGI finally.&lt;p&gt;All things are different. Some require just following the news, some need coding skills, others more theory, philosophy. You can&amp;#x27;t have it all. If you have no relevant skill the first 4 are still withing the reach. Oh, yes. You can become ethic &amp;#x27;expert&amp;#x27;, that&amp;#x27;s the easiest.</text></comment>
30,756,473
30,756,443
1
2
30,755,712
train
<story><title>3,599,040,600 € wired by Germany to Russia since the invasion of Ukraine</title><url>https://stopgas.org/en/</url></story><parent_chain><item><author>macspoofing</author><text>If you double-down on renewables, then you double-down on natural gas. Germany decided to close down their nuclear and coal generation, so the only thing that is left is natural gas for base load (and to augment renewable intermittency problems).</text></item></parent_chain><comment><author>j-pb</author><text>Or on batteries, or on liquid salt thermal storage upgrades for old fossil plants, or on hydro storage, or on salt cavern pneumatic pressure, or on hydrogen, or on regenerative iron dust cycles, or...&lt;p&gt;The idea that it&amp;#x27;s nuclear or fossil for baseload is a false dichotomy, that ingores the dozens of intermediary storage solutions.&lt;p&gt;Solar is currently the cheapest source of energy with a margin. Add storage to an overproduction system, and it&amp;#x27;s still cheaper.&lt;p&gt;The german failure to finish the &amp;quot;energiewende&amp;quot; is a political one, driven by corrupt conservative politicians and the privatized energy sector, to press as much return out of their old investments as possible.</text></comment>
<story><title>3,599,040,600 € wired by Germany to Russia since the invasion of Ukraine</title><url>https://stopgas.org/en/</url></story><parent_chain><item><author>macspoofing</author><text>If you double-down on renewables, then you double-down on natural gas. Germany decided to close down their nuclear and coal generation, so the only thing that is left is natural gas for base load (and to augment renewable intermittency problems).</text></item></parent_chain><comment><author>wffurr</author><text>Storage, transmission lines, and over provisioning are also alternatives.&lt;p&gt;Still blows my mind that Germany and other countries are closing nuclear facilities though.</text></comment>
21,412,807
21,412,789
1
2
21,411,312
train
<story><title>NSO hacked WhatsApp to spy on top government officials at U.S. allies</title><url>https://www.reuters.com/article/us-facebook-cyber-whatsapp-nsogroup/exclusive-whatsapp-hacked-to-spy-on-top-government-officials-at-u-s-allies-sources-idUSKBN1XA27H</url></story><parent_chain><item><author>vocatus_gate</author><text>A buddy of mine is Special Forces (U.S.). He said JSOC recently banned use of WhatsApp and encouraged everyone to switch to the open-source Signal (another encrypted messaging app). Allegedly WhatsApp uses Signal&amp;#x27;s encryption (OpenWhisper) but I stopped trusting it the second Facebook bought them out.</text></item><item><author>milofeynman</author><text>The article doesn&amp;#x27;t really say what hackers had access to, but it sounds like they had full control over their phones. There is a lot bigger story here and I&amp;#x27;d love to read a post-mortem in a few months.&lt;p&gt;Also, WhatsApp is such an obvious target for a state actor. I saw several articles of the last year that mentioned Jared Kushner using Whatsapp so I assume a lot of government folks use it for off the books &amp;quot;encrypted&amp;quot; communication.</text></item></parent_chain><comment><author>e12e</author><text>&amp;gt; Allegedly WhatsApp uses Signal&amp;#x27;s encryption (OpenWhisper&lt;p&gt;About the partnership: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;signal.org&amp;#x2F;blog&amp;#x2F;whatsapp-complete&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;signal.org&amp;#x2F;blog&amp;#x2F;whatsapp-complete&amp;#x2F;&lt;/a&gt;&lt;p&gt;But of course, in this case the issue seems to be either compromise of the device(s) via zero days, whatsapp usage simply being the target matrix - and&amp;#x2F;or a leveraging a zero day in whatsapp for full device compromise.&lt;p&gt;It&amp;#x27;s unlikely signal would be immune - they didn&amp;#x27;t Crack the encryption, they cracked the app&amp;#x2F;os.&lt;p&gt;In olden times the vector might have been a font, or a gif.&lt;p&gt;The only advantage signal has is a conservative interface and small userbase. I&amp;#x27;m not sure if they do some kind of hard-line whitelisting of attachments though - if you can pack an exploit as a file, I&amp;#x27;m pretty sure you could send it via signal.</text></comment>
<story><title>NSO hacked WhatsApp to spy on top government officials at U.S. allies</title><url>https://www.reuters.com/article/us-facebook-cyber-whatsapp-nsogroup/exclusive-whatsapp-hacked-to-spy-on-top-government-officials-at-u-s-allies-sources-idUSKBN1XA27H</url></story><parent_chain><item><author>vocatus_gate</author><text>A buddy of mine is Special Forces (U.S.). He said JSOC recently banned use of WhatsApp and encouraged everyone to switch to the open-source Signal (another encrypted messaging app). Allegedly WhatsApp uses Signal&amp;#x27;s encryption (OpenWhisper) but I stopped trusting it the second Facebook bought them out.</text></item><item><author>milofeynman</author><text>The article doesn&amp;#x27;t really say what hackers had access to, but it sounds like they had full control over their phones. There is a lot bigger story here and I&amp;#x27;d love to read a post-mortem in a few months.&lt;p&gt;Also, WhatsApp is such an obvious target for a state actor. I saw several articles of the last year that mentioned Jared Kushner using Whatsapp so I assume a lot of government folks use it for off the books &amp;quot;encrypted&amp;quot; communication.</text></item></parent_chain><comment><author>dan-robertson</author><text>If one assumes that WhatsApp are implementing the protocol as well as signal are (which I do), then I think there are three questions in deciding what is more secure:&lt;p&gt;1. Do you trust Facebook (or open whisper systems) with your metadata&amp;#x2F;expect them to delete it?&lt;p&gt;2. How likely are there to be bugs (in the app, not in the protocol itself) which lead to exploits. On the one hand WhatsApp probably have more people working on the app and likely more security people too. On the other hand they may be pushed to add more features and having lots of code churn may introduce security holes.&lt;p&gt;3. How much work will be put into exploiting each app. On the one hand more people use WhatsApp but on the other, I guess security conscious people may be more likely to use signal.&lt;p&gt;A known exploit to WhatsApp happened due to 2 with a bug in how audio calls were initiated. I don’t really have a good guess as to how the apps compare on points 2 and 3 but I guess WhatsApp loses on 1. A more practical point is that it’s likely easier to convince someone to use WhatsApp than signal, especially for group chat.</text></comment>
19,590,251
19,589,846
1
2
19,588,961
train
<story><title>SQL databases come up with algorithms you’d never have dreamed of (2017) [video]</title><url>https://www.youtube.com/watch?v=wTPGW1PNy_Y</url></story><parent_chain><item><author>ak39</author><text>So in 20 years we&amp;#x27;ve gone from vilifying SQL statements in code, witch-hunted folks who did this and instead invented and propped up clunky ORM implementations, ignored sage advice on the famous &amp;quot;object-relational impedance mismatch&amp;quot; (which the author claims he doesn&amp;#x27;t &amp;quot;believe&amp;quot; exists - it&amp;#x27;s not a choice btw) and now, after 20 years of agent orange in the bloody Vietnam of Computer Science, we are presenting why SQL was better all along - showing off windowing functions as examples? This is irony that took 20 years to sink in.&lt;p&gt;Am I understanding this guy&amp;#x27;s presentation correctly? (I left around the 20 min mark of the 50 min presentation).</text></item></parent_chain><comment><author>lugg</author><text>I dunno. I think there is quite a lot of us that have consistently expressed the stupidity that is wrapping a powerful query language in a mediocre, limited, buggy, half baked, shoe horned into OO shit what was I saying?&lt;p&gt;Oh yea, ORM.&lt;p&gt;I&amp;#x27;ve always veiwed it as a legitimate (though always over engineered) solution to wrap some repetitive database operations in a consistent manner.&lt;p&gt;The biggest issue with ORM isn&amp;#x27;t the solution they came up with, half baked and buggy as they are, but the problem they are actually employeed to &amp;quot;solve&amp;quot;: developers afraid of SQL. Whether they can&amp;#x27;t write it, can&amp;#x27;t learn it, or just straight hate the string representation in their code, it&amp;#x27;s the main reason people sign on for ORM.&lt;p&gt;Then they prop it up with all manner of baseless reasoning.&lt;p&gt;Theb there is the leakyness. ORMs are usually quite fluid in their language, they make it easy to represent the database in code. The only issue is that it isn&amp;#x27;t there. It&amp;#x27;s a separate thing. When you see database code it should be obvious and very far away from business logic. What does ORM do? Mix it all up On purpose. Have fun with all the mocks.</text></comment>
<story><title>SQL databases come up with algorithms you’d never have dreamed of (2017) [video]</title><url>https://www.youtube.com/watch?v=wTPGW1PNy_Y</url></story><parent_chain><item><author>ak39</author><text>So in 20 years we&amp;#x27;ve gone from vilifying SQL statements in code, witch-hunted folks who did this and instead invented and propped up clunky ORM implementations, ignored sage advice on the famous &amp;quot;object-relational impedance mismatch&amp;quot; (which the author claims he doesn&amp;#x27;t &amp;quot;believe&amp;quot; exists - it&amp;#x27;s not a choice btw) and now, after 20 years of agent orange in the bloody Vietnam of Computer Science, we are presenting why SQL was better all along - showing off windowing functions as examples? This is irony that took 20 years to sink in.&lt;p&gt;Am I understanding this guy&amp;#x27;s presentation correctly? (I left around the 20 min mark of the 50 min presentation).</text></item></parent_chain><comment><author>thegeomaster</author><text>Recently I tried using an ORM &amp;quot;properly&amp;quot; for a bigger application. I tried for days to fix the performance problems, which were mainly caused by serialization&amp;#x2F;deserialization overhead because of humongous generated queries where I didn&amp;#x27;t need 90% of the info.&lt;p&gt;I finally gave up, and now most of the ORM usage in the codebase is just to communicate my custom queries to the underlying database and translate to&amp;#x2F;from domain entities. I feel like this is the sweet spot―give me a thin abstraction over SQL and do the gruntwork of converting domain entities to tables and vice-versa, but nothing else, thanks.&lt;p&gt;I&amp;#x27;m still unhappy about the performance (when everything is in the working set, query takes 2ms and returns a couple of rows but the whole API call, which doesn&amp;#x27;t do much except massage the response to some kind of JSON, takes 30ms!), but that&amp;#x27;s on me for my ORM&amp;#x2F;language&amp;#x2F;runtime choice, I suppose.</text></comment>
15,786,994
15,787,114
1
2
15,786,721
train
<story><title>Laptops Are Great, But Not During a Lecture or a Meeting</title><url>https://www.nytimes.com/2017/11/22/business/laptops-not-during-lecture-or-meeting.html</url></story><parent_chain><item><author>retrac98</author><text>To be honest, I found lectures to be a complete waste of time at University, with or without a laptop. You could just download the lecturer&amp;#x27;s slides and speaker notes outside of class and learn the material ahead of exams&amp;#x2F;coursework.&lt;p&gt;I managed to come near the top of my class this way with something like 5% attendance at lectures.&lt;p&gt;I expect this isn&amp;#x27;t the case in the top Universities, but I left my University thinking I could have just paid to take the exams and self-taught the rest of the material. In hindsight, I was really taking out huge loans for a few years of drinking, socialising and playing video games.&lt;p&gt;In the working world, I&amp;#x27;ve found meetings to be similarly pointless. 95% of the time I&amp;#x27;d rather hash out a problem on an email thread where thoughts are expressed clearly, re-read and understood by others in their own time.</text></item></parent_chain><comment><author>cyphar</author><text>I found that the usefulness of lectures depends very strongly on how good the lecturer is, as well as the topic being discussed. When studying physics I found that the lectures were incredibly useful, because it&amp;#x27;s quite hard to get in the &amp;quot;zone&amp;quot; of understanding the derivation being discussed when at home. However, with mathematics subjects the textbook was almost always a much better learning tool, because the derivation did not require a discussion of the physics that justified said derivation. Computer Science lectures were almost unilaterally a waste of time.</text></comment>
<story><title>Laptops Are Great, But Not During a Lecture or a Meeting</title><url>https://www.nytimes.com/2017/11/22/business/laptops-not-during-lecture-or-meeting.html</url></story><parent_chain><item><author>retrac98</author><text>To be honest, I found lectures to be a complete waste of time at University, with or without a laptop. You could just download the lecturer&amp;#x27;s slides and speaker notes outside of class and learn the material ahead of exams&amp;#x2F;coursework.&lt;p&gt;I managed to come near the top of my class this way with something like 5% attendance at lectures.&lt;p&gt;I expect this isn&amp;#x27;t the case in the top Universities, but I left my University thinking I could have just paid to take the exams and self-taught the rest of the material. In hindsight, I was really taking out huge loans for a few years of drinking, socialising and playing video games.&lt;p&gt;In the working world, I&amp;#x27;ve found meetings to be similarly pointless. 95% of the time I&amp;#x27;d rather hash out a problem on an email thread where thoughts are expressed clearly, re-read and understood by others in their own time.</text></item></parent_chain><comment><author>jaymzcampbell</author><text>&amp;gt; &lt;i&gt;I found lectures to be a complete waste of time at University, with or without a laptop. You could just download the lecturer&amp;#x27;s slides and speaker notes outside of class and learn the material ahead of exams&amp;#x2F;coursework.&lt;/i&gt;&lt;p&gt;This was very much my experience too. My first foray to university was the traditional full time format. I really didn&amp;#x27;t get on well with the lectures - it felt too slow in some cases, too fleeting in others and beyond a few particular classes, not very illuminating at all. For what it&amp;#x27;s worth this was at Imperial so I guess a &amp;quot;top&amp;quot; uni.&lt;p&gt;In later life, I did a degree with the Open University which has no lectures at all (well almost, there&amp;#x27;s a few online and night schools but they are more like practicals than lectures). Instead it&amp;#x27;s all self-study from guidebooks and notes with regularly graded coursework which for many of the courses is a pre-requisite to pass the examinations. I greatly preferred the latter option and felt I had a much better understanding of the material.&lt;p&gt;It&amp;#x27;s been mentioned elsewhere on this thread, but audio&amp;#x2F;video recordings are a different ballgame all together for me. I actually really like lectures in that way. I guess it all boils down to the idea of tailored, self-service. I can review&amp;#x2F;pause&amp;#x2F;skip and repeat at my leisure.</text></comment>
27,776,388
27,776,271
1
3
27,772,907
train
<story><title>We replaced rental brokers with software and filled 200 vacant apartments</title><url>https://caretaker.com/blog/we-replaced-rental-brokers-with-software-and-filled-200-vacant-apartments</url></story><parent_chain><item><author>TeMPOraL</author><text>&amp;gt; &lt;i&gt;It is now cheaper for the average person to get a ride to an airport&amp;#x2F;bar than it was before.&lt;/i&gt;&lt;p&gt;On average, in certain locations. In others, not so much. And let&amp;#x27;s not forget surge pricing. Or people living, or wanting to get to a place, along low-profit routes. Or people with disabilities.&lt;p&gt;&amp;gt; &lt;i&gt;more predictable with pricing&lt;/i&gt;&lt;p&gt;Depends. Regular taxis tended to cost a bit more, but had much lower variance.&lt;p&gt;&amp;gt; &lt;i&gt;Uber drivers make more money today than taxi drivers used to&amp;#x2F;or do today.&lt;/i&gt;&lt;p&gt;That seems implausible at best.&lt;p&gt;&amp;gt; &lt;i&gt;There are also way more job openings in this than there used to be&lt;/i&gt;&lt;p&gt;These aren&amp;#x27;t &lt;i&gt;jobs&lt;/i&gt;, though. They&amp;#x27;re gigs. And highly unpredictable ones, wrt. your take-home pay.&lt;p&gt;&amp;gt; &lt;i&gt;The world is not a zero sum game. Technology made this a win-win long-term&lt;/i&gt;&lt;p&gt;Absolutely true.&lt;p&gt;The problem isn&amp;#x27;t &lt;i&gt;technology&lt;/i&gt;, it&amp;#x27;s businesses - particularly businesses that purposefully play a &lt;i&gt;negative-sum game&lt;/i&gt;, where the losing side is society at large. Externalizing risk, costs, performing regulatory arbitrage. Making owners much better off, customers a bit better off, at the cost of making &lt;i&gt;everyone else&lt;/i&gt; slightly worse off. And much like with greenhouse emissions - a bit here, a bit there, barely measurable puff, up until it adds up to a global crisis - these companies are killing civilized society, one VC-subsidized shiny app at a time.</text></item><item><author>handmodel</author><text>Uber and Lyft are 100% a win though.&lt;p&gt;- It is now cheaper for the average person to get a ride to an airport&amp;#x2F;bar than it was before. It is safer, more predictable with timing, and more predictable with pricing.&lt;p&gt;- Uber drivers make more money today than taxi drivers used to&amp;#x2F;or do today. There are also way more job openings in this than there used to be, with less friction to get involved.&lt;p&gt;The world is not a zero sum game. Technology made this a win-win long-term although there were already some people caught in the middle with old business models. However, that really cant be a reason for us not to move on.</text></item><item><author>boringg</author><text>Caretaker: The redfin of brokers. Take all the value for themselves freeze out the brokers (who provide a service but are universally disdained). Ride that wave of positive news for a couples years. Eventually everyone will hate the fraction of the market Caretaker has as they raise prices to make investors happy and people realize there are problems.&lt;p&gt;It&amp;#x27;s like the same idea of Uber and Lyft. Less human involvement = better world &amp;#x2F;S.</text></item></parent_chain><comment><author>bko</author><text>&amp;gt; On average, in certain locations. In others, not so much. And let&amp;#x27;s not forget surge pricing. Or people living, or wanting to get to a place, along low-profit routes. Or people with disabilities.&lt;p&gt;You can always take a regular cab. Low profit routes were pretty much impossible to get pre-Uber. I am almost certain that Uber is more likely to obey disability laws than &amp;quot;Joe&amp;#x27;s taxi&amp;quot; with a few cars.&lt;p&gt;&amp;gt; Depends. Regular taxis tended to cost a bit more, but had much lower variance.&lt;p&gt;My experience with cabs is calling a dispatcher while in route and getting a price. I was charged $30 for a two mile trip to the train station before. No reasoning. Also they were much less likely to pick up minority passengers, or people in poorer neighborhoods. Also &amp;quot;credit card machine was broken&amp;quot; very often. Also you don&amp;#x27;t know the route the driver will take. I guess my experience with cabs pre-Uber was different from yours, but it was incredibly high variance.&lt;p&gt;&amp;gt; That seems implausible at best.&lt;p&gt;Many places you had a gatekeeper. You can&amp;#x27;t just ride a taxi, and would have to purchase a medallion or sign on to an existing vendor where there&amp;#x27;s much less competition. They would also be much less flexible with hours</text></comment>
<story><title>We replaced rental brokers with software and filled 200 vacant apartments</title><url>https://caretaker.com/blog/we-replaced-rental-brokers-with-software-and-filled-200-vacant-apartments</url></story><parent_chain><item><author>TeMPOraL</author><text>&amp;gt; &lt;i&gt;It is now cheaper for the average person to get a ride to an airport&amp;#x2F;bar than it was before.&lt;/i&gt;&lt;p&gt;On average, in certain locations. In others, not so much. And let&amp;#x27;s not forget surge pricing. Or people living, or wanting to get to a place, along low-profit routes. Or people with disabilities.&lt;p&gt;&amp;gt; &lt;i&gt;more predictable with pricing&lt;/i&gt;&lt;p&gt;Depends. Regular taxis tended to cost a bit more, but had much lower variance.&lt;p&gt;&amp;gt; &lt;i&gt;Uber drivers make more money today than taxi drivers used to&amp;#x2F;or do today.&lt;/i&gt;&lt;p&gt;That seems implausible at best.&lt;p&gt;&amp;gt; &lt;i&gt;There are also way more job openings in this than there used to be&lt;/i&gt;&lt;p&gt;These aren&amp;#x27;t &lt;i&gt;jobs&lt;/i&gt;, though. They&amp;#x27;re gigs. And highly unpredictable ones, wrt. your take-home pay.&lt;p&gt;&amp;gt; &lt;i&gt;The world is not a zero sum game. Technology made this a win-win long-term&lt;/i&gt;&lt;p&gt;Absolutely true.&lt;p&gt;The problem isn&amp;#x27;t &lt;i&gt;technology&lt;/i&gt;, it&amp;#x27;s businesses - particularly businesses that purposefully play a &lt;i&gt;negative-sum game&lt;/i&gt;, where the losing side is society at large. Externalizing risk, costs, performing regulatory arbitrage. Making owners much better off, customers a bit better off, at the cost of making &lt;i&gt;everyone else&lt;/i&gt; slightly worse off. And much like with greenhouse emissions - a bit here, a bit there, barely measurable puff, up until it adds up to a global crisis - these companies are killing civilized society, one VC-subsidized shiny app at a time.</text></item><item><author>handmodel</author><text>Uber and Lyft are 100% a win though.&lt;p&gt;- It is now cheaper for the average person to get a ride to an airport&amp;#x2F;bar than it was before. It is safer, more predictable with timing, and more predictable with pricing.&lt;p&gt;- Uber drivers make more money today than taxi drivers used to&amp;#x2F;or do today. There are also way more job openings in this than there used to be, with less friction to get involved.&lt;p&gt;The world is not a zero sum game. Technology made this a win-win long-term although there were already some people caught in the middle with old business models. However, that really cant be a reason for us not to move on.</text></item><item><author>boringg</author><text>Caretaker: The redfin of brokers. Take all the value for themselves freeze out the brokers (who provide a service but are universally disdained). Ride that wave of positive news for a couples years. Eventually everyone will hate the fraction of the market Caretaker has as they raise prices to make investors happy and people realize there are problems.&lt;p&gt;It&amp;#x27;s like the same idea of Uber and Lyft. Less human involvement = better world &amp;#x2F;S.</text></item></parent_chain><comment><author>handmodel</author><text>I would love a carbon tax but if that existed I don&amp;#x27;t see how you can blame Uber for making society worse. In additions to all the economic gains you talk about it has saved thousands of lives a year due to less drunk driving. Additionally, it has enabled millions of people in cities to skip buying a new car&amp;#x2F;any car which saves tons of emissions.&lt;p&gt;More predictable as in you know the fair before you get in. I did have to take a taxi in Los Angeles from the airport earlier this year and the guy wouldn&amp;#x27;t tell me how much it would cost. Gave me a ballpark that was $22 less than what it ended up being.</text></comment>