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
21,175,236
21,174,218
1
2
21,172,622
train
<story><title>Chinese farmer &apos;studies law for 16 years&apos; to defeat dumping of hazardous waste</title><url>https://www.independent.co.uk/news/world/asia/chinese-farmer-wang-englin-study-law-16-years-chemicals-corporation-qinghua-group-dump-chemical-a7566911.html</url></story><parent_chain><item><author>retrocryptid</author><text>both my father and a dear friend gave me some great advice... &amp;quot;if you can, go to law school. even if you&amp;#x27;re not a practicing lawyer, it&amp;#x27;s very useful to know how they think.&amp;quot;&lt;p&gt;one friend commented &amp;quot;law school teaches you about the operating system of society&amp;quot;</text></item></parent_chain><comment><author>tasty_freeze</author><text>I don&amp;#x27;t understand how this is great advice. You might as well say: if you can, go to med school so that when you have to deal with the medical establishment, you know how it works. Spend years as a carpenters apprentice so when you buy a house you will be able to recognize the quality&amp;#x2F;problems it has. etc</text></comment>
<story><title>Chinese farmer &apos;studies law for 16 years&apos; to defeat dumping of hazardous waste</title><url>https://www.independent.co.uk/news/world/asia/chinese-farmer-wang-englin-study-law-16-years-chemicals-corporation-qinghua-group-dump-chemical-a7566911.html</url></story><parent_chain><item><author>retrocryptid</author><text>both my father and a dear friend gave me some great advice... &amp;quot;if you can, go to law school. even if you&amp;#x27;re not a practicing lawyer, it&amp;#x27;s very useful to know how they think.&amp;quot;&lt;p&gt;one friend commented &amp;quot;law school teaches you about the operating system of society&amp;quot;</text></item></parent_chain><comment><author>solidsnack9000</author><text>I&amp;#x27;ve been reading &amp;quot;Lectures on Jurisprudence&amp;quot;, a collation of lecture notes from a course Adam Smith gave in the 1760s. It is somewhat puzzling phrasing but seems to be a very structured introduction to the law, addressing questions like:&lt;p&gt;* What are the ways recognised by the law in which people acquire property? One way is simply by holding it for a long time; another is by receiving it, as through an inheritance; a third is when property results from other property, as when an apple tree produces apples.&lt;p&gt;* What do &amp;quot;rights&amp;quot; mean in a legal context and where do they originate from? Some are intrinsic, some are the result of agreements.&lt;p&gt;* What are the laws of marriage and inheritance and how have they changed over time?</text></comment>
34,928,132
34,928,331
1
2
34,909,169
train
<story><title>Gluon, a high-performance IMAP library</title><url>https://proton.me/blog/gluon-imap-library</url></story><parent_chain><item><author>meghan_rain</author><text>&amp;gt; IMAP clients typically refer to messages by their “sequence number”, the message’s position in a mailbox. The first message has the sequence number “1”, the second “2”, and so on. If a client wants to mark a message as “read”, it will send a command to the server such as “mark message 5 as read”. But what if another client deleted the fourth message in the mailbox? The sequence numbers of all messages after the deleted message will be shifted down by one; the client that sent the “mark message 5 as read” command now refers to a different message than it intended.&lt;p&gt;&amp;gt; IMAP servers (which include applications such as the Proton Mail Bridge) need to be able to handle this situation. When one client moves messages into or out of a mailbox, the server needs to notify all other clients of the changes so that they can update their own view of the mailbox. And until the clients have received the update, the server needs to remember what each client thinks the mailbox looks like to correctly interpret the client’s commands.&lt;p&gt;Holy F what a clusterfuck</text></item></parent_chain><comment><author>throw0101c</author><text>&amp;gt;&amp;gt; &lt;i&gt;IMAP clients typically refer to messages by their “sequence number”&lt;/i&gt; […]&lt;p&gt;&amp;gt; &lt;i&gt;Holy F what a clusterfuck&lt;/i&gt;&lt;p&gt;Or you could use the unique identifier of the message (UID) instead of the sequence number:&lt;p&gt;&amp;gt; &lt;i&gt;Messages in IMAP4rev1 are accessed by one of two numbers; the unique identifier or the message sequence number.&lt;/i&gt;&lt;p&gt;* &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.rfc-editor.org&amp;#x2F;rfc&amp;#x2F;rfc3501#section-2.3.1&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.rfc-editor.org&amp;#x2F;rfc&amp;#x2F;rfc3501#section-2.3.1&lt;/a&gt;&lt;p&gt;&amp;gt; &lt;i&gt;A 32-bit value assigned to each message, which when used with the unique identifier validity value (see below) forms a 64-bit value that MUST NOT refer to any other message in the mailbox or any subsequent mailbox with the same name forever.&lt;/i&gt;&lt;p&gt;* &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.rfc-editor.org&amp;#x2F;rfc&amp;#x2F;rfc3501#section-2.3.1.1&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.rfc-editor.org&amp;#x2F;rfc&amp;#x2F;rfc3501#section-2.3.1.1&lt;/a&gt;&lt;p&gt;The designers of the IMAP protocol aren&amp;#x27;t as dumb as the above quotation would have you to believe and multi-client operations were thought of.</text></comment>
<story><title>Gluon, a high-performance IMAP library</title><url>https://proton.me/blog/gluon-imap-library</url></story><parent_chain><item><author>meghan_rain</author><text>&amp;gt; IMAP clients typically refer to messages by their “sequence number”, the message’s position in a mailbox. The first message has the sequence number “1”, the second “2”, and so on. If a client wants to mark a message as “read”, it will send a command to the server such as “mark message 5 as read”. But what if another client deleted the fourth message in the mailbox? The sequence numbers of all messages after the deleted message will be shifted down by one; the client that sent the “mark message 5 as read” command now refers to a different message than it intended.&lt;p&gt;&amp;gt; IMAP servers (which include applications such as the Proton Mail Bridge) need to be able to handle this situation. When one client moves messages into or out of a mailbox, the server needs to notify all other clients of the changes so that they can update their own view of the mailbox. And until the clients have received the update, the server needs to remember what each client thinks the mailbox looks like to correctly interpret the client’s commands.&lt;p&gt;Holy F what a clusterfuck</text></item></parent_chain><comment><author>ketralnis</author><text>Pretty much no client or server uses it that way though. The UID extension is more or less required these days.&lt;p&gt;But IMAP is pretty twisted in other ways too. IMAP is _not_ a request-response protocol like you might think from other protocols. It looks like it at first because you can say things like (from memory, not the real protocol):&lt;p&gt;&lt;pre&gt;&lt;code&gt; &amp;gt; cmd1 LIST (here cmd1 is a request&amp;#x2F;response identifier chosen by the client; the server sends responses prefixed by this identifier) &amp;lt; cmd1 LIST RESPONSE... &lt;/code&gt;&lt;/pre&gt; But you can also multiplex many simultaneous commands like&lt;p&gt;&lt;pre&gt;&lt;code&gt; &amp;gt; cmd1 LIST folder1 &amp;gt; cmd2 LIST folder2 &amp;gt; cmd3 LIST folder3 &amp;lt; cmd3 LIST folder3 RESPONSE... &amp;lt; cmd1 LIST folder1 RESPONSE... &amp;lt; cmd2 LIST folder2 RESPONSE... &lt;/code&gt;&lt;/pre&gt; (note that they can come out of order)&lt;p&gt;But it gets weirder because you can receive _unsolicited_ responses. Sometimes you want that like&lt;p&gt;&lt;pre&gt;&lt;code&gt; &amp;gt; cmd1 WATCH folder1 (starts a watch which may have responses but not immediately) &amp;gt; (do other stuff) &amp;lt; * NEW MESSAGE folder1 DATA... (some time later) &amp;lt; * FLAGS CHANGE folder1 DATA... (much more time later) &lt;/code&gt;&lt;/pre&gt; (the * means that you didn&amp;#x27;t ask for this so it&amp;#x27;s not prefixed by an ID that you gave) Here it&amp;#x27;s sort of solicited or at least something you did on purpose, but there are other more complicated cases where you&amp;#x27;ll receive data that you never asked for. Again from loose memory but an example might be&lt;p&gt;&lt;pre&gt;&lt;code&gt; &amp;gt; cmd1 OPEN folder1 &amp;gt; (do stuff with folder1) (much later) &amp;lt; * CLOSING folder1 WAS DELETED &lt;/code&gt;&lt;/pre&gt; That means that your client needs to always be listening for data on the socket and reading it out even if the client is sitting in the background, and that if you send a command you might receive responses to other previous or unsolicited commands before the response to the command you just sent.&lt;p&gt;It&amp;#x27;s a cool way to do what it wants to do for GUI clients in particular because IMAP and GUIs have the same event-oriented model. But it makes implementing IMAP as a library a little more difficult because you need bidirectional hooks into the containing application. And you can&amp;#x27;t easily just have a `if POP3 then... else if IMAP4 then...` abstraction layer without some work to make it happen. Heck even just having a function that returns the list of messages requires a background thread and a little bit of lying about what&amp;#x27;s happening underneath. Leaving data on the socket unconsumed can get you disconnected by keepalive checks so the background task is required if you want to avoid that (which by observing mail.app it seems to just accept the disconnection and reconnect when it happens). Python has an imap library in the stdlib which &amp;quot;avoids&amp;quot; this by being so low-level that it sidesteps some of the issues by making you implement request&amp;#x2F;response on top of it, and its model also makes perfect IDLE implementation difficult (maybe impossible? but I didn&amp;#x27;t put enough time into it to prove this).&lt;p&gt;Because of the complication many GUI clients don&amp;#x27;t actually support the liveness built in to the protocol. They just ignore any reponses they didn&amp;#x27;t ask for, don&amp;#x27;t use WATCH&amp;#x2F;IDLE, and do the 15 minute polling cycle as if they were POP3. The protocol has all of the tools to have the liveness of Google Docs but I&amp;#x27;m not aware of any GUIs that use it right.</text></comment>
19,399,266
19,398,061
1
2
19,397,572
train
<story><title>Face detection library with speed of 1500FPS</title><url>https://github.com/ShiqiYu/libfacedetection</url></story><parent_chain></parent_chain><comment><author>lettergram</author><text>The number is of frames (or faces?) per second is meaningless without context...&lt;p&gt;- Detect at least one face in a frame (count)&lt;p&gt;- Detect all the faces in a frame (count)&lt;p&gt;- Detect the location of the first face in a frame&lt;p&gt;- Detect the location of all the faces in a frame&lt;p&gt;- Is the resolution 64x64 or 1028x1028&lt;p&gt;- Is it only finding some of the faces (what’s the accuracy)&lt;p&gt;- 1500FPS on what hardware&lt;p&gt;Anyone have the paper, otherwise, why is this here?&lt;p&gt;Extraordinary claims, require extraordinary proof, I don’t even see a README.</text></comment>
<story><title>Face detection library with speed of 1500FPS</title><url>https://github.com/ShiqiYu/libfacedetection</url></story><parent_chain></parent_chain><comment><author>comboy</author><text>From 128x96 image. Another way to look at it is that on RPi you can handle 5 frames per second with 640x480, which probably means one frame every few seconds with the full RPi camera resolution. Sounds like the same results as python with opencv?</text></comment>
21,987,053
21,986,753
1
3
21,985,532
train
<story><title>Australia fires: Misleading maps and pictures go viral</title><url>https://www.bbc.com/news/blogs-trending-51020564</url></story><parent_chain></parent_chain><comment><author>55555</author><text>Misleading stats too.&lt;p&gt;I&amp;#x27;ve seen countless articles mention that 500,000,000 animals have died. I was skeptical as to how you could even devise such a number reliably so I looked into the source of this statistic. First off, this number was devised by a single Uni professor. How? He multiplied the square-mile density of each species by the amount of territory that&amp;#x27;s burned. Secondly, and he notes this in his estimate, it&amp;#x27;s 500,000,000 &amp;quot;killed _or affected_&amp;quot;, not just killed. Third, for almost all species, there are no density figures, so he just picked the number 10 (lol, yes, seriously). Fourth, roughly 30% of those estimated animals are birds, of which other experts say 99% would survive because, ya know, they can fly away. Of the other 70%, many others would have just walked or slithered or run and gotten away from the fire.&lt;p&gt;Basically some guy just made up a number of animals that exist and everyone else just assumed that 100% of them were killed. Terrible &amp;quot;science.&amp;quot;&lt;p&gt;Many bigger news sites have braced themselves for pushback on this stat by adding &amp;quot;and plants&amp;quot; (&amp;quot;500,000,000 animals and plants&amp;quot;) so that their use of the statistic can&amp;#x27;t be criticized later.</text></comment>
<story><title>Australia fires: Misleading maps and pictures go viral</title><url>https://www.bbc.com/news/blogs-trending-51020564</url></story><parent_chain></parent_chain><comment><author>thomasfoster96</author><text>As the BBC article suggests, generally the most accurate maps of where recent fires are and how much they’ve burnt are the state government fire or emergency services websites. Unfortunately they are state-by-state (which isn’t usually a problem, but does mean there’s not a good whole-of-Australia map), and some of them show all emergencies, not just fires.&lt;p&gt;ACT: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;esa.act.gov.au&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;esa.act.gov.au&lt;/a&gt;&lt;p&gt;New South Wales: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.rfs.nsw.gov.au&amp;#x2F;fire-information&amp;#x2F;fires-near-me&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.rfs.nsw.gov.au&amp;#x2F;fire-information&amp;#x2F;fires-near-me&lt;/a&gt;&lt;p&gt;Northern Territory: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.pfes.nt.gov.au&amp;#x2F;incidentmap&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.pfes.nt.gov.au&amp;#x2F;incidentmap&amp;#x2F;&lt;/a&gt;&lt;p&gt;Queensland: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.ruralfire.qld.gov.au&amp;#x2F;map&amp;#x2F;Pages&amp;#x2F;default.aspx&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.ruralfire.qld.gov.au&amp;#x2F;map&amp;#x2F;Pages&amp;#x2F;default.aspx&lt;/a&gt;&lt;p&gt;South Australia: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.cfs.sa.gov.au&amp;#x2F;site&amp;#x2F;home.jsp&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.cfs.sa.gov.au&amp;#x2F;site&amp;#x2F;home.jsp&lt;/a&gt;&lt;p&gt;Tasmania: &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;www.fire.tas.gov.au&amp;#x2F;Show?pageId=colGMapBushfires&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;www.fire.tas.gov.au&amp;#x2F;Show?pageId=colGMapBushfires&lt;/a&gt;&lt;p&gt;Victoria: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.emergency.vic.gov.au&amp;#x2F;respond&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.emergency.vic.gov.au&amp;#x2F;respond&amp;#x2F;&lt;/a&gt;&lt;p&gt;Western Australia: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.emergency.wa.gov.au&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.emergency.wa.gov.au&lt;/a&gt;</text></comment>
25,911,921
25,911,755
1
3
25,894,420
train
<story><title>PfSense Is Closed Source</title><url>https://github.com/rapi3/pfsense-is-closed-source</url></story><parent_chain><item><author>csdreamer7</author><text>&amp;gt; do not contribute to open source projects. Find a copylefted project and contribute to that.&lt;p&gt;GPL software is still open source. The problem is when you contribute to a private company&amp;#x27;s MIT or Apache licensed software.&lt;p&gt;I would change that to:&lt;p&gt;&amp;#x27;do not contribute to permissively licensed projects. Find a copylefted project and contribute to that.&amp;#x27;</text></item><item><author>vinceguidry</author><text>I feel like by this point, in 2021, if you are a developer making contributions to &amp;quot;open source,&amp;quot; and you&amp;#x27;re still getting surprised by these sorts of shenanigans, you only have yourself to blame.&lt;p&gt;This happens So. Freaking. Often. Companies take open source software private All The Damn Time. They hire the key devs away with just enough money. Then they release another version under a different license. And before you know it a previously open source project is now all but closed source.&lt;p&gt;It doesn&amp;#x27;t even have to be with shenanigans this nefarious. Once you have the two or three devs all you have to do is release a value-added component and all but cripple the community one. &lt;i&gt;It&amp;#x27;s roughly a million times cheaper than an acquisition.&lt;/i&gt;&lt;p&gt;If you want your hard-earned contributions to avoid this fate, &lt;i&gt;do not contribute to &amp;quot;open source&amp;quot; projects&lt;/i&gt;. Find a copylefted project and contribute to that. Otherwise your work &lt;i&gt;will&lt;/i&gt; end up being coopted by a profit-seeking enterprise.&lt;p&gt;Open source is the domain of large companies building fiefdoms. Just look at all those Apache projects and who contributes to them and who they&amp;#x27;re for. You would have to pay me big bucks to contribute to that ecosystem.&lt;p&gt;GPL or bust.</text></item></parent_chain><comment><author>SAI_Peregrinus</author><text>Much of the internet makes fun of &amp;quot;choosing beggar&amp;quot; &amp;quot;influencers&amp;quot; who want to pay people with &amp;quot;exposure&amp;quot; instead of money. Permissive licenses are the reverse: they&amp;#x27;re asking others to pay you only in &amp;quot;exposure&amp;quot; instead of money. If expect to gain any return (other than some CV padding and personal satisfaction) due to contributing to permissively licensed projects you&amp;#x27;re a sucker. Permissively licensed software is charity work. It&amp;#x27;s good, useful work in many cases, but it&amp;#x27;s not going to make you money.&lt;p&gt;Give money and time to causes you support. Go contribute to the BSDs. Volunteer at your local animal shelter. But don&amp;#x27;t think that you&amp;#x27;re going to get rich from it. You&amp;#x27;ll save some puppies and help some people (and maybe some megacorps) but that&amp;#x27;s all you can expect.</text></comment>
<story><title>PfSense Is Closed Source</title><url>https://github.com/rapi3/pfsense-is-closed-source</url></story><parent_chain><item><author>csdreamer7</author><text>&amp;gt; do not contribute to open source projects. Find a copylefted project and contribute to that.&lt;p&gt;GPL software is still open source. The problem is when you contribute to a private company&amp;#x27;s MIT or Apache licensed software.&lt;p&gt;I would change that to:&lt;p&gt;&amp;#x27;do not contribute to permissively licensed projects. Find a copylefted project and contribute to that.&amp;#x27;</text></item><item><author>vinceguidry</author><text>I feel like by this point, in 2021, if you are a developer making contributions to &amp;quot;open source,&amp;quot; and you&amp;#x27;re still getting surprised by these sorts of shenanigans, you only have yourself to blame.&lt;p&gt;This happens So. Freaking. Often. Companies take open source software private All The Damn Time. They hire the key devs away with just enough money. Then they release another version under a different license. And before you know it a previously open source project is now all but closed source.&lt;p&gt;It doesn&amp;#x27;t even have to be with shenanigans this nefarious. Once you have the two or three devs all you have to do is release a value-added component and all but cripple the community one. &lt;i&gt;It&amp;#x27;s roughly a million times cheaper than an acquisition.&lt;/i&gt;&lt;p&gt;If you want your hard-earned contributions to avoid this fate, &lt;i&gt;do not contribute to &amp;quot;open source&amp;quot; projects&lt;/i&gt;. Find a copylefted project and contribute to that. Otherwise your work &lt;i&gt;will&lt;/i&gt; end up being coopted by a profit-seeking enterprise.&lt;p&gt;Open source is the domain of large companies building fiefdoms. Just look at all those Apache projects and who contributes to them and who they&amp;#x27;re for. You would have to pay me big bucks to contribute to that ecosystem.&lt;p&gt;GPL or bust.</text></item></parent_chain><comment><author>bosswipe</author><text>The tern Open Source was created to combat the GPL&amp;#x27;s perceived corporate unfriendliness.</text></comment>
16,414,005
16,412,868
1
3
16,412,263
train
<story><title>Rust things I miss in C</title><url>https://people.gnome.org/~federico/blog/rust-things-i-miss-in-c.html</url></story><parent_chain></parent_chain><comment><author>chucksmash</author><text>Tangential, but if you&amp;#x27;re looking for a project to do as you learn Rust, there&amp;#x27;s an ongoing Operating Systems class being taught at Stanford in Rust right now[1]. The &amp;quot;Ferris Wheel&amp;quot; portion of assignment #1 was particularly useful for language knowledge; 25 source files which you must make compile&amp;#x2F;not compile&amp;#x2F;pass tests (along the lines of the Ruby&amp;#x2F;Kotlin Koans), along with a test harness you can run locally.&lt;p&gt;[1]: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;web.stanford.edu&amp;#x2F;class&amp;#x2F;cs140e&amp;#x2F;syllabus&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;web.stanford.edu&amp;#x2F;class&amp;#x2F;cs140e&amp;#x2F;syllabus&amp;#x2F;&lt;/a&gt;</text></comment>
<story><title>Rust things I miss in C</title><url>https://people.gnome.org/~federico/blog/rust-things-i-miss-in-c.html</url></story><parent_chain></parent_chain><comment><author>adwhit</author><text>For more detail into the porting effort, I recommend taking a look at these slides, taken from a talk the author gave last year:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;people.gnome.org&amp;#x2F;~federico&amp;#x2F;blog&amp;#x2F;docs&amp;#x2F;fmq-porting-c-to-rust.pdf&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;people.gnome.org&amp;#x2F;~federico&amp;#x2F;blog&amp;#x2F;docs&amp;#x2F;fmq-porting-c-t...&lt;/a&gt;&lt;p&gt;&lt;i&gt;&amp;quot;Rust revived my interest in maintainership. It is very empowering to finally have a good language that I can use at the level of the stack where I work.&amp;quot;&lt;/i&gt;</text></comment>
8,091,563
8,091,294
1
3
8,090,996
train
<story><title>The New York Times Calls for Marijuana Legalization</title><url>http://www.nytimes.com/interactive/2014/07/27/opinion/sunday/high-time-marijuana-legalization.html</url></story><parent_chain><item><author>fred_durst</author><text>I&amp;#x27;ll bring up a point here only because I feel like the HN crowd is on the younger side. Its not until your late 20&amp;#x27;s and really 30&amp;#x27;s that you start to find out about and see people you&amp;#x27;ve known in the past that were intelligent, productive people who&amp;#x27;s lives have been completely destroyed due to their drug addictions. And yes, I&amp;#x27;ve certainly had friends who are 40+ and barely hold down a job and live off friends and family because they were&amp;#x2F;are addicted to marijuana. It definitely happens, don&amp;#x27;t kid yourself.&lt;p&gt;I don&amp;#x27;t know if the correct solution is to criminalize it, but please keep in mind that drugs change who you are. That is truly the unique thing about them compared to other addictions. And again, if you think heavy marijuana use doesn&amp;#x27;t change a person, you don&amp;#x27;t know any heavy marijuana users.&lt;p&gt;For example, banning alcohol and marijuana probably isn&amp;#x27;t going to work, but selling bottles of cheap vodka at the grocery store 24&amp;#x2F;7 is setting up a lot of people who are trying to get clean to fail.</text></item><item><author>k-mcgrady</author><text>I sincerely believe the only people who are against legalisation of marijuana are those who don&amp;#x27;t understand it&amp;#x27;s effects on a person and those who are easily susceptible to propaganda and fail to do their own research on the subject. I can&amp;#x27;t think of even one legitimate reason for it&amp;#x27;s prohibition. If you argue for prohibition based on health consequences or risk to society you should also be arguing for prohibition of alcohol and it has been proven beyond doubt that alcohol prohibition was a really bad idea.</text></item></parent_chain><comment><author>pessimizer</author><text>As an obvious counterpoint: I&amp;#x27;m pushing 40, have known dozens of people who have smoked every day since their teens. I&amp;#x27;ve noticed absolutely no difference between their success rates and the success rates of others. Many of them are highly successful and productive, and some even blame much of their success on their pot smoking. The people that I saw fall apart were the alcoholics, junkies, and cokeheads, going between jail, rehab, and prison - and often coffins.&lt;p&gt;I think that you yourself will be surprised when it&amp;#x27;s more accepted by law - you&amp;#x27;ll find that many people you know and respect smoke, and they keep it from you because they&amp;#x27;re afraid of your judgment.&lt;p&gt;edit: There&amp;#x27;s actually one difference that I&amp;#x27;ve noticed between my pot smoking and non pot smoking friends - the smokers tend to be small business owners, contractors and freelancers more often than the non-smokers, who are more wage-laborers. I don&amp;#x27;t have a theory about it, but I&amp;#x27;ve noticed.</text></comment>
<story><title>The New York Times Calls for Marijuana Legalization</title><url>http://www.nytimes.com/interactive/2014/07/27/opinion/sunday/high-time-marijuana-legalization.html</url></story><parent_chain><item><author>fred_durst</author><text>I&amp;#x27;ll bring up a point here only because I feel like the HN crowd is on the younger side. Its not until your late 20&amp;#x27;s and really 30&amp;#x27;s that you start to find out about and see people you&amp;#x27;ve known in the past that were intelligent, productive people who&amp;#x27;s lives have been completely destroyed due to their drug addictions. And yes, I&amp;#x27;ve certainly had friends who are 40+ and barely hold down a job and live off friends and family because they were&amp;#x2F;are addicted to marijuana. It definitely happens, don&amp;#x27;t kid yourself.&lt;p&gt;I don&amp;#x27;t know if the correct solution is to criminalize it, but please keep in mind that drugs change who you are. That is truly the unique thing about them compared to other addictions. And again, if you think heavy marijuana use doesn&amp;#x27;t change a person, you don&amp;#x27;t know any heavy marijuana users.&lt;p&gt;For example, banning alcohol and marijuana probably isn&amp;#x27;t going to work, but selling bottles of cheap vodka at the grocery store 24&amp;#x2F;7 is setting up a lot of people who are trying to get clean to fail.</text></item><item><author>k-mcgrady</author><text>I sincerely believe the only people who are against legalisation of marijuana are those who don&amp;#x27;t understand it&amp;#x27;s effects on a person and those who are easily susceptible to propaganda and fail to do their own research on the subject. I can&amp;#x27;t think of even one legitimate reason for it&amp;#x27;s prohibition. If you argue for prohibition based on health consequences or risk to society you should also be arguing for prohibition of alcohol and it has been proven beyond doubt that alcohol prohibition was a really bad idea.</text></item></parent_chain><comment><author>indlebe</author><text>&amp;gt;And yes, I&amp;#x27;ve certainly had friends who are 40+ and barely hold down a job and live off friends and family because they are addicted to marijuana.&lt;p&gt;Is the evidence available strong enough to suggest that it&amp;#x27;s the marijuana causing this? Marijuana is often used by those suffering from depression and anxiety as a form of self-medication.&lt;p&gt;In BC, Canada the province&amp;#x27;s leading medical doctors have come out in strong support of legalization.</text></comment>
6,191,743
6,191,870
1
2
6,190,552
train
<story><title>The president is wrong: The NSA debate wouldn’t have happened without Snowden</title><url>http://www.washingtonpost.com/blogs/the-switch/wp/2013/08/09/the-president-is-wrong-the-nsa-debate-wouldnt-have-happened-without-snowden/?tid=rssfeed</url></story><parent_chain><item><author>brownbat</author><text>These political discussions on HN are awkward, and I wish they&amp;#x27;d stop.&lt;p&gt;It&amp;#x27;s not because political discussions aren&amp;#x27;t important, they are, but because I don&amp;#x27;t think this is a useful place to have them.&lt;p&gt;Counterarguments are self-censored, because any moderates calmly pointing out hyperboles tend to be downvoted by the more passionate participants in the discussion.&lt;p&gt;With the moderates bowing out, online voting systems quickly gel into two extremes, maybe a far right and a far left. That&amp;#x27;s not sustainable though, one side quickly gets bigger and wins. The losing side now is best off self-censoring, because why get downvoted when you can just comment on other topics? You eventually get a political monoculture representing one extreme, with no voices of opposition or moderation.*&lt;p&gt;No moderation system has yet promoted any useful political dialogue, because you can&amp;#x27;t convince the 5% of people who are most emotional to rate argument quality independently of personal beliefs.&lt;p&gt;That&amp;#x27;s why, in general, I&amp;#x27;m opposed to the political pulpit of HN, even for positions I agree with. It&amp;#x27;s a bad medium for good discussions on issues of significant controversy.&lt;p&gt;* (What&amp;#x27;s admittedly tricky is sometimes a political monoculture is the correct result. If someone made arguments on behalf of the KKK, we don&amp;#x27;t need a full and fair debate providing a false equivalence between both sides. One side is just wrong. The problem is, with politics, everyone thinks they&amp;#x27;re arguing against someone else who is just wrong, just like the KKK. There&amp;#x27;s no objective way to determine whether or not both sides of a discussion hold merit worthy of a full debate, or whether we should just downvote one side out of the discussion before it leaves the gate.)</text></item><item><author>bambax</author><text>For me, Obama has become inaudible; I don&amp;#x27;t care anymore about what he says.&lt;p&gt;I&amp;#x27;m more interested in his actions; among these we find (by decreasing order of importance):&lt;p&gt;- use of drones to indiscriminately kill civilians, &amp;quot;suspected terrorists&amp;quot; or their children (cf. the murder of 16 years old American citizen Abdulrahman al-Awlaki)&lt;p&gt;- the detention, and ruthless and aggressive prosecution of Bradley Manning&lt;p&gt;- force-feeding Guantanamo detainees on hunger strike, depriving them of even the right to end their own life&lt;p&gt;I&amp;#x27;m not a US citizen, so what I think about Obama really doesn&amp;#x27;t matter; but he must have set some kind of record in the amount of goodwill he was able to destroy during his time in office.</text></item></parent_chain><comment><author>sage_joch</author><text>Snowden unveiled a horrifying truth about our government: widespread surveillance has been combined with a class of officials who do not face consequences for breaking the law. I don&amp;#x27;t think it&amp;#x27;s hyperbolic to say that the Constitution is facing an existential threat. Normally I would be sympathetic to the view that politics should stay off HN. But this feels different. I would hope that people wouldn&amp;#x27;t self-censor their counter-arguments, however. The possibility that things aren&amp;#x27;t quite as bad as I suspect helps me sleep at night. And the truth is, there is reason for hope.</text></comment>
<story><title>The president is wrong: The NSA debate wouldn’t have happened without Snowden</title><url>http://www.washingtonpost.com/blogs/the-switch/wp/2013/08/09/the-president-is-wrong-the-nsa-debate-wouldnt-have-happened-without-snowden/?tid=rssfeed</url></story><parent_chain><item><author>brownbat</author><text>These political discussions on HN are awkward, and I wish they&amp;#x27;d stop.&lt;p&gt;It&amp;#x27;s not because political discussions aren&amp;#x27;t important, they are, but because I don&amp;#x27;t think this is a useful place to have them.&lt;p&gt;Counterarguments are self-censored, because any moderates calmly pointing out hyperboles tend to be downvoted by the more passionate participants in the discussion.&lt;p&gt;With the moderates bowing out, online voting systems quickly gel into two extremes, maybe a far right and a far left. That&amp;#x27;s not sustainable though, one side quickly gets bigger and wins. The losing side now is best off self-censoring, because why get downvoted when you can just comment on other topics? You eventually get a political monoculture representing one extreme, with no voices of opposition or moderation.*&lt;p&gt;No moderation system has yet promoted any useful political dialogue, because you can&amp;#x27;t convince the 5% of people who are most emotional to rate argument quality independently of personal beliefs.&lt;p&gt;That&amp;#x27;s why, in general, I&amp;#x27;m opposed to the political pulpit of HN, even for positions I agree with. It&amp;#x27;s a bad medium for good discussions on issues of significant controversy.&lt;p&gt;* (What&amp;#x27;s admittedly tricky is sometimes a political monoculture is the correct result. If someone made arguments on behalf of the KKK, we don&amp;#x27;t need a full and fair debate providing a false equivalence between both sides. One side is just wrong. The problem is, with politics, everyone thinks they&amp;#x27;re arguing against someone else who is just wrong, just like the KKK. There&amp;#x27;s no objective way to determine whether or not both sides of a discussion hold merit worthy of a full debate, or whether we should just downvote one side out of the discussion before it leaves the gate.)</text></item><item><author>bambax</author><text>For me, Obama has become inaudible; I don&amp;#x27;t care anymore about what he says.&lt;p&gt;I&amp;#x27;m more interested in his actions; among these we find (by decreasing order of importance):&lt;p&gt;- use of drones to indiscriminately kill civilians, &amp;quot;suspected terrorists&amp;quot; or their children (cf. the murder of 16 years old American citizen Abdulrahman al-Awlaki)&lt;p&gt;- the detention, and ruthless and aggressive prosecution of Bradley Manning&lt;p&gt;- force-feeding Guantanamo detainees on hunger strike, depriving them of even the right to end their own life&lt;p&gt;I&amp;#x27;m not a US citizen, so what I think about Obama really doesn&amp;#x27;t matter; but he must have set some kind of record in the amount of goodwill he was able to destroy during his time in office.</text></item></parent_chain><comment><author>pessimizer</author><text>Politics isn&amp;#x27;t a linear continuum from right to left, and the position between two extremes isn&amp;#x27;t necessarily more rational, even if the positions at the two extremes that you have chosen to represent right and left are both wrong.</text></comment>
22,633,981
22,630,986
1
3
22,626,346
train
<story><title>Linux maintains bugs: The real reason ifconfig on Linux is deprecated (2018)</title><url>https://blog.farhan.codes/2018/06/25/linux-maintains-bugs-the-real-reason-ifconfig-on-linux-is-deprecated/</url></story><parent_chain><item><author>michaelmrose</author><text>It&amp;#x27;s not that it doesn&amp;#x27;t play fair. Sun published under a license that made inclusion in the kernel impossible thus the current developers are bound by the same decisions regardless of their opinion on the matter.&lt;p&gt;Furthermore it is profoundly curious to claim that a cross platform filesystem that began life on Solaris and existed for years as a stable complete work before being ported to several OS including Linux becomes by virtue of a bridge a derivative work of Linux. It&amp;#x27;s magical thinking.&lt;p&gt;It is entirely acceptable that they aren&amp;#x27;t responsible for out of tree code working but it would be great if they didn&amp;#x27;t deliberately sabotage other projects which is what they did here.&lt;p&gt;&amp;gt;My tolerance for ZFS is pretty non-existant. Sun explicitly did not want their code to work on Linux, so why would we do extra work to get their code to work properly?&lt;p&gt;The extra work is 10 seconds of work. How childish and unprofessional.</text></item><item><author>sheepdestroyer</author><text>ZFS is not user land. It&amp;#x27;s kernel code but without being in the kernel. So it has to be built separately and may not even be compliant with GPL (still has to be tested in court AFAIK). Linux&amp;#x27;s promise to not break userspace is just that, It can not be held responsible for code that should be in the kernel but does not play fair with the license.</text></item><item><author>tw04</author><text>That&amp;#x27;s a great theory, but Linus picks and chooses when to decide it&amp;#x27;s outrageous to make changes that break userland tools based on his personal preferences. They intentionally broke ZFS - then Linus follows up with a wildly inaccurate statement about why he thinks nobody should use ZFS.&lt;p&gt;It&amp;#x27;s difficult to take him seriously when he picks and chooses when to enforce his supposed &amp;quot;never break userland&amp;quot; ethos.</text></item><item><author>fargle</author><text>This is &lt;i&gt;highly&lt;/i&gt; biased opinion piece. I like BSD. I liked pre-Oracle Solaris. And I like Linux at lot too.&lt;p&gt;And it is factually inaccurate. Deprecation of ifconfig is a distro issue. &amp;quot;Linux&amp;quot; did not deprecate it. And the reason is that it was unmaintained, not that it couldn&amp;#x27;t handle multiple IP addresses. In fact it can, I still use it 50% of the time. Works fine for setting and displaying multiple addresses.&lt;p&gt;The Debian maintainers wanted to drop it, and the other distros all followed suit a couple years later. Good information and links here:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;serverfault.com&amp;#x2F;questions&amp;#x2F;633087&amp;#x2F;where-is-the-statement-of-deprecation-of-ifconfig-on-linux&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;serverfault.com&amp;#x2F;questions&amp;#x2F;633087&amp;#x2F;where-is-the-statem...&lt;/a&gt;&lt;p&gt;&amp;quot;Linux maintains known bugs – and actively refuses to fix them. In fact, if you attempt to fix them, Linus will curse at you, as manifest by this email.&amp;quot;&lt;p&gt;That is a bold statement but is not at all supported by the linked email. You&amp;#x27;ll see Linus cursing at a bad patch that would break something in userland, not for &amp;quot;maintaining a bug&amp;quot;. He&amp;#x27;s preventing at least two bugs (unnecessary change to behavior and ENOENT is indeed the wrong return value). I think I liked the old Linus better...&lt;p&gt;So it&amp;#x27;s a shame. I&amp;#x27;d love to read a series about BSD, but this is really just inaccurate propaganda.</text></item></parent_chain><comment><author>inshadows</author><text>&amp;gt; The extra work is 10 seconds of work. How childish and unprofessional.&lt;p&gt;While Oracle keeping the code under incompatible license for more than 10 years is totally OK.</text></comment>
<story><title>Linux maintains bugs: The real reason ifconfig on Linux is deprecated (2018)</title><url>https://blog.farhan.codes/2018/06/25/linux-maintains-bugs-the-real-reason-ifconfig-on-linux-is-deprecated/</url></story><parent_chain><item><author>michaelmrose</author><text>It&amp;#x27;s not that it doesn&amp;#x27;t play fair. Sun published under a license that made inclusion in the kernel impossible thus the current developers are bound by the same decisions regardless of their opinion on the matter.&lt;p&gt;Furthermore it is profoundly curious to claim that a cross platform filesystem that began life on Solaris and existed for years as a stable complete work before being ported to several OS including Linux becomes by virtue of a bridge a derivative work of Linux. It&amp;#x27;s magical thinking.&lt;p&gt;It is entirely acceptable that they aren&amp;#x27;t responsible for out of tree code working but it would be great if they didn&amp;#x27;t deliberately sabotage other projects which is what they did here.&lt;p&gt;&amp;gt;My tolerance for ZFS is pretty non-existant. Sun explicitly did not want their code to work on Linux, so why would we do extra work to get their code to work properly?&lt;p&gt;The extra work is 10 seconds of work. How childish and unprofessional.</text></item><item><author>sheepdestroyer</author><text>ZFS is not user land. It&amp;#x27;s kernel code but without being in the kernel. So it has to be built separately and may not even be compliant with GPL (still has to be tested in court AFAIK). Linux&amp;#x27;s promise to not break userspace is just that, It can not be held responsible for code that should be in the kernel but does not play fair with the license.</text></item><item><author>tw04</author><text>That&amp;#x27;s a great theory, but Linus picks and chooses when to decide it&amp;#x27;s outrageous to make changes that break userland tools based on his personal preferences. They intentionally broke ZFS - then Linus follows up with a wildly inaccurate statement about why he thinks nobody should use ZFS.&lt;p&gt;It&amp;#x27;s difficult to take him seriously when he picks and chooses when to enforce his supposed &amp;quot;never break userland&amp;quot; ethos.</text></item><item><author>fargle</author><text>This is &lt;i&gt;highly&lt;/i&gt; biased opinion piece. I like BSD. I liked pre-Oracle Solaris. And I like Linux at lot too.&lt;p&gt;And it is factually inaccurate. Deprecation of ifconfig is a distro issue. &amp;quot;Linux&amp;quot; did not deprecate it. And the reason is that it was unmaintained, not that it couldn&amp;#x27;t handle multiple IP addresses. In fact it can, I still use it 50% of the time. Works fine for setting and displaying multiple addresses.&lt;p&gt;The Debian maintainers wanted to drop it, and the other distros all followed suit a couple years later. Good information and links here:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;serverfault.com&amp;#x2F;questions&amp;#x2F;633087&amp;#x2F;where-is-the-statement-of-deprecation-of-ifconfig-on-linux&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;serverfault.com&amp;#x2F;questions&amp;#x2F;633087&amp;#x2F;where-is-the-statem...&lt;/a&gt;&lt;p&gt;&amp;quot;Linux maintains known bugs – and actively refuses to fix them. In fact, if you attempt to fix them, Linus will curse at you, as manifest by this email.&amp;quot;&lt;p&gt;That is a bold statement but is not at all supported by the linked email. You&amp;#x27;ll see Linus cursing at a bad patch that would break something in userland, not for &amp;quot;maintaining a bug&amp;quot;. He&amp;#x27;s preventing at least two bugs (unnecessary change to behavior and ENOENT is indeed the wrong return value). I think I liked the old Linus better...&lt;p&gt;So it&amp;#x27;s a shame. I&amp;#x27;d love to read a series about BSD, but this is really just inaccurate propaganda.</text></item></parent_chain><comment><author>wtallis</author><text>&amp;gt; Furthermore it is profoundly curious to claim that a cross platform filesystem that began life on Solaris and existed for years as a stable complete work before being ported to several OS including Linux becomes by virtue of a bridge a derivative work of Linux. It&amp;#x27;s magical thinking.&lt;p&gt;It&amp;#x27;s not magical thinking. A work can be a derivative of multiple other works. It&amp;#x27;s completely plausible that adding Linux stuff to ZFS can make it a derivative work of Linux &lt;i&gt;in addition&lt;/i&gt; to being a derivative work of whatever else it is already a derivative work of. There&amp;#x27;s room for debate about how much Linux stuff (and of what nature) something like ZFS can incorporate before it becomes a derivative work according to copyright law and the GPLv2, but you cannot dismiss the idea outright.</text></comment>
37,274,559
37,272,980
1
2
37,272,611
train
<story><title>Fish – A friendly interactive shell</title><url>https://github.com/fish-shell/fish-shell</url></story><parent_chain><item><author>dinckelman</author><text>I&amp;#x27;ve used fish for about 5 years now, and I don&amp;#x27;t really wanna go back. Out of the box, without any addons at all, it does everything my old zsh setups did, with a package manager and plugins. The only change I&amp;#x27;ve made to it was spacefish (now starship.rs)</text></item></parent_chain><comment><author>LibertyBeta</author><text>Same story here. But I recently moved to Tide prompt. It&amp;#x27;s pure fish and really amazingly fast.</text></comment>
<story><title>Fish – A friendly interactive shell</title><url>https://github.com/fish-shell/fish-shell</url></story><parent_chain><item><author>dinckelman</author><text>I&amp;#x27;ve used fish for about 5 years now, and I don&amp;#x27;t really wanna go back. Out of the box, without any addons at all, it does everything my old zsh setups did, with a package manager and plugins. The only change I&amp;#x27;ve made to it was spacefish (now starship.rs)</text></item></parent_chain><comment><author>stavros</author><text>You may also want to try z, and, err... I don&amp;#x27;t have my config with me, but I have a plugin that notifies me if a long-running background command finishes, which is really handy.</text></comment>
9,173,413
9,173,179
1
2
9,172,373
train
<story><title>The new MacBook</title><url>https://www.apple.com/macbook/</url></story><parent_chain><item><author>mmastrac</author><text>USB-C as the &amp;quot;one connector to rule them all&amp;quot; is the big news. That&amp;#x27;s the end of MagSafe and the exploding era of USB-C docking stations that work for multiple devices.&lt;p&gt;I think we&amp;#x27;ll start to see an era of expandable computing coming up soon: USB-C is a perfect connector to push your data and state into a larger desktop experience. Why not carry around your laptop in tablet form when you are mobile? [1]&lt;p&gt;[1] &lt;a href=&quot;https://grack.com/blog/2015/01/16/usb-31-ara-are-the-convergence-end-game/&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;grack.com&amp;#x2F;blog&amp;#x2F;2015&amp;#x2F;01&amp;#x2F;16&amp;#x2F;usb-31-ara-are-the-converg...&lt;/a&gt;</text></item></parent_chain><comment><author>Finbarr</author><text>Seems like there are some new $79 adapters to split out the USB-C port into power, usb and av[1]&amp;#x2F;vga[2].&lt;p&gt;[1] &lt;a href=&quot;http://store.apple.com/us/product/MJ1K2AM/A/usb-c-digital-av-multiport-adapter&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;store.apple.com&amp;#x2F;us&amp;#x2F;product&amp;#x2F;MJ1K2AM&amp;#x2F;A&amp;#x2F;usb-c-digital-av...&lt;/a&gt;&lt;p&gt;[2] &lt;a href=&quot;http://store.apple.com/us/product/MJ1L2AM/A/usb-c-vga-multiport-adapter&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;store.apple.com&amp;#x2F;us&amp;#x2F;product&amp;#x2F;MJ1L2AM&amp;#x2F;A&amp;#x2F;usb-c-vga-multip...&lt;/a&gt;</text></comment>
<story><title>The new MacBook</title><url>https://www.apple.com/macbook/</url></story><parent_chain><item><author>mmastrac</author><text>USB-C as the &amp;quot;one connector to rule them all&amp;quot; is the big news. That&amp;#x27;s the end of MagSafe and the exploding era of USB-C docking stations that work for multiple devices.&lt;p&gt;I think we&amp;#x27;ll start to see an era of expandable computing coming up soon: USB-C is a perfect connector to push your data and state into a larger desktop experience. Why not carry around your laptop in tablet form when you are mobile? [1]&lt;p&gt;[1] &lt;a href=&quot;https://grack.com/blog/2015/01/16/usb-31-ara-are-the-convergence-end-game/&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;grack.com&amp;#x2F;blog&amp;#x2F;2015&amp;#x2F;01&amp;#x2F;16&amp;#x2F;usb-31-ara-are-the-converg...&lt;/a&gt;</text></item></parent_chain><comment><author>joshvm</author><text>It also looks like (finally) the complete modularisation of the power supply. You should be able to have a localised wall cable, power brick and separate USB cable to the computer. In principle this should mean an end to ridiculously overpriced power supplies (currently north of £60). It&amp;#x27;s even more galling given that they realised the cables were so poorly made that US customers have a special return program for fraying while the rest of the world doesn&amp;#x27;t - hooray for litigation culture?&lt;p&gt;The new 29W brick currently costs £40 and the 2m USB-C cable £25. Typically it&amp;#x27;s not the brick that fails, it&amp;#x27;s the poor strain relief on the laptop cable. Being able to replace just the cable with (probably) an aftermarket product is a massive step up.</text></comment>
37,850,931
37,850,259
1
3
37,848,212
train
<story><title>Starlink Direct to Cell</title><url>https://direct.starlink.com/</url></story><parent_chain><item><author>sangnoir</author><text>&amp;gt; Now we need app developers to log off their fiber-served wifi when writing messenger apps&lt;p&gt;You should try WhatsApp - there really are not many messenger choices when you have unreliable 2G(!) connectivity. For all the faults of Meta, WhatsApp seems to be the only company that cares about people with bandwidth measured in kbps, sometimes fractions thereof.</text></item><item><author>LeifCarrotson</author><text>But low-bandwidth text is all I need. I guess I won&amp;#x27;t be renewing my subscription for my InReach Mini forever (although that form factor is pretty nice).&lt;p&gt;I don&amp;#x27;t need to be able to stream Netflix when I&amp;#x27;m in the backcountry, it&amp;#x27;s just that my wife insists I need to be able to get a helicopter if I break my leg.&lt;p&gt;Now we need app developers to log off their fiber-served wifi when writing messenger apps, and log into a high-latency, low-bandwidth, high-packet-loss network instead so Messages will actually open instead of whatever it&amp;#x27;s trying to do to upload my location history and download contact pictures...</text></item><item><author>blhack</author><text>This is for very low bandwidth text communications when you&amp;#x27;re out in the country and can see the sky.&lt;p&gt;Stuff like this has existed from companies like garmin for some time. This is very cool, though.&lt;p&gt;Here is when this was announced: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=Qzli-Ww26Qs&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=Qzli-Ww26Qs&lt;/a&gt;&lt;p&gt;Pretty cool! Also kindof funny to see the TMobile CEO trying to hype people up and Elon sortof reigning it in.</text></item></parent_chain><comment><author>kelnos</author><text>&amp;gt; &lt;i&gt;For all the faults of Meta, WhatsApp seems to be the only company that cares about people with bandwidth measured in kbps, sometimes fractions thereof.&lt;/i&gt;&lt;p&gt;WhatsApp was built with low-bandwidth&amp;#x2F;high-latency&amp;#x2F;high-packet-loss in mind well before Meta acquired them.&lt;p&gt;I suppose we can give them vague amounts of credit for not making those use cases worse since the acquisition.</text></comment>
<story><title>Starlink Direct to Cell</title><url>https://direct.starlink.com/</url></story><parent_chain><item><author>sangnoir</author><text>&amp;gt; Now we need app developers to log off their fiber-served wifi when writing messenger apps&lt;p&gt;You should try WhatsApp - there really are not many messenger choices when you have unreliable 2G(!) connectivity. For all the faults of Meta, WhatsApp seems to be the only company that cares about people with bandwidth measured in kbps, sometimes fractions thereof.</text></item><item><author>LeifCarrotson</author><text>But low-bandwidth text is all I need. I guess I won&amp;#x27;t be renewing my subscription for my InReach Mini forever (although that form factor is pretty nice).&lt;p&gt;I don&amp;#x27;t need to be able to stream Netflix when I&amp;#x27;m in the backcountry, it&amp;#x27;s just that my wife insists I need to be able to get a helicopter if I break my leg.&lt;p&gt;Now we need app developers to log off their fiber-served wifi when writing messenger apps, and log into a high-latency, low-bandwidth, high-packet-loss network instead so Messages will actually open instead of whatever it&amp;#x27;s trying to do to upload my location history and download contact pictures...</text></item><item><author>blhack</author><text>This is for very low bandwidth text communications when you&amp;#x27;re out in the country and can see the sky.&lt;p&gt;Stuff like this has existed from companies like garmin for some time. This is very cool, though.&lt;p&gt;Here is when this was announced: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=Qzli-Ww26Qs&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=Qzli-Ww26Qs&lt;/a&gt;&lt;p&gt;Pretty cool! Also kindof funny to see the TMobile CEO trying to hype people up and Elon sortof reigning it in.</text></item></parent_chain><comment><author>ale42</author><text>Any idea how it compares to Signal? They should be essentially using the same protocol. I also used it with good results with slow connectivity, but never tried on bad 2G...</text></comment>
38,189,289
38,189,349
1
3
38,188,938
train
<story><title>Banning E2EE is stupid</title><url>https://github.com/davidchisnall/banning-e2ee-is-stupid</url></story><parent_chain><item><author>no_time</author><text>Arguing in good faith against the lawmakers who are perfectly aware of the the gaping holes in their own arguments is too common in this field IMO.&lt;p&gt;If we want to protect the right to encryption and (pseudo)anonimity to the degree we have it now, we have to appeal to emotion. Just like how &amp;quot;child advocacy&amp;quot; groups tried to make you into a monster if you think blanket scanning of all data on our computing devices is a bit too far gone.</text></item></parent_chain><comment><author>Cthulhu_</author><text>The challenge there is that &amp;quot;protect the children&amp;quot; and &amp;quot;terrorists&amp;quot; weigh more heavily on a moral level than &amp;quot;protect my privacy&amp;quot;.</text></comment>
<story><title>Banning E2EE is stupid</title><url>https://github.com/davidchisnall/banning-e2ee-is-stupid</url></story><parent_chain><item><author>no_time</author><text>Arguing in good faith against the lawmakers who are perfectly aware of the the gaping holes in their own arguments is too common in this field IMO.&lt;p&gt;If we want to protect the right to encryption and (pseudo)anonimity to the degree we have it now, we have to appeal to emotion. Just like how &amp;quot;child advocacy&amp;quot; groups tried to make you into a monster if you think blanket scanning of all data on our computing devices is a bit too far gone.</text></item></parent_chain><comment><author>j45</author><text>Some argue you have to appeal to lawmakers to make a law that prevents breaking encryption. Perhaps the avoidance of political engagement by tech inclined folks is contributing to or at least allowing some of this to progress a lot eaiser.&lt;p&gt;A key part of this issue is learning about the frequency with which this type of legislation is brought up over and over again and how it might be new to some not not everyone.&lt;p&gt;Perhaps bureaucracies are counting on people relatively new to encryption erosion not having context that they are far from alone.</text></comment>
35,561,709
35,553,679
1
3
35,552,378
train
<story><title>Nvidia RTX Remix Runtime Open Source Available Now</title><url>https://www.nvidia.com/en-us/geforce/news/rtx-remix-runtime-open-source-download/</url></story><parent_chain><item><author>ptato</author><text>For Morrowind it didn&amp;#x27;t just upgrade the rendering, it completely changed the aesthetic of the scene. Is that on purpose? At that point you can&amp;#x27;t call the results better, only different.</text></item></parent_chain><comment><author>jandrese</author><text>It seems like the big change is that the light sources now actually emit light so the scene becomes a lot brighter. Maybe part of the process should be turning down global illumination? That might make dark corners even more dark however, and &amp;quot;hidden&amp;quot; clues that were supposed to be difficult to see may become outright invisible.</text></comment>
<story><title>Nvidia RTX Remix Runtime Open Source Available Now</title><url>https://www.nvidia.com/en-us/geforce/news/rtx-remix-runtime-open-source-download/</url></story><parent_chain><item><author>ptato</author><text>For Morrowind it didn&amp;#x27;t just upgrade the rendering, it completely changed the aesthetic of the scene. Is that on purpose? At that point you can&amp;#x27;t call the results better, only different.</text></item></parent_chain><comment><author>mordae</author><text>It ended up looking similar to Oblivion. So I&amp;#x27;d wager a guess that it was the intended aesthetic, only limited by the older technology.&lt;p&gt;The only authority here would be the original designers.</text></comment>
32,004,520
32,004,364
1
3
32,003,266
train
<story><title>Ask HN: Why do I struggle to follow corporate meetings?</title><text>Hi HN, I&amp;#x27;ve just got out of a meeting and like almost every non-technical meeting I have next to no idea what the discussion was about.&lt;p&gt;I find a lot of non-technical meetings go something like this:&lt;p&gt;&amp;quot;Hi guys, as you might be aware [Robert Smith] of the [communications department] has recently released his [quarterly review] of our ongoing [transformation strategy]. We&amp;#x27;ve received a lot of positive feedback so far, but I wanted to give you all an opportunity to share your thoughts in this meeting. Would anyone like to go first?&amp;quot;&lt;p&gt;Then about half of the team (normally the same people) will jump into the discussion and somehow seem to know what the hell is going on.&lt;p&gt;Meanwhile I&amp;#x27;m there wondering who is this [Robert Smith] of the [communications department]? What is the [transformation strategy] and why does it need a [quarterly review]?&lt;p&gt;Occasionally someone will ask what the [transformation strategy] is, but typically it won&amp;#x27;t be answered in a way that helps me understand what&amp;#x27;s going on because even more names and departments will be dropped and the strategy itself will be described in such a vague way that it means nothing.&lt;p&gt;I guess a concrete example that comes to mind was from a place I worked previously where they would talk about their &amp;quot;omnichannel&amp;quot; strategy a lot. Whenever someone asked what &amp;quot;omnichannel&amp;quot; meant it was described in a way that seemed to mean nothing, &amp;quot;a multichannel sales strategy&amp;quot;, etc. About 6 months into the job I finally figured out we were just using it to refer to some extra functionality that we were working on that would allow customers to collect and return online orders from our regional stores. But this was never how it was referred to in corporate meetings.&lt;p&gt;Am I the only one who experiences this? I can&amp;#x27;t work out if there&amp;#x27;s a part of my brain that&amp;#x27;s missing that prevents me from understanding what&amp;#x27;s being discussed in these meetings or if this is a common experience. I&amp;#x27;m very practically minded which probably doesn&amp;#x27;t help, but I worry I&amp;#x27;m not making enough of an effort to understand what&amp;#x27;s happening in the business outside my personal bubble.&lt;p&gt;Does anyone struggle with this, or do you have any recommendations for people like me who do struggle to understand what&amp;#x27;s happening in corporate meetings?</text></story><parent_chain><item><author>anigbrowl</author><text>It&amp;#x27;s kind of deliberate. there&amp;#x27;s bullshitters, and bullshit-takers, and you are in the latter group. Setting the agenda and defining the terms is a way to exert power, in many ways far more important than any substantive outcome to the meetings. That said, quite a few managers are just high on their own supply and chasing a fashionable idea or doing a poor job of trying to explain whatever they were told in their last meeting. You don&amp;#x27;t have to assume malice.&lt;p&gt;You can try using some BS of your own; for example, say modestly &amp;#x27;I love [the strategic thing] but I&amp;#x27;ve struggled to communicate it effectively to my team. How can I make it easier for them to understand?&amp;#x27; which flatters the person running a meeting enough that they might be tempted to show off. Don&amp;#x27;t have a team? Invent one, just evoke the existence of some confused and dissatisfied co-workers who you are eager to motivate.&lt;p&gt;Keep notes on different people&amp;#x2F;ideas and give them a BS score out of 10 (nothing complicated). After a while you&amp;#x27;ll get a sense for what actually impacts productivity or business outcomes vs what&amp;#x27;s just the corporate cheer squad.</text></item></parent_chain><comment><author>PragmaticPulp</author><text>This is a painfully cynical worldview. If you find yourself in a company where management is this ineffective, get out. Or at least move to a different department where people are genuinely working together. Companies (or departments) wouldn&amp;#x27;t actually last very long if management teams were as bad as you described.&lt;p&gt;&amp;gt; Setting the agenda and defining the terms is a way to exert power, in many ways far more important than any substantive outcome to the meetings.&lt;p&gt;No, setting an agenda is a way to give people a chance to prepare for a meeting and to keep the meeting on track. A meeting with an agenda sent out ahead of time is far more efficient than a meeting where people just show up and think of things to chat about.&lt;p&gt;&amp;gt; You can try using some BS of your own&lt;p&gt;Please don&amp;#x27;t do this. Believe it or not, it&amp;#x27;s actually really easy from the management side of the table to tell when someone is just laying on the flattery and trying to say all the right things to butter people up.&lt;p&gt;Engineers who try to &amp;quot;play politics&amp;quot; usually overestimate their ability to manipulate other people and underestimate other people&amp;#x27;s ability to see right through it. You may think you&amp;#x27;re just playing the game, but I guarantee it&amp;#x27;s coming off as patronizing to the genuine employees around you. Those genuine employees are the people you need to build trust with, and these political manipulation games will only do the opposite.&lt;p&gt;&amp;gt; Don&amp;#x27;t have a team? Invent one, just evoke the existence of some confused and dissatisfied co-workers who you are eager to motivate.&lt;p&gt;Now this is pure keyboard warrior fantasy material. Doing anything resembling this will destroy your reputation at the company in short order. Chronic liars and manipulators may not be called out in public, but their negative reputation will spread quickly among people in the know.</text></comment>
<story><title>Ask HN: Why do I struggle to follow corporate meetings?</title><text>Hi HN, I&amp;#x27;ve just got out of a meeting and like almost every non-technical meeting I have next to no idea what the discussion was about.&lt;p&gt;I find a lot of non-technical meetings go something like this:&lt;p&gt;&amp;quot;Hi guys, as you might be aware [Robert Smith] of the [communications department] has recently released his [quarterly review] of our ongoing [transformation strategy]. We&amp;#x27;ve received a lot of positive feedback so far, but I wanted to give you all an opportunity to share your thoughts in this meeting. Would anyone like to go first?&amp;quot;&lt;p&gt;Then about half of the team (normally the same people) will jump into the discussion and somehow seem to know what the hell is going on.&lt;p&gt;Meanwhile I&amp;#x27;m there wondering who is this [Robert Smith] of the [communications department]? What is the [transformation strategy] and why does it need a [quarterly review]?&lt;p&gt;Occasionally someone will ask what the [transformation strategy] is, but typically it won&amp;#x27;t be answered in a way that helps me understand what&amp;#x27;s going on because even more names and departments will be dropped and the strategy itself will be described in such a vague way that it means nothing.&lt;p&gt;I guess a concrete example that comes to mind was from a place I worked previously where they would talk about their &amp;quot;omnichannel&amp;quot; strategy a lot. Whenever someone asked what &amp;quot;omnichannel&amp;quot; meant it was described in a way that seemed to mean nothing, &amp;quot;a multichannel sales strategy&amp;quot;, etc. About 6 months into the job I finally figured out we were just using it to refer to some extra functionality that we were working on that would allow customers to collect and return online orders from our regional stores. But this was never how it was referred to in corporate meetings.&lt;p&gt;Am I the only one who experiences this? I can&amp;#x27;t work out if there&amp;#x27;s a part of my brain that&amp;#x27;s missing that prevents me from understanding what&amp;#x27;s being discussed in these meetings or if this is a common experience. I&amp;#x27;m very practically minded which probably doesn&amp;#x27;t help, but I worry I&amp;#x27;m not making enough of an effort to understand what&amp;#x27;s happening in the business outside my personal bubble.&lt;p&gt;Does anyone struggle with this, or do you have any recommendations for people like me who do struggle to understand what&amp;#x27;s happening in corporate meetings?</text></story><parent_chain><item><author>anigbrowl</author><text>It&amp;#x27;s kind of deliberate. there&amp;#x27;s bullshitters, and bullshit-takers, and you are in the latter group. Setting the agenda and defining the terms is a way to exert power, in many ways far more important than any substantive outcome to the meetings. That said, quite a few managers are just high on their own supply and chasing a fashionable idea or doing a poor job of trying to explain whatever they were told in their last meeting. You don&amp;#x27;t have to assume malice.&lt;p&gt;You can try using some BS of your own; for example, say modestly &amp;#x27;I love [the strategic thing] but I&amp;#x27;ve struggled to communicate it effectively to my team. How can I make it easier for them to understand?&amp;#x27; which flatters the person running a meeting enough that they might be tempted to show off. Don&amp;#x27;t have a team? Invent one, just evoke the existence of some confused and dissatisfied co-workers who you are eager to motivate.&lt;p&gt;Keep notes on different people&amp;#x2F;ideas and give them a BS score out of 10 (nothing complicated). After a while you&amp;#x27;ll get a sense for what actually impacts productivity or business outcomes vs what&amp;#x27;s just the corporate cheer squad.</text></item></parent_chain><comment><author>734129837261</author><text>&amp;quot;I really love your strategic approach, and I think we should seamlessly impact our intrepid cloud-ready technology with another meeting to go more in depth. I would like you, or John Smith from Marketing, to restore backward-compatible partnerships between our team leads. That way we can continually seize efficient human capital. That will really synergise with our stakeholders. What do you think?&amp;quot;&lt;p&gt;And you can respond to whatever they say with a thinking nod while stroking your chin. And street-kids would say &amp;quot;bet&amp;quot;, you simply say &amp;quot;hmhm, very agile.&amp;quot;&lt;p&gt;You&amp;#x27;ll be CEO in no-time.</text></comment>
30,860,811
30,860,885
1
2
30,858,202
train
<story><title>The Uselessness of Phenylephrine</title><url>https://www.science.org/content/blog-post/uselessness-phenylephrine</url></story><parent_chain><item><author>edmundsauto</author><text>What makes you say the FDA is actively adding poison to other drugs, are there first hand sources from them? This sounds like it could also be a case where they want to lower opiate consumption, and so adding some Tylenol increases pain relief without increasing opiate intake.&lt;p&gt;I am not sure that’s wise policy, but if you don’t think Tylenol is all that bad (again, I’m not sufficiently informed to say this, but the FDA obviously thinks it’s safe), then it’s not a bad overall policy.&lt;p&gt;It sounds like it could be either situation, I’m just looking for more evidence before making up my mind. (Yes, I am aware the US government poisoned people during prohibition in this exact manner, but I dispute that has any relevance as the decision makers and cultural awareness is very different now. We’ve come a long way since the 30s)</text></item><item><author>paulmd</author><text>&amp;gt; doesn&amp;#x27;t get you high.&lt;p&gt;this is the big one. Phenyl-epinephrine doesn&amp;#x27;t work at all, it&amp;#x27;s consistently failed to outperform placebo, and the only reason it&amp;#x27;s on the market is because the FDA doesn&amp;#x27;t like pseudo-ephedrine (sudafed) because it can be used as a precursor for meth. Same reason they&amp;#x27;ve required individual blister packs for sudafed (if only there was some illicit drug which gave you the focus and drive to perform repetitive tasks for hours on end...)&lt;p&gt;Same thing for imodium. The reason all of a sudden it&amp;#x27;s in blister packs? People found a way to abuse it and the FDA is going to ruin it for the rest of us.&lt;p&gt;In the case of acetaminophen, the FDA actively uses it as a poison to &amp;quot;discourage&amp;quot; addicts from taking large doses of painkillers or cough syrup. The point is explicitly that if you take too much, you&amp;#x27;ll burn out your liver, the FDA is actively inserting poison into the medicine to &amp;quot;discourage abuse&amp;quot;.&lt;p&gt;In all of these cases, the common factor is that it makes things much more annoying or even dangerous&amp;#x2F;lethal for average people, while addicts are completely unaffected. No opiate addict in the world is going to get clean because of &lt;i&gt;individual pill blister packaging&lt;/i&gt;. Meth addicts will just pop some pills and churn through the sudafed blister packaging, etc.&lt;p&gt;I am waiting for the other shoe to drop on imodium, now that the FDA is targeting it, it can&amp;#x27;t be too long until it&amp;#x27;s behind the counter or pulled entirely. And as someone who (TMI warning) suffers from what I&amp;#x27;d term as moderately frequent IBS (never diagnosed but maybe I should) that&amp;#x27;s really going to suck for me.&lt;p&gt;The FDA is simply an instrument of drug-war policy, they&amp;#x27;re not oriented towards patient care and outcomes at all.</text></item><item><author>caymanjim</author><text>&amp;gt; OTC medicines that by current standards would not be made OTC&lt;p&gt;Acetaminophen would almost certainly be in this category, if it could even get FDA approval at all. The effective dose is dangerously close to a toxic dose that causes liver damage, and not comfortably-far from the LD50. The only reasons acetaminophen is OTC is that it&amp;#x27;s been informally grandfathered in, makes an absolute fortune for pharmaceutical companies, and doesn&amp;#x27;t get you high.</text></item><item><author>dataangel</author><text>I&amp;#x27;ve recently had to deal with the medical profession a lot more than in the past and I&amp;#x27;m finding this sort of thing everywhere. OTC medicines that by current standards would not be made OTC, &lt;i&gt;surgeries&lt;/i&gt; that are extremely common but have never had quality randomized trials, official sounding diagnoses that on inspection are actually defined as &amp;quot;we have no idea&amp;quot;, lack of consensus about how to treat some of the most common conditions in the human population (e.g. back pain), medical device approvals abusing the shortcut of being &amp;quot;substantially similar&amp;quot; to an existing device to evade regulatory scrutiny, the complete lack of enforcement of what goes in supplements... I feel like my entire understanding of the medical system in the US was a lie. We&amp;#x27;re constantly touting that we have the most advanced technology but if you have a complex condition you are likely to fall prey to multiple kinds of grift.</text></item></parent_chain><comment><author>samtho</author><text>Why can you go to the store and buy rubbing alcohol to drink? It’s primary ingredient is just ethanol. The FDA literally mandates that the ethanol is not able to be safely consumed and is cut with poison that is not easily separated from ethanol.&lt;p&gt;Similarly, cutting opioids with Tylenol is not actually intended to be a deterrent to someone who gets their hands on the pills rather it deters people involved with illicit drug manufacture and distribution from using it as a base to grind up and sell.&lt;p&gt;Tylenol is really not super safe, at least by todays approval standards. Most official sources, which unsurprisingly have a huge bias towards Tylenol’s safety, state that allergic reactions are very uncommon, but recent meta-analysis’ are beginning to uncover that mild to moderate allergic reactions to acetaminophen is more common that originally thought. It does not get reported because if you’re already feeling like crap when you take it, some mild itchiness, redness, and discomfort would not be out of the ordinary without the Tylenol. As mentioned before, the toxic dose is much too close to the effective dose, I’ve heard from medical professionals that doubling a single recommended dose on extra strength Tylenol is enough to cause long-term damage to your liver. On top of all that, the fact that it is a weak pain reliever at best would solidly put this as a drug that’s not super useful.&lt;p&gt;I have a very low opinion of how we go about drug policy in the US. I am on a very controlled medication due to a sleep disorder (that causes hypersomnia) which I cannot go off for safety reasons. I also cannot get it filled more than 24 in advance without complicated authorization procedures that must be completed in the correct order. It’s a goddamn mess and serves only as a punishment to law-abiding patients for needing this medication. It also does nothing to curb illicit use because synthesis of a more potent product is so trivial.&lt;p&gt;This is an example of poorly targeted legislation, which was put into place because it’s the only thing they could exert control over. It does not further the stated goals of drug enforcement because it’s so easy to manufacture this stuff and the resulting product is so easy to move, bad actors can simply avoid this system. While I’m spending 3 hours every month orchestrating the complicated dance of my prescription between my providers, the pharmacy, and my insurance, someone is making a batch of shake-and-bake meth in about 3 minutes.</text></comment>
<story><title>The Uselessness of Phenylephrine</title><url>https://www.science.org/content/blog-post/uselessness-phenylephrine</url></story><parent_chain><item><author>edmundsauto</author><text>What makes you say the FDA is actively adding poison to other drugs, are there first hand sources from them? This sounds like it could also be a case where they want to lower opiate consumption, and so adding some Tylenol increases pain relief without increasing opiate intake.&lt;p&gt;I am not sure that’s wise policy, but if you don’t think Tylenol is all that bad (again, I’m not sufficiently informed to say this, but the FDA obviously thinks it’s safe), then it’s not a bad overall policy.&lt;p&gt;It sounds like it could be either situation, I’m just looking for more evidence before making up my mind. (Yes, I am aware the US government poisoned people during prohibition in this exact manner, but I dispute that has any relevance as the decision makers and cultural awareness is very different now. We’ve come a long way since the 30s)</text></item><item><author>paulmd</author><text>&amp;gt; doesn&amp;#x27;t get you high.&lt;p&gt;this is the big one. Phenyl-epinephrine doesn&amp;#x27;t work at all, it&amp;#x27;s consistently failed to outperform placebo, and the only reason it&amp;#x27;s on the market is because the FDA doesn&amp;#x27;t like pseudo-ephedrine (sudafed) because it can be used as a precursor for meth. Same reason they&amp;#x27;ve required individual blister packs for sudafed (if only there was some illicit drug which gave you the focus and drive to perform repetitive tasks for hours on end...)&lt;p&gt;Same thing for imodium. The reason all of a sudden it&amp;#x27;s in blister packs? People found a way to abuse it and the FDA is going to ruin it for the rest of us.&lt;p&gt;In the case of acetaminophen, the FDA actively uses it as a poison to &amp;quot;discourage&amp;quot; addicts from taking large doses of painkillers or cough syrup. The point is explicitly that if you take too much, you&amp;#x27;ll burn out your liver, the FDA is actively inserting poison into the medicine to &amp;quot;discourage abuse&amp;quot;.&lt;p&gt;In all of these cases, the common factor is that it makes things much more annoying or even dangerous&amp;#x2F;lethal for average people, while addicts are completely unaffected. No opiate addict in the world is going to get clean because of &lt;i&gt;individual pill blister packaging&lt;/i&gt;. Meth addicts will just pop some pills and churn through the sudafed blister packaging, etc.&lt;p&gt;I am waiting for the other shoe to drop on imodium, now that the FDA is targeting it, it can&amp;#x27;t be too long until it&amp;#x27;s behind the counter or pulled entirely. And as someone who (TMI warning) suffers from what I&amp;#x27;d term as moderately frequent IBS (never diagnosed but maybe I should) that&amp;#x27;s really going to suck for me.&lt;p&gt;The FDA is simply an instrument of drug-war policy, they&amp;#x27;re not oriented towards patient care and outcomes at all.</text></item><item><author>caymanjim</author><text>&amp;gt; OTC medicines that by current standards would not be made OTC&lt;p&gt;Acetaminophen would almost certainly be in this category, if it could even get FDA approval at all. The effective dose is dangerously close to a toxic dose that causes liver damage, and not comfortably-far from the LD50. The only reasons acetaminophen is OTC is that it&amp;#x27;s been informally grandfathered in, makes an absolute fortune for pharmaceutical companies, and doesn&amp;#x27;t get you high.</text></item><item><author>dataangel</author><text>I&amp;#x27;ve recently had to deal with the medical profession a lot more than in the past and I&amp;#x27;m finding this sort of thing everywhere. OTC medicines that by current standards would not be made OTC, &lt;i&gt;surgeries&lt;/i&gt; that are extremely common but have never had quality randomized trials, official sounding diagnoses that on inspection are actually defined as &amp;quot;we have no idea&amp;quot;, lack of consensus about how to treat some of the most common conditions in the human population (e.g. back pain), medical device approvals abusing the shortcut of being &amp;quot;substantially similar&amp;quot; to an existing device to evade regulatory scrutiny, the complete lack of enforcement of what goes in supplements... I feel like my entire understanding of the medical system in the US was a lie. We&amp;#x27;re constantly touting that we have the most advanced technology but if you have a complex condition you are likely to fall prey to multiple kinds of grift.</text></item></parent_chain><comment><author>CamperBob2</author><text>&lt;i&gt;What makes you say the FDA is actively adding poison to other drugs, are there first hand sources from them?&lt;/i&gt;&lt;p&gt;&amp;quot;Not everyone thought it was a good idea to make alcohol deadly, when making it illegal hadn’t stopped drinkers, and New Jersey Senator Edward I. Edwards called it “legalized murder.” However, the Anti-Saloon League persisted, arguing that legal alcohol had killed many more in its day than denatured alcohol would kill during the transition to a teetotaling world. “The Government is under no obligation to furnish the people with alcohol that is drinkable when the Constitution prohibits it,” said advocate Wayne B. Wheeler. “The person who drinks this industrial alcohol is a deliberate suicide… To root out a bad habit costs many lives and long years of effort…”&amp;quot;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;time.com&amp;#x2F;3665643&amp;#x2F;deadly-drinking&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;time.com&amp;#x2F;3665643&amp;#x2F;deadly-drinking&amp;#x2F;&lt;/a&gt;</text></comment>
30,859,361
30,859,682
1
2
30,858,202
train
<story><title>The Uselessness of Phenylephrine</title><url>https://www.science.org/content/blog-post/uselessness-phenylephrine</url></story><parent_chain><item><author>hammock</author><text>Many Americans have difficulty obtaining ID, because they cannot afford or cannot obtain the underlying documents that are a prerequisite to obtaining government-issued photo ID card.&lt;p&gt;Underlying documents required to obtain ID cost money, a significant expense for lower-income Americans. The combined cost of document fees, travel expenses and waiting time are estimated to range from $75 to $175.&lt;p&gt;The travel required is often a major burden on people with disabilities, the elderly, or those in rural areas without access to a car or public transportation. In Texas, some people in rural areas must travel approximately 170 miles to reach the nearest ID office.</text></item><item><author>ericbarrett</author><text>Why not get a non-motorist ID card? Every US state has these; here&amp;#x27;s Washington&amp;#x27;s: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.dol.wa.gov&amp;#x2F;driverslicense&amp;#x2F;gettingidcard.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.dol.wa.gov&amp;#x2F;driverslicense&amp;#x2F;gettingidcard.html&lt;/a&gt;</text></item><item><author>techsupporter</author><text>&amp;gt; With explanation in abstract that its easier to buy meth than pseudoephedrine.&lt;p&gt;People may laugh at this, as they should since it is an absurd situation, but this isn&amp;#x27;t entirely wrong.&lt;p&gt;Neither my wife or I drive and during the pandemic she gave up her license after getting an appointment at the DOL was difficult. Both of us carry US passport cards as our ID.&lt;p&gt;This has resulted in several situations where we&amp;#x27;ve been turned down for purchasing restricted items like alcohol or drugs containing pseudoephedrine, particularly the latter, because a passport card can&amp;#x27;t be scanned by the usual point of sale systems. There are a couple of places in Seattle that are happy to accept a passport card but even at them it&amp;#x27;s sometimes been dependent on who is working the counter that day.</text></item><item><author>p_l</author><text>The lack of availability of proper pseudoephedrine in USA led to situation where there are papers describing how to turn &lt;i&gt;methamphetamine&lt;/i&gt; into pseudoephedrine, not the other way around.&lt;p&gt;With explanation in abstract that its easier to buy meth than pseudoephedrine.</text></item></parent_chain><comment><author>ericbarrett</author><text>That&amp;#x27;s true and all, but the person I was replying to already has a federal passport, which suffices for all levels of state ID.</text></comment>
<story><title>The Uselessness of Phenylephrine</title><url>https://www.science.org/content/blog-post/uselessness-phenylephrine</url></story><parent_chain><item><author>hammock</author><text>Many Americans have difficulty obtaining ID, because they cannot afford or cannot obtain the underlying documents that are a prerequisite to obtaining government-issued photo ID card.&lt;p&gt;Underlying documents required to obtain ID cost money, a significant expense for lower-income Americans. The combined cost of document fees, travel expenses and waiting time are estimated to range from $75 to $175.&lt;p&gt;The travel required is often a major burden on people with disabilities, the elderly, or those in rural areas without access to a car or public transportation. In Texas, some people in rural areas must travel approximately 170 miles to reach the nearest ID office.</text></item><item><author>ericbarrett</author><text>Why not get a non-motorist ID card? Every US state has these; here&amp;#x27;s Washington&amp;#x27;s: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.dol.wa.gov&amp;#x2F;driverslicense&amp;#x2F;gettingidcard.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.dol.wa.gov&amp;#x2F;driverslicense&amp;#x2F;gettingidcard.html&lt;/a&gt;</text></item><item><author>techsupporter</author><text>&amp;gt; With explanation in abstract that its easier to buy meth than pseudoephedrine.&lt;p&gt;People may laugh at this, as they should since it is an absurd situation, but this isn&amp;#x27;t entirely wrong.&lt;p&gt;Neither my wife or I drive and during the pandemic she gave up her license after getting an appointment at the DOL was difficult. Both of us carry US passport cards as our ID.&lt;p&gt;This has resulted in several situations where we&amp;#x27;ve been turned down for purchasing restricted items like alcohol or drugs containing pseudoephedrine, particularly the latter, because a passport card can&amp;#x27;t be scanned by the usual point of sale systems. There are a couple of places in Seattle that are happy to accept a passport card but even at them it&amp;#x27;s sometimes been dependent on who is working the counter that day.</text></item><item><author>p_l</author><text>The lack of availability of proper pseudoephedrine in USA led to situation where there are papers describing how to turn &lt;i&gt;methamphetamine&lt;/i&gt; into pseudoephedrine, not the other way around.&lt;p&gt;With explanation in abstract that its easier to buy meth than pseudoephedrine.</text></item></parent_chain><comment><author>dredmorbius</author><text>Do you have any specific citations on that?&lt;p&gt;I find it a credible claim. There was a story a few years back which made the rounds that ... turned out to be a case of fraud.&lt;p&gt;&lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;www.miamiherald.com&amp;#x2F;news&amp;#x2F;nation-world&amp;#x2F;national&amp;#x2F;article186044173.html&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;www.miamiherald.com&amp;#x2F;news&amp;#x2F;nation-world&amp;#x2F;national&amp;#x2F;articl...&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.inquirer.com&amp;#x2F;news&amp;#x2F;mark-damico-johnny-bobbitt-kate-mcclure-gofundme-guilty-20211122.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.inquirer.com&amp;#x2F;news&amp;#x2F;mark-damico-johnny-bobbitt-kat...&lt;/a&gt;&lt;p&gt;That said, given frictions of obtaining ID and necessity of having same, I could well believe that this is an issue.</text></comment>
16,771,985
16,771,376
1
3
16,768,953
train
<story><title>Walt Disney&apos;s MultiPlane Camera (1957) [video]</title><url>https://www.youtube.com/watch?v=YdHTlUGN1zw</url></story><parent_chain><item><author>fermienrico</author><text>Old instructional videos so much more informative than today’s. They’re so simple. Clear narration, simple animations, music is appropriate and minimal. They don’t overload our senses in the way modern videography does. It seems to me that everything today is optimized for the highest cognitive load - sort of similar to the “loudness war” in music, but for videos. Popular videos on YT are optimized for clicks and likes and subscribes.&lt;p&gt;For example, compare Mythbusters first season vs the last. Another example is “The secret life of Machines”; amazing BBC series on how things work.&lt;p&gt;I love old videography so much. I could watch highly technical instructional videos like this all day without fatigue. Such a great pleasure. Thank for sharing this!</text></item></parent_chain><comment><author>rangibaby</author><text>Old technical writing is the same. Check out this camera repair manual from the 80s: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.dropbox.com&amp;#x2F;s&amp;#x2F;36tlkpnrsbmszar&amp;#x2F;nikon_fe-fe2.pdf?dl=0&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.dropbox.com&amp;#x2F;s&amp;#x2F;36tlkpnrsbmszar&amp;#x2F;nikon_fe-fe2.pdf?d...&lt;/a&gt;&lt;p&gt;Clear, easy to understand. A patient person without any prior knowledge of cameras or tools could follow the instructions in here and completely disassemble and reassemble the camera as well as troubleshooting any problems with it.&lt;p&gt;I think the reason is A) there was no internet! These books and TV shows were as good as it got. No googling if you have any questions.&lt;p&gt;B) They had to appeal to a lot of people. Now the audience is bigger and everything is more niche. General TV has deteriorated to news entertainment, sports, and reality shows, because that is all anyone who watches TV now is interested in.&lt;p&gt;I was shocked at how good this segment from the &amp;quot;glory days&amp;quot; of TV was: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;youtu.be&amp;#x2F;eDw5Y8qSmBk&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;youtu.be&amp;#x2F;eDw5Y8qSmBk&lt;/a&gt;&lt;p&gt;It&amp;#x27;s interesting and well researched. They spent plenty of money doing locations etc. Network TV just isn&amp;#x27;t this good anymore.</text></comment>
<story><title>Walt Disney&apos;s MultiPlane Camera (1957) [video]</title><url>https://www.youtube.com/watch?v=YdHTlUGN1zw</url></story><parent_chain><item><author>fermienrico</author><text>Old instructional videos so much more informative than today’s. They’re so simple. Clear narration, simple animations, music is appropriate and minimal. They don’t overload our senses in the way modern videography does. It seems to me that everything today is optimized for the highest cognitive load - sort of similar to the “loudness war” in music, but for videos. Popular videos on YT are optimized for clicks and likes and subscribes.&lt;p&gt;For example, compare Mythbusters first season vs the last. Another example is “The secret life of Machines”; amazing BBC series on how things work.&lt;p&gt;I love old videography so much. I could watch highly technical instructional videos like this all day without fatigue. Such a great pleasure. Thank for sharing this!</text></item></parent_chain><comment><author>Stratoscope</author><text>If you like old instructional videos and documentaries, the Internet Archive has a bunch of them, particularly in the Prelinger Archives.&lt;p&gt;Here are a few favorites...&lt;p&gt;Private Life of a Cat (silent): &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;archive.org&amp;#x2F;details&amp;#x2F;PrivateL1947&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;archive.org&amp;#x2F;details&amp;#x2F;PrivateL1947&lt;/a&gt;&lt;p&gt;Back of the Mike: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;archive.org&amp;#x2F;details&amp;#x2F;Backofth1938&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;archive.org&amp;#x2F;details&amp;#x2F;Backofth1938&lt;/a&gt;&lt;p&gt;How a Watch Works: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;archive.org&amp;#x2F;details&amp;#x2F;HowaWatc1949&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;archive.org&amp;#x2F;details&amp;#x2F;HowaWatc1949&lt;/a&gt;&lt;p&gt;Using the Bank: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;archive.org&amp;#x2F;details&amp;#x2F;Usingthe1947&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;archive.org&amp;#x2F;details&amp;#x2F;Usingthe1947&lt;/a&gt;</text></comment>
40,197,573
40,196,751
1
2
40,195,480
train
<story><title>Open-source alternative to Heroku, Vercel, and Netlify</title><url>https://github.com/Dokploy/dokploy</url></story><parent_chain><item><author>sixhobbits</author><text>Would be great to see a comparison to some better known alternatives like&lt;p&gt;- Dokku [0]&lt;p&gt;- CapRover [1]&lt;p&gt;[0] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;dokku.com&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;dokku.com&amp;#x2F;&lt;/a&gt;&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;caprover.com&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;caprover.com&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>woudsma</author><text>It seems similar to &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;swarmlet.dev&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;swarmlet.dev&lt;/a&gt; as well (I’m the author). I’ve since abandoned the project for different reasons. Currently I’m using Dokku, and have been using it for ~8 years. It’s a lovely project and pretty mature. I would recommend Dokku to anyone who wants to do (cheap) self-hosting!</text></comment>
<story><title>Open-source alternative to Heroku, Vercel, and Netlify</title><url>https://github.com/Dokploy/dokploy</url></story><parent_chain><item><author>sixhobbits</author><text>Would be great to see a comparison to some better known alternatives like&lt;p&gt;- Dokku [0]&lt;p&gt;- CapRover [1]&lt;p&gt;[0] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;dokku.com&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;dokku.com&amp;#x2F;&lt;/a&gt;&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;caprover.com&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;caprover.com&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>rcarmo</author><text>I should add one to &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;piku.github.io&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;piku.github.io&lt;/a&gt; (spoiler - this doesn&amp;#x27;t use Docker at all)</text></comment>
20,632,823
20,632,848
1
2
20,630,319
train
<story><title>Arend: Theorem Prover Based on Homotopy Type Theory by JetBrains</title><url>https://arend-lang.github.io/</url></story><parent_chain></parent_chain><comment><author>jey</author><text>Wow, JetBrains has a whole HoTT and Dependent Types Research Group: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;research.jetbrains.org&amp;#x2F;groups&amp;#x2F;group-for-dependent-types-and-hott&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;research.jetbrains.org&amp;#x2F;groups&amp;#x2F;group-for-dependent-ty...&lt;/a&gt;</text></comment>
<story><title>Arend: Theorem Prover Based on Homotopy Type Theory by JetBrains</title><url>https://arend-lang.github.io/</url></story><parent_chain></parent_chain><comment><author>ocfnash</author><text>Wow, I am delighted to see this!&lt;p&gt;However I cannot find a precise reference for the chosen type theory.&lt;p&gt;E.g., is univalence a theorem in their type theory? I presume it is given that they say their language has &amp;quot;syntax similar to cubical type theory&amp;quot; but I could not say for sure.&lt;p&gt;What I&amp;#x27;m looking for is a reference containing the actual typing rules, like this one for Coq: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;coq.inria.fr&amp;#x2F;refman&amp;#x2F;language&amp;#x2F;cic.html#typing-rules&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;coq.inria.fr&amp;#x2F;refman&amp;#x2F;language&amp;#x2F;cic.html#typing-rules&lt;/a&gt;&lt;p&gt;rather than the syntax of the language used for building these terms.</text></comment>
28,538,598
28,538,540
1
3
28,537,707
train
<story><title>Apple blocked the FlickType Watch keyboard then announced a clone of it</title><url>https://www.inputmag.com/tech/apple-blocked-the-flicktype-watch-keyboard-then-announced-a-clone-of-it</url></story><parent_chain><item><author>throwthere</author><text>Meh. The problem is FlickType requires network access during use. The App store licensing is ok with keyboards, it&amp;#x27;s not ok with keyboards that get network access. This, Apple perceives as a major privacy issue-- one for the possibility of keylogging, but also for the broader possibility of the always-on logging that the weather apps are infamous for.&lt;p&gt;edit: Sorry, I didn&amp;#x27;t include the source, the Developer License Agreement. Here&amp;#x27;s a link (relevant section on page 23) -- &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;developer.apple.com&amp;#x2F;support&amp;#x2F;downloads&amp;#x2F;terms&amp;#x2F;apple-developer-program&amp;#x2F;Apple-Developer-Program-License-Agreement-20210607-English.pdf&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;developer.apple.com&amp;#x2F;support&amp;#x2F;downloads&amp;#x2F;terms&amp;#x2F;apple-de...&lt;/a&gt;</text></item></parent_chain><comment><author>jclardy</author><text>You’ll be surprised to know that Apple is quite fine with keyboards using network access. That is literally why the “Full Access” switch exists. Without it, the keyboard is fully sandboxed. It can receive input from the container app, but nothing can get out. It is surprisingly a user choice, something Apple will rarely give up on iOS.&lt;p&gt;The rejection was only because the app existed on the Apple Watch, and it was only rejected after the reviewer knew the new Apple watch would include the same feature (Note, you can’t use this feature on &amp;lt; 2021 apple watches, you have to pay to play.)</text></comment>
<story><title>Apple blocked the FlickType Watch keyboard then announced a clone of it</title><url>https://www.inputmag.com/tech/apple-blocked-the-flicktype-watch-keyboard-then-announced-a-clone-of-it</url></story><parent_chain><item><author>throwthere</author><text>Meh. The problem is FlickType requires network access during use. The App store licensing is ok with keyboards, it&amp;#x27;s not ok with keyboards that get network access. This, Apple perceives as a major privacy issue-- one for the possibility of keylogging, but also for the broader possibility of the always-on logging that the weather apps are infamous for.&lt;p&gt;edit: Sorry, I didn&amp;#x27;t include the source, the Developer License Agreement. Here&amp;#x27;s a link (relevant section on page 23) -- &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;developer.apple.com&amp;#x2F;support&amp;#x2F;downloads&amp;#x2F;terms&amp;#x2F;apple-developer-program&amp;#x2F;Apple-Developer-Program-License-Agreement-20210607-English.pdf&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;developer.apple.com&amp;#x2F;support&amp;#x2F;downloads&amp;#x2F;terms&amp;#x2F;apple-de...&lt;/a&gt;</text></item></parent_chain><comment><author>danachow</author><text>You’re kidding right? There is no such restriction on keyboards. How do you think the Bitmoji keyboard works?</text></comment>
10,044,868
10,044,584
1
3
10,044,047
train
<story><title>Why Not Insider Trade on Every Company?</title><url>http://www.bloombergview.com/articles/2015-08-11/why-not-insider-trade-on-every-company-</url></story><parent_chain><item><author>nostromo</author><text>It&amp;#x27;s actually still possible to perform a specific type of legal insider trading.&lt;p&gt;Example: you are an executive at E Corp and the company will announce its acquisition in two months. You had previously set up planned trades to sell x number of shares each month before then. Because the acquisition is at a premium on the current price, you will make much less money if you go forward with your trades before the announcement. So, what do you do? You cancel the trades.&lt;p&gt;Was this insider trading according to the SEC? Surprisingly, no! Even though you&amp;#x27;re profiting from insider information, the SEC rules are such that for insider trading to occur, you actually need a trade.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;SEC_Rule_10b5-1#A_possible_loophole:_canceling_plans&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;SEC_Rule_10b5-1#A_possible_loo...&lt;/a&gt;&lt;p&gt;Martha Stewart did exactly this before her company was acquired earlier this year:&lt;p&gt;&lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;ZikHCpP.jpg&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;ZikHCpP.jpg&lt;/a&gt;</text></item></parent_chain><comment><author>stcredzero</author><text>What was that about how most problems in Computer Science can be solved with an additional level of indirection? Maybe the same is true for Insider Trading? Instead of buying options on the stock of a company, use options on the stock of another company that owns options on the 1st company. Perhaps derivatives have gotten so complicated in recent years as a means of hiding insider trading? (Perhaps there are quants with Comp Sci degrees figuring out ways to make detection of insider trades an NP-Complete problem?)</text></comment>
<story><title>Why Not Insider Trade on Every Company?</title><url>http://www.bloombergview.com/articles/2015-08-11/why-not-insider-trade-on-every-company-</url></story><parent_chain><item><author>nostromo</author><text>It&amp;#x27;s actually still possible to perform a specific type of legal insider trading.&lt;p&gt;Example: you are an executive at E Corp and the company will announce its acquisition in two months. You had previously set up planned trades to sell x number of shares each month before then. Because the acquisition is at a premium on the current price, you will make much less money if you go forward with your trades before the announcement. So, what do you do? You cancel the trades.&lt;p&gt;Was this insider trading according to the SEC? Surprisingly, no! Even though you&amp;#x27;re profiting from insider information, the SEC rules are such that for insider trading to occur, you actually need a trade.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;SEC_Rule_10b5-1#A_possible_loophole:_canceling_plans&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;SEC_Rule_10b5-1#A_possible_loo...&lt;/a&gt;&lt;p&gt;Martha Stewart did exactly this before her company was acquired earlier this year:&lt;p&gt;&lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;ZikHCpP.jpg&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;ZikHCpP.jpg&lt;/a&gt;</text></item></parent_chain><comment><author>dsjoerg</author><text>That&amp;#x27;s not insider trading! That&amp;#x27;s insider cancelling!&lt;p&gt;&lt;i&gt;totally&lt;/i&gt; different</text></comment>
35,246,647
35,242,207
1
3
35,241,212
train
<story><title>Show HN: Get a Professional Headshot in Minutes with AI</title><url>https://virtualface.app</url><text>After playing with AI Avatars (like many of us I guess around here), I started to wonder if we could instead bring real value to people by producing affordable professional head-shots using a combination of Dreambooth and ControlNet.&lt;p&gt;Obviously it&amp;#x27;s only the beginning and there are still many imperfections, but the foundational tech behind this (Dreambooth and ControlNet) are only respectively 6 months and 1.5 month old, and already delivers pretty amazing results.&lt;p&gt;I came up with this little service &amp;quot;Virtual Face&amp;quot; and I&amp;#x27;m looking for feedback if some of you are willing to try it (you can use the HUNTER50 coupon to get 50% off, can&amp;#x27;t make it free to try yet since the running costs are still non-negligible).&lt;p&gt;Cheers, Pierre</text></story><parent_chain><item><author>hn_throwaway_99</author><text>I usually hate dumping on Show HNs, but given the societal impacts of this, I feel the need to be blunt. Call me old fashioned, call me a luddite, whatever, but I hate this.&lt;p&gt;So now &lt;i&gt;even our profile pictures&lt;/i&gt; aren&amp;#x27;t really us, but just some pseudo-reality version of who we think we are. And I know I know, people will argue that makeup&amp;#x2F;airbrushing&amp;#x2F;photoshop&amp;#x2F;facetune has been going on forever, but at some point I feel like we cross the line where it&amp;#x27;s no longer &amp;quot;reality with some touchups&amp;quot;, but instead it&amp;#x27;s &amp;quot;complete fantasy made to mimic reality&amp;quot;.&lt;p&gt;I just feel like AI is shooting us head first down this state where reality and fantasy are evermore difficult to differentiate, and I don&amp;#x27;t like the implications.</text></item></parent_chain><comment><author>barrell</author><text>I get the concern here, and emotionally I share it. Half of my contacts now have very strange AI avatars as their profile pictures and I still recoil a little every time I see them (the avatars). I think it&amp;#x27;s a slippery slope and I don&amp;#x27;t like where it seems to be going.&lt;p&gt;However, rationally, it&amp;#x27;s not like humanity has had picture perfect representations of themselves for very long. For most of our evolution, we relied on paintings &amp;amp; sculptures, which it was up to the artist (or the commissioner) to decide on how &amp;#x27;real&amp;#x27; they were, and they were almost always &amp;quot;complete fantasy made to mimic reality&amp;quot;.&lt;p&gt;From this lens, the use of unedited real photos of you was the strange period of time, not this AI age we seem to be headed into.&lt;p&gt;Maybe that helps put your mind a little at ease, maybe it just confuses you more (definitely the latter for me)</text></comment>
<story><title>Show HN: Get a Professional Headshot in Minutes with AI</title><url>https://virtualface.app</url><text>After playing with AI Avatars (like many of us I guess around here), I started to wonder if we could instead bring real value to people by producing affordable professional head-shots using a combination of Dreambooth and ControlNet.&lt;p&gt;Obviously it&amp;#x27;s only the beginning and there are still many imperfections, but the foundational tech behind this (Dreambooth and ControlNet) are only respectively 6 months and 1.5 month old, and already delivers pretty amazing results.&lt;p&gt;I came up with this little service &amp;quot;Virtual Face&amp;quot; and I&amp;#x27;m looking for feedback if some of you are willing to try it (you can use the HUNTER50 coupon to get 50% off, can&amp;#x27;t make it free to try yet since the running costs are still non-negligible).&lt;p&gt;Cheers, Pierre</text></story><parent_chain><item><author>hn_throwaway_99</author><text>I usually hate dumping on Show HNs, but given the societal impacts of this, I feel the need to be blunt. Call me old fashioned, call me a luddite, whatever, but I hate this.&lt;p&gt;So now &lt;i&gt;even our profile pictures&lt;/i&gt; aren&amp;#x27;t really us, but just some pseudo-reality version of who we think we are. And I know I know, people will argue that makeup&amp;#x2F;airbrushing&amp;#x2F;photoshop&amp;#x2F;facetune has been going on forever, but at some point I feel like we cross the line where it&amp;#x27;s no longer &amp;quot;reality with some touchups&amp;quot;, but instead it&amp;#x27;s &amp;quot;complete fantasy made to mimic reality&amp;quot;.&lt;p&gt;I just feel like AI is shooting us head first down this state where reality and fantasy are evermore difficult to differentiate, and I don&amp;#x27;t like the implications.</text></item></parent_chain><comment><author>peteralaoui</author><text>It&amp;#x27;s not the first time that I hear that, thanks for your radical candor :) and to be frank too, I was also sharing that feeling of a fantasy made to mimic reality when I started this project.&lt;p&gt;It all started when we started to argue with my family members on which avatars looked more like me. It made me realize that we were much more sensitive than I thought about our self-image. Me and my partner would pick different pictures in a set of 10 samples ^^ as if we had two slightly different perceptions of reality.&lt;p&gt;Now, I changed my mind slightly and tend to see these models as an another type of compression of information. Almost like a new censor of data.</text></comment>
11,723,313
11,723,140
1
2
11,722,573
train
<story><title>The TSA is a waste of money that doesn&apos;t save lives and might actually cost them</title><url>http://www.vox.com/2016/5/17/11687014/tsa-against-airport-security</url></story><parent_chain><item><author>two2two</author><text>TSA is the number one reason why I don&amp;#x27;t fly and drive instead. From my POV most of the world&amp;#x27;s industries have progressed positively, but not air travel. I took a train a couple of years ago and it was a beautiful example of old merging with new. Walking through an antique of a train station, iPhone in hand, with my digital ticket ready to board; so easy and pleasant.&lt;p&gt;At that point I realized that air travel is by far the worst traveling experience money can pay for.&lt;p&gt;If an alternative airport wanted to do things a little different, such as &amp;quot;fly at your own risk&amp;quot; &amp;quot;no lifeguard on duty&amp;quot;, aka no TSA b.s., I&amp;#x27;d happily take the &amp;quot;at your own risk&amp;quot; option rather than the TSA controlled situation we&amp;#x27;re subjected to currently.</text></item></parent_chain><comment><author>cloudjacker</author><text>I arrive at the airport in a Lyft.&lt;p&gt;I walk up to the security checkpoint checkpoint, where I show the agent my phone. They see my boarding pass with the green checkmark and send me to the empty TSA Pre line.&lt;p&gt;I walk through the metal detector with no adjustments to my attire.&lt;p&gt;I am at the gate in 5 minutes.&lt;p&gt;I like how trains basically let you show up last minute, and a 3 hour train ride actually means a 3 hour train ride, compared to airport, checkpoints and boarding time, possibly waiting on the runway, and air time.&lt;p&gt;But you really just need to upgrade your travel accommodations to make your airport experience more seamless.</text></comment>
<story><title>The TSA is a waste of money that doesn&apos;t save lives and might actually cost them</title><url>http://www.vox.com/2016/5/17/11687014/tsa-against-airport-security</url></story><parent_chain><item><author>two2two</author><text>TSA is the number one reason why I don&amp;#x27;t fly and drive instead. From my POV most of the world&amp;#x27;s industries have progressed positively, but not air travel. I took a train a couple of years ago and it was a beautiful example of old merging with new. Walking through an antique of a train station, iPhone in hand, with my digital ticket ready to board; so easy and pleasant.&lt;p&gt;At that point I realized that air travel is by far the worst traveling experience money can pay for.&lt;p&gt;If an alternative airport wanted to do things a little different, such as &amp;quot;fly at your own risk&amp;quot; &amp;quot;no lifeguard on duty&amp;quot;, aka no TSA b.s., I&amp;#x27;d happily take the &amp;quot;at your own risk&amp;quot; option rather than the TSA controlled situation we&amp;#x27;re subjected to currently.</text></item></parent_chain><comment><author>CheckHook</author><text>&amp;gt; iPhone in hand, with my digital ticket ready to board; so easy and pleasant.&lt;p&gt;Most airlines provide the same digital boarding passes, I often travel with my pass added to Apple Wallet.&lt;p&gt;&amp;gt; If an alternative airport wanted to do things a little different, such as &amp;quot;fly at your own risk&amp;quot; &amp;quot;no lifeguard on duty&amp;quot;, aka no TSA b.s., I&amp;#x27;d happily take the &amp;quot;at your own risk&amp;quot; option rather than the TSA controlled situation we&amp;#x27;re subjected to currently.&lt;p&gt;The problem here is that it&amp;#x27;s not just &amp;quot;your own risk&amp;quot; if that plane is directed at a populated area.</text></comment>
14,248,835
14,246,373
1
3
14,246,120
train
<story><title>Steve Singh will become Docker’s new CEO</title><url>https://blog.docker.com/2017/05/introducing-docker-new-ceo/</url></story><parent_chain><item><author>tyingq</author><text>My kneejerk reaction is that a senior leader from Concur, then SAP, is going to buzzword bingo and &amp;quot;enterprisify&amp;quot; docker into something very different. That&amp;#x27;s probably not fair though. Concur is a pretty big success story, sold for $8B, and it appears some good decisions drove that.</text></item></parent_chain><comment><author>ralfn</author><text>&amp;gt;&amp;quot;enterprisify&amp;quot; docker into something very different. That&amp;#x27;s probably not fair though.&lt;p&gt;But that&amp;#x27;s actually the industry containers are good for. Enterprise. Predictability trumps costs. The flaws of docker may over time get fixed. It&amp;#x27;s the small companies and startups that are making a fool of themselves by pretending they extract any kind of value out of docker.&lt;p&gt;Imagine a large 100+ man software project that spans two years and involves four different organisations collaborating. There are at least 100+ non-technical &amp;#x27;knowledge workers&amp;#x27; interacting with this process. The people have the intent of &amp;#x27;not being responsible for anything&amp;#x27;, but establishing their position&amp;#x2F;role so their cost&amp;#x2F;budget is validated. You know, the typical large-scale Oracle&amp;#x2F;Cap-Gemini&amp;#x2F;IBM clusterfuck of incompetence.&lt;p&gt;But that&amp;#x27;s the secret! They aren&amp;#x27;t incompetent at all (as organisations). They sell something no-one else sells. They sell predictability.&lt;p&gt;Because for all what it&amp;#x27;s worth: they don&amp;#x27;t make huge architectural fuck ups. They make their deadline. And they are able to deliver something, even with this many stakeholders pissing all over the project from any direction.&lt;p&gt;For them, docker is brilliant. It standardizes something. It doesn&amp;#x27;t do it very well, but that doesn&amp;#x27;t matter. They aren&amp;#x27;t in a low-margin world. &amp;quot;Docker isn&amp;#x27;t really secure, you really should run every docker image in a separate VM&amp;quot;. Sure. These sort of people are paying 500-1000 per instance anyway. No one cares. Coordinating devops with this many stakeholders, now _thats_ expensive.&lt;p&gt;The quality of the actual technology (much like on the web itself) is initially irrelevant. The value is in the fact there&amp;#x27;s a contract. A standard. Docker is a bad implementation of reasonable idea. The question isn&amp;#x27;t if it&amp;#x27;s a good technical choice. No, it&amp;#x27;s not. But it&amp;#x27;s organisational and economically more compatible with the rest of world.&lt;p&gt;And you know what? At least those enterprise idiots will run JVM instances on their docker images, so if they need more than three servers it&amp;#x27;s not because they are incompetent (like every startup wasting their time on cloud orchestration stuff). At least when they pay the price in complexity for building something scalable it&amp;#x27;s because they actually need something scalable.</text></comment>
<story><title>Steve Singh will become Docker’s new CEO</title><url>https://blog.docker.com/2017/05/introducing-docker-new-ceo/</url></story><parent_chain><item><author>tyingq</author><text>My kneejerk reaction is that a senior leader from Concur, then SAP, is going to buzzword bingo and &amp;quot;enterprisify&amp;quot; docker into something very different. That&amp;#x27;s probably not fair though. Concur is a pretty big success story, sold for $8B, and it appears some good decisions drove that.</text></item></parent_chain><comment><author>vertex-four</author><text>Docker has been targeting enterprise use cases for a good while now. Frankly, aside from in development, it&amp;#x27;s not terribly useful until you get to a certain scale which requires a certain development model (complete separation of application and storage, different teams managing different components, etc).</text></comment>
27,326,513
27,326,164
1
2
27,326,243
train
<story><title>ProtonMail includes Google Recaptcha for login</title><url>https://github.com/ProtonMail/WebClient/issues/242</url></story><parent_chain><item><author>IAmGraydon</author><text>Try to register a new Protonmail email address normally and you can do so without supplying too much information. Try to do so through Tor, and you will not be able to proceed without “verifying” the account with a phone number. This pattern (they want either your IP or a phone number) tells me they’re likely interested in tying accounts to real identities and shouldn’t be trusted with anything private. I would even go so far as to suspect Protonmail of being a honeypot. Oh…I’ll just leave this here:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;privacy-watchdog.io&amp;#x2F;truth-about-protonmail&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;privacy-watchdog.io&amp;#x2F;truth-about-protonmail&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>nexuist</author><text>&amp;gt; they’re likely interested in tying accounts to real identities&lt;p&gt;I don&amp;#x27;t think it means they&amp;#x27;re interested in tying accounts to a &lt;i&gt;specific&lt;/i&gt; identity, just &lt;i&gt;an&lt;/i&gt; identity, to prevent bots or bad actors from signing up for thousands of accounts. This is a necessary reality of being an email provider. If you do not police your outbound mail then other mail servers will block or auto-junk your users&amp;#x27; messages.&lt;p&gt;There is no way to preserve privacy while also not becoming a festering ground for Viagra spam mail.</text></comment>
<story><title>ProtonMail includes Google Recaptcha for login</title><url>https://github.com/ProtonMail/WebClient/issues/242</url></story><parent_chain><item><author>IAmGraydon</author><text>Try to register a new Protonmail email address normally and you can do so without supplying too much information. Try to do so through Tor, and you will not be able to proceed without “verifying” the account with a phone number. This pattern (they want either your IP or a phone number) tells me they’re likely interested in tying accounts to real identities and shouldn’t be trusted with anything private. I would even go so far as to suspect Protonmail of being a honeypot. Oh…I’ll just leave this here:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;privacy-watchdog.io&amp;#x2F;truth-about-protonmail&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;privacy-watchdog.io&amp;#x2F;truth-about-protonmail&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>gloriousternary</author><text>I&amp;#x27;m not saying you&amp;#x27;re wrong, but that particular source is well known for making big claims with insufficient evidence, and it reads like it was written by a conspiracy theorist. Many of the author&amp;#x27;s claims have already been (imo, pretty solidly) refuted by Proton.&lt;p&gt;Disclaimer: using protonmail until my current subscription runs out, then selfhosting</text></comment>
32,074,507
32,074,427
1
2
32,070,661
train
<story><title>Nikon to stop making SLR cameras and focus on mirrorless models?</title><url>https://asia.nikkei.com/Business/Business-trends/Nikon-to-stop-making-SLR-cameras-and-focus-on-mirrorless-models</url></story><parent_chain><item><author>vparikh</author><text>The mirror box &amp;#x2F; pentaprism combo is not required. DSLR cameras were built as the technology did not exist to eliminate them. Now that processor, LCD and AF systems have caught up, the SLR is redundant.&lt;p&gt;The primary advantage of the SLR was that you can see the image as the lens is framing the image - a huge improvement over rangefinder systems (such as the Leica M). This allowed the use of super telephoto, wide angle, macro and tilt shift lenses to be much easer. The primary downside of the SLR was that it did not show you how the exposure was going to be recored on the film or digital sensor.&lt;p&gt;The mirrorless system eliminates that and now lets you see precisely how the image is framed as well as how it is exposed in real time *without* taking the image as the LCD and viewfinder are constantly reading from sensor. In addition you gain the possibility to handhold at much lower shutter speeds due to the mirror slap being removed and the on board sensor shift stabilization systems. DSLRs couldn&amp;#x27;t do this and relied on lens based solutions (Olympus &amp;amp; Pentax did have sensor shift stabilization, but it was niche and the market leaders Nikon &amp;amp; Canon relied on lens based stabilization). Another advantage is that with the removal of the mirror box, you can have short flange distances allowing new lens designs and lens interoperability. Nikon has the shortest flange distance in the industry and has support for just about every other lens mount out their (though through third party adapters - some with full AF capability also).&lt;p&gt;So the DSLR, except for maybe a few niche cases is old technology that is superseded in every single way. The interesting thing will be to see how the new mirrorless cameras effect the UI and ergonomics of the camera systems. So far, the pro level systems (Z9, R5, etc..) are all still for the most part using the DSLR form factor. Especially Nikon. I actually like this, but lets see what the future holds.</text></item></parent_chain><comment><author>vngzs</author><text>I spent some time doing press photography for concerts and couldn&amp;#x27;t imagine shooting mirrorless during a show. High-action environments demand super low-latency, high-resolution viewfinders. No mirrorless I&amp;#x27;ve handled so far can keep up with an optical SLR. And the crummy digital viewfinders make low-light manual focus into a painful chore.&lt;p&gt;The closest thing I&amp;#x27;ve found is the Fujifilm X-Pro 3&amp;#x27;s &amp;quot;hybrid&amp;quot; viewfinder. It has a Leica-style rangefinder that can, with the flip of a switch, convert into a digital image like every other mirrorless. It can even overlay the frame and a digital focus preview onto the analog image in the rangefinder as you move it around. It&amp;#x27;s not useful for concerts - the 23.5x15.6mm sensor is too small - but I photographed some of the the 2020 protests in NYC and the extra field of view in the rangefinder is actually an advantage in that kind of hectic environment.</text></comment>
<story><title>Nikon to stop making SLR cameras and focus on mirrorless models?</title><url>https://asia.nikkei.com/Business/Business-trends/Nikon-to-stop-making-SLR-cameras-and-focus-on-mirrorless-models</url></story><parent_chain><item><author>vparikh</author><text>The mirror box &amp;#x2F; pentaprism combo is not required. DSLR cameras were built as the technology did not exist to eliminate them. Now that processor, LCD and AF systems have caught up, the SLR is redundant.&lt;p&gt;The primary advantage of the SLR was that you can see the image as the lens is framing the image - a huge improvement over rangefinder systems (such as the Leica M). This allowed the use of super telephoto, wide angle, macro and tilt shift lenses to be much easer. The primary downside of the SLR was that it did not show you how the exposure was going to be recored on the film or digital sensor.&lt;p&gt;The mirrorless system eliminates that and now lets you see precisely how the image is framed as well as how it is exposed in real time *without* taking the image as the LCD and viewfinder are constantly reading from sensor. In addition you gain the possibility to handhold at much lower shutter speeds due to the mirror slap being removed and the on board sensor shift stabilization systems. DSLRs couldn&amp;#x27;t do this and relied on lens based solutions (Olympus &amp;amp; Pentax did have sensor shift stabilization, but it was niche and the market leaders Nikon &amp;amp; Canon relied on lens based stabilization). Another advantage is that with the removal of the mirror box, you can have short flange distances allowing new lens designs and lens interoperability. Nikon has the shortest flange distance in the industry and has support for just about every other lens mount out their (though through third party adapters - some with full AF capability also).&lt;p&gt;So the DSLR, except for maybe a few niche cases is old technology that is superseded in every single way. The interesting thing will be to see how the new mirrorless cameras effect the UI and ergonomics of the camera systems. So far, the pro level systems (Z9, R5, etc..) are all still for the most part using the DSLR form factor. Especially Nikon. I actually like this, but lets see what the future holds.</text></item></parent_chain><comment><author>jjav</author><text>&amp;gt; So the DSLR, except for maybe a few niche cases is old technology that is superseded in every single way.&lt;p&gt;This is a one-sided comment, as you describe the advantages of mirrorless but don&amp;#x27;t discuss the significant disadvantages.&lt;p&gt;With mirrorless you don&amp;#x27;t see through the optical lens, you&amp;#x27;re always looking at an LCD even on the viewfinder. This is not a good thing, it means the camera is always consuming battery. With a DSLR battry life is measured in months (I go on vacations and don&amp;#x27;t even bother bringing a charger) since the camera doesn&amp;#x27;t need to consume any power most of the time.</text></comment>
18,244,151
18,243,276
1
2
18,243,163
train
<story><title>Journal raises $1.5M to bring Google-like search to your personal life</title><url>https://techcrunch.com/2018/10/16/journal-raises-1-5-million-to-bring-google-like-search-to-your-personal-life/</url></story><parent_chain></parent_chain><comment><author>raesene9</author><text>The challenge, for me, with a service like this is security. To effectively search all of my personal information, this service will need creds to see all of my personal data.&lt;p&gt;That makes this service a tempting target for attackers.&lt;p&gt;From an initial read through the ToS and Privacy Policy I don&amp;#x27;t get the impression that they&amp;#x27;re going for a zero-knowledge model where data is processed on a client, so that means that their server-side apps will need to access&amp;#x2F;process my personal data as part of provision of the service.&lt;p&gt;Now I have no reason to doubt their committment to security, however I also don&amp;#x27;t have a great deal of information that would allow me to say &amp;quot;yep this looks like somewhere I want to trust with all my personal details&amp;quot;&lt;p&gt;One recommendation I would make to the team, is provide a bit more information about the steps you&amp;#x27;re taking to secure data processed on this service and also talk about the third party assurance that you&amp;#x27;re getting over those controls.&lt;p&gt;Also (personal peeve perhaps) but that bit on the front page about &amp;quot;industry standard encryption&amp;quot; isn&amp;#x27;t really useful. TLS won&amp;#x27;t save me if the web app. has SQL Injection :)</text></comment>
<story><title>Journal raises $1.5M to bring Google-like search to your personal life</title><url>https://techcrunch.com/2018/10/16/journal-raises-1-5-million-to-bring-google-like-search-to-your-personal-life/</url></story><parent_chain></parent_chain><comment><author>samiur1204</author><text>Hi guys,&lt;p&gt;Samiur from Journal here (&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;usejournal.com&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;usejournal.com&lt;/a&gt;). We started Journal with the goal of reducing information overload, and to see what would be possible if our knowledge  -  about people, projects, and ideas -  was connected and easily accessible.&lt;p&gt;We think of what we&amp;#x27;re building as a new kind of journal. You write notes in it, save interesting links, and drop in important documents and messages for later. When you need something, ask Journal, and it helps you find it.&lt;p&gt;Eventually, we see it becoming a connected home to gather and share knowledge. You use the best services for issues, documents, messaging and more — and Journal ties them all together. We currently support integrations to Google (Gmail, Calendar, Drive) Slack, Dropbox (Files and Paper), Evernote, Pocket, and Atlassian (Jira and Confluence).&lt;p&gt;We&amp;#x27;re coming out of community beta today, and would love to hear your feedback!&lt;p&gt;If you&amp;#x27;d like an early access code, please reply to this comment.</text></comment>
25,977,301
25,976,842
1
2
25,975,110
train
<story><title>CDC website built by Deloitte at a cost of $44M is abandoned due to bugs</title><url>https://www.technologyreview.com/2021/01/30/1017086/cdc-44-million-vaccine-data-vams-problems/</url></story><parent_chain><item><author>nataz</author><text>Ha, I&amp;#x27;m currently a federal government program manager, so I am thinking about it from the government&amp;#x27;s side right now.&lt;p&gt;I&amp;#x27;ve also been a consultant cog in a mega-corp and run my own small consulting business, so I&amp;#x27;ve seen it from both sides.&lt;p&gt;Tech folks underestimate non tech challenges (basically anything outside of their domain), and clients don&amp;#x27;t actually know what they want. It&amp;#x27;s an age old problem in lots of industries.</text></item><item><author>eigenvector</author><text>Now think of the problem in reverse, from the government&amp;#x27;s side. Why are they contracting it out when all of the most difficult aspects involve integrating with government systems, policies and personnel - things that government already knows how to do?&lt;p&gt;&amp;quot;Because we don&amp;#x27;t have the expertise to do software development.&amp;quot;&lt;p&gt;The comments in this thread, which I fully agree with by the way, just cement my belief that if government wants to deliver high-quality IT projects they need to start developing the expertise to do it in-house.</text></item><item><author>nataz</author><text>This guy gets it. Development is literally the simplest part of the problem set.&lt;p&gt;The intersection of domain expertise, contracting&amp;#x2F;procurement creativity, and technical evaluation is the tough part to wrangle. Getting to the point where development can start is 95% of the battle in my experience.&lt;p&gt;Not to trivialize the actual development portion of the project, but most missteps happen early, dooming projects before anyone sits down to code.</text></item><item><author>mdorazio</author><text>These contracts are generally bloated, but if you&amp;#x27;ve never seen how a $10M+ contract for things like this works you&amp;#x27;re probably thinking about it wrong. The actual development piece is a pretty small portion of the overall work. The bulk of it is figuring out all the requirements, wrangling legacy systems and data into some kind of shape that can either be interfaced with or imported, documentation, support (including phone), client hand-holding, etc. Yes it&amp;#x27;s a lot of overhead, but this isn&amp;#x27;t a run of the mill green-field SaaS app a few 22 year olds can crank out in a few weeks.</text></item><item><author>didibus</author><text>I just don&amp;#x27;t understand these software deals, the price is so high. At 44 million, you can hire 146 engineers each paid 300k for a full year. Trust me, you need much less to build something like this, and there&amp;#x27;s no excuse for it to suck so bad.&lt;p&gt;I&amp;#x27;m also curious, anyone know where the development actually happened? Did Deloitte further subcontracted out? Was it outsourced?</text></item></parent_chain><comment><author>TheColorYellow</author><text>I work in a similar sector but have a strong belief that the software delivery can and should become a capability that occurs within the government.&lt;p&gt;They should be diligent in what capabilities they choose to support. And ruthless in continually developing and pivoting these capabilities.&lt;p&gt;This is true of any large organization or enterprise that operates in a software enabled domain, so yes, most industries. The idea that software development is too difficult and should only be contracted out to fleety consultants is one that needs to be properly put to rest.&lt;p&gt;And to be clear, I&amp;#x27;m not saying that consultants have no place. But for the type of technology and delivery as required by the project in the OP - there&amp;#x27;s no excuse.</text></comment>
<story><title>CDC website built by Deloitte at a cost of $44M is abandoned due to bugs</title><url>https://www.technologyreview.com/2021/01/30/1017086/cdc-44-million-vaccine-data-vams-problems/</url></story><parent_chain><item><author>nataz</author><text>Ha, I&amp;#x27;m currently a federal government program manager, so I am thinking about it from the government&amp;#x27;s side right now.&lt;p&gt;I&amp;#x27;ve also been a consultant cog in a mega-corp and run my own small consulting business, so I&amp;#x27;ve seen it from both sides.&lt;p&gt;Tech folks underestimate non tech challenges (basically anything outside of their domain), and clients don&amp;#x27;t actually know what they want. It&amp;#x27;s an age old problem in lots of industries.</text></item><item><author>eigenvector</author><text>Now think of the problem in reverse, from the government&amp;#x27;s side. Why are they contracting it out when all of the most difficult aspects involve integrating with government systems, policies and personnel - things that government already knows how to do?&lt;p&gt;&amp;quot;Because we don&amp;#x27;t have the expertise to do software development.&amp;quot;&lt;p&gt;The comments in this thread, which I fully agree with by the way, just cement my belief that if government wants to deliver high-quality IT projects they need to start developing the expertise to do it in-house.</text></item><item><author>nataz</author><text>This guy gets it. Development is literally the simplest part of the problem set.&lt;p&gt;The intersection of domain expertise, contracting&amp;#x2F;procurement creativity, and technical evaluation is the tough part to wrangle. Getting to the point where development can start is 95% of the battle in my experience.&lt;p&gt;Not to trivialize the actual development portion of the project, but most missteps happen early, dooming projects before anyone sits down to code.</text></item><item><author>mdorazio</author><text>These contracts are generally bloated, but if you&amp;#x27;ve never seen how a $10M+ contract for things like this works you&amp;#x27;re probably thinking about it wrong. The actual development piece is a pretty small portion of the overall work. The bulk of it is figuring out all the requirements, wrangling legacy systems and data into some kind of shape that can either be interfaced with or imported, documentation, support (including phone), client hand-holding, etc. Yes it&amp;#x27;s a lot of overhead, but this isn&amp;#x27;t a run of the mill green-field SaaS app a few 22 year olds can crank out in a few weeks.</text></item><item><author>didibus</author><text>I just don&amp;#x27;t understand these software deals, the price is so high. At 44 million, you can hire 146 engineers each paid 300k for a full year. Trust me, you need much less to build something like this, and there&amp;#x27;s no excuse for it to suck so bad.&lt;p&gt;I&amp;#x27;m also curious, anyone know where the development actually happened? Did Deloitte further subcontracted out? Was it outsourced?</text></item></parent_chain><comment><author>rorykoehler</author><text>I’ve been working in enterprise&amp;#x2F;government sector for a few years now and my observation is that they need to focus on better systems design. Everything is too convoluted. Trying to make the software fit the poorly thought out and implemented legacy ERP design from yesteryear is where most of the money is wasted.</text></comment>
23,350,149
23,349,573
1
2
23,345,837
train
<story><title>Magic Leap CEO Rony Abovitz Is Out</title><url>https://techcrunch.com/2020/05/28/magic-leap-ceo-rony-abovitz-is-out/</url></story><parent_chain><item><author>alangibson</author><text>In my office there are several sets from Oculus, ML, etc. Every time one shows up, it goes like this: everyone stands around and has a go at it, then it is never touched again.&lt;p&gt;That&amp;#x27;s basically the state of VR and AR as it exists today.</text></item></parent_chain><comment><author>Lewton</author><text>I organized a vr party recently with my old beat up vive and people played keep talking and nobody explodes for 6 hours in a row&lt;p&gt;That’s the state of VR today.&lt;p&gt;Whenever I do VR as a social activity there’s never anyone leaving unsatisfied. And I’ve “sold” plenty of headsets that I hear reports about still getting regular use several years later&lt;p&gt;And now with oculus quest it’s an even easier sell&lt;p&gt;Every time there’s any vr related post on HN, the most upvoted comment is about VR being dead tech, all the while oculus and valve have their headsets on constant back-order&lt;p&gt;Maybe consider that you’re not the target audience</text></comment>
<story><title>Magic Leap CEO Rony Abovitz Is Out</title><url>https://techcrunch.com/2020/05/28/magic-leap-ceo-rony-abovitz-is-out/</url></story><parent_chain><item><author>alangibson</author><text>In my office there are several sets from Oculus, ML, etc. Every time one shows up, it goes like this: everyone stands around and has a go at it, then it is never touched again.&lt;p&gt;That&amp;#x27;s basically the state of VR and AR as it exists today.</text></item></parent_chain><comment><author>tashoecraft</author><text>Because who sits around at work on a vr headset? Vr is inherently anti (local) social. Vr is fantastic for certain things right now, sim racing being the one I’m familiar with, that it completely blows away any alternative.&lt;p&gt;The big issue I’ve found is the UX and software is atrocious. Things are not intuitive, there’s walled gardens (f you oculus). I’ve had so many moments of knowing what I want to do, but being totally unable to figure out how to do it.&lt;p&gt;I’ll be excited once Apple enters space to figure out a bunch of this stuff and the rest of the field can just copy them.</text></comment>
15,553,754
15,553,730
1
3
15,551,968
train
<story><title>No, of that I&apos;m innocent</title><url>https://scobleizer.blog/2017/10/25/no-of-that-im-innocent-sexual-harassment-assault-accusations/</url></story><parent_chain><item><author>astura</author><text>I&amp;#x27;ll preface this with, I don&amp;#x27;t know who this guy is and this is the first time I heard anything about this, I am unfamiliar with the allegations.&lt;p&gt;I am just absolutely shocked by this&lt;p&gt;&amp;gt;I don’t have employees, I don’t cut checks for investment. None of the women who came forward were ever in a position where I could make or break their careers. Sexual Harassment requires that I have such power.&lt;p&gt;JFC, does anyone actually believe this? This is absolutely... Shocking. Disturbing... I have no words...&lt;p&gt;Shouldn&amp;#x27;t he have consulted with the EEOC before making such a bold statement?&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.eeoc.gov&amp;#x2F;laws&amp;#x2F;types&amp;#x2F;sexual_harassment.cfm&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.eeoc.gov&amp;#x2F;laws&amp;#x2F;types&amp;#x2F;sexual_harassment.cfm&lt;/a&gt;&lt;p&gt;&amp;gt;The harasser can be the victim&amp;#x27;s supervisor, a supervisor in another area, a co-worker, or someone who is not an employee of the employer, such as a client or customer.&lt;p&gt;It just makes it seem like he has no idea what appropriate behavior is at all. Really takes away from his credibility. Makes me think he&amp;#x27;s a &lt;i&gt;total creep&lt;/i&gt; but thinks it&amp;#x27;s other people who are the problem.&lt;p&gt;Also, it stood out to me it seems odd that he used &amp;quot;sexual harassment&amp;quot; as a proper noun.</text></item></parent_chain><comment><author>openmosix</author><text>The problem is, he is one of the MOST influential people in the tech ecosystem. Yes, he is a &amp;quot;blogger&amp;quot;, but in many cases he could make or break a product, a startup or a career. A friend of mine startup was noticed (and acquired) by Facebook because Scoble started blogging about it and that came to the attention of Zuckerberg.&lt;p&gt;This guy leaves and breathes in tech conferences, as he is a regular invited speaker&amp;#x2F;guest. I&amp;#x27;m sure he had to see, read a million of &amp;quot;code of conducts&amp;quot;. The fact he claims &amp;quot;I have no employees... I have no power&amp;quot; is...disgusting.</text></comment>
<story><title>No, of that I&apos;m innocent</title><url>https://scobleizer.blog/2017/10/25/no-of-that-im-innocent-sexual-harassment-assault-accusations/</url></story><parent_chain><item><author>astura</author><text>I&amp;#x27;ll preface this with, I don&amp;#x27;t know who this guy is and this is the first time I heard anything about this, I am unfamiliar with the allegations.&lt;p&gt;I am just absolutely shocked by this&lt;p&gt;&amp;gt;I don’t have employees, I don’t cut checks for investment. None of the women who came forward were ever in a position where I could make or break their careers. Sexual Harassment requires that I have such power.&lt;p&gt;JFC, does anyone actually believe this? This is absolutely... Shocking. Disturbing... I have no words...&lt;p&gt;Shouldn&amp;#x27;t he have consulted with the EEOC before making such a bold statement?&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.eeoc.gov&amp;#x2F;laws&amp;#x2F;types&amp;#x2F;sexual_harassment.cfm&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.eeoc.gov&amp;#x2F;laws&amp;#x2F;types&amp;#x2F;sexual_harassment.cfm&lt;/a&gt;&lt;p&gt;&amp;gt;The harasser can be the victim&amp;#x27;s supervisor, a supervisor in another area, a co-worker, or someone who is not an employee of the employer, such as a client or customer.&lt;p&gt;It just makes it seem like he has no idea what appropriate behavior is at all. Really takes away from his credibility. Makes me think he&amp;#x27;s a &lt;i&gt;total creep&lt;/i&gt; but thinks it&amp;#x27;s other people who are the problem.&lt;p&gt;Also, it stood out to me it seems odd that he used &amp;quot;sexual harassment&amp;quot; as a proper noun.</text></item></parent_chain><comment><author>donohoe</author><text>If I&amp;#x27;m reading it right, is he saying he is not a &amp;quot;sexual harasser&amp;quot; as opposed to just a simple &amp;quot;sexual assaulter&amp;quot;!?&lt;p&gt;He should have taken his lawyers advice.</text></comment>
40,367,811
40,367,777
1
2
40,363,273
train
<story><title>Jan Leike Resigns from OpenAI</title><url>https://twitter.com/janleike/status/1790603862132596961</url></story><parent_chain><item><author>jvanderbot</author><text>My honest-to-god guess is that it just seemed like a needless cost center in a growing business, so there was pressure against them doing the work they wanted to do.&lt;p&gt;I&amp;#x27;m guessing, but OpenAI probably wants to start monetizing, and doesn&amp;#x27;t feel like they are going to hit a superintelligence, not really. That may have been the goal originally.</text></item><item><author>kamikaz1k</author><text>who is this and why is it important? [1]&lt;p&gt;super-alignment co-lead with Ilya (who resigned yesterday)&lt;p&gt;what is super alignment? [2]&lt;p&gt;&amp;gt; We need scientific and technical breakthroughs to steer and control AI systems much smarter than us. Our goal is to solve the core technical challenges of superintelligence alignment by 2027.&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;jan.leike.name&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;jan.leike.name&amp;#x2F;&lt;/a&gt; [2] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;openai.com&amp;#x2F;superalignment&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;openai.com&amp;#x2F;superalignment&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>hollerith</author><text>&amp;gt;it just seemed like a needless cost center in a growing business&lt;p&gt;To some of us, that sounds like, &amp;quot;Fire all the climate scientists because they are needless cost center distracting us from the noble goal of burning as much fossil fuel as possible.&amp;quot;</text></comment>
<story><title>Jan Leike Resigns from OpenAI</title><url>https://twitter.com/janleike/status/1790603862132596961</url></story><parent_chain><item><author>jvanderbot</author><text>My honest-to-god guess is that it just seemed like a needless cost center in a growing business, so there was pressure against them doing the work they wanted to do.&lt;p&gt;I&amp;#x27;m guessing, but OpenAI probably wants to start monetizing, and doesn&amp;#x27;t feel like they are going to hit a superintelligence, not really. That may have been the goal originally.</text></item><item><author>kamikaz1k</author><text>who is this and why is it important? [1]&lt;p&gt;super-alignment co-lead with Ilya (who resigned yesterday)&lt;p&gt;what is super alignment? [2]&lt;p&gt;&amp;gt; We need scientific and technical breakthroughs to steer and control AI systems much smarter than us. Our goal is to solve the core technical challenges of superintelligence alignment by 2027.&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;jan.leike.name&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;jan.leike.name&amp;#x2F;&lt;/a&gt; [2] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;openai.com&amp;#x2F;superalignment&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;openai.com&amp;#x2F;superalignment&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>mjr00</author><text>Yeah, OpenAI is all-in on the LLM golden goose and is much more focused on how to monetize it via embedding advertisements, continuing to provide &amp;quot;safety&amp;quot; via topic restrictions, etc., than going further down the AGI route.&lt;p&gt;There&amp;#x27;s zero chance LLMs lead to AGI or superintelligence, so if that&amp;#x27;s all OpenAI is going to focus on for the next ~5 years, a group related to superintelligence alignment is unnecessary.</text></comment>
8,502,380
8,501,088
1
3
8,500,553
train
<story><title>CSS-only plotting</title><url>https://github.com/asciimoo/cssplot/</url></story><parent_chain><item><author>judofyr</author><text>Might as well use inline styling to accomplish the same (without adding tons of CSS):&lt;p&gt;&lt;pre&gt;&lt;code&gt; &amp;lt;div class=&amp;quot;bar-chart&amp;quot;&amp;gt; &amp;lt;ul&amp;gt; &amp;lt;li style=&amp;quot;height:99%&amp;quot;&amp;gt;99%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:50%&amp;quot;&amp;gt;50%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:30%&amp;quot;&amp;gt;30%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:90%&amp;quot;&amp;gt;90%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:10%&amp;quot;&amp;gt;10%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:70%&amp;quot;&amp;gt;70%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:30%&amp;quot;&amp;gt;30%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:90%&amp;quot;&amp;gt;90%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;&amp;#x2F;ul&amp;gt; &amp;lt;&amp;#x2F;div&amp;gt;&lt;/code&gt;&lt;/pre&gt;</text></item></parent_chain><comment><author>aleem</author><text>This gives up some flexibility. If you want to switch from horizontal to vertical you have to change a lot more code. If you want to introduce a new face style that color codes bars based on height this wouldn&amp;#x27;t work.</text></comment>
<story><title>CSS-only plotting</title><url>https://github.com/asciimoo/cssplot/</url></story><parent_chain><item><author>judofyr</author><text>Might as well use inline styling to accomplish the same (without adding tons of CSS):&lt;p&gt;&lt;pre&gt;&lt;code&gt; &amp;lt;div class=&amp;quot;bar-chart&amp;quot;&amp;gt; &amp;lt;ul&amp;gt; &amp;lt;li style=&amp;quot;height:99%&amp;quot;&amp;gt;99%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:50%&amp;quot;&amp;gt;50%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:30%&amp;quot;&amp;gt;30%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:90%&amp;quot;&amp;gt;90%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:10%&amp;quot;&amp;gt;10%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:70%&amp;quot;&amp;gt;70%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:30%&amp;quot;&amp;gt;30%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;li style=&amp;quot;height:90%&amp;quot;&amp;gt;90%&amp;lt;&amp;#x2F;li&amp;gt; &amp;lt;&amp;#x2F;ul&amp;gt; &amp;lt;&amp;#x2F;div&amp;gt;&lt;/code&gt;&lt;/pre&gt;</text></item></parent_chain><comment><author>rwl4</author><text>I just came here to say the same. You can accomplish the first two chart styles quite easily, though the last might be a bit more involved.</text></comment>
6,720,167
6,720,161
1
2
6,719,356
train
<story><title>The plot against France</title><url>http://www.nytimes.com/2013/11/11/opinion/krugman-the-plot-against-france.html</url></story><parent_chain><item><author>beedogs</author><text>If these tax-less spend-less austerity morons were right about their ideology, you&amp;#x27;d think it might have worked once in a while. But it never has, nor will it ever. Instead they&amp;#x27;ve taken to punishing the nations that prove them wrong. Same thing is going on now in Australia.</text></item></parent_chain><comment><author>daniel-cussen</author><text>They did it in Chile after the coup (1973) and it worked...so...well. Overnight, we went from masses of public servants endlessly on strike, 400% inflation, and halfway-to-Cuba socialism to tons of public servants getting fired (none of this furlough with back pay business) and the remainder shutting up and doing their work. There was a small downtick in the economy, shortly, not unlike the downtick in US after WWI that ushered in the roaring twenties. Naturally, the economy changed drastically because of the dictatorship and foreign loans make it slightly harder to analyze, and in 1982 the economy got hit badly for pegging the currency, which is a different story. But they cut spending, lowered taxes, and it worked fantastically.&lt;p&gt;Ultimately, if, as a country, you&amp;#x27;re thinking of going down the tax-less spend-more road, you have to amass enough power in the hands of the people that will carry it out (in this case a dictator) that the public sector can&amp;#x27;t go on an endless tirade of strikes and sabotage. If not, guess what&amp;#x27;ll happen? The essentials from among the things the government provides will be the first to go in an attempt to rile the public up. But how many cushy do-nothing bureaucrats will get fired? That&amp;#x27;s where government spending is, in its vast majority—in the salaries of government employees. If you want to tax less and spend more, keep in mind that you&amp;#x27;ll be going toe-to-toe with the people that run government (more-so than politicians) and that it&amp;#x27;s a serious political battle for the country to take on.&lt;p&gt;So in that sense you&amp;#x27;re right--expecting to politically shift over to tax-less spend-less policy may be fruitless and unrealistic, if only because the people one is trying to lay off will always sabotage the effort.</text></comment>
<story><title>The plot against France</title><url>http://www.nytimes.com/2013/11/11/opinion/krugman-the-plot-against-france.html</url></story><parent_chain><item><author>beedogs</author><text>If these tax-less spend-less austerity morons were right about their ideology, you&amp;#x27;d think it might have worked once in a while. But it never has, nor will it ever. Instead they&amp;#x27;ve taken to punishing the nations that prove them wrong. Same thing is going on now in Australia.</text></item></parent_chain><comment><author>noonespecial</author><text>I suspect austerity does work but has an inflection point. It can (theoretically) be used to cut outright government waste.&lt;p&gt;On a personal level, you might stop paying for your cable TV when money gets tight and have it make you better off. Not paying for your car and finding yourself unable to get to work would make you worse off despite the &amp;quot;savings&amp;quot;.&lt;p&gt;The trouble with politics and austerity is they always seem to end up missing the car payments and keeping the cable on.</text></comment>
15,723,400
15,722,861
1
3
15,721,466
train
<story><title>Google increasingly is promoting a single answer for many questions</title><url>https://www.wsj.com/articles/googles-featured-answers-aim-to-distill-truthbut-often-get-it-wrong-1510847867</url></story><parent_chain><item><author>dTal</author><text>I&amp;#x27;m not even sure Google&amp;#x27;s behaviour is wrong in this instance. The kind of person who would google something as obvious as that is probably actually more interested in the woo-answer, and I don&amp;#x27;t neccesarily think it&amp;#x27;s Google&amp;#x27;s job to be the woo-police (as appealing as that sounds, it&amp;#x27;s risky unless they can do a 100% accurate job).&lt;p&gt;To illustrate with another example, if I ask Google where the government is hiding the aliens, I&amp;#x27;m probably more interested in the answer &amp;quot;Area 51&amp;quot; than &amp;quot;the government isn&amp;#x27;t hiding any aliens&amp;quot;.</text></item><item><author>muzani</author><text>My favorite example is &amp;quot;are lemons acidic?&amp;quot;&lt;p&gt;It&amp;#x27;s full of &amp;quot;alkaline diet&amp;quot; sites trying to SEO itself into convincing people that lemons are good for you because they&amp;#x27;re an alkaline. It&amp;#x27;s become a little less inaccurate over the years but is still dodgy.&lt;p&gt;Then again the answers are so consistent and I&amp;#x27;m so used to trusting the first page of Google that I&amp;#x27;m almost convinced that lemons alkalinize your body.</text></item></parent_chain><comment><author>pjc50</author><text>&lt;i&gt;&amp;quot;2 Balances pH: Lemons are an incredibly alkaline food, believe it or not. Yes, they are acidic on their own, but inside our bodies they&amp;#x27;re alkaline (the citric acid does not create acidity in the body once metabolized&amp;quot;&lt;/i&gt;&lt;p&gt;That&amp;#x27;s what I get in the answer box. Wow.&lt;p&gt;I think it absolutely is Google&amp;#x27;s job to be the woo police &lt;i&gt;in the privileged answer box&lt;/i&gt;. They can just choose not to display it for answers they&amp;#x27;re not confident in owning and leave you with the general search results.&lt;p&gt;It probably needs to be a whitelist. Most of the time it&amp;#x27;s wikipedia anyway (a whole other can of worms, but at least it won&amp;#x27;t tell you that lemons are alkaline or feed your conspiracy theories)</text></comment>
<story><title>Google increasingly is promoting a single answer for many questions</title><url>https://www.wsj.com/articles/googles-featured-answers-aim-to-distill-truthbut-often-get-it-wrong-1510847867</url></story><parent_chain><item><author>dTal</author><text>I&amp;#x27;m not even sure Google&amp;#x27;s behaviour is wrong in this instance. The kind of person who would google something as obvious as that is probably actually more interested in the woo-answer, and I don&amp;#x27;t neccesarily think it&amp;#x27;s Google&amp;#x27;s job to be the woo-police (as appealing as that sounds, it&amp;#x27;s risky unless they can do a 100% accurate job).&lt;p&gt;To illustrate with another example, if I ask Google where the government is hiding the aliens, I&amp;#x27;m probably more interested in the answer &amp;quot;Area 51&amp;quot; than &amp;quot;the government isn&amp;#x27;t hiding any aliens&amp;quot;.</text></item><item><author>muzani</author><text>My favorite example is &amp;quot;are lemons acidic?&amp;quot;&lt;p&gt;It&amp;#x27;s full of &amp;quot;alkaline diet&amp;quot; sites trying to SEO itself into convincing people that lemons are good for you because they&amp;#x27;re an alkaline. It&amp;#x27;s become a little less inaccurate over the years but is still dodgy.&lt;p&gt;Then again the answers are so consistent and I&amp;#x27;m so used to trusting the first page of Google that I&amp;#x27;m almost convinced that lemons alkalinize your body.</text></item></parent_chain><comment><author>DarkCrusader2</author><text>&amp;gt; The kind of person who would google something as obvious as that&lt;p&gt;Yes, no kid is ever gonna google that. While we are at it, let&amp;#x27;s show that earth is flat when someone google for image of earth&amp;#x27;s curvature because why would you search that. You obviously are a flat-earther.</text></comment>
36,936,993
36,935,275
1
2
36,933,028
train
<story><title>Musl 1.2.4 adds TCP DNS fallback</title><url>https://www.openwall.com/lists/musl/2023/05/02/1</url></story><parent_chain><item><author>robinhoodexe</author><text>We’re currently consolidating all container images to run on Debian-slim instead of a mixture of Debian, Ubuntu and alpine. Sure, alpine is small, but with 70% of our 500 container images being used for Python, R or node the final image is so large (due to libraries&amp;#x2F;packages), that the difference between alpine (~30 MB) and debian-slim (~80) is negligible. We’ve been experiencing the weird DNS behaviour of alpine and other issues with musl as well. Debian is rock solid and upgrading to bookworm from bullseye and even buster in many cases didn’t cause any problems at all.&lt;p&gt;I will admit though, that Debian-slim still has some non-essential stuff that usually isn’t needed at runtime, a shell is still neat for debugging or local development. This trade off could be considered a security risk, but it’s rather simple to restrict other stuff at runtime (such as run as non-privileged, non-root user with all capabilities dropped and a read-only file system except for &amp;#x2F;tmp).&lt;p&gt;It’s a balancing act between ease-of-use and security. I don’t think I’d get popular with the developers by forcing them to use “FROM scratch” and let them figure out exactly what their application needs at runtime and what stuff to copy over from a previous build stage.</text></item></parent_chain><comment><author>kelvie</author><text>My biggest beef with the apt&amp;#x2F;deb-based distros for container images is that apt-get updates installs take frustratingly long, whereas apks always tend to be near instant. I wonder what it is in the postinst and related scripts that just take so long and can&amp;#x27;t be parallelized!&lt;p&gt;Most of the reason I switched from Ubuntu -&amp;gt; Arch is that working with alpine allowed me to realize that installing packages and their dependencies don&amp;#x27;t have to take so long.</text></comment>
<story><title>Musl 1.2.4 adds TCP DNS fallback</title><url>https://www.openwall.com/lists/musl/2023/05/02/1</url></story><parent_chain><item><author>robinhoodexe</author><text>We’re currently consolidating all container images to run on Debian-slim instead of a mixture of Debian, Ubuntu and alpine. Sure, alpine is small, but with 70% of our 500 container images being used for Python, R or node the final image is so large (due to libraries&amp;#x2F;packages), that the difference between alpine (~30 MB) and debian-slim (~80) is negligible. We’ve been experiencing the weird DNS behaviour of alpine and other issues with musl as well. Debian is rock solid and upgrading to bookworm from bullseye and even buster in many cases didn’t cause any problems at all.&lt;p&gt;I will admit though, that Debian-slim still has some non-essential stuff that usually isn’t needed at runtime, a shell is still neat for debugging or local development. This trade off could be considered a security risk, but it’s rather simple to restrict other stuff at runtime (such as run as non-privileged, non-root user with all capabilities dropped and a read-only file system except for &amp;#x2F;tmp).&lt;p&gt;It’s a balancing act between ease-of-use and security. I don’t think I’d get popular with the developers by forcing them to use “FROM scratch” and let them figure out exactly what their application needs at runtime and what stuff to copy over from a previous build stage.</text></item></parent_chain><comment><author>Rapzid</author><text>This here. Honestly most orgs with uhh.. Let&amp;#x27;s say a more mature sense of ROI tradeoffs were doing this from pretty much the very beginning.&lt;p&gt;Also, Ubuntu 22.04 is only 28.17MB compressed right now so it looks equiv to debian-slim. There are also these new image lines, I can&amp;#x27;t recall the funky name for them, that are even smaller.</text></comment>
29,459,623
29,458,806
1
2
29,458,066
train
<story><title>Even with Agile and Scrum waterfall will sneak in</title><url>https://www.amazingcto.com/why-we-always-endup-with-waterfall-even-scrum/</url></story><parent_chain><item><author>boffinAudio</author><text>If you can&amp;#x27;t formulate actionable requirements, you&amp;#x27;re either not the domain expert, or not communicating properly with the domain expert.&lt;p&gt;What your service looks like &lt;i&gt;now&lt;/i&gt; and what it looks like in &lt;i&gt;five&lt;/i&gt; years are obviously two different questions, but a proper analysis will divide the issue between &lt;i&gt;now&lt;/i&gt; and &lt;i&gt;5 years from now&lt;/i&gt; and come up with requirements that fill the gaps. This doesn&amp;#x27;t mean things get set in stone and aren&amp;#x27;t adaptable to changing needs - when this condition is identified, the manger&amp;#x2F;developer need only apply the workflow again, and revise the specifications with the updated data, and a new development plan can be formulated. Maybe this is &amp;#x27;agile&amp;#x27;, but again - it speaks to the fact that waterfall is a naturally occurring phenomenon in engineering&amp;#x2F;technical matters, and thus should be applied consistently, completely, in order to provide fruitful results.&lt;p&gt;&amp;gt; You cannot analyse how users will empirically interact with a product that does not yet exist.&lt;p&gt;I don&amp;#x27;t agree with this, as I believe it is very, very glib. You can of course empirically interact, &lt;i&gt;by wearing the user hat&lt;/i&gt;. Too often the developer&amp;#x2F;manager&amp;#x2F;user hats are considered adversarial - but when the decision is made to be flexible about which of these hats one is wearing, &lt;i&gt;during analysis&lt;/i&gt;, makes all the difference between whether your product is successful or not. Software is a social service - rigid developers who cannot put on the user hat, are not providing the most intrinsic aspect of that service in their field.&lt;p&gt;&amp;gt;You&amp;#x27;re presuming that it&amp;#x27;s possible to gather the &amp;quot;ideal requirements&amp;quot; when the project first starts, with enough due diligence - and also, that those requirements are fixed.&lt;p&gt;I make the claim that this ideal &lt;i&gt;can&lt;/i&gt; be attained, by ensuring that the early steps in the waterfall process are &lt;i&gt;actually&lt;/i&gt; applied. You are correct in noting that &amp;quot;when you don&amp;#x27;t do things right, right things don&amp;#x27;t happen&amp;quot;, however ..</text></item><item><author>ivanbakel</author><text>&amp;gt;This just indicates a failure to perform a proper Analysis&amp;#x2F;Specification&amp;#x2F;Requirements phase, with relevant qualifications steps. It doesn&amp;#x27;t matter if you&amp;#x27;re a Manager or a lowly Developer - if you can&amp;#x27;t adequately qualify the requirements and specifications, the analysis is simply not complete.&lt;p&gt;But that view of requirements is not borne out by the reality for most projects. You&amp;#x27;re presuming that it&amp;#x27;s possible to gather the &amp;quot;ideal requirements&amp;quot; when the project first starts, with enough due diligence - and also, that those requirements are fixed.&lt;p&gt;In my current job, we&amp;#x27;re producing a service that has to court a handful of very large clients. Even if there was a well-defined idea of what the service should &lt;i&gt;eventually&lt;/i&gt; look like in 5 years, a lot of feedback is required to discover how it should look &lt;i&gt;now&lt;/i&gt;. Which client needs more attention? Where is the biggest opportunity for additional value? How are users &lt;i&gt;actually using&lt;/i&gt; the service, ignoring what they said they were going to do with it?&lt;p&gt;That last part is the most important - requirements are in reality a feedback process for which the existing product is one input. You cannot analyse how users will empirically interact with a product that does not yet exist. Abstract analysis is no substitute for data.</text></item><item><author>boffinAudio</author><text>&amp;gt;The problem with waterfall to my experience is not immediately visible to developers or directly concerns developers, but rather the stakeholders and managers. Almost always, your customer doesn&amp;#x27;t know what they want - they think they do, but they don&amp;#x27;t and will only realize this after you finished development and have a visible system demo&amp;#x2F;field test.&lt;p&gt;This just indicates a failure to perform a proper Analysis&amp;#x2F;Specification&amp;#x2F;Requirements phase, with relevant qualifications steps. It doesn&amp;#x27;t matter if you&amp;#x27;re a Manager or a lowly Developer - if you can&amp;#x27;t adequately qualify the requirements and specifications, the analysis is simply &lt;i&gt;not&lt;/i&gt; complete.&lt;p&gt;Pushing the problem to or away- from Managers is just one way of saying &amp;quot;I&amp;#x27;m too lazy&amp;#x2F;incompetent to adequately complete the Analysis phase, resulting in poor requirements, lacking or contradictory specifications, and no planning&amp;quot;. Its the Analysis that needs attention, i.e. maybe nobody actually knows how to wear the Analysts hat any more ..</text></item><item><author>littlecranky67</author><text>The problem with waterfall to my experience is not immediately visible to developers or directly concerns developers, but rather the stakeholders and managers. Almost always, your customer doesn&amp;#x27;t know what they want - they think they do, but they don&amp;#x27;t and will only realize this after you finished development and have a visible system demo&amp;#x2F;field test.&lt;p&gt;Additionally it is really hard for project management to get metrics&amp;#x2F;early warnings if something is not going properly (no project - waterfall or agile - is without problems during its lifetime). How would you asses the quality&amp;#x2F;progress of a project based on a couple of a specification or requirements documents 1-2years into the project with no (immediately usable) code being available? How would you asses if the approach taken after 3years in a project will be accepted by your endusers?&lt;p&gt;Waterfall is just a big black box to management and stakeholders with the hope that after 5years something usable will come out of it.</text></item><item><author>boffinAudio</author><text>I&amp;#x27;ve never quite understood, over 30 years of experience in software development, what problems Waterfall presented that warranted a complete refactor of software development processes such that things are now very much in cult-&amp;#x2F;cargo-cult territory.&lt;p&gt;There is a natural process that every issue goes through: Analysis, Specifications, Requirement, Design .. then the Developer takes in the materials of each of these steps, does an Implementation and Testing phase .. then the issue has to be validated&amp;#x2F;verified with a Qualification step, and then it gets released to the end user&amp;#x2F;product owner, who sign off on it.&lt;p&gt;This is a natural flow of steps, and it always appears to me that the new-fangled developer cults are always trying to &amp;#x27;prove&amp;#x27; that these aren&amp;#x27;t natural steps, by either cramming every step into one phase (we only do &amp;quot;Analysis&amp;quot; and call it Scrum) or by throwing away steps (Qualification? What&amp;#x27;s that?) and then wondering why things are crap.&lt;p&gt;Too many times, projects I&amp;#x27;ve seen fail could&amp;#x27;ve been saved if they&amp;#x27;d just gotten rid of the cult-think.&lt;p&gt;Its nice, therefore, to see someone else making the observation that Waterfall is a natural process and all the other -isms are just sugar&amp;#x2F;crap-coating what is a natural consequence of organizing computing around the OSI model - something that has been effective for decades now, and doesn&amp;#x27;t need improvement-from-the-youth antics.</text></item></parent_chain><comment><author>ivanbakel</author><text>&amp;gt;but a proper analysis will divide the issue between now and 5 years from now and come up with requirements that fill the gaps&lt;p&gt;The issue with the Waterfall model is that this approach doesn&amp;#x27;t work. Aiming for &amp;quot;now&amp;quot; means you come out with an outdated product in the future. Aiming for &amp;quot;5 years from now&amp;quot; means speculating on what users &lt;i&gt;will eventually want&lt;/i&gt;, which is very error-prone. Trying to adjust course midway through is a nightmare - and completely defeats the point of trying to get requirements &amp;quot;right&amp;quot; the first time.&lt;p&gt;&amp;gt;You can of course empirically interact, by wearing the user hat.&lt;p&gt;This is not empirical: it does not involve observation or measurement of the real world. Speculating about user behaviour is no substitute for concrete data about how users actually behave.</text></comment>
<story><title>Even with Agile and Scrum waterfall will sneak in</title><url>https://www.amazingcto.com/why-we-always-endup-with-waterfall-even-scrum/</url></story><parent_chain><item><author>boffinAudio</author><text>If you can&amp;#x27;t formulate actionable requirements, you&amp;#x27;re either not the domain expert, or not communicating properly with the domain expert.&lt;p&gt;What your service looks like &lt;i&gt;now&lt;/i&gt; and what it looks like in &lt;i&gt;five&lt;/i&gt; years are obviously two different questions, but a proper analysis will divide the issue between &lt;i&gt;now&lt;/i&gt; and &lt;i&gt;5 years from now&lt;/i&gt; and come up with requirements that fill the gaps. This doesn&amp;#x27;t mean things get set in stone and aren&amp;#x27;t adaptable to changing needs - when this condition is identified, the manger&amp;#x2F;developer need only apply the workflow again, and revise the specifications with the updated data, and a new development plan can be formulated. Maybe this is &amp;#x27;agile&amp;#x27;, but again - it speaks to the fact that waterfall is a naturally occurring phenomenon in engineering&amp;#x2F;technical matters, and thus should be applied consistently, completely, in order to provide fruitful results.&lt;p&gt;&amp;gt; You cannot analyse how users will empirically interact with a product that does not yet exist.&lt;p&gt;I don&amp;#x27;t agree with this, as I believe it is very, very glib. You can of course empirically interact, &lt;i&gt;by wearing the user hat&lt;/i&gt;. Too often the developer&amp;#x2F;manager&amp;#x2F;user hats are considered adversarial - but when the decision is made to be flexible about which of these hats one is wearing, &lt;i&gt;during analysis&lt;/i&gt;, makes all the difference between whether your product is successful or not. Software is a social service - rigid developers who cannot put on the user hat, are not providing the most intrinsic aspect of that service in their field.&lt;p&gt;&amp;gt;You&amp;#x27;re presuming that it&amp;#x27;s possible to gather the &amp;quot;ideal requirements&amp;quot; when the project first starts, with enough due diligence - and also, that those requirements are fixed.&lt;p&gt;I make the claim that this ideal &lt;i&gt;can&lt;/i&gt; be attained, by ensuring that the early steps in the waterfall process are &lt;i&gt;actually&lt;/i&gt; applied. You are correct in noting that &amp;quot;when you don&amp;#x27;t do things right, right things don&amp;#x27;t happen&amp;quot;, however ..</text></item><item><author>ivanbakel</author><text>&amp;gt;This just indicates a failure to perform a proper Analysis&amp;#x2F;Specification&amp;#x2F;Requirements phase, with relevant qualifications steps. It doesn&amp;#x27;t matter if you&amp;#x27;re a Manager or a lowly Developer - if you can&amp;#x27;t adequately qualify the requirements and specifications, the analysis is simply not complete.&lt;p&gt;But that view of requirements is not borne out by the reality for most projects. You&amp;#x27;re presuming that it&amp;#x27;s possible to gather the &amp;quot;ideal requirements&amp;quot; when the project first starts, with enough due diligence - and also, that those requirements are fixed.&lt;p&gt;In my current job, we&amp;#x27;re producing a service that has to court a handful of very large clients. Even if there was a well-defined idea of what the service should &lt;i&gt;eventually&lt;/i&gt; look like in 5 years, a lot of feedback is required to discover how it should look &lt;i&gt;now&lt;/i&gt;. Which client needs more attention? Where is the biggest opportunity for additional value? How are users &lt;i&gt;actually using&lt;/i&gt; the service, ignoring what they said they were going to do with it?&lt;p&gt;That last part is the most important - requirements are in reality a feedback process for which the existing product is one input. You cannot analyse how users will empirically interact with a product that does not yet exist. Abstract analysis is no substitute for data.</text></item><item><author>boffinAudio</author><text>&amp;gt;The problem with waterfall to my experience is not immediately visible to developers or directly concerns developers, but rather the stakeholders and managers. Almost always, your customer doesn&amp;#x27;t know what they want - they think they do, but they don&amp;#x27;t and will only realize this after you finished development and have a visible system demo&amp;#x2F;field test.&lt;p&gt;This just indicates a failure to perform a proper Analysis&amp;#x2F;Specification&amp;#x2F;Requirements phase, with relevant qualifications steps. It doesn&amp;#x27;t matter if you&amp;#x27;re a Manager or a lowly Developer - if you can&amp;#x27;t adequately qualify the requirements and specifications, the analysis is simply &lt;i&gt;not&lt;/i&gt; complete.&lt;p&gt;Pushing the problem to or away- from Managers is just one way of saying &amp;quot;I&amp;#x27;m too lazy&amp;#x2F;incompetent to adequately complete the Analysis phase, resulting in poor requirements, lacking or contradictory specifications, and no planning&amp;quot;. Its the Analysis that needs attention, i.e. maybe nobody actually knows how to wear the Analysts hat any more ..</text></item><item><author>littlecranky67</author><text>The problem with waterfall to my experience is not immediately visible to developers or directly concerns developers, but rather the stakeholders and managers. Almost always, your customer doesn&amp;#x27;t know what they want - they think they do, but they don&amp;#x27;t and will only realize this after you finished development and have a visible system demo&amp;#x2F;field test.&lt;p&gt;Additionally it is really hard for project management to get metrics&amp;#x2F;early warnings if something is not going properly (no project - waterfall or agile - is without problems during its lifetime). How would you asses the quality&amp;#x2F;progress of a project based on a couple of a specification or requirements documents 1-2years into the project with no (immediately usable) code being available? How would you asses if the approach taken after 3years in a project will be accepted by your endusers?&lt;p&gt;Waterfall is just a big black box to management and stakeholders with the hope that after 5years something usable will come out of it.</text></item><item><author>boffinAudio</author><text>I&amp;#x27;ve never quite understood, over 30 years of experience in software development, what problems Waterfall presented that warranted a complete refactor of software development processes such that things are now very much in cult-&amp;#x2F;cargo-cult territory.&lt;p&gt;There is a natural process that every issue goes through: Analysis, Specifications, Requirement, Design .. then the Developer takes in the materials of each of these steps, does an Implementation and Testing phase .. then the issue has to be validated&amp;#x2F;verified with a Qualification step, and then it gets released to the end user&amp;#x2F;product owner, who sign off on it.&lt;p&gt;This is a natural flow of steps, and it always appears to me that the new-fangled developer cults are always trying to &amp;#x27;prove&amp;#x27; that these aren&amp;#x27;t natural steps, by either cramming every step into one phase (we only do &amp;quot;Analysis&amp;quot; and call it Scrum) or by throwing away steps (Qualification? What&amp;#x27;s that?) and then wondering why things are crap.&lt;p&gt;Too many times, projects I&amp;#x27;ve seen fail could&amp;#x27;ve been saved if they&amp;#x27;d just gotten rid of the cult-think.&lt;p&gt;Its nice, therefore, to see someone else making the observation that Waterfall is a natural process and all the other -isms are just sugar&amp;#x2F;crap-coating what is a natural consequence of organizing computing around the OSI model - something that has been effective for decades now, and doesn&amp;#x27;t need improvement-from-the-youth antics.</text></item></parent_chain><comment><author>LaundroMat</author><text>&amp;quot;Software is a social service - rigid developers who cannot put on the user hat, are not providing the most intrinsic aspect of that service in their field.&amp;quot;&lt;p&gt;All the more reason &lt;i&gt;not&lt;/i&gt; to rely on the proper wearing of a user hat (how are you going to know, by the way?), but actually work with the users instead and spend time creating the necessary artefacts to capture their perspective as soon and as well as possible.</text></comment>
18,545,651
18,545,737
1
2
18,542,830
train
<story><title>We are Google employees – Google must drop Dragonfly</title><url>https://medium.com/@googlersagainstdragonfly/we-are-google-employees-google-must-drop-dragonfly-4c8a30c5e5eb</url></story><parent_chain><item><author>megaman8</author><text>I think, what these employees don&amp;#x27;t realize is: Even when a company places values over profits, it is still in an attempt to maximize profits over the long term. By placing values above profits, it increases it&amp;#x27;s goodwill with customers thus increasing it&amp;#x27;s moat and it&amp;#x27;s retention, as well as it&amp;#x27;s employee retention. This strategy made sense in the early days.&lt;p&gt;Not anymore.&lt;p&gt;As Google&amp;#x27;s position becomes increasingly strengthend (with all the market share it can capture in search already realized ~ and it slightly decreasing anyway due to it&amp;#x27;s slightly tarnished brand), it doesn&amp;#x27;t need to maintain this illusion of values over profits anymore.</text></item></parent_chain><comment><author>nostrademons</author><text>The &amp;quot;values over profits&amp;quot; approach was always more of a recruitment tool than a PR tool. It did give a nice PR boost, but realistically Google&amp;#x27;s been the best choice of search engine since it came out in 1998. They don&amp;#x27;t need additional customer goodwill for people to keep using them, they just need to continue to give good results for esoteric queries.&lt;p&gt;Since 2005, though, good engineers have had &lt;i&gt;lots&lt;/i&gt; of options for where to work, many of which pay better or have more growth potential than Google. And &amp;quot;Don&amp;#x27;t Be Evil&amp;quot; was a great way to persuade them to come work for Google rather than Yelp or Facebook or some hedge fund, and keep them there rather than have them go off and found their own startups that potentially could compete with Google. Because so much of their product moat depends upon technical excellence, keeping the best engineers within the company is critical for them.&lt;p&gt;I&amp;#x27;ll predict that if they don&amp;#x27;t reverse course on this, we&amp;#x27;ll see a mini-exodus of Googlers who either end up founding their own startups or start working on political-tech projects. Ultimately I think that may be good for the world, but it&amp;#x27;s not really in Google&amp;#x27;s long-term interests, although perhaps at this point their moat is entrenched enough and they&amp;#x27;re big enough that it doesn&amp;#x27;t really matter.</text></comment>
<story><title>We are Google employees – Google must drop Dragonfly</title><url>https://medium.com/@googlersagainstdragonfly/we-are-google-employees-google-must-drop-dragonfly-4c8a30c5e5eb</url></story><parent_chain><item><author>megaman8</author><text>I think, what these employees don&amp;#x27;t realize is: Even when a company places values over profits, it is still in an attempt to maximize profits over the long term. By placing values above profits, it increases it&amp;#x27;s goodwill with customers thus increasing it&amp;#x27;s moat and it&amp;#x27;s retention, as well as it&amp;#x27;s employee retention. This strategy made sense in the early days.&lt;p&gt;Not anymore.&lt;p&gt;As Google&amp;#x27;s position becomes increasingly strengthend (with all the market share it can capture in search already realized ~ and it slightly decreasing anyway due to it&amp;#x27;s slightly tarnished brand), it doesn&amp;#x27;t need to maintain this illusion of values over profits anymore.</text></item></parent_chain><comment><author>whack</author><text>There&amp;#x27;s something you&amp;#x27;ve overlooked: companies are ultimately run by humans. Humans who make decisions at all levels of the hierarchy, in order to further their own personal priorities, even if it dramatically conflicts with the shareholders&amp;#x27; goals of maximizing profits.&lt;p&gt;In some cases, the personal priorities can be personal advancement. We see this all the time when managers hire&amp;#x2F;promote their friends, sexually harass their subordinates, and make decisions on the basis of politics as opposed to technical&amp;#x2F;business merit.&lt;p&gt;And in other cases, the personal priorities can be moral values. Values such as promoting free speech, fighting censorship, protecting consumer rights, and avoiding layoffs.&lt;p&gt;The idea that every single decision taken by a company is perfectly optimized to maximize long term profits, is baseless. There simply does not exist any mechanism to monitor and enforce such a requirement. The shareholders have only one lever to pull: accept the current leadership team, imperfections and all. Or fire them and risk destroying the company in the resulting churn. This gives both the executives and employees tremendous leeway to prioritize values over profits, as long as they are good enough to not get fired.</text></comment>
21,528,599
21,528,503
1
3
21,525,592
train
<story><title>Brave launches 1.0</title><url>https://brave.com/brave-launches-next-generation-browser/</url></story><parent_chain><item><author>cyborgx7</author><text>I already decided my Ad participation. I block ads, and want the advertising industry to die. This does not seem like a value add to me.</text></item><item><author>jonathansampson</author><text>Brave Ads are opt-in, and user-configurable. You decide whether or not to participate, and to what degree (1 to 5 ads per hour). These ads are surfaced as OS notifications, which means they respect settings like Do Not Disturb, Focus Mode, etc. And, as always, you receive 70% of the ad revenue for your participation. Respectfully, that doesn&amp;#x27;t strike me as an &amp;quot;escalation of hostility&amp;quot; when you compare against the current option: forced participation, malicious ads, no revenue share, data leaked to a sea of third parties who use it for their purposes.</text></item><item><author>hinkley</author><text>You had me...&lt;p&gt;&amp;gt; Brave ads show up as a notification in your operating system outside of the page.&lt;p&gt;and then you lost me. Hitting people with notifications is an &lt;i&gt;escalation&lt;/i&gt; of ad hostility, not a reduction.</text></item><item><author>judah</author><text>I&amp;#x27;ve been using Brave rewards, both as a user and a content maker. It&amp;#x27;s really great, and I feel this may be a reasonable alternative to the invasive trackers+ads we have today.&lt;p&gt;For the uninitiated, Brave lets users opt-in to Brave rewards:&lt;p&gt;- You set your browser to reward content creators with Basic Attention Token (BAT). You set a budget (e.g. 10 BAT&amp;#x2F;month), and Brave distributes it the sites you use most, e.g. if you watch a particular YouTube channel 30% of your browsing time, it will send 30% of 10 BAT each month to that content creator.&lt;p&gt;- As a user, you can get paid in BAT. You tell Brave if you&amp;#x27;re willing to see ads, and how often. If so, you get paid in BAT, which you can then distribute to content creators. Brave ads are different: rather than intrusive in-page ads, Brave ads show up as a notification in your operating system outside of the page. This prevents slow downs of the page, keeping your browsing focused, while still allowing support of content creators. And of course, Brave ads are optional and opt-in.</text></item></parent_chain><comment><author>asdkhadsj</author><text>Yea, I&amp;#x27;d be happier if there was some notion of an inherent value in my eyeballs - and then I could just put that money into the system. Eg, I pay $5&amp;#x2F;m or $15&amp;#x2F;m, whatever, and that gets split up by the number of pages I view and content I consume.&lt;p&gt;I&amp;#x27;m a firm believer that FOSS and &lt;i&gt;(Internet)&lt;/i&gt; Content needs funding. Yet, I loathe ads. They promote &lt;i&gt;(but are not solely to blame for)&lt;/i&gt; behavior that is a brain drain on society. Ads always seem to boil down to 90s style child cereal commercials. Loud noises and flashy attention grabbing tactics to pull you towards it within a tiny, limited window of bought attention.&lt;p&gt;I&amp;#x27;m not convinced society is better because of ads. The dystopian movies with neons signs everywhere seem shockingly accurate &lt;i&gt;(and I believe are already like that in many eastern cities)&lt;/i&gt;.&lt;p&gt;I like some of Brave&amp;#x27;s attempt. At least their doing &lt;i&gt;something&lt;/i&gt;. But Ads still seem wrong to me.</text></comment>
<story><title>Brave launches 1.0</title><url>https://brave.com/brave-launches-next-generation-browser/</url></story><parent_chain><item><author>cyborgx7</author><text>I already decided my Ad participation. I block ads, and want the advertising industry to die. This does not seem like a value add to me.</text></item><item><author>jonathansampson</author><text>Brave Ads are opt-in, and user-configurable. You decide whether or not to participate, and to what degree (1 to 5 ads per hour). These ads are surfaced as OS notifications, which means they respect settings like Do Not Disturb, Focus Mode, etc. And, as always, you receive 70% of the ad revenue for your participation. Respectfully, that doesn&amp;#x27;t strike me as an &amp;quot;escalation of hostility&amp;quot; when you compare against the current option: forced participation, malicious ads, no revenue share, data leaked to a sea of third parties who use it for their purposes.</text></item><item><author>hinkley</author><text>You had me...&lt;p&gt;&amp;gt; Brave ads show up as a notification in your operating system outside of the page.&lt;p&gt;and then you lost me. Hitting people with notifications is an &lt;i&gt;escalation&lt;/i&gt; of ad hostility, not a reduction.</text></item><item><author>judah</author><text>I&amp;#x27;ve been using Brave rewards, both as a user and a content maker. It&amp;#x27;s really great, and I feel this may be a reasonable alternative to the invasive trackers+ads we have today.&lt;p&gt;For the uninitiated, Brave lets users opt-in to Brave rewards:&lt;p&gt;- You set your browser to reward content creators with Basic Attention Token (BAT). You set a budget (e.g. 10 BAT&amp;#x2F;month), and Brave distributes it the sites you use most, e.g. if you watch a particular YouTube channel 30% of your browsing time, it will send 30% of 10 BAT each month to that content creator.&lt;p&gt;- As a user, you can get paid in BAT. You tell Brave if you&amp;#x27;re willing to see ads, and how often. If so, you get paid in BAT, which you can then distribute to content creators. Brave ads are different: rather than intrusive in-page ads, Brave ads show up as a notification in your operating system outside of the page. This prevents slow downs of the page, keeping your browsing focused, while still allowing support of content creators. And of course, Brave ads are optional and opt-in.</text></item></parent_chain><comment><author>nybble41</author><text>So don&amp;#x27;t opt-in. There are other ways to acquire BAT and support the sites you visit in Brave besides watching ads.</text></comment>
18,148,316
18,148,387
1
3
18,147,597
train
<story><title>Interpol chief Meng Hongwei vanishes on trip to China</title><url>https://www.bbc.com/news/world-europe-45761466</url></story><parent_chain></parent_chain><comment><author>sndean</author><text>SCMP says the Chinese government knows where he is: he&amp;#x27;s under investigation [0].&lt;p&gt;&amp;quot;The 64-year-old official, who is also a vice-minister at China’s Ministry of Public Security, was “taken away” for questioning by discipline authorities “as soon as he landed in China” last week, according to the source.&amp;quot;&lt;p&gt;[0] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.scmp.com&amp;#x2F;news&amp;#x2F;china&amp;#x2F;diplomacy&amp;#x2F;article&amp;#x2F;2167213&amp;#x2F;french-police-launch-hunt-missing-chinese-head-interpol-meng&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.scmp.com&amp;#x2F;news&amp;#x2F;china&amp;#x2F;diplomacy&amp;#x2F;article&amp;#x2F;2167213&amp;#x2F;fr...&lt;/a&gt;</text></comment>
<story><title>Interpol chief Meng Hongwei vanishes on trip to China</title><url>https://www.bbc.com/news/world-europe-45761466</url></story><parent_chain></parent_chain><comment><author>the_duke</author><text>The more interesting question to me is, how does a country with a human rights record like China get to provide the head of Interpol?&lt;p&gt;edit: President is elected by the General Assembly [1]&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.interpol.int&amp;#x2F;About-INTERPOL&amp;#x2F;Structure-and-governance&amp;#x2F;President&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.interpol.int&amp;#x2F;About-INTERPOL&amp;#x2F;Structure-and-govern...&lt;/a&gt;</text></comment>
32,656,134
32,655,465
1
2
32,649,123
train
<story><title>Observations from our Joe Rogan Experience experience</title><url>https://lulu.substack.com/p/joe-rogan-has-a-werewolf</url></story><parent_chain><item><author>slg</author><text>You don&amp;#x27;t even have to go deep into the archives to feel uncomfortable with this whole world&amp;#x27;s treatment of gender issues. Directly from this article:&lt;p&gt;&amp;gt;At a long desk in the big main room sits an attractive nurse. She offers us an enhancer of B12 or NAD+, through a shot or an IV.&lt;p&gt;&amp;gt;I get a shot of NAD+, which is supposed to be good for energy and metabolism. NAD stands for Nicotinamide Adenine Dinucleotide, and I don’t know what the + is. (Actually, I don’t know what any of it is, but the nurse said she takes it, and if you saw this woman, you too would ask for a shot of whatever she’s on.)&lt;p&gt;What are we supposed to take away from this? Is this nurse actually trained for this? If so, isn&amp;#x27;t the author completely dismissing that training because the nurse is attractive? If not, isn&amp;#x27;t Rogan basically just hiring a model to pump his guests full of unknown drugs? Neither option is great. And this was written by the VP of Communication for Substack and is approved by Rogan. This isn&amp;#x27;t some unauthorized look behind the scenes. This is what they want to advertise. It just gives me the creeps.</text></item><item><author>jasonwatkinspdx</author><text>I&amp;#x27;m not going to bother digging up the clip cuz it&amp;#x27;s easy to find, but it pretty much tells you what you need to know about Rogan.&lt;p&gt;It&amp;#x27;s him talking to Joe Diaz, where Diaz is bragging about how when he was the manager at Laugh Factory he wouldn&amp;#x27;t book female comics unless they sucked his dick. Rogan asks him how many women he did this to and Diaz says a dozen or something, and Rogan starts hyena laughing like it&amp;#x27;s the funniest thing he&amp;#x27;s ever heard.&lt;p&gt;Rogan gets some great guests on, but don&amp;#x27;t be fooled by his &amp;quot;aw schucks I&amp;#x27;m just a bro asking questions&amp;quot; act. He knows exactly what he&amp;#x27;s doing and he&amp;#x27;s a lot more predatory than his on camera character.&lt;p&gt;Something to consider before you associate your brand with him. Probably better to find an up and rising podcast.&lt;p&gt;Edit: freetime2 dug up the clip below and it&amp;#x27;s even worse than I recalled.</text></item></parent_chain><comment><author>PeterisP</author><text>Well no, the way I read is quite literal without anything misogynistic - if a person is saying that they personally take X to affect their body, then the appearance of their body is some (weak but still) evidence about what effect X has, and the decision of whether you want to imitate their actions is influenced by whether you want to look like they do, whether the results they&amp;#x27;re getting seem worth imitating. The author was apparently considering that personal experience as a user of that product (and the visible outcome) was more relevant than whatever some specialist would have read about it.&lt;p&gt;Like, for an example of the opposite gender, if someone you trust says they did a particular treatment to fix male pattern baldness, then it seems reasonable to put some weight in their personal experience and how their hair looks after the treatment, especially if you don&amp;#x27;t trust the official descriptions&amp;#x2F;PR&amp;#x2F;advertising claims, then even small amounts of anecdotal but real evidence might seem more valuable.</text></comment>
<story><title>Observations from our Joe Rogan Experience experience</title><url>https://lulu.substack.com/p/joe-rogan-has-a-werewolf</url></story><parent_chain><item><author>slg</author><text>You don&amp;#x27;t even have to go deep into the archives to feel uncomfortable with this whole world&amp;#x27;s treatment of gender issues. Directly from this article:&lt;p&gt;&amp;gt;At a long desk in the big main room sits an attractive nurse. She offers us an enhancer of B12 or NAD+, through a shot or an IV.&lt;p&gt;&amp;gt;I get a shot of NAD+, which is supposed to be good for energy and metabolism. NAD stands for Nicotinamide Adenine Dinucleotide, and I don’t know what the + is. (Actually, I don’t know what any of it is, but the nurse said she takes it, and if you saw this woman, you too would ask for a shot of whatever she’s on.)&lt;p&gt;What are we supposed to take away from this? Is this nurse actually trained for this? If so, isn&amp;#x27;t the author completely dismissing that training because the nurse is attractive? If not, isn&amp;#x27;t Rogan basically just hiring a model to pump his guests full of unknown drugs? Neither option is great. And this was written by the VP of Communication for Substack and is approved by Rogan. This isn&amp;#x27;t some unauthorized look behind the scenes. This is what they want to advertise. It just gives me the creeps.</text></item><item><author>jasonwatkinspdx</author><text>I&amp;#x27;m not going to bother digging up the clip cuz it&amp;#x27;s easy to find, but it pretty much tells you what you need to know about Rogan.&lt;p&gt;It&amp;#x27;s him talking to Joe Diaz, where Diaz is bragging about how when he was the manager at Laugh Factory he wouldn&amp;#x27;t book female comics unless they sucked his dick. Rogan asks him how many women he did this to and Diaz says a dozen or something, and Rogan starts hyena laughing like it&amp;#x27;s the funniest thing he&amp;#x27;s ever heard.&lt;p&gt;Rogan gets some great guests on, but don&amp;#x27;t be fooled by his &amp;quot;aw schucks I&amp;#x27;m just a bro asking questions&amp;quot; act. He knows exactly what he&amp;#x27;s doing and he&amp;#x27;s a lot more predatory than his on camera character.&lt;p&gt;Something to consider before you associate your brand with him. Probably better to find an up and rising podcast.&lt;p&gt;Edit: freetime2 dug up the clip below and it&amp;#x27;s even worse than I recalled.</text></item></parent_chain><comment><author>Shank</author><text>&amp;gt; If not, isn&amp;#x27;t Rogan basically just hiring a model to pump his guests full of unknown drugs?&lt;p&gt;&amp;gt; Nicotinamide adenine dinucleotide (NAD) is a coenzyme central to metabolism. Found in all living cells, NAD is called a dinucleotide because it consists of two nucleotides joined through their phosphate groups...NAD exists in two forms: an oxidized and reduced form, abbreviated as NAD+ and NADH (H for hydrogen), respectively. [0]&lt;p&gt;It&amp;#x27;s worth noting that NAD+ is well-known. Artificial supplementation I&amp;#x27;m not so sure about, but it&amp;#x27;s inside you already. I...somehow doubt they&amp;#x27;re just injecting raw NAD+ but I suppose it could be?&lt;p&gt;[0]: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Nicotinamide_adenine_dinucleotide&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Nicotinamide_adenine_dinucleot...&lt;/a&gt;</text></comment>
15,982,626
15,981,047
1
2
15,979,714
train
<story><title>Facebook’s Political Unit Enables Propaganda</title><url>https://www.bloomberg.com/news/features/2017-12-21/inside-the-facebook-team-helping-regimes-that-reach-out-and-crack-down</url></story><parent_chain><item><author>fortythirteen</author><text>Imagine if ABC&amp;#x2F;CBS&amp;#x2F;NBC actively went to political parties and sold them on buying their way into the scripts of the top prime-time sitcoms to shape the opinion of viewers.&lt;p&gt;That&amp;#x27;s essentially what Facebook is doing out in the open.</text></item></parent_chain><comment><author>Steeeve</author><text>Imagine...&lt;p&gt;If somebody like Rush Limbaugh had a nationwide radio show where day by day he created content based on RNC talking points.&lt;p&gt;Or a network like Fox or MSNBC went all in on party loyalty and based all their content on party talking points.&lt;p&gt;Or a media conglomerate like Sinclair or Clear Channel pushed out political messaging to their affiliates in small markets that had to be aired during prime viewership.&lt;p&gt;oh wait...</text></comment>
<story><title>Facebook’s Political Unit Enables Propaganda</title><url>https://www.bloomberg.com/news/features/2017-12-21/inside-the-facebook-team-helping-regimes-that-reach-out-and-crack-down</url></story><parent_chain><item><author>fortythirteen</author><text>Imagine if ABC&amp;#x2F;CBS&amp;#x2F;NBC actively went to political parties and sold them on buying their way into the scripts of the top prime-time sitcoms to shape the opinion of viewers.&lt;p&gt;That&amp;#x27;s essentially what Facebook is doing out in the open.</text></item></parent_chain><comment><author>734786710934</author><text>The writers for most prime-time sitcoms are Democrats. They do it for free.</text></comment>
23,865,746
23,865,230
1
3
23,858,590
train
<story><title>The Incredibly Stupid One</title><url>https://www.pownetwork.org/bios/h/h135.htm</url></story><parent_chain><item><author>grecy</author><text>Playing dumb works extremely well to get out of extortion attempts too.&lt;p&gt;I&amp;#x27;ve driven through a stack of countries notorious for extortion by Police and Military - Congo, Nigeria, Honduras, Kenya, Guinea - just to name a few.&lt;p&gt;One of my tactics to avoid paying a cent is playing dumb. It&amp;#x27;s super easy when they don&amp;#x27;t speak English. I do my best to understand their (French&amp;#x2F;Spanish&amp;#x2F;Portuguese&amp;#x2F;Whatever), all the while remaining very polite and friendly. It&amp;#x27;s a real shame when I don&amp;#x27;t understand they want money, and virtually always they wave me through in disgust.&lt;p&gt;On a two year drive from Alaska to Argentina I paid one $5 bribe.&lt;p&gt;In three years around Africa through 35 countries I paid once in Ivory Coast, because I was too big for my boots and let on that I speak French.&lt;p&gt;Playing dumb has a lot of advantages.&lt;p&gt;For anyone interested, here&amp;#x27;s me dealing with a real-life extortion attempt in Nigeria [1]. This was in Nigeria, so it&amp;#x27;s all in English, but the script is identical in any corrupt country.&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=7RTlDa2cg0o&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=7RTlDa2cg0o&lt;/a&gt;</text></item></parent_chain><comment><author>reidjs</author><text>I vaguely remember a post from you on reddit or HN or somewhere a long time ago when you were first getting ready for this trip and the responses were like &amp;quot;You&amp;#x27;re going to get robbed&amp;#x2F;break down in the middle of nowhere&amp;#x2F;You won&amp;#x27;t find jeep parts in Africa&amp;#x2F;Why not drive a land cruiser&amp;#x2F;you will die in the Sahara.&amp;quot; Glad to see you proved the naysayers wrong.</text></comment>
<story><title>The Incredibly Stupid One</title><url>https://www.pownetwork.org/bios/h/h135.htm</url></story><parent_chain><item><author>grecy</author><text>Playing dumb works extremely well to get out of extortion attempts too.&lt;p&gt;I&amp;#x27;ve driven through a stack of countries notorious for extortion by Police and Military - Congo, Nigeria, Honduras, Kenya, Guinea - just to name a few.&lt;p&gt;One of my tactics to avoid paying a cent is playing dumb. It&amp;#x27;s super easy when they don&amp;#x27;t speak English. I do my best to understand their (French&amp;#x2F;Spanish&amp;#x2F;Portuguese&amp;#x2F;Whatever), all the while remaining very polite and friendly. It&amp;#x27;s a real shame when I don&amp;#x27;t understand they want money, and virtually always they wave me through in disgust.&lt;p&gt;On a two year drive from Alaska to Argentina I paid one $5 bribe.&lt;p&gt;In three years around Africa through 35 countries I paid once in Ivory Coast, because I was too big for my boots and let on that I speak French.&lt;p&gt;Playing dumb has a lot of advantages.&lt;p&gt;For anyone interested, here&amp;#x27;s me dealing with a real-life extortion attempt in Nigeria [1]. This was in Nigeria, so it&amp;#x27;s all in English, but the script is identical in any corrupt country.&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=7RTlDa2cg0o&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=7RTlDa2cg0o&lt;/a&gt;</text></item></parent_chain><comment><author>iamwil</author><text>Thanks for sharing. Watched and enjoyed. How did you learn how to do that? Trial and error? Or you rode with someone else?</text></comment>
35,733,361
35,732,826
1
2
35,731,285
train
<story><title>European DSA Recipients of Services Report</title><url>https://www.apple.com/legal/more-resources/dsa/mt/</url></story><parent_chain><item><author>fsckboy</author><text>&amp;gt; &lt;i&gt;iPad App Store is distinct from the iOS App Store&lt;/i&gt;&lt;p&gt;the whole idea that applications written in software shouldn&amp;#x27;t handle screensize differences (and dynamic changes) intelligently is just so broken. I get that feeling in the pit of my stomach like &amp;quot;who let these people in? is the door wide open out there?&amp;quot;&lt;p&gt;i mean, to each their own, that&amp;#x27;s just me, but that&amp;#x27;s how I feel software should be written, and while we&amp;#x27;re at it, give the user some input&amp;#x2F;options at runtime.</text></item><item><author>jsnell</author><text>&amp;gt; iOS App Store: 101 million&lt;p&gt;&amp;gt; iPadOS App Store: 23 million&lt;p&gt;Asserting that the iPad App Store is distinct from the iOS App Store - and totally isn&amp;#x27;t in scope for the regulations - is certainly a bold strategy.&lt;p&gt;I wonder why iTunes and Apple TV+ aren&amp;#x27;t included, and why Podcasts is only counting paid subscribers. Is there some obvious reason why these kinds of services would be out of scope?</text></item></parent_chain><comment><author>zamnos</author><text>The iPad store didn&amp;#x27;t break away from the iOS store until 2019. The original app store came out in 2008, eleven years earlier. While you have as certain point, the division is meant to highlight apps which treat the iPad as a mini laptop, with a keyboard and pencil, vs just a bigger phone. If you&amp;#x27;ve ever coded a website to resize, that&amp;#x27;s child&amp;#x27;s play. to actually get an app working properly across both sizes, you&amp;#x27;ve got to put in significant work for each. For developers that don&amp;#x27;t want to put in that work *, listing in one or the other is fine, and possible Uber the current regieme.&lt;p&gt;* the developer for papers please&amp;#x27;s blog about the mobile port is indicative of the work that goes into supporting other screen sizes. Asking developers to have infinite time and motivation is just not realistic. also note that it took a few years for the mobile port to be released.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;dukope.com&amp;#x2F;devlogs&amp;#x2F;papers-please&amp;#x2F;mobile&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;dukope.com&amp;#x2F;devlogs&amp;#x2F;papers-please&amp;#x2F;mobile&amp;#x2F;&lt;/a&gt;</text></comment>
<story><title>European DSA Recipients of Services Report</title><url>https://www.apple.com/legal/more-resources/dsa/mt/</url></story><parent_chain><item><author>fsckboy</author><text>&amp;gt; &lt;i&gt;iPad App Store is distinct from the iOS App Store&lt;/i&gt;&lt;p&gt;the whole idea that applications written in software shouldn&amp;#x27;t handle screensize differences (and dynamic changes) intelligently is just so broken. I get that feeling in the pit of my stomach like &amp;quot;who let these people in? is the door wide open out there?&amp;quot;&lt;p&gt;i mean, to each their own, that&amp;#x27;s just me, but that&amp;#x27;s how I feel software should be written, and while we&amp;#x27;re at it, give the user some input&amp;#x2F;options at runtime.</text></item><item><author>jsnell</author><text>&amp;gt; iOS App Store: 101 million&lt;p&gt;&amp;gt; iPadOS App Store: 23 million&lt;p&gt;Asserting that the iPad App Store is distinct from the iOS App Store - and totally isn&amp;#x27;t in scope for the regulations - is certainly a bold strategy.&lt;p&gt;I wonder why iTunes and Apple TV+ aren&amp;#x27;t included, and why Podcasts is only counting paid subscribers. Is there some obvious reason why these kinds of services would be out of scope?</text></item></parent_chain><comment><author>threeseed</author><text>iOS&amp;#x2F;iPadOS does allow you to have one code base that dynamically responds to screen sizes.&lt;p&gt;But almost always the experience for iPad users is terrible.&lt;p&gt;Which is why Apple&amp;#x27;s initial approach of forcing developers to build distinct iPad apps was the right one and a large reason why its tablets dominated the market versus Android competitors.</text></comment>
19,394,485
19,393,799
1
3
19,392,635
train
<story><title>US to build six nuclear power plants in India</title><url>https://www.aljazeera.com/news/2019/03/build-nuclear-power-plants-india-190314072408714.html</url></story><parent_chain><item><author>dv_dt</author><text>It&amp;#x27;s a trope that Nuclear is failing because of fearmongering. Nuclear is uneconomical, especially with renewable energy dropping in cost consistently. Is France, the long time operator of one of the largest fleets, afraid of nuclear - I think it is very experienced at managing nuclear, both old gen and the very newest gen reactors. And yet this article:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.bloomberg.com&amp;#x2F;news&amp;#x2F;articles&amp;#x2F;2018-12-10&amp;#x2F;french-power-costs-will-rise-if-renewables-are-sidestepped&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.bloomberg.com&amp;#x2F;news&amp;#x2F;articles&amp;#x2F;2018-12-10&amp;#x2F;french-po...&lt;/a&gt;&lt;p&gt;France will save 39 billion euros ($44.5 billion) if it refrains from building 15 new nuclear plants by 2060, and bets instead on renewable energy sources to replace its all its aging atomic facilities, a government agency said.&lt;p&gt;France should spend 1.28 trillion euros over the next four decades, mostly on clean power production and storage capacities, networks, and imports, according to a report from the country’s environment ministry. If it does this, France would progressively shut down its 58 atomic plants and renewable energy would comprise 95 percent of its electricity output by 2060, up from 17 percent last year</text></item><item><author>Alupis</author><text>&amp;gt; I’ll admire it when the fuel is loaded and the generators spin up&lt;p&gt;Meanwhile, the United States continues to shut down Nuclear Reactors and prevent modern constructions out of irrational fearmongering.&lt;p&gt;At least India recognizes the benefits of Nuclear Power...</text></item><item><author>toomuchtodo</author><text>I’ll admire it when the fuel is loaded and the generators spin up. Until then, it’s PR, not energy policy.&lt;p&gt;Aspiration alone is no different than failure.</text></item><item><author>elsonrodriguez</author><text>&amp;gt; India plans to triple its nuclear capacity by 2024 to wean Asia&amp;#x27;s third-largest economy off polluting fossil fuels.&lt;p&gt;One has to admire the no-nonsense problem solving happening here.</text></item></parent_chain><comment><author>endorphone</author><text>&amp;quot;It&amp;#x27;s a trope that Nuclear is failing because of fearmongering.&amp;quot;&lt;p&gt;I think it&amp;#x27;s a large scale astroturfing effort by the nuclear industry (which is huge, with a very small number of players) and the useful rubes who play along.&lt;p&gt;Nuclear may be a necessary part of the grid mix, but the panacea presented has never remotely been close to reality -- every build takes much longer than promised, and always, with 100% certainty, costs billions more than planned. Every build has maintenance that costs multiples of the claims, operation that is far more expensive, and with waste products that there is still no viable solution for, with an eternity of costs dragging them down. And nuclear only exists because the public subsidizes it by eschewing the need for real insurance (which would be prohibitively expensive otherwise).&lt;p&gt;In every economic sense nuclear has been an enormous boondoggle, and they stopped making them because every energy provider got wise. This has nothing to do with fearmongering or some sort of ignorant public -- quite the contrary, the overwhelming public sentiment had no problem with nuclear -- though that claim frequently appears. It&amp;#x27;s bizarre.</text></comment>
<story><title>US to build six nuclear power plants in India</title><url>https://www.aljazeera.com/news/2019/03/build-nuclear-power-plants-india-190314072408714.html</url></story><parent_chain><item><author>dv_dt</author><text>It&amp;#x27;s a trope that Nuclear is failing because of fearmongering. Nuclear is uneconomical, especially with renewable energy dropping in cost consistently. Is France, the long time operator of one of the largest fleets, afraid of nuclear - I think it is very experienced at managing nuclear, both old gen and the very newest gen reactors. And yet this article:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.bloomberg.com&amp;#x2F;news&amp;#x2F;articles&amp;#x2F;2018-12-10&amp;#x2F;french-power-costs-will-rise-if-renewables-are-sidestepped&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.bloomberg.com&amp;#x2F;news&amp;#x2F;articles&amp;#x2F;2018-12-10&amp;#x2F;french-po...&lt;/a&gt;&lt;p&gt;France will save 39 billion euros ($44.5 billion) if it refrains from building 15 new nuclear plants by 2060, and bets instead on renewable energy sources to replace its all its aging atomic facilities, a government agency said.&lt;p&gt;France should spend 1.28 trillion euros over the next four decades, mostly on clean power production and storage capacities, networks, and imports, according to a report from the country’s environment ministry. If it does this, France would progressively shut down its 58 atomic plants and renewable energy would comprise 95 percent of its electricity output by 2060, up from 17 percent last year</text></item><item><author>Alupis</author><text>&amp;gt; I’ll admire it when the fuel is loaded and the generators spin up&lt;p&gt;Meanwhile, the United States continues to shut down Nuclear Reactors and prevent modern constructions out of irrational fearmongering.&lt;p&gt;At least India recognizes the benefits of Nuclear Power...</text></item><item><author>toomuchtodo</author><text>I’ll admire it when the fuel is loaded and the generators spin up. Until then, it’s PR, not energy policy.&lt;p&gt;Aspiration alone is no different than failure.</text></item><item><author>elsonrodriguez</author><text>&amp;gt; India plans to triple its nuclear capacity by 2024 to wean Asia&amp;#x27;s third-largest economy off polluting fossil fuels.&lt;p&gt;One has to admire the no-nonsense problem solving happening here.</text></item></parent_chain><comment><author>aloer</author><text>39 billion of 1.28 trillion is 3%. Does that mean they only save 3% when betting on falling prices for renewables? For four decades? Doesn&amp;#x27;t sound much like a financial advantage compared to the (presumably) more predictable and stable prices for nuclear</text></comment>
17,554,514
17,554,568
1
3
17,551,514
train
<story><title>Riot Games Approach to Anti-Cheat</title><url>https://engineering.riotgames.com/news/riots-approach-anti-cheat</url></story><parent_chain><item><author>m3rc</author><text>I mean... sure but they&amp;#x27;re also only willing to interact with the game when they&amp;#x27;re making the experience bad for everyone else.</text></item><item><author>VectorLock</author><text>This is an interesting approach because even though they may be cheaters they are _still_ people that are interested in your game. The percent of cheaters with the objective to utterly destroy the game they&amp;#x27;re cheating at is probably negligible.</text></item><item><author>exgamedev</author><text>Back when I worked in games we would detect cheaters and then shadow ban. Quarantine them by only matching them into games with other cheaters.&lt;p&gt;You may still have to ban them from certain elements of your game, like player economies (auction house, etc). But the more legitimate their experience looks the better.&lt;p&gt;The idea is that instead of fully banning them and triggering the next iteration of the arms race, you trap and release them into a competitive arena for cheaters. It&amp;#x27;s actually fun for them to compete with each other at who can cheat the hardest and no one else gets hurt. We hooked them up with a community rep. They found bugs and generally improved our security. Everyone won.&lt;p&gt;There&amp;#x27;s no way to win with an adversarial approach to cheating IMO, not when you let the client run on their machine</text></item></parent_chain><comment><author>s_m_t</author><text>I don&amp;#x27;t think it is really the cheaters that degrade the experience, it is the knowledge (right or wrong) that cheaters exist that reduces trust that makes for not fun experiences.&lt;p&gt;I&amp;#x27;ve played online games for many thousands of hours over the past two decades and I can count the number of times I encountered a blatant cheater on my hands. Every time it actually happened people had a good laugh about it and either hopped servers or banned the person cheating. Sure I have probably unknowingly encountered a bunch of map and wall hackers but I didn&amp;#x27;t know so it didn&amp;#x27;t degrade my experience. For all I knew those players were just better than me, plenty of those around. Having played with some extremely high level players in various games, it actually feels like the good players are using map&amp;#x2F;wallhacks more than the actual hackers because they have such good gamesense.&lt;p&gt;On the other hand, I have been accused of cheating more times than I have actually for sure encountered real cheaters. It isn&amp;#x27;t fun when a server turns sour because everyone is accusing each other of cheating and getting salty over nothing.&lt;p&gt;Of course, if cheaters are allowed to completely run rampant this isn&amp;#x27;t the case. But any game with a modicum of community power to enforce rules won&amp;#x27;t have that problem. The major places you reliably encounter cheaters are non-private servers and matchmaking services that have essentially been abandoned by the developers.</text></comment>
<story><title>Riot Games Approach to Anti-Cheat</title><url>https://engineering.riotgames.com/news/riots-approach-anti-cheat</url></story><parent_chain><item><author>m3rc</author><text>I mean... sure but they&amp;#x27;re also only willing to interact with the game when they&amp;#x27;re making the experience bad for everyone else.</text></item><item><author>VectorLock</author><text>This is an interesting approach because even though they may be cheaters they are _still_ people that are interested in your game. The percent of cheaters with the objective to utterly destroy the game they&amp;#x27;re cheating at is probably negligible.</text></item><item><author>exgamedev</author><text>Back when I worked in games we would detect cheaters and then shadow ban. Quarantine them by only matching them into games with other cheaters.&lt;p&gt;You may still have to ban them from certain elements of your game, like player economies (auction house, etc). But the more legitimate their experience looks the better.&lt;p&gt;The idea is that instead of fully banning them and triggering the next iteration of the arms race, you trap and release them into a competitive arena for cheaters. It&amp;#x27;s actually fun for them to compete with each other at who can cheat the hardest and no one else gets hurt. We hooked them up with a community rep. They found bugs and generally improved our security. Everyone won.&lt;p&gt;There&amp;#x27;s no way to win with an adversarial approach to cheating IMO, not when you let the client run on their machine</text></item></parent_chain><comment><author>stephengillie</author><text>Console speed-runs have different leagues where different levels of glitches are allowed - from 0% to any%. Maybe that could work here, possibly as a &amp;quot;competitive aimbot league&amp;quot;.</text></comment>
17,170,561
17,169,742
1
3
17,169,331
train
<story><title>Python’s For - Else</title><url>http://book.pythontips.com/en/latest/for_-_else.html</url></story><parent_chain><item><author>askvictor</author><text>The word else implies something different to what it does (IMHO at least). In and if&amp;#x2F;else clause, the else happens when the primary&amp;#x2F;expected thing doesn&amp;#x27;t happen. I would expect that for a loop, an else clause would happen when the loop does _not_ finish normally, or if they loop is empty. I&amp;#x27;m sure it&amp;#x27;s a useful clause in certain cases, but the meaning of the word used is reversed. It might be better use &amp;#x27;then&amp;#x27; or something like that:&lt;p&gt;&lt;pre&gt;&lt;code&gt; for i in l: print(i) then: print(&amp;quot;iteration finished without breaking&amp;quot;)&lt;/code&gt;&lt;/pre&gt;</text></item></parent_chain><comment><author>jimmytucson</author><text>Here’s why (Hettinger):&lt;p&gt;&amp;gt; In 1991, “else” was the obvious choice because of the traditional way compilers implemented while-loops: pastebin.com&amp;#x2F;tY35CTJ4&lt;p&gt;That is, “if I haven’t finished the loop, GOTO the body.”&lt;p&gt;He says if he had a time machine he could tell Guido in the future we’re all using structured programming so no one will find “else” intuitive; call it “nobreak” instead: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;m.youtube.com&amp;#x2F;watch?v=OSGv2VnC0go#&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;m.youtube.com&amp;#x2F;watch?v=OSGv2VnC0go#&lt;/a&gt;&lt;p&gt;Guido says if he had a time machine he would not have included the feature at all: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;mail.python.org&amp;#x2F;pipermail&amp;#x2F;python-ideas&amp;#x2F;2009-October&amp;#x2F;006157.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;mail.python.org&amp;#x2F;pipermail&amp;#x2F;python-ideas&amp;#x2F;2009-October&amp;#x2F;...&lt;/a&gt;&lt;p&gt;This whole thing was Knuth’s idea, not Guido’s: &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;citeseerx.ist.psu.edu&amp;#x2F;viewdoc&amp;#x2F;download?doi=10.1.1.103.6084&amp;amp;rep=rep1&amp;amp;type=pdf&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;citeseerx.ist.psu.edu&amp;#x2F;viewdoc&amp;#x2F;download?doi=10.1.1.103...&lt;/a&gt;</text></comment>
<story><title>Python’s For - Else</title><url>http://book.pythontips.com/en/latest/for_-_else.html</url></story><parent_chain><item><author>askvictor</author><text>The word else implies something different to what it does (IMHO at least). In and if&amp;#x2F;else clause, the else happens when the primary&amp;#x2F;expected thing doesn&amp;#x27;t happen. I would expect that for a loop, an else clause would happen when the loop does _not_ finish normally, or if they loop is empty. I&amp;#x27;m sure it&amp;#x27;s a useful clause in certain cases, but the meaning of the word used is reversed. It might be better use &amp;#x27;then&amp;#x27; or something like that:&lt;p&gt;&lt;pre&gt;&lt;code&gt; for i in l: print(i) then: print(&amp;quot;iteration finished without breaking&amp;quot;)&lt;/code&gt;&lt;/pre&gt;</text></item></parent_chain><comment><author>rlayton2</author><text>I&amp;#x27;m a strong python advocate and rarely use for&amp;#x2F;else for this exact reason. It makes &lt;i&gt;more&lt;/i&gt; sense to me for it to be the other way (your way) around. I always add a comment on the else when I do too, to ensure that future readers don&amp;#x27;t make the same mistake.</text></comment>
33,917,187
33,917,114
1
2
33,913,231
train
<story><title>Goodbye to the C++ Implementation of Zig</title><url>https://ziglang.org/news/goodbye-cpp/</url></story><parent_chain><item><author>dahfizz</author><text>Something I&amp;#x27;ve always wondered about compilers written in their own language....&lt;p&gt;What is your process for compiling a new compiler? Let&amp;#x27;s say you make a code change to the compiler. You have a compiled version of the previous compiler you can run to compile the new compiler.&lt;p&gt;But, by definition, the new compiler is different from the old one. Do you re-run the compilation with the new compiler? How many times?</text></item><item><author>WalterBright</author><text>It was a good day when we finally removed 100% of the C and C++ code from the D compiler and all of the runtime library (including the memory manager). The assembler code uses D&amp;#x27;s inline assembler.&lt;p&gt;The &lt;i&gt;test&lt;/i&gt; suite has C code in it, because of course D can compile C code.</text></item></parent_chain><comment><author>cpeterso</author><text>Rust’s documentation describes how new versions of the rustc compiler are bootstrapped:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;rustc-dev-guide.rust-lang.org&amp;#x2F;buildings&amp;#x2F;bootstrapping.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;rustc-dev-guide.rust-lang.org&amp;#x2F;buildings&amp;#x2F;bootstrappin...&lt;/a&gt;&lt;p&gt;Stage 0: The stage0 compiler is usually the current beta rustc compiler.&lt;p&gt;States 1: The rustc source code is then compiled with the stage0 compiler to produce the stage1 compiler.&lt;p&gt;Stage 2: We then rebuild our stage1 compiler with itself to produce the stage2 compiler. In theory, the stage1 compiler is functionally identical to the stage2 compiler, but in practice there are subtle differences. The stage2 compiler is the one distributed with rustup and all other install methods.&lt;p&gt;State 3: To sanity check our new compiler, we can build the libraries with the stage2 compiler. The result ought to be identical to before, unless something has broken.</text></comment>
<story><title>Goodbye to the C++ Implementation of Zig</title><url>https://ziglang.org/news/goodbye-cpp/</url></story><parent_chain><item><author>dahfizz</author><text>Something I&amp;#x27;ve always wondered about compilers written in their own language....&lt;p&gt;What is your process for compiling a new compiler? Let&amp;#x27;s say you make a code change to the compiler. You have a compiled version of the previous compiler you can run to compile the new compiler.&lt;p&gt;But, by definition, the new compiler is different from the old one. Do you re-run the compilation with the new compiler? How many times?</text></item><item><author>WalterBright</author><text>It was a good day when we finally removed 100% of the C and C++ code from the D compiler and all of the runtime library (including the memory manager). The assembler code uses D&amp;#x27;s inline assembler.&lt;p&gt;The &lt;i&gt;test&lt;/i&gt; suite has C code in it, because of course D can compile C code.</text></item></parent_chain><comment><author>WalterBright</author><text>1. Compile the new compiler with the old compiler&lt;p&gt;2. Compile the new compiler with the result of (1)&lt;p&gt;3. Compile the new compiler with the result of (2)&lt;p&gt;4. Verify that (2) and (3) produce identical results</text></comment>
39,042,070
39,042,180
1
2
39,041,477
train
<story><title>Queues don&apos;t fix overload (2014)</title><url>https://ferd.ca/queues-don-t-fix-overload.html</url></story><parent_chain><item><author>kasey_junk</author><text>This is a weird article because it points out that queues don’t solve overload but neither do load shedding or back pressure.&lt;p&gt;All 3 techniques are just different trade offs on what to do in the face of overload. All 3 have negative ramifications for the users of the system. Load shedding reduces availability, back pressure increases complexity and queues increase latency.&lt;p&gt;In “critical” systems you need all 3. And all 3 can be overloaded. Frankly, your load shedding or back pressure system is probably implemented on a queue one layer down the abstraction.</text></item></parent_chain><comment><author>dijit</author><text>I think it&amp;#x27;s the threshold of all people to truly understand that there&amp;#x27;s no solution to certain problems, only tradeoffs.&lt;p&gt;Queues are great, but can lead to catastrophic failure if you don&amp;#x27;t have a good way of handling the queue, so making an active choice about how you handle overload is part of designing a robust and resilient system.&lt;p&gt;Trading off new requests for current requests is, in my experience, a valid strategy for eCommerce for example. We called it &amp;quot;quenching&amp;quot;.</text></comment>
<story><title>Queues don&apos;t fix overload (2014)</title><url>https://ferd.ca/queues-don-t-fix-overload.html</url></story><parent_chain><item><author>kasey_junk</author><text>This is a weird article because it points out that queues don’t solve overload but neither do load shedding or back pressure.&lt;p&gt;All 3 techniques are just different trade offs on what to do in the face of overload. All 3 have negative ramifications for the users of the system. Load shedding reduces availability, back pressure increases complexity and queues increase latency.&lt;p&gt;In “critical” systems you need all 3. And all 3 can be overloaded. Frankly, your load shedding or back pressure system is probably implemented on a queue one layer down the abstraction.</text></item></parent_chain><comment><author>0xbadcafebee</author><text>The only real solution to overload (that is, the eventuality of the system not having enough capacity), in modern systems, is autoscaling. Nobody seems to talk about this, I guess because it&amp;#x27;s taken for granted? But you can literally just keep adding capacity now. We didn&amp;#x27;t really have that before the cloud; you had the servers you bought, and maybe you&amp;#x27;d rush to repurpose some servers to add capacity. Now an algorithm just adds servers magically when your load gets high.&lt;p&gt;Of course the system still has limits. But if you go from zonal to regional to global autoscaling, and you architect specifically to scale up each point in the system using autoscaling, it kind of doesn&amp;#x27;t have a limit? (that any one product would hit, at a global level)&lt;p&gt;In the past I have spun up a duplicate distributed system in another region and just split the traffic between the two. IaC is crazy.</text></comment>
15,570,360
15,564,091
1
2
15,564,057
train
<story><title>SEC fines Zenefits and former CEO for misleading investors</title><url>https://www.buzzfeed.com/williamalden/the-sec-just-fined-a-unicorn-startup-for-the-first-time</url></story><parent_chain></parent_chain><comment><author>chroem-</author><text>It&amp;#x27;s interesting that I can&amp;#x27;t think of any of these megagrowth tech startups that have gone off without a hitch. Zenefits, Uber, Snapchat, etc. are all in some form of trouble or another, and yet these companies are supposed to be the shining success stories that all other tech startups aspire to.</text></comment>
<story><title>SEC fines Zenefits and former CEO for misleading investors</title><url>https://www.buzzfeed.com/williamalden/the-sec-just-fined-a-unicorn-startup-for-the-first-time</url></story><parent_chain></parent_chain><comment><author>runesoerensen</author><text>Here&amp;#x27;s the relevant SEC document: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.sec.gov&amp;#x2F;litigation&amp;#x2F;admin&amp;#x2F;2017&amp;#x2F;33-10429.pdf&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.sec.gov&amp;#x2F;litigation&amp;#x2F;admin&amp;#x2F;2017&amp;#x2F;33-10429.pdf&lt;/a&gt;</text></comment>
40,168,871
40,167,332
1
2
40,163,405
train
<story><title>Open Sourcing DOS 4</title><url>https://www.hanselman.com/blog/open-sourcing-dos-4</url></story><parent_chain><item><author>pavlov</author><text>When I was nine years old, I liked poking around with a hex editor on my dad’s PC.&lt;p&gt;I didn’t speak English and MS-DOS wasn’t yet localized to Finnish in 1989, so I decided to try translating it myself with a dictionary by manually finding and replacing strings in the SYS&amp;#x2F;COM files. The result worked and my dad was suitably impressed, if probably a bit peeved that nothing worked anymore in the shell as expected (since I had replaced all the basic command names too — “dir” became “hak” and so on).&lt;p&gt;It’s pretty cool to see those strings again in src&amp;#x2F;MESSAGES.&lt;p&gt;At the same time, it feels a bit sad that today’s kids can’t get the same feeling that the computer is really theirs to modify. Modern operating systems don’t run binaries tampered with a hex editor. Most kids are on operating systems like iOS where they can’t even run a C compiler.&lt;p&gt;They can play with code in various sandboxes locally and on the web, but the computer fundamentally belongs to someone else today.</text></item></parent_chain><comment><author>andsoitis</author><text>&amp;gt; At the same time, it feels a bit sad that today’s kids can’t get the same feeling that the computer is really theirs to modify.&lt;p&gt;Kids with a hacker mentality (let&amp;#x27;s face it, even in the 80s those of us who hacked around with DOS etc. were the teeny tiny minority) have more options than ever before, including but not limited to FreeDOS, Linux, or a bunch of others &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Comparison_of_open-source_operating_systems&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Comparison_of_open-source_oper...&lt;/a&gt;&lt;p&gt;Finding it is also super easy if you have the curiosity (and of course a PC and an internet connection).</text></comment>
<story><title>Open Sourcing DOS 4</title><url>https://www.hanselman.com/blog/open-sourcing-dos-4</url></story><parent_chain><item><author>pavlov</author><text>When I was nine years old, I liked poking around with a hex editor on my dad’s PC.&lt;p&gt;I didn’t speak English and MS-DOS wasn’t yet localized to Finnish in 1989, so I decided to try translating it myself with a dictionary by manually finding and replacing strings in the SYS&amp;#x2F;COM files. The result worked and my dad was suitably impressed, if probably a bit peeved that nothing worked anymore in the shell as expected (since I had replaced all the basic command names too — “dir” became “hak” and so on).&lt;p&gt;It’s pretty cool to see those strings again in src&amp;#x2F;MESSAGES.&lt;p&gt;At the same time, it feels a bit sad that today’s kids can’t get the same feeling that the computer is really theirs to modify. Modern operating systems don’t run binaries tampered with a hex editor. Most kids are on operating systems like iOS where they can’t even run a C compiler.&lt;p&gt;They can play with code in various sandboxes locally and on the web, but the computer fundamentally belongs to someone else today.</text></item></parent_chain><comment><author>zooq_ai</author><text>My favorite Hex Editor hack was when I cracked a Windows software simply by changing the instruction &amp;quot;Equal to&amp;quot; to &amp;quot;Not Equal to&amp;quot; where it matches for Software Key with user entered key.</text></comment>
41,531,298
41,529,342
1
3
41,487,848
train
<story><title>Show HN: A whiteboard that writes math equations</title><url>https://whiteboard.lasky.io/</url></story><parent_chain><item><author>jpl56</author><text>Nice tool! I like the human like handwriting, but I&amp;#x27;d prefer a more adult one.&lt;p&gt;Writing the denominator first looks weird to me, same as writing the square root symbol after what&amp;#x27;s under it.</text></item></parent_chain><comment><author>flareback</author><text>Looks like my 5 year old&amp;#x27;s handwriting. Sometimes I actually have no idea what it was writing. Plus the text was overlapping at times</text></comment>
<story><title>Show HN: A whiteboard that writes math equations</title><url>https://whiteboard.lasky.io/</url></story><parent_chain><item><author>jpl56</author><text>Nice tool! I like the human like handwriting, but I&amp;#x27;d prefer a more adult one.&lt;p&gt;Writing the denominator first looks weird to me, same as writing the square root symbol after what&amp;#x27;s under it.</text></item></parent_chain><comment><author>Ilasky</author><text>Agreed the ordering is a bit weird. Working on figuring out a way to adjust that. Thanks for the feedback!</text></comment>
1,182,278
1,182,292
1
2
1,181,742
train
<story><title>New IDE: code bubbles</title><url>http://www.cs.brown.edu/people/acb/codebubbles_site.htm</url></story><parent_chain><item><author>pohl</author><text>I&apos;d like to have a dollar for every time I&apos;ve seen a NullPointerException on some line that was constructed by someone who loves the list of methods that automagically pops up for the dot operator:&lt;p&gt;&lt;pre&gt;&lt;code&gt; foo.bar().baz().qux() &lt;/code&gt;&lt;/pre&gt; ...Grrrrr!</text></item><item><author>jacquesm</author><text>IDE&apos;s can be neat, but plenty of people seem to use them as crutches to keep on walking through minefields of APIs.&lt;p&gt;Since the IDE remembers all your parameter sequences and types there is also less incentive for developers of APIs to think ahead of time and plan their interface so it is consistent and easy to remember.</text></item><item><author>jasonkester</author><text>Programming hasn&apos;t been about files for a long time now. That&apos;s the reason that we have IDEs in the first place, and why I cringe when people talk about writing code in a text editor.&lt;p&gt;Any IDE worth its salt will do all the things in that video, except for the little draggable bubbles.</text></item><item><author>Vivtek</author><text>That is a very interesting approach - instead of just presenting &lt;i&gt;files&lt;/i&gt;, this IDE is already abstracting out some of the semantic structure for you and presenting code based on its &lt;i&gt;relationships&lt;/i&gt;. It&apos;s meeting you halfway. &lt;i&gt;And&lt;/i&gt; it keeps track of things the way you work - by explicitly acknowledging the task structure of the work, it&apos;s again meeting you halfway.&lt;p&gt;This is a really promising start. Very cool.</text></item></parent_chain><comment><author>jrockway</author><text>If only there was some combinator for sequencing computations... then you could write:&lt;p&gt;&lt;pre&gt;&lt;code&gt; foo &amp;#62;&amp;#62;= bar &amp;#62;&amp;#62;= baz &amp;#62;&amp;#62;= quux &lt;/code&gt;&lt;/pre&gt; and there would never be a NullPointerException, because the &amp;#62;&amp;#62;= function could react appropriately when null was encountered!</text></comment>
<story><title>New IDE: code bubbles</title><url>http://www.cs.brown.edu/people/acb/codebubbles_site.htm</url></story><parent_chain><item><author>pohl</author><text>I&apos;d like to have a dollar for every time I&apos;ve seen a NullPointerException on some line that was constructed by someone who loves the list of methods that automagically pops up for the dot operator:&lt;p&gt;&lt;pre&gt;&lt;code&gt; foo.bar().baz().qux() &lt;/code&gt;&lt;/pre&gt; ...Grrrrr!</text></item><item><author>jacquesm</author><text>IDE&apos;s can be neat, but plenty of people seem to use them as crutches to keep on walking through minefields of APIs.&lt;p&gt;Since the IDE remembers all your parameter sequences and types there is also less incentive for developers of APIs to think ahead of time and plan their interface so it is consistent and easy to remember.</text></item><item><author>jasonkester</author><text>Programming hasn&apos;t been about files for a long time now. That&apos;s the reason that we have IDEs in the first place, and why I cringe when people talk about writing code in a text editor.&lt;p&gt;Any IDE worth its salt will do all the things in that video, except for the little draggable bubbles.</text></item><item><author>Vivtek</author><text>That is a very interesting approach - instead of just presenting &lt;i&gt;files&lt;/i&gt;, this IDE is already abstracting out some of the semantic structure for you and presenting code based on its &lt;i&gt;relationships&lt;/i&gt;. It&apos;s meeting you halfway. &lt;i&gt;And&lt;/i&gt; it keeps track of things the way you work - by explicitly acknowledging the task structure of the work, it&apos;s again meeting you halfway.&lt;p&gt;This is a really promising start. Very cool.</text></item></parent_chain><comment><author>rcoder</author><text>You know what&apos;s even better? When someone who writes that style of code (in C++, no less!) &lt;i&gt;knows&lt;/i&gt; that one of the intermediate values could be null, so they use a set of macros involving setjmp and longjmp, and trap SIGFPE, all to implement a fragile sort of try/catch for null de-references.&lt;p&gt;Clever? Insane? Horribly un-portable and prone to breakage depending on compiler, libc, and OS versions? All of the above!&lt;p&gt;(And yes, I have seen this coding style used in multiple projects at a major corporation. It was a favorite of a coder-turned manager, which means it tended to sneak in on any project he supervised.)</text></comment>
29,698,258
29,698,319
1
2
29,697,780
train
<story><title>Risk of myocarditis following sequential COVID-19 vaccinations by age and sex [pdf]</title><url>https://www.medrxiv.org/content/10.1101/2021.12.23.21268276v1.full.pdf</url></story><parent_chain><item><author>simonsarris</author><text>This paper essentially argues that the risk of myocarditis in under-40 males getting 2 shots is greater (perhaps much greater) than the risk of getting it from COVID. There have been similar studies before, but none (that I saw) broken down by age and sex like this.&lt;p&gt;It reads:&lt;p&gt;&amp;gt; Despite more myocarditis events occurring in older persons, the risk following COVID-19 vaccination was largely restricted to younger males aged less than 40 years, where the risks of myocarditis following vaccination and infection were similar. However, the notable exception was that in younger males receiving a second dose of mRNA-1273 vaccine, the risk of myocarditis was higher following vaccination than infection, with an additional 101 events estimated following a second dose of mRNA-1273 vaccine compared to 7 events following a positive SARS-CoV-2 test.&lt;p&gt;This guy made a graph of their data, which makes it a little more clear:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;twitter.com&amp;#x2F;VPrasadMDMPH&amp;#x2F;status&amp;#x2F;1475145220618526729&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;twitter.com&amp;#x2F;VPrasadMDMPH&amp;#x2F;status&amp;#x2F;1475145220618526729&lt;/a&gt;</text></item></parent_chain><comment><author>jMyles</author><text>&amp;gt; This guy made a graph of their data, which makes it a little more clear:&lt;p&gt;As another commenter as has pointed out, the graph in question in included in the PDF version of this preprint (which you can see here: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.medrxiv.org&amp;#x2F;content&amp;#x2F;10.1101&amp;#x2F;2021.12.02.21267156v1.full.pdf+html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.medrxiv.org&amp;#x2F;content&amp;#x2F;10.1101&amp;#x2F;2021.12.02.21267156v...&lt;/a&gt;).&lt;p&gt;I want to add: &amp;quot;this guy&amp;quot; is Vinay Prasad, a professor of oncology at UCSF and an incredibly prescient thinker through the COVID-19 pandemic, and someone with whome I&amp;#x27;ve had the joy to correspond and repeatedly be impressed by his straightforward, evidence-based, dry-witty way of thinking, writing, and speaking.&lt;p&gt;He&amp;#x27;s a significant up-and-come in medical science, without a doubt, and someone to follow if you are interested in science-based policy.&lt;p&gt;We had the pleasure of hosting an AMA with him on &amp;#x2F;r&amp;#x2F;lockdownskepticism which you may find enjoyable and educational: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.reddit.com&amp;#x2F;r&amp;#x2F;LockdownSkepticism&amp;#x2F;comments&amp;#x2F;m0ll33&amp;#x2F;hi_im_vinay_prasad_from_the_university_of&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.reddit.com&amp;#x2F;r&amp;#x2F;LockdownSkepticism&amp;#x2F;comments&amp;#x2F;m0ll33&amp;#x2F;...&lt;/a&gt;</text></comment>
<story><title>Risk of myocarditis following sequential COVID-19 vaccinations by age and sex [pdf]</title><url>https://www.medrxiv.org/content/10.1101/2021.12.23.21268276v1.full.pdf</url></story><parent_chain><item><author>simonsarris</author><text>This paper essentially argues that the risk of myocarditis in under-40 males getting 2 shots is greater (perhaps much greater) than the risk of getting it from COVID. There have been similar studies before, but none (that I saw) broken down by age and sex like this.&lt;p&gt;It reads:&lt;p&gt;&amp;gt; Despite more myocarditis events occurring in older persons, the risk following COVID-19 vaccination was largely restricted to younger males aged less than 40 years, where the risks of myocarditis following vaccination and infection were similar. However, the notable exception was that in younger males receiving a second dose of mRNA-1273 vaccine, the risk of myocarditis was higher following vaccination than infection, with an additional 101 events estimated following a second dose of mRNA-1273 vaccine compared to 7 events following a positive SARS-CoV-2 test.&lt;p&gt;This guy made a graph of their data, which makes it a little more clear:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;twitter.com&amp;#x2F;VPrasadMDMPH&amp;#x2F;status&amp;#x2F;1475145220618526729&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;twitter.com&amp;#x2F;VPrasadMDMPH&amp;#x2F;status&amp;#x2F;1475145220618526729&lt;/a&gt;</text></item></parent_chain><comment><author>ozdave</author><text>Thanks for the explanation.&lt;p&gt;&amp;gt; argues that the risk of myocarditis in under-40 males getting 2 shots is greater (perhaps much greater) than the risk of getting it from COVID&lt;p&gt;The way I read this is the risk of myocarditis is greater with vaccination, but this does not tell me about the overall risk of serious illness&amp;#x2F;death from Covid for vaxed VS unvaxed.&lt;p&gt;So - risk of myocarditis goes up - but is it still overall safer to be vaccinated for the under 40 males, or not?&lt;p&gt;Not pushing any angle or side here - just looking for clarity (as much as possible).</text></comment>
31,985,313
31,984,879
1
3
31,981,568
train
<story><title>SQLGlot: SQL parser, transpiler, optimizer – translate to Presto, Spark, Hive</title><url>https://github.com/tobymao/sqlglot</url></story><parent_chain></parent_chain><comment><author>flakiness</author><text>The parser.py [1] has only 1.6k lines. And it is hand-written parser. This size is amazing if it&amp;#x27;s really capable, but I intuitively doubt it. For example, duckdb&amp;#x27;s select.y [2] has 3700 lines, and this is only for SELECT. ZetaSQL&amp;#x27;s grammar file [3] is almost 10k lines.&lt;p&gt;The SQL is a monstrous language. Is there any trick that keeps the code simple?&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;tobymao&amp;#x2F;sqlglot&amp;#x2F;blob&amp;#x2F;main&amp;#x2F;sqlglot&amp;#x2F;parser.py&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;tobymao&amp;#x2F;sqlglot&amp;#x2F;blob&amp;#x2F;main&amp;#x2F;sqlglot&amp;#x2F;parser....&lt;/a&gt; [2] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;duckdb&amp;#x2F;duckdb&amp;#x2F;blob&amp;#x2F;master&amp;#x2F;third_party&amp;#x2F;libpg_query&amp;#x2F;grammar&amp;#x2F;statements&amp;#x2F;select.y&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;duckdb&amp;#x2F;duckdb&amp;#x2F;blob&amp;#x2F;master&amp;#x2F;third_party&amp;#x2F;lib...&lt;/a&gt; [3] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;google&amp;#x2F;zetasql&amp;#x2F;blob&amp;#x2F;master&amp;#x2F;zetasql&amp;#x2F;parser&amp;#x2F;bison_parser.y&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;google&amp;#x2F;zetasql&amp;#x2F;blob&amp;#x2F;master&amp;#x2F;zetasql&amp;#x2F;parser...&lt;/a&gt;</text></comment>
<story><title>SQLGlot: SQL parser, transpiler, optimizer – translate to Presto, Spark, Hive</title><url>https://github.com/tobymao/sqlglot</url></story><parent_chain></parent_chain><comment><author>RobinL</author><text>SQLGlot is great. We&amp;#x27;ve used it to extend our FOSS probabilistic data linking library[1] so that it is now capable of executing against a variety of SQL backends (Spark, Presto, DuckDB, Sqlite), significantly widening our potential user base.&lt;p&gt;We implement the core statistical model in SQL, and then use SQLGlot to transpile to the target execution engine. One big motivation was to futureproof our work - we&amp;#x27;re no longer tied down to Spark, and so when the &amp;#x27;next big thing&amp;#x27; (GPU accelerated SQL for analytics?) comes along, it should be relatively straightforward to support it by writing another adaptor.&lt;p&gt;Working on this has highlighted some of the really tricky problems associated with translating between SQL engines, and we haven&amp;#x27;t hit any major problems, so kudos to the author!&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;moj-analytical-services&amp;#x2F;splink&amp;#x2F;tree&amp;#x2F;splink3&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;moj-analytical-services&amp;#x2F;splink&amp;#x2F;tree&amp;#x2F;splin...&lt;/a&gt;</text></comment>
28,053,872
28,054,241
1
3
28,053,358
train
<story><title>Tesla CEO berated employees, investors and tried to get rid of safety measures</title><url>https://www.gq.com/story/powerplay-tesla-musk-excerpt/</url></story><parent_chain><item><author>practice9</author><text>The waterfall of misinformation:&lt;p&gt;1) Author fabricates &amp;quot;facts&amp;quot; for his book&lt;p&gt;2) Tabloids copy those &amp;quot;facts&amp;quot; and add filler to fabricate outrage&lt;p&gt;3) Twitter outrage specialists pick these &amp;quot;facts&amp;quot; up and retweet&lt;p&gt;4) Other people form their opinion based on 1), 2), 3)</text></item><item><author>iamcreasy</author><text>I guess there are some true facts in this book but I am overall very skeptic of the picture the author is trying to paint or the conclusions he is drawing from those facts.&lt;p&gt;For example, the book says Elon wanted to be Apple&amp;#x27;s CEO post Tesla acquisition on a phone call. But Elon said it many times over the years that he rather spend his time on engineering and design over management.&lt;p&gt;Edit: Also Tim Cook mentioned in an interview that he never spoke with Elon Musk.</text></item></parent_chain><comment><author>WA</author><text>You don’t need to read fabricated facts if you simply can follow Elon on Twitter. If you put down the rose-tinted glasses, you see that he puts out a lot of dumb stuff and many lies.</text></comment>
<story><title>Tesla CEO berated employees, investors and tried to get rid of safety measures</title><url>https://www.gq.com/story/powerplay-tesla-musk-excerpt/</url></story><parent_chain><item><author>practice9</author><text>The waterfall of misinformation:&lt;p&gt;1) Author fabricates &amp;quot;facts&amp;quot; for his book&lt;p&gt;2) Tabloids copy those &amp;quot;facts&amp;quot; and add filler to fabricate outrage&lt;p&gt;3) Twitter outrage specialists pick these &amp;quot;facts&amp;quot; up and retweet&lt;p&gt;4) Other people form their opinion based on 1), 2), 3)</text></item><item><author>iamcreasy</author><text>I guess there are some true facts in this book but I am overall very skeptic of the picture the author is trying to paint or the conclusions he is drawing from those facts.&lt;p&gt;For example, the book says Elon wanted to be Apple&amp;#x27;s CEO post Tesla acquisition on a phone call. But Elon said it many times over the years that he rather spend his time on engineering and design over management.&lt;p&gt;Edit: Also Tim Cook mentioned in an interview that he never spoke with Elon Musk.</text></item></parent_chain><comment><author>belltaco</author><text>&amp;gt;Other people form their opinion based on 1), 2), 3)&lt;p&gt;Not just opinion but mental disease diagnoses.</text></comment>
15,549,644
15,549,303
1
2
15,548,877
train
<story><title>Scipy 1.0 released</title><url>https://mail.python.org/pipermail/scipy-user/2017-October/037357.html</url></story><parent_chain></parent_chain><comment><author>nurbl</author><text>Scipy+numpy made it possible for me to mostly stop using the various weird, usually proprietary and often highly specialized data analysis applications that are entrenched in the scientific community, and work with a nice, general purpose programming language instead. It was wonderful!&lt;p&gt;This is close to a decade ago, it kind of blows my mind that only now scipy 1.0 is released. Not that it matters, I&amp;#x27;m still a user, thanks team scipy!</text></comment>
<story><title>Scipy 1.0 released</title><url>https://mail.python.org/pipermail/scipy-user/2017-October/037357.html</url></story><parent_chain></parent_chain><comment><author>oddeyed</author><text>It&amp;#x27;s really momentous that at LAST there is a Windows binary distribution available on PyPI. `pip install scipy numpy matplotlib` finally just works when you install Python on Windows.</text></comment>
16,300,652
16,300,599
1
2
16,299,903
train
<story><title>iMac Pro 18-core Follow Up Review</title><url>http://hrtapps.com/blogs/20180202/</url></story><parent_chain></parent_chain><comment><author>plg</author><text>A lot of the negative comments wrt cost are versions of this: what a ripoff, you can get better components for way less money in some other PC and&amp;#x2F;or if you build your own.&lt;p&gt;That&amp;#x27;s nice but it&amp;#x27;s not Apple&amp;#x27;s market. Apple&amp;#x27;s market is not other PCs, and it&amp;#x27;s not build your own.&lt;p&gt;This criticism of Apple has been around ever since Apple has been around (1970s). While the criticism has basically stayed the same since then, Apple has not stayed the same, they have grown. Their products have improved. Their market share has grown and it continues to grow.&lt;p&gt;Some people pay more money for a Benz, and other people say Hey that&amp;#x27;s a ripoff, I can buy a Toyota that gets me to work and back, just like your expensive Benz, for half the price! What a ripoff!&lt;p&gt;Apple is not in the business of making inexpensive PCs (and accepting all of the tradeoffs therein). The trends show that more and more people are willing to spend their money on Apple products.&lt;p&gt;They are clearly doing something right.&lt;p&gt;If you are enraged by their success, perhaps you are not their target market. And that is ok.</text></comment>
<story><title>iMac Pro 18-core Follow Up Review</title><url>http://hrtapps.com/blogs/20180202/</url></story><parent_chain></parent_chain><comment><author>blt</author><text>Sounds great, but I still have trouble with the idea of a $10,000 machine that is permanently married to one monitor and unexpandable. If I&amp;#x27;m spending that much on a computer I want PCI slots. Especially now that it&amp;#x27;s common to keep a desktop for 5+ years.</text></comment>
4,052,521
4,052,493
1
3
4,051,546
train
<story><title>Light Table reaches 300k necessary for Python support</title><url>http://www.kickstarter.com/projects/ibdknox/light-table?ref=live</url></story><parent_chain></parent_chain><comment><author>blitzprog</author><text>The bp editor has similar features (code bubbles), though dynamic evaluation and code bubble workspaces are still in development. And I&apos;m pretty sure it won&apos;t cost me 300k to finish it. &lt;a href=&quot;http://blitzprog.org/&quot; rel=&quot;nofollow&quot;&gt;http://blitzprog.org/&lt;/a&gt;</text></comment>
<story><title>Light Table reaches 300k necessary for Python support</title><url>http://www.kickstarter.com/projects/ibdknox/light-table?ref=live</url></story><parent_chain></parent_chain><comment><author>gaius</author><text>I would love to run Light Table on a Surface &lt;a href=&quot;http://www.microsoft.com/surface/en/us/default.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.microsoft.com/surface/en/us/default.aspx&lt;/a&gt; Feature request! :-)</text></comment>
28,706,504
28,706,846
1
2
28,692,026
train
<story><title>Why is everything so hard in a large organization?</title><url>https://graphthinking.blogspot.com/2021/09/why-is-everything-so-hard-in-large.html</url></story><parent_chain><item><author>ZeroGravitas</author><text>It&amp;#x27;s like the complaints about Wikipedia you read on Hacker News.&lt;p&gt;Someone smart who knows something wants to add it and gets tangled up in &amp;quot;useless&amp;quot; beaurocracy. Why can&amp;#x27;t they just let me do it!?&lt;p&gt;Because if they did just let people do stuff, then lots of other people you consider idiots would have already done things you consider stupid and or bad.&lt;p&gt;Basically everyone wants rules for the idiots so they don&amp;#x27;t ruin things and at the same time to not be included in the list of idiots.&lt;p&gt;That would sound harsh though, so mostly people just moan about rules, rather than them not being exempted, but I don&amp;#x27;t think anyone genuinely wants the rules to be dropped for everyone.</text></item><item><author>lordnacho</author><text>It&amp;#x27;s hard because it&amp;#x27;s meant to be hard.&lt;p&gt;Once you have a large org that&amp;#x27;s making money, you don&amp;#x27;t really know exactly why it makes money. Sure, there&amp;#x27;s annual filings and there&amp;#x27;s still the elevator pitch of what the org does. But the actual how of how it works is difficult to describe in causal terms: if team X or Y was not there, the business would do better&amp;#x2F;worse? How does this team interact with that? It&amp;#x27;s really a bunch of informal relationships between different people, and both the people and the relationships change over time.&lt;p&gt;So what you want to do when you know the whole sorta-works and you want to keep it that way is you pour glue all over it. You try to formalize processes, you give people titles and you make hierarchies. That way you attempt to stop the firm from inadvertently slipping into dysfunction.&lt;p&gt;The side effect is of course that everyone who works there can see ways to improve things, but they can&amp;#x27;t see a way to get those improvements implemented.</text></item></parent_chain><comment><author>detaro</author><text>The main criticism of wikipedia here afaik is of &amp;quot;deletionism&amp;quot;, and I don&amp;#x27;t think that framing fits for that - most people are completely happy if other people also get to make articles about their pet interests.</text></comment>
<story><title>Why is everything so hard in a large organization?</title><url>https://graphthinking.blogspot.com/2021/09/why-is-everything-so-hard-in-large.html</url></story><parent_chain><item><author>ZeroGravitas</author><text>It&amp;#x27;s like the complaints about Wikipedia you read on Hacker News.&lt;p&gt;Someone smart who knows something wants to add it and gets tangled up in &amp;quot;useless&amp;quot; beaurocracy. Why can&amp;#x27;t they just let me do it!?&lt;p&gt;Because if they did just let people do stuff, then lots of other people you consider idiots would have already done things you consider stupid and or bad.&lt;p&gt;Basically everyone wants rules for the idiots so they don&amp;#x27;t ruin things and at the same time to not be included in the list of idiots.&lt;p&gt;That would sound harsh though, so mostly people just moan about rules, rather than them not being exempted, but I don&amp;#x27;t think anyone genuinely wants the rules to be dropped for everyone.</text></item><item><author>lordnacho</author><text>It&amp;#x27;s hard because it&amp;#x27;s meant to be hard.&lt;p&gt;Once you have a large org that&amp;#x27;s making money, you don&amp;#x27;t really know exactly why it makes money. Sure, there&amp;#x27;s annual filings and there&amp;#x27;s still the elevator pitch of what the org does. But the actual how of how it works is difficult to describe in causal terms: if team X or Y was not there, the business would do better&amp;#x2F;worse? How does this team interact with that? It&amp;#x27;s really a bunch of informal relationships between different people, and both the people and the relationships change over time.&lt;p&gt;So what you want to do when you know the whole sorta-works and you want to keep it that way is you pour glue all over it. You try to formalize processes, you give people titles and you make hierarchies. That way you attempt to stop the firm from inadvertently slipping into dysfunction.&lt;p&gt;The side effect is of course that everyone who works there can see ways to improve things, but they can&amp;#x27;t see a way to get those improvements implemented.</text></item></parent_chain><comment><author>im3w1l</author><text>Wikipedia doesn&amp;#x27;t have an idiot problem. It has a smart people with an agenda problem.</text></comment>
12,606,615
12,605,676
1
2
12,605,421
train
<story><title>New Yorkers Can Now Get Unlimited UberPool in Manhattan for $200</title><url>http://www.forbes.com/sites/briansolomon/2016/09/27/unlimited-uber-rides-new-york-100-dollars-subscription-october/#4be2af4b570a</url></story><parent_chain><item><author>ixtli</author><text>Before you get all excited about this, it&amp;#x27;s ONLY UberPOOL and your destination must start and end in Manhattan. So if you use this to commute for two weeks you&amp;#x27;re paying 10 (edit: obviously 100&amp;#x2F;20 = 5, it&amp;#x27;s early. leave me alone) dollars flat for a cab ride that you share and will take longer than normal because of the overhead of splitting the ride.&lt;p&gt;There are certainly some people for whom this will be cost effective, especially if they spend most of their day traveling to places they can be 5-10 minutes +&amp;#x2F;- their target arrival. However for people like me who live on the east side of Manhattan and commute to FiDi it doesn&amp;#x27;t actually save a worthwhile amount of money.&lt;p&gt;Also forbes is incredibly spammy so here&amp;#x27;s the link directly to the promo: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.uber.com&amp;#x2F;info&amp;#x2F;plus&amp;#x2F;newyork&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.uber.com&amp;#x2F;info&amp;#x2F;plus&amp;#x2F;newyork&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>kdamken</author><text>Also, uberpool is terrible. Can easily make a 20 minute ride 60 minutes depending on how many other fares they pick up&amp;#x2F;drop off on the way.&lt;p&gt;I took one into the city once to try it out. Normally a 20 minute drive, we stopped and picked up 2 other fares. They both got dropped off before me (which is insane), and it ended up taking over an hour.&lt;p&gt;The worst part? The drive told me that if we dropped off one and another came up, he&amp;#x27;d have to pick that up too before dropping me off.</text></comment>
<story><title>New Yorkers Can Now Get Unlimited UberPool in Manhattan for $200</title><url>http://www.forbes.com/sites/briansolomon/2016/09/27/unlimited-uber-rides-new-york-100-dollars-subscription-october/#4be2af4b570a</url></story><parent_chain><item><author>ixtli</author><text>Before you get all excited about this, it&amp;#x27;s ONLY UberPOOL and your destination must start and end in Manhattan. So if you use this to commute for two weeks you&amp;#x27;re paying 10 (edit: obviously 100&amp;#x2F;20 = 5, it&amp;#x27;s early. leave me alone) dollars flat for a cab ride that you share and will take longer than normal because of the overhead of splitting the ride.&lt;p&gt;There are certainly some people for whom this will be cost effective, especially if they spend most of their day traveling to places they can be 5-10 minutes +&amp;#x2F;- their target arrival. However for people like me who live on the east side of Manhattan and commute to FiDi it doesn&amp;#x27;t actually save a worthwhile amount of money.&lt;p&gt;Also forbes is incredibly spammy so here&amp;#x27;s the link directly to the promo: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.uber.com&amp;#x2F;info&amp;#x2F;plus&amp;#x2F;newyork&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.uber.com&amp;#x2F;info&amp;#x2F;plus&amp;#x2F;newyork&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>djrogers</author><text>You forgot that people commute 2 ways in your math, so 2 weeks of commutes would be 20 trips coming out to $5&amp;#x2F;trip, not 10.</text></comment>
10,340,234
10,340,319
1
2
10,339,074
train
<story><title>Reddit Presents: Upvoted</title><url>http://upvoted.com</url></story><parent_chain><item><author>minimaxir</author><text>There was a recent allegation that the Reddit administration had encouraged vote brigading with Tom Hanks&amp;#x27; comments: &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;Obafhpc.png&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;Obafhpc.png&lt;/a&gt;&lt;p&gt;From the looks of the Upvoted front page, looks like they&amp;#x27;re doing it as a content marketing strategy, which doesn&amp;#x27;t bode well. Also, it seems like a BuzzFeed clone, which Redditors &lt;i&gt;despise&lt;/i&gt;.&lt;p&gt;(Disclosure: although I have done a LOT of work analyzing Reddit [&lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;minimaxir.com&amp;#x2F;2015&amp;#x2F;10&amp;#x2F;reddit-bigquery&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;minimaxir.com&amp;#x2F;2015&amp;#x2F;10&amp;#x2F;reddit-bigquery&amp;#x2F;&lt;/a&gt;], I have not been approached to write anything for Upvoted)</text></item></parent_chain><comment><author>alexis</author><text>The top thread on the announcement is a great discussion of why it&amp;#x27;s so important to us to credit Redditors in every article, which folks seem to appreciate.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.reddit.com&amp;#x2F;r&amp;#x2F;blog&amp;#x2F;comments&amp;#x2F;3npxm4&amp;#x2F;introducing_upvoted_a_redditorial_publication&amp;#x2F;cvq6trw&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.reddit.com&amp;#x2F;r&amp;#x2F;blog&amp;#x2F;comments&amp;#x2F;3npxm4&amp;#x2F;introducing_up...&lt;/a&gt;&lt;p&gt;As for Tom, here&amp;#x27;s what I posted on r&amp;#x2F;defaultmods addressing that concern.&lt;p&gt;&amp;gt;&amp;gt;&lt;p&gt;I ran those ads when I learned Tom was using the site.&lt;p&gt;I did that because for the last few weeks more and more celebrities have been coming on or reaching out to use reddit as members of the community. And we&amp;#x27;ve run sponsored headline to draw attention to it, these ads have been viewed over 14M times in the last couple of weeks without incident. They&amp;#x27;ve also performed exceptionally well (Bill Gates&amp;#x27; for instance had 368% higher CTR than average).&lt;p&gt;+That moment when Peter Mayhew (Chewbacca) shows up to compliment your Rebel helmet patch +Oh, just Bill Gates hanging out on r&amp;#x2F;infographics +Lil Dicky drops a new music video, shows up in the comments of r&amp;#x2F;Music thread&lt;p&gt;Admittedly, these ads all went up at least 24hrs after the celeb showed up and left, whereas I jumped on the Tom Hanks one as soon as I realized it was happening. We&amp;#x27;re not going to do that again. Those ads also performed very well (63% higher than site average) but were a really bad look.&lt;p&gt;To be clear: we&amp;#x27;re not paying them. They&amp;#x27;re coming because we&amp;#x27;re actually making progress showing them the value of joining the community.&lt;p&gt;Wynter (u&amp;#x2F;808sandhotcakes) has been doing a lot of great work, by virtue of her great reputation in the industry alone, people are genuinely reaching out to learn how to join the Reddit community. We&amp;#x27;re excited about that, because it clearly makes our users very happy and by every account the talent enjoys it, too.&lt;p&gt;edit: (See, I&amp;#x27;m already getting better: Arnold + Adam Savage stopped by since Tom and no obnoxious sponsored headlines.)</text></comment>
<story><title>Reddit Presents: Upvoted</title><url>http://upvoted.com</url></story><parent_chain><item><author>minimaxir</author><text>There was a recent allegation that the Reddit administration had encouraged vote brigading with Tom Hanks&amp;#x27; comments: &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;Obafhpc.png&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;Obafhpc.png&lt;/a&gt;&lt;p&gt;From the looks of the Upvoted front page, looks like they&amp;#x27;re doing it as a content marketing strategy, which doesn&amp;#x27;t bode well. Also, it seems like a BuzzFeed clone, which Redditors &lt;i&gt;despise&lt;/i&gt;.&lt;p&gt;(Disclosure: although I have done a LOT of work analyzing Reddit [&lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;minimaxir.com&amp;#x2F;2015&amp;#x2F;10&amp;#x2F;reddit-bigquery&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;minimaxir.com&amp;#x2F;2015&amp;#x2F;10&amp;#x2F;reddit-bigquery&amp;#x2F;&lt;/a&gt;], I have not been approached to write anything for Upvoted)</text></item></parent_chain><comment><author>timdorr</author><text>&amp;gt; Also, it seems like a BuzzFeed clone, which Redditors despise.&lt;p&gt;Primarily because Buzzfeed just copy-pastes content from Reddit with minimal credit. Upvoted at least looks to be providing genuinely improved-upon content with strong attribution linkage. To me, it gets rid of a lot of the scuzzy-ness associated with Buzzfeed, so I&amp;#x27;m all for it.</text></comment>
18,742,800
18,742,235
1
3
18,740,986
train
<story><title>What Is Glitter?</title><url>https://www.nytimes.com/2018/12/21/style/glitter-factory.html</url></story><parent_chain></parent_chain><comment><author>tzs</author><text>Glitter can apparently be used to help solve crimes, according to Wikipedia&amp;#x27;s &amp;quot;glitter&amp;quot; article [1]:&lt;p&gt;&amp;gt; Due to its unique characteristics, glitter has also proven to be useful forensic evidence. Because of the tens of thousands of different commercial glitters, identical glitter particles can be compelling evidence that a suspect has been at a crime scene.&lt;p&gt;It links to this review article on glitter from a forensic point of view [2].&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Glitter&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Glitter&lt;/a&gt;&lt;p&gt;[2] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;projects.nfstc.org&amp;#x2F;trace&amp;#x2F;docs&amp;#x2F;final&amp;#x2F;Blackledge_Glitter.pdf&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;projects.nfstc.org&amp;#x2F;trace&amp;#x2F;docs&amp;#x2F;final&amp;#x2F;Blackledge_Glitt...&lt;/a&gt;</text></comment>
<story><title>What Is Glitter?</title><url>https://www.nytimes.com/2018/12/21/style/glitter-factory.html</url></story><parent_chain></parent_chain><comment><author>pjc50</author><text>&amp;gt; I have no idea how humans figured out how to do that, or why it occurred to them to even try, but it sounds expensive.&lt;p&gt;I had to check this wasn&amp;#x27;t Dave Barry writing.&lt;p&gt;Anyway, this seems to have genuinely been a space age invetion, aluminised mylar: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;BoPET&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;BoPET&lt;/a&gt;&lt;p&gt;(There is no item of &amp;quot;futuristic clothing&amp;quot; that pins a piece of visual SF to a particular point in history in the 1960s quite like this material. Especially when used for miniskirts.)</text></comment>
31,195,764
31,196,067
1
3
31,194,980
train
<story><title>Twitter admits it overstated users for years ahead of Elon Musk takeover</title><url>https://www.axios.com/twitter-overstated-users-elon-musk-deal-f7cecef1-b156-4998-91ff-37f6f56c82e0.html</url></story><parent_chain></parent_chain><comment><author>tristanj</author><text>I looked at the actual data and concluded this is a non-story. Twitter overstated users by &amp;lt;1% each quarter the past 2 years. That is not an egregious accounting error. This happened because they double counted users who used linked accounts.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;finance.yahoo.com&amp;#x2F;news&amp;#x2F;twitter-announces-first-quarter-2022-120000391.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;finance.yahoo.com&amp;#x2F;news&amp;#x2F;twitter-announces-first-quart...&lt;/a&gt;</text></comment>
<story><title>Twitter admits it overstated users for years ahead of Elon Musk takeover</title><url>https://www.axios.com/twitter-overstated-users-elon-musk-deal-f7cecef1-b156-4998-91ff-37f6f56c82e0.html</url></story><parent_chain></parent_chain><comment><author>djyaz1200</author><text>Twitter needs to get smaller to get better, specifically they need only real people (no bots). While this usage misstatement is minor it points to a longstanding directional problem whereby they focused too much on vanity metrics. I&amp;#x27;d argue this a reason why they didn&amp;#x27;t do a better job challenged all the fake&amp;#x2F;bot accounts because those are great at pumping up vanity metrics.</text></comment>
3,232,566
3,232,541
1
3
3,232,420
train
<story><title>Congress: Trading stock on inside information?</title><url>http://www.cbsnews.com/8301-18560_162-57323527/congress-trading-stock-on-inside-information/</url><text></text></story><parent_chain><item><author>orijing</author><text>Another interesting point is that Congress can actually influence outcomes. For example, if you (the congressperson) have a lot of cash invested in the defense department, you&apos;d likely push for as much defense spending as possible, even if it it&apos;s against the best interests of the nation.&lt;p&gt;I think it&apos;s time to end that. Public officials should not be able to influence their financial portfolio. At the very least, every trade, investment, position by an elected official should be made public so that we are aware of what we&apos;re voting for: Not a representative of ourselves, but of industry and their pockets.</text></item></parent_chain><comment><author>andrewfelix</author><text>That is f&lt;i&gt;&lt;/i&gt;*ing remarkable. In Australia there are strict rules governing conflict of interest. If there is even a hint of someone gaining financial benefit through their position they are hounded by the press and their political opposition. Of course parliamentarians find other ways to make money such as fake tenders. But it isn&apos;t as flagrant as this.&lt;p&gt;I really feel for you guys over in the US. These are your representatives...they sound like mafioso.</text></comment>
<story><title>Congress: Trading stock on inside information?</title><url>http://www.cbsnews.com/8301-18560_162-57323527/congress-trading-stock-on-inside-information/</url><text></text></story><parent_chain><item><author>orijing</author><text>Another interesting point is that Congress can actually influence outcomes. For example, if you (the congressperson) have a lot of cash invested in the defense department, you&apos;d likely push for as much defense spending as possible, even if it it&apos;s against the best interests of the nation.&lt;p&gt;I think it&apos;s time to end that. Public officials should not be able to influence their financial portfolio. At the very least, every trade, investment, position by an elected official should be made public so that we are aware of what we&apos;re voting for: Not a representative of ourselves, but of industry and their pockets.</text></item></parent_chain><comment><author>espeed</author><text>You can make as much on a financial crisis as you can a bull market if you know in advance or can influence it -- this is a key component in the &quot;Great American Bubble Machine&quot; (&lt;a href=&quot;http://www.rollingstone.com/politics/news/the-great-american-bubble-machine-20100405&quot; rel=&quot;nofollow&quot;&gt;http://www.rollingstone.com/politics/news/the-great-american...&lt;/a&gt;).</text></comment>
41,342,596
41,342,593
1
3
41,341,797
train
<story><title>Papersway – a scrollable window management for Sway/i3wm</title><url>https://spwhitton.name/tech/code/papersway/</url></story><parent_chain></parent_chain><comment><author>hkmaxpro</author><text>Related projects (from niri’s README):&lt;p&gt;PaperWM (Gnome) &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;paperwm&amp;#x2F;PaperWM&quot;&gt;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;paperwm&amp;#x2F;PaperWM&lt;/a&gt;&lt;p&gt;karousel (KDE) &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;peterfajdiga&amp;#x2F;karousel&quot;&gt;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;peterfajdiga&amp;#x2F;karousel&lt;/a&gt;&lt;p&gt;niri (wayland) &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;YaLTeR&amp;#x2F;niri&quot;&gt;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;YaLTeR&amp;#x2F;niri&lt;/a&gt;&lt;p&gt;hyprscroller (hyprland plugin) &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;dawsers&amp;#x2F;hyprscroller&quot;&gt;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;dawsers&amp;#x2F;hyprscroller&lt;/a&gt;&lt;p&gt;hyprslidr (hyprland plugin) &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;gitlab.com&amp;#x2F;magus&amp;#x2F;hyprslidr&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;gitlab.com&amp;#x2F;magus&amp;#x2F;hyprslidr&lt;/a&gt;&lt;p&gt;PaperWM.spoon (MacOS) &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;mogenson&amp;#x2F;PaperWM.spoon&quot;&gt;https:&amp;#x2F;&amp;#x2F;github.com&amp;#x2F;mogenson&amp;#x2F;PaperWM.spoon&lt;/a&gt;</text></comment>
<story><title>Papersway – a scrollable window management for Sway/i3wm</title><url>https://spwhitton.name/tech/code/papersway/</url></story><parent_chain></parent_chain><comment><author>3np</author><text>Cool project!&lt;p&gt;Feedback: I highly suggest a project rename to something that does not have &amp;quot;sway&amp;quot; in the name. Reading the source it seems like it actully has no dependency, API compatibility, or direct interaction with either Sway, i3, or PaperWM?&lt;p&gt;Sway and i3 just happen to be the most well-known tiling WMs of the hour. There are a bunch of other tiling WM which seem like they will work just fine with Papersway. The docs make it seem like it should only be expected to work with Sway and i3. The possibility is high that most users will not look beyond the &amp;quot;NAME&amp;quot; section before bouncing if they are not already using either of those two and also already familiar with PaperWM.&lt;p&gt;Less urgently in the docs, it would be nice to be able to get an rough idea about what the project does and the &amp;quot;pitch&amp;quot; without having the reader research PaperWM first.&lt;p&gt;Why define it strictly in terms of other projects? Why not be usable with other tiling WMs?</text></comment>
40,694,449
40,694,429
1
2
40,690,718
train
<story><title>Engineer&apos;s solar panels are breaking efficiency records</title><url>https://spectrum.ieee.org/solar-panels-breaking-efficiency-records</url></story><parent_chain><item><author>oceanplexian</author><text>It’s only cheap if the land is free, transmission costs are free, and your power needs are intermittent. None of those are true in reality.&lt;p&gt;The “solar is the cheapest form of energy” is a marketing gimmick. If it were true free market forces would already gone 100% solar because the purpose of energy companies is to make money.</text></item><item><author>hn_throwaway_99</author><text>But even if we reduce installation and labor costs (and as other comments have mentioned, weight may not be the biggest factor here), my understanding is that solar is already the cheapest energy source per kW by a pretty significant margin. The problem with getting it to replace carbon-based fuel sources is all the other issues GP comment mentioned re storage, grid, etc.&lt;p&gt;That said, it&amp;#x27;s not like one thing is dependent on the other, so good to see efficiency increasing regardless.</text></item><item><author>mensetmanusman</author><text>No, we have not. Half of the current cost is due to installation and labor, so any weight reductions will have a huge impact on cost. Perovskite solar cells have the opportunity to have a 10 X weight reduction.</text></item><item><author>szvsw</author><text>&amp;gt; “Gaining 1 or 2 percent more efficiency is huge. These may sound like very tiny increases, but at scale these small improvements create a lot of value in terms of economics, sustainability, and value to society.”&lt;p&gt;It’s so easy to forget this and the massive scale and its relevance at the massive scale of the systems we need to (and are, to some extent) roll out. It also seems promising when these breakthroughs are happening in R&amp;amp;D groups of industry players trying to dogfood it rather than in labs.&lt;p&gt;At the same time though, it’s starting to feel to me, to some extent, like we have &lt;i&gt;kind of&lt;/i&gt; solved solar? It’s everything else around it that needs to advance, particularly grid infra, batteries and electrifying the general class of difficult-to-electrify problems (steel, concrete, freight). I might be totally off-base and blinkered with that assessment.&lt;p&gt;Edit: I guess I should try to clarify my feeling after reading some of the responses below: it feels like solar tech is not really the limiting factor in renewable scaling, and that advances in solar efficiencies won’t &lt;i&gt;drastically&amp;#x2F;meaningfully&lt;/i&gt; simplify the other challenges&amp;#x2F;limiting factors we currently face (grid infra&amp;#x2F;batteries, electrification of mfg, duck curve, etc). Children point out that space and cost savings from efficiency gains in solar may still be significant at grid scale though! Still, this is very cool progress to read about!</text></item></parent_chain><comment><author>pulvinar</author><text>If it&amp;#x27;s a marketing gimmick, they&amp;#x27;re fooling a lot large power companies:&lt;p&gt;&amp;quot;Solar and battery storage to make up 81% of new U.S. electric-generating capacity in 2024&amp;quot;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.eia.gov&amp;#x2F;todayinenergy&amp;#x2F;detail.php?id=61424&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.eia.gov&amp;#x2F;todayinenergy&amp;#x2F;detail.php?id=61424&lt;/a&gt;</text></comment>
<story><title>Engineer&apos;s solar panels are breaking efficiency records</title><url>https://spectrum.ieee.org/solar-panels-breaking-efficiency-records</url></story><parent_chain><item><author>oceanplexian</author><text>It’s only cheap if the land is free, transmission costs are free, and your power needs are intermittent. None of those are true in reality.&lt;p&gt;The “solar is the cheapest form of energy” is a marketing gimmick. If it were true free market forces would already gone 100% solar because the purpose of energy companies is to make money.</text></item><item><author>hn_throwaway_99</author><text>But even if we reduce installation and labor costs (and as other comments have mentioned, weight may not be the biggest factor here), my understanding is that solar is already the cheapest energy source per kW by a pretty significant margin. The problem with getting it to replace carbon-based fuel sources is all the other issues GP comment mentioned re storage, grid, etc.&lt;p&gt;That said, it&amp;#x27;s not like one thing is dependent on the other, so good to see efficiency increasing regardless.</text></item><item><author>mensetmanusman</author><text>No, we have not. Half of the current cost is due to installation and labor, so any weight reductions will have a huge impact on cost. Perovskite solar cells have the opportunity to have a 10 X weight reduction.</text></item><item><author>szvsw</author><text>&amp;gt; “Gaining 1 or 2 percent more efficiency is huge. These may sound like very tiny increases, but at scale these small improvements create a lot of value in terms of economics, sustainability, and value to society.”&lt;p&gt;It’s so easy to forget this and the massive scale and its relevance at the massive scale of the systems we need to (and are, to some extent) roll out. It also seems promising when these breakthroughs are happening in R&amp;amp;D groups of industry players trying to dogfood it rather than in labs.&lt;p&gt;At the same time though, it’s starting to feel to me, to some extent, like we have &lt;i&gt;kind of&lt;/i&gt; solved solar? It’s everything else around it that needs to advance, particularly grid infra, batteries and electrifying the general class of difficult-to-electrify problems (steel, concrete, freight). I might be totally off-base and blinkered with that assessment.&lt;p&gt;Edit: I guess I should try to clarify my feeling after reading some of the responses below: it feels like solar tech is not really the limiting factor in renewable scaling, and that advances in solar efficiencies won’t &lt;i&gt;drastically&amp;#x2F;meaningfully&lt;/i&gt; simplify the other challenges&amp;#x2F;limiting factors we currently face (grid infra&amp;#x2F;batteries, electrification of mfg, duck curve, etc). Children point out that space and cost savings from efficiency gains in solar may still be significant at grid scale though! Still, this is very cool progress to read about!</text></item></parent_chain><comment><author>bruce511</author><text>While land isn&amp;#x27;t free, solar doesn&amp;#x27;t need land, it needs sun. By which I mean there&amp;#x27;s an awful lot of free rooftop space available, and a lot of space which would benefit from a roof (like car parks at the mall).&lt;p&gt;So it&amp;#x27;s not competing for land against say buildings or agriculture.&lt;p&gt;Now sure, the owner of the roof may want some rent etc, but that really doesn&amp;#x27;t alter the cost of the energy, it just spreads the benefit.</text></comment>
21,812,562
21,811,761
1
2
21,810,145
train
<story><title>The town&apos;s so full of these confounded dials (195 BCE)</title><url>https://www.laphamsquarterly.org/time/hacked-days</url></story><parent_chain><item><author>keithwhor</author><text>I love this. I remember reading an anecdote of Gates discussing his relationship with Buffet — there may be a video interview — where Gates was astounded at how empty Buffet’s calendar was.&lt;p&gt;As a founder, I’m more of a Buffet. I schedule time when and where necessary (which is, admittedly, most of my time most weeks) but I hate feeling as if I’m restricted to obeying numbers in a database in order to function.&lt;p&gt;It fills me with an inordinate amount of joy to imagine the simplicity of a world in which you’d only return home to eat. I think that’s how I operated as a kid in the summers, riding bikes and walking around town with friends until we needed to eat. I feel like those moments are underrated and very visceral, instinctual parts of the human experience.&lt;p&gt;Wild how only a few lines of prose from people that existed thousands of years before us can evoke these sorts of feelings.&lt;p&gt;[Edit] Apparently, this anecdote is very famous and very Google-able:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.cnbc.com&amp;#x2F;2018&amp;#x2F;09&amp;#x2F;07&amp;#x2F;warren-buffett-taught-bill-gates-about-time-management-by-sharing-his-blank-calendar.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.cnbc.com&amp;#x2F;2018&amp;#x2F;09&amp;#x2F;07&amp;#x2F;warren-buffett-taught-bill-g...&lt;/a&gt;</text></item></parent_chain><comment><author>BiteCode_dev</author><text>To me a calendar is not a constraint. It&amp;#x27;s a god send. I don&amp;#x27;t feel trapped with all the things on my calendar: I chose to put them in there so I want to do them.&lt;p&gt;The reason I have a calendar is not to structure my life at all. It&amp;#x27;s just so I can forget all that stuff while I have no reason to think about it. Set it in the calendar, forget it. It will pop up in the morning, when I need it.&lt;p&gt;It&amp;#x27;s so relaxing.</text></comment>
<story><title>The town&apos;s so full of these confounded dials (195 BCE)</title><url>https://www.laphamsquarterly.org/time/hacked-days</url></story><parent_chain><item><author>keithwhor</author><text>I love this. I remember reading an anecdote of Gates discussing his relationship with Buffet — there may be a video interview — where Gates was astounded at how empty Buffet’s calendar was.&lt;p&gt;As a founder, I’m more of a Buffet. I schedule time when and where necessary (which is, admittedly, most of my time most weeks) but I hate feeling as if I’m restricted to obeying numbers in a database in order to function.&lt;p&gt;It fills me with an inordinate amount of joy to imagine the simplicity of a world in which you’d only return home to eat. I think that’s how I operated as a kid in the summers, riding bikes and walking around town with friends until we needed to eat. I feel like those moments are underrated and very visceral, instinctual parts of the human experience.&lt;p&gt;Wild how only a few lines of prose from people that existed thousands of years before us can evoke these sorts of feelings.&lt;p&gt;[Edit] Apparently, this anecdote is very famous and very Google-able:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.cnbc.com&amp;#x2F;2018&amp;#x2F;09&amp;#x2F;07&amp;#x2F;warren-buffett-taught-bill-gates-about-time-management-by-sharing-his-blank-calendar.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.cnbc.com&amp;#x2F;2018&amp;#x2F;09&amp;#x2F;07&amp;#x2F;warren-buffett-taught-bill-g...&lt;/a&gt;</text></item></parent_chain><comment><author>ehnto</author><text>&amp;gt; I think that’s how I operated as a kid in the summers, riding bikes and walking around town with friends until we needed to eat. I feel like those moments are underrated and very visceral, instinctual parts of the human experience.&lt;p&gt;This is exactly how I spent my youth, and I try to use how I felt those moments as a comparison for how engaged I with the real world at any point. If I find myself too decoupled from real life and too deep into work, I will extract myself by leaving the house without any devices or any place to be. I love those moments. I no longer carry a smartphone with me, just a standalone smartwatch for incoming calls, so that&amp;#x27;s actually made those moments to be any moment I&amp;#x27;m not at my desk.&lt;p&gt;It&amp;#x27;s why travel, even local travel, is so important to me. I can live moment to moment, experiencing life in simple visceral terms. How do I feel right now, and what does that make me want to do? Well, let&amp;#x27;s do that then.</text></comment>
20,485,336
20,484,819
1
2
20,484,197
train
<story><title>Drug cartels use dollar bill serial numbers as random keys for delivery receipts</title><url>https://twitter.com/arawnsley/status/1151849118790246402</url></story><parent_chain></parent_chain><comment><author>carrozo</author><text>Banksy uses a similar system to authenticate his work:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;boingboing.net&amp;#x2F;2019&amp;#x2F;03&amp;#x2F;31&amp;#x2F;di-faced-note.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;boingboing.net&amp;#x2F;2019&amp;#x2F;03&amp;#x2F;31&amp;#x2F;di-faced-note.html&lt;/a&gt;</text></comment>
<story><title>Drug cartels use dollar bill serial numbers as random keys for delivery receipts</title><url>https://twitter.com/arawnsley/status/1151849118790246402</url></story><parent_chain></parent_chain><comment><author>PeterisP</author><text>The key part here seems to be protection against all kinds of message interception attacks - if I listen in on the conversation and hear that the code is 12345678, then I can&amp;#x27;t easily create a dollar bill with that code on it, and probably even the FBI can&amp;#x27;t do it quickly enough for it to be useful.</text></comment>
7,226,520
7,226,238
1
3
7,225,945
train
<story><title>CandySwipe Open Letter to King regarding trademark</title><url>http://www.candyswipe.com/king.html</url></story><parent_chain></parent_chain><comment><author>ChuckMcM</author><text>It would be interesting if Apple would step in here. They could, given their obscenely vague appstore &amp;quot;rules&amp;quot;, simply delete the CandyCrush Saga game out of the store as it is a copy of an existing game. That would force King to be a bit more creative in their copying in the future.&lt;p&gt;That said, &amp;quot;protecting&amp;quot; games has been a problem, almost literally forever. On the one hand you want folks to benefit from there work, on the other hand sometimes a &amp;#x27;derivative&amp;#x27; is a much much better game. So do you cut off that like we&amp;#x27;ve done with software patents? Or not?</text></comment>
<story><title>CandySwipe Open Letter to King regarding trademark</title><url>http://www.candyswipe.com/king.html</url></story><parent_chain></parent_chain><comment><author>kzahel</author><text>That&amp;#x27;s pretty dirty. If you have no legitimate claim to a trademark, just buy an existing slightly related trademark and use that!</text></comment>
15,862,914
15,863,188
1
2
15,861,224
train
<story><title>Brain abnormalities found in victims of US embassy attack in Cuba</title><url>https://www.theguardian.com/world/2017/dec/06/us-embassy-attack-cuba-brain-abnormalities-victims</url></story><parent_chain><item><author>QAPereo</author><text>&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Microwave_auditory_effect&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Microwave_auditory_effect&lt;/a&gt;&lt;p&gt;This is the best bet I&amp;#x27;ve seen since this story broke.</text></item><item><author>mccoyspace</author><text>This is such a fascinating (and disturbing) situation. And quite mysterious. High frequency ultrasound is used routinely in medicine and has never been shown to change brain tissue. Infrasound has some effect on tissue but its probably overstated. (the infamous &amp;#x27;brown note&amp;#x27; [1]. Other sonic weapons rely on volume&amp;#x2F;amplitude. None of this seems to be the case here.&lt;p&gt;Another really interesting point is the description of the hyper localized nature of the sound -- present in one part of the room and not another. Its really hard to localize a sound signal, as anyone who has worked with parabolic speakers can attest. Yes, there can be focal points, but the sound definitely drifts out to the surrounding areas to a significant degree. One example of hyperlocalized sound perception is Lamont Young&amp;#x27;s &amp;#x27;Dream House&amp;#x27; installation in NYC [2] Although not captured in video documentation, there are distinct and significant microtonal shifts that are easily perceptible as you move through the space caused by standing waves produced through the interaction of the tone generators and the architecture. But this happens within the context of a loud drone that fills the whole room. Not at all what is described by the diplomats and family members.&lt;p&gt;I hope they can get to the bottom of this and I hope that more information is made public.&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Brown_note&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Brown_note&lt;/a&gt; [2] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=WC6bhnu5Luc&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=WC6bhnu5Luc&lt;/a&gt;</text></item></parent_chain><comment><author>wybiral</author><text>If this is true there&amp;#x27;s a way we can block the effects...&lt;p&gt;&amp;gt; In 1962, Allan H. Frey discovered that the microwave auditory effect, i.e., the reception of the induced sounds by radio-frequency electromagnetic signals heard as clicks and buzzes, can be blocked by a patch of wire mesh (rather than foil) placed above the temporal lobe.&lt;p&gt;I&amp;#x27;m ready &lt;a href=&quot;http:&amp;#x2F;&amp;#x2F;static.tvtropes.org&amp;#x2F;pmwiki&amp;#x2F;pub&amp;#x2F;images&amp;#x2F;weirdalfoil_2322.jpg&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;static.tvtropes.org&amp;#x2F;pmwiki&amp;#x2F;pub&amp;#x2F;images&amp;#x2F;weirdalfoil_232...&lt;/a&gt;</text></comment>
<story><title>Brain abnormalities found in victims of US embassy attack in Cuba</title><url>https://www.theguardian.com/world/2017/dec/06/us-embassy-attack-cuba-brain-abnormalities-victims</url></story><parent_chain><item><author>QAPereo</author><text>&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Microwave_auditory_effect&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Microwave_auditory_effect&lt;/a&gt;&lt;p&gt;This is the best bet I&amp;#x27;ve seen since this story broke.</text></item><item><author>mccoyspace</author><text>This is such a fascinating (and disturbing) situation. And quite mysterious. High frequency ultrasound is used routinely in medicine and has never been shown to change brain tissue. Infrasound has some effect on tissue but its probably overstated. (the infamous &amp;#x27;brown note&amp;#x27; [1]. Other sonic weapons rely on volume&amp;#x2F;amplitude. None of this seems to be the case here.&lt;p&gt;Another really interesting point is the description of the hyper localized nature of the sound -- present in one part of the room and not another. Its really hard to localize a sound signal, as anyone who has worked with parabolic speakers can attest. Yes, there can be focal points, but the sound definitely drifts out to the surrounding areas to a significant degree. One example of hyperlocalized sound perception is Lamont Young&amp;#x27;s &amp;#x27;Dream House&amp;#x27; installation in NYC [2] Although not captured in video documentation, there are distinct and significant microtonal shifts that are easily perceptible as you move through the space caused by standing waves produced through the interaction of the tone generators and the architecture. But this happens within the context of a loud drone that fills the whole room. Not at all what is described by the diplomats and family members.&lt;p&gt;I hope they can get to the bottom of this and I hope that more information is made public.&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Brown_note&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;Brown_note&lt;/a&gt; [2] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=WC6bhnu5Luc&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.youtube.com&amp;#x2F;watch?v=WC6bhnu5Luc&lt;/a&gt;</text></item></parent_chain><comment><author>hwillis</author><text>White matter is the deep part of the brain. Microwaves wouldn&amp;#x27;t penetrate more than a couple cm.&lt;p&gt;Personally I think something much more benign is probably the answer. Maybe someone introduced drugs into their food&amp;#x2F;water? Sometimes a noise is just a noise.</text></comment>
1,840,131
1,840,139
1
2
1,840,043
train
<story><title>Mark Zuckerberg on What Hollywood Doesn&apos;t Get About Silicon Valley</title><url>http://www.foundersatwork.com/1/post/2010/10/mark-zuckerberg-on-what-hollywood-doesnt-get-about-silicon-valley.html</url></story><parent_chain></parent_chain><comment><author>michael_nielsen</author><text>Zuckerberg is flat-out wrong in his assertion that Hollywood doesn&apos;t understand people building something just because they like building things. I&apos;m quite sure he&apos;s right when it comes to some people in Hollywood, possibly even many of the most powerful people. But I&apos;ll bet that what gets a great writer like Aaron Sorkin up in the morning is the same kind of creative impulse that drives hackers. Sorkin is a hacker - just in a different medium.&lt;p&gt;None of which is to say that Sorkin&apos;s portrayal of Zuckerberg is at all accurate. In the West Wing, Sorkin once wrote: &quot;You think I think that an artist&apos;s job is to speak the truth [but] an artist&apos;s job... is to captivate you for however long we&apos;ve asked for your attention.&quot; I think he&apos;s quite right, but it&apos;s a heck of a philosophy if you&apos;re making a movie about someone still living.</text></comment>
<story><title>Mark Zuckerberg on What Hollywood Doesn&apos;t Get About Silicon Valley</title><url>http://www.foundersatwork.com/1/post/2010/10/mark-zuckerberg-on-what-hollywood-doesnt-get-about-silicon-valley.html</url></story><parent_chain></parent_chain><comment><author>andrewljohnson</author><text>What most hackers don&apos;t understand is that they do in fact have deep-seated psychological motives for all the things they want to build.&lt;p&gt;I don&apos;t know if Sorkin&apos;s yarn was even close to reality, or whether Zuck&apos;s angst at the time was merely coincidental with the development of FaceSmash. But the motivation for building Facebook or anything else is always more complex than &quot;I thought it would be cool.&quot;&lt;p&gt;Hollywood may have missed the point, but they were right to look for one.</text></comment>
41,025,906
41,025,207
1
2
41,021,366
train
<story><title>Initial details about why CrowdStrike&apos;s CSAgent.sys crashed</title><url>https://twitter.com/patrickwardle/status/1814343502886477857</url></story><parent_chain><item><author>rco8786</author><text>Number 4 continues to be the most surprising bit to me. I could not fathom having a process that involves deploying to 8.5 million remote machines simultaneously.&lt;p&gt;Bugs in code I can almost always understand and forgive, even the ones that seem like they’d be obvious with hindsight. But this is just an egregious lack of the most basic rollout standards.</text></item><item><author>mtlmtlmtlmtl</author><text>There&amp;#x27;s at least five different things that went wrong simultaneously.&lt;p&gt;1. Poorly written code in the kernel module crashed the whole OS, and kept trying to parse the corrupted files, causing a boot loop. Instead of handling the error gracefully and deleting&amp;#x2F;marking the files as corrupt.&lt;p&gt;2. Either the corrupted files slipped through internal testing, or there is no internal testing.&lt;p&gt;3. Individual settings for when to apply such updates were apparently ignored. It&amp;#x27;s unclear whether this was a glitch or standard practice. Either way I consider it a bug(it&amp;#x27;s just a matter of whether it&amp;#x27;s a software bug or a bug in their procedures).&lt;p&gt;4. This was pushed out everywhere simultaneously instead of staggered to limit any potential damage.&lt;p&gt;5. Whatever caused the corruption in the first place, which is anyone&amp;#x27;s guess.</text></item><item><author>delta_p_delta_x</author><text>The moment I read &amp;#x27;it is a &lt;i&gt;content update&lt;/i&gt; that causes the BSOD, deleting it solves the problem&amp;#x27;, I was immediately willing to bet a hundred quid (for the non-British, that&amp;#x27;s £100) that it was a combination of said bad binary data and a poorly-written parser that didn&amp;#x27;t error out correctly upon reading invalid data (in this case, read an array of pointers, didn&amp;#x27;t verify that all of them were both non-null and pointed to valid data&amp;#x2F;code).&lt;p&gt;In the past ten years or so of having done somewhat serious computing and zero cybersecurity whatsoever, I have my mind concluded, feel free to disagree.&lt;p&gt;Approximately &lt;i&gt;100%&lt;/i&gt; of CVEs, crashes, bugs, slowdowns, and pain points of computing have to do with various forms of deserialising binary data back into machine-readable data structures. All because a) human programmers forget to account for edge cases, and b) imperative programming languages allow us to do so.&lt;p&gt;This includes everything from: decompression algorithms; font outline readers; image, video, and audio parsers; video game data parsers; XML and HTML parsers; the various certificate&amp;#x2F;signature&amp;#x2F;key parsers in OpenSSL (and derivatives); and now, this CrowdStrike content parser in its EDR program.&lt;p&gt;That wager stands, by the way, and I&amp;#x27;m happy to up the ante by £50 to account for my second theory.</text></item></parent_chain><comment><author>mbreese</author><text>For me, number 1 is the worst of the bunch. You should always expect that there will be bugs in processes, input files, etc… the fact that their code wasn’t robust enough to recognize a corrupted file and not crash is inexcusable. Especially in kernel code that is so widely deployed.&lt;p&gt;If any one of the five points above hadn’t happened, this event would have been avoided. However, if number 1 had been addressed - any of the others could have happened (or all at the same time) and it would have been fine.&lt;p&gt;I understand that we should assume that bugs will be present anywhere, which is why staggered deployments are also important. If there had been staggered deployments, the. The damage would have happened, but it would have been localized. I think security people would argue against a staged deployment though, as if it were discovered what the new definitions protected against, an exploit could be developed quickly to put those servers that aren’t in the “canary” group at risk. (At least in theory — I can’t see how staggering deployment over a 6-12 hour window would have been that risky).</text></comment>
<story><title>Initial details about why CrowdStrike&apos;s CSAgent.sys crashed</title><url>https://twitter.com/patrickwardle/status/1814343502886477857</url></story><parent_chain><item><author>rco8786</author><text>Number 4 continues to be the most surprising bit to me. I could not fathom having a process that involves deploying to 8.5 million remote machines simultaneously.&lt;p&gt;Bugs in code I can almost always understand and forgive, even the ones that seem like they’d be obvious with hindsight. But this is just an egregious lack of the most basic rollout standards.</text></item><item><author>mtlmtlmtlmtl</author><text>There&amp;#x27;s at least five different things that went wrong simultaneously.&lt;p&gt;1. Poorly written code in the kernel module crashed the whole OS, and kept trying to parse the corrupted files, causing a boot loop. Instead of handling the error gracefully and deleting&amp;#x2F;marking the files as corrupt.&lt;p&gt;2. Either the corrupted files slipped through internal testing, or there is no internal testing.&lt;p&gt;3. Individual settings for when to apply such updates were apparently ignored. It&amp;#x27;s unclear whether this was a glitch or standard practice. Either way I consider it a bug(it&amp;#x27;s just a matter of whether it&amp;#x27;s a software bug or a bug in their procedures).&lt;p&gt;4. This was pushed out everywhere simultaneously instead of staggered to limit any potential damage.&lt;p&gt;5. Whatever caused the corruption in the first place, which is anyone&amp;#x27;s guess.</text></item><item><author>delta_p_delta_x</author><text>The moment I read &amp;#x27;it is a &lt;i&gt;content update&lt;/i&gt; that causes the BSOD, deleting it solves the problem&amp;#x27;, I was immediately willing to bet a hundred quid (for the non-British, that&amp;#x27;s £100) that it was a combination of said bad binary data and a poorly-written parser that didn&amp;#x27;t error out correctly upon reading invalid data (in this case, read an array of pointers, didn&amp;#x27;t verify that all of them were both non-null and pointed to valid data&amp;#x2F;code).&lt;p&gt;In the past ten years or so of having done somewhat serious computing and zero cybersecurity whatsoever, I have my mind concluded, feel free to disagree.&lt;p&gt;Approximately &lt;i&gt;100%&lt;/i&gt; of CVEs, crashes, bugs, slowdowns, and pain points of computing have to do with various forms of deserialising binary data back into machine-readable data structures. All because a) human programmers forget to account for edge cases, and b) imperative programming languages allow us to do so.&lt;p&gt;This includes everything from: decompression algorithms; font outline readers; image, video, and audio parsers; video game data parsers; XML and HTML parsers; the various certificate&amp;#x2F;signature&amp;#x2F;key parsers in OpenSSL (and derivatives); and now, this CrowdStrike content parser in its EDR program.&lt;p&gt;That wager stands, by the way, and I&amp;#x27;m happy to up the ante by £50 to account for my second theory.</text></item></parent_chain><comment><author>thundershart</author><text>Surely, CrowdStrike&amp;#x27;s safety posture for update rollouts is in serious need of improvement. No argument there.&lt;p&gt;But is there any responsibility for the clients consuming the data to have verified these updates prior to taking them in production? I haven&amp;#x27;t worn the sysadmin hat in a while now, but back when I was responsible for the upkeep of many thousands of machines, we&amp;#x27;d never have blindly consumed updates without at least a basic smoke test in a production-adjacent UAT type environment. Core OS updates, firmware updates, third party software, whatever -- all of it would get at least some cursory smoke testing before allowing it to hit production.&lt;p&gt;On the other hand, given EDR&amp;#x27;s real-world purpose and the speed at which novel attacks propagate, there&amp;#x27;s probably a compelling argument for always taking the latest definition&amp;#x2F;signature updates as soon as they&amp;#x27;re available, even in your production environments.&lt;p&gt;I&amp;#x27;m certainly not saying that CrowdStrike did nothing wrong here, that&amp;#x27;s clearly not the case. But if conventional wisdom says that you should kick the tires on the latest batch of OS updates from Microsoft in a test environment, maybe that same rationale should apply to EDR agents?</text></comment>
15,993,620
15,992,510
1
2
15,991,483
train
<story><title>By ditching usernames, OKCupid is removing a crucial protective barrier</title><url>https://www.theverge.com/2017/12/22/16812152/okcupid-usernames-controversy-anonymity-privacy-dating-online</url></story><parent_chain></parent_chain><comment><author>wwweston</author><text>If you think &lt;i&gt;this&lt;/i&gt; is big, by the way, make sure you take a look at their post from December 11th:&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;theblog.okcupid.com&amp;#x2F;why-okcupid-is-changing-how-you-message-f14d492e7853&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;theblog.okcupid.com&amp;#x2F;why-okcupid-is-changing-how-you-...&lt;/a&gt;&lt;p&gt;They&amp;#x27;ve completely obliterated the way messaging works. You will never see a message from someone unless you&amp;#x27;re either looking at their profile or you&amp;#x27;ve &amp;quot;liked&amp;quot; them.&lt;p&gt;It&amp;#x27;s an interesting model. But it&amp;#x27;s also essentially driving interaction through the matching bottleneck, which is at odds with the substance-over-selfie slogan, since it turns incentives towards profile enhancement rather than investment in messaging. And it&amp;#x27;s also the kind of change you can&amp;#x27;t just blog-post explain away and expect to keep your existing users, just like the name change. It would be better suited for a new product than an existing one.&lt;p&gt;Then again, maybe dating sites work best with massive turnover in userbase anyway. And even if not, that doesn&amp;#x27;t mean this isn&amp;#x27;t some of the sharpest possible product management out there. At least in the sense of responding to the incentives for people who want to develop their product careers, not necessarily in terms of actually improving the product.</text></comment>
<story><title>By ditching usernames, OKCupid is removing a crucial protective barrier</title><url>https://www.theverge.com/2017/12/22/16812152/okcupid-usernames-controversy-anonymity-privacy-dating-online</url></story><parent_chain></parent_chain><comment><author>oxplot</author><text>I think most people who&amp;#x27;ve commented on the OKC post here and on their blog, are missing a few points:&lt;p&gt;1. Names can be faked. I don&amp;#x27;t see any long term and practical way for OKC to enforce real names (as FB and G+ showed in the past). So this is really a non-issue.&lt;p&gt;2. Photos are much more problematic because it&amp;#x27;s assumed that one cannot search based on a photo. A 5 second Google Image search on profile pictures from OKC however shows that a lot of people re-use photos they post on various social sites. It takes one of those places to have your real name next to your photo and you&amp;#x27;re identified! Google Image search is just the tip of the iceberg. It&amp;#x27;s getting easier and faster every day to compile database of photos and run a AI algo on it to recognize faces.&lt;p&gt;Any company who boasts protecting privacy of its users ought to find a way to protect against facial recognition.</text></comment>
22,369,346
22,368,007
1
2
22,367,104
train
<story><title>Why SQLite succeeded as a database (2016)</title><url>https://changelog.com/podcast/201</url></story><parent_chain><item><author>scohesc</author><text>I thought it was always pronounced &amp;quot;sequel-ite&amp;quot; personally</text></item><item><author>danso</author><text>I remember listening to this when it was recorded and I still remember details from it years later – probably my favorite Changelog podcast ever. It&amp;#x27;s obviously very foolish to make software choices based on how much you like its creator as a person. But Richard Hipp comes off as a guy so likable that goshdarnit, I hope his little project succeeds. Jokes aside, though, I don&amp;#x27;t think it&amp;#x27;s entirely coincidence that SQLite, something that is so good and reliable, was made by someone who seems so conscientious and thoughtful.&lt;p&gt;Though I have to admit, I was and am still disappointed to learn that the official way to pronounce SQLite is &amp;quot;S-Q-L-ite&amp;quot;, i.e. &amp;quot;like a mineral&amp;quot;.</text></item></parent_chain><comment><author>gavinray</author><text>Last month I discover NGINX is not pronounced &amp;quot;en-jinx&amp;quot;, and today I discover SQLite is not pronounced &amp;quot;sequel-light&amp;quot;.&lt;p&gt;2020 is turning out to be pretty terrible guys.</text></comment>
<story><title>Why SQLite succeeded as a database (2016)</title><url>https://changelog.com/podcast/201</url></story><parent_chain><item><author>scohesc</author><text>I thought it was always pronounced &amp;quot;sequel-ite&amp;quot; personally</text></item><item><author>danso</author><text>I remember listening to this when it was recorded and I still remember details from it years later – probably my favorite Changelog podcast ever. It&amp;#x27;s obviously very foolish to make software choices based on how much you like its creator as a person. But Richard Hipp comes off as a guy so likable that goshdarnit, I hope his little project succeeds. Jokes aside, though, I don&amp;#x27;t think it&amp;#x27;s entirely coincidence that SQLite, something that is so good and reliable, was made by someone who seems so conscientious and thoughtful.&lt;p&gt;Though I have to admit, I was and am still disappointed to learn that the official way to pronounce SQLite is &amp;quot;S-Q-L-ite&amp;quot;, i.e. &amp;quot;like a mineral&amp;quot;.</text></item></parent_chain><comment><author>sweeneyrod</author><text>No love for &amp;quot;seekwelitay&amp;quot;?</text></comment>
6,030,745
6,030,609
1
2
6,030,320
train
<story><title>Crowd steps up to fund &apos;NSA-proof&apos; app </title><url>http://stream.aljazeera.com/story/201307112159-0022901</url></story><parent_chain></parent_chain><comment><author>moxie</author><text>I&amp;#x27;d been wondering when the explosive kickstarter campaign that leverages the NSA news would appear.&lt;p&gt;My feelings about projects like these are always complicated. Even though it&amp;#x27;s encouraging to see that people are excited about building secure communication platforms, my initial reaction to announcements like these is typically extreme dread.&lt;p&gt;There is a small community of people who have been working on secure mobile messaging for years, and unfortunately newcomers to secure communication generally fuck it up. Not only is that bad for users, but it&amp;#x27;s bad for those of us who have put years of effort into this, because it sets a tone where users begin to assume that &lt;i&gt;all&lt;/i&gt; apps which attempt to provide secure communication must have done it incorrectly, so it&amp;#x27;s not worth using any of them.&lt;p&gt;I think there are probably enough apps in this space now (TextSecure, ChatSecure, Gibberbot, Silent Circle) that these folks could have probably just partnered with or contributed to an existing project in order to meet their needs. Despite the article&amp;#x27;s subtitle, this will be far from &amp;quot;the first secure mobile messaging system.&amp;quot;</text></comment>
<story><title>Crowd steps up to fund &apos;NSA-proof&apos; app </title><url>http://stream.aljazeera.com/story/201307112159-0022901</url></story><parent_chain></parent_chain><comment><author>chrisballinger</author><text>Don&amp;#x27;t trust this any more than any other closed-source &amp;quot;encrypted&amp;quot; communication product (like Skype). If they control both the source and the backend, how can you be sure it isn&amp;#x27;t compromised? How can you be sure it won&amp;#x27;t eventually be sold to the highest bidder?&lt;p&gt;Disclosure: I am the original author of ChatSecure, the only open source OTR+XMPP app for iOS devices.</text></comment>
24,486,743
24,483,693
1
3
24,482,538
train
<story><title>Cyberpunk 2077 Logos</title><url>https://www.valencygraphics.com/cyberpunk-2077</url></story><parent_chain></parent_chain><comment><author>Barrin92</author><text>I feel totally out of touch with all the hype around the game, in particular the aesthetic choices is actually what disappointed me the most. The name of the game, as well as the design to me looks quite literally as if someone designed the most generic &amp;#x27;cyberpunk&amp;#x27; game possible.&lt;p&gt;It looks like the cyberpunk version of GTA, which is ironic because cyberpunk is supposed to be transgressive, yet nothing what I&amp;#x27;ve seen about the game is surprising or going into any new territory. The trailer just featured a few lines about unemployment, the most dangerous city to live in, almost as if someone had written a generic script you could apply to everything that is cyberpunk.&lt;p&gt;It&amp;#x27;s a little bit like scyscrapers in Dubai, which look like someone in the 90s read sci-fi from the 60s, rather than futuristic it looks retro and nostalgic, missing the entire point.</text></comment>
<story><title>Cyberpunk 2077 Logos</title><url>https://www.valencygraphics.com/cyberpunk-2077</url></story><parent_chain></parent_chain><comment><author>whywhywhywhy</author><text>If you like this you might also enjoy:&lt;p&gt;- Joseph Cross&amp;#x27; work on Destiny &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.artstation.com&amp;#x2F;artwork&amp;#x2F;XnGaR&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.artstation.com&amp;#x2F;artwork&amp;#x2F;XnGaR&lt;/a&gt;&lt;p&gt;- Designers Republic&amp;#x27;s work on Wipeout &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;pBAf4uH.png&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;i.imgur.com&amp;#x2F;pBAf4uH.png&lt;/a&gt;</text></comment>
9,013,273
9,013,286
1
2
9,013,211
train
<story><title>YouTube Ditches Flash, and It Hardly Matters</title><url>https://www.eff.org/deeplinks/2015/01/new-drm-boss-same-old-boss</url></story><parent_chain></parent_chain><comment><author>geofft</author><text>One thing to note is that (last I heard) both Chrome and Firefox sandbox EME modules fairly tightly. Flash is a browser plugin, which means that it usually injects code into the browser itself, and runs with full privileges on your computer, just as much as your browser does. This is what makes Flash such fertile ground for exploits of all kinds, and also makes it bad for your privacy because it has direct access to your webcam, microphone, clipboard, supercookies, etc. — anything the browser can do, Flash can do without asking. If it asks, it&amp;#x27;s out of the kindness of its heart, not because the browser has any say.&lt;p&gt;Chrome and Firefox&amp;#x27;s sandboxes, meanwhile, are both open-source. You can inspect what powers the EME module might possibly have, and know that it can&amp;#x27;t gain any more. A vulnerability in the code is unlikely to be able to do anything other than pirate your download of &lt;i&gt;Game of Thrones&lt;/i&gt; — and that&amp;#x27;s assuming it even has general-purpose network access. Ideally, a vulnerability would be able to do nothing other than modify the video you see, but the remote site could achieve that by encoding a modified video in the first place.&lt;p&gt;As far as the general moral arguments about DRM go, it&amp;#x27;s true that the new boss is the same as the old boss. But the bulk of the EFF&amp;#x27;s argument against Flash in this blog post is about security, not about open content, and it&amp;#x27;s important to acknowledge that EME is a significant step forward. The new boss is sitting in a tightly locked cage.</text></comment>
<story><title>YouTube Ditches Flash, and It Hardly Matters</title><url>https://www.eff.org/deeplinks/2015/01/new-drm-boss-same-old-boss</url></story><parent_chain></parent_chain><comment><author>slang800</author><text>And through all this effort to &amp;quot;protect their content&amp;quot;, they still haven&amp;#x27;t managed to stop people from bypassing the DRM and giving the videos away for free in torrents.&lt;p&gt;I have a hard time seeing how implementing DRM provides any value to media companies, other than a false sense of security.</text></comment>
41,136,137
41,135,458
1
2
41,132,669
train
<story><title>Russ Cox is stepping down as the Go tech lead</title><url>https://groups.google.com/g/golang-dev/c/0OqBkS2RzWw</url></story><parent_chain><item><author>alphazard</author><text>&amp;gt; I don’t believe that the “BDFL” (benevolent dictator for life) model is healthy for a person or a project&lt;p&gt;It&amp;#x27;s interesting that the best projects have BDFLs, and that the best BDFLs are skeptical of their own power.</text></item></parent_chain><comment><author>knighthack</author><text>I&amp;#x27;ve noticed: competent people who &lt;i&gt;aren&amp;#x27;t&lt;/i&gt; interested in leadership tend to make the best leaders.&lt;p&gt;As compared to people who &lt;i&gt;want&lt;/i&gt; to be leaders, for the sake of being known as a &amp;#x27;leader&amp;#x27;, but have neither the competency nor accountability to be leaders.</text></comment>
<story><title>Russ Cox is stepping down as the Go tech lead</title><url>https://groups.google.com/g/golang-dev/c/0OqBkS2RzWw</url></story><parent_chain><item><author>alphazard</author><text>&amp;gt; I don’t believe that the “BDFL” (benevolent dictator for life) model is healthy for a person or a project&lt;p&gt;It&amp;#x27;s interesting that the best projects have BDFLs, and that the best BDFLs are skeptical of their own power.</text></item></parent_chain><comment><author>saghm</author><text>Without taking a stand on the first half of that, I don&amp;#x27;t think it&amp;#x27;s particularly surprising that the best BDFLs are skeptical of their power. I&amp;#x27;d argue the main benefit of having a single person with the power to make a unilateral decision is that it provides a way around the gridlock that tends to occur whenever there are a wide variety of stakeholders involved;. a project whose leader feels warranted to overrule decisions that have a strong consensus is a lot less likely to build up a community to the point that anyone is aware of the project.</text></comment>
24,419,213
24,418,572
1
2
24,413,705
train
<story><title>Is the web getting slower?</title><url>https://www.debugbear.com/blog/is-the-web-getting-slower</url></story><parent_chain><item><author>dijit</author><text>I didn’t touch “web dev” since php&amp;#x2F;dream-weaver&amp;#x2F;myspace era.&lt;p&gt;I started working with some web developers for a simple project recently, my mock product was built with vue.js using the standard way of “including” it: But what really threw me for a loop was that the web developers told me that that’s wrong, they are now _compiling_ (Or, semantically “packing”) JavaScript blobs to make even very simple websites.&lt;p&gt;I don’t know why we as a community have started doing that, but it feels like an anti-pattern, it makes adding new dependencies opaque and we can very quickly end up including dozens and dozens of lines of code which must all be rendered by every device that comes into contact with my site.&lt;p&gt;Often this happens because we want only a small bit of the functionality too.</text></item><item><author>rhizome</author><text>Yes, demonstrably and provably. Count the number of pageload indicators (spinners, throbbers...whatever you like to call them) in your daily browsing. They are everywhere...&lt;i&gt;now&lt;/i&gt;.&lt;p&gt;AJAX (and, I suspect, the shadown DOM model) have proliferated in recent years, and there is no site design simple enough that someone hasn&amp;#x27;t thought to put every page element behind a JS call. Don&amp;#x27;t forget to put CSS in there, too!&lt;p&gt;Frontend developers are at fault for all this. There, I said it.</text></item></parent_chain><comment><author>sanitycheck</author><text>So.. There are benefits to this for complex apps - but 90% (charitably) of this kind of code is not in a complex app.&lt;p&gt;I think it&amp;#x27;s for two main reasons:&lt;p&gt;1. If you don&amp;#x27;t use complicated new technology you won&amp;#x27;t get a job doing web dev.&lt;p&gt;2. Many new JS devs don&amp;#x27;t understand JS&amp;#x2F;HTML&amp;#x2F;CSS well, they only understand a particular framework - and even then not in a sufficiently deep way.&lt;p&gt;When you come across a seemingly normal site that requires JS in order to display anything, it&amp;#x27;s pretty unlikely that anyone involved ever considered &lt;i&gt;not&lt;/i&gt; doing it that way.</text></comment>
<story><title>Is the web getting slower?</title><url>https://www.debugbear.com/blog/is-the-web-getting-slower</url></story><parent_chain><item><author>dijit</author><text>I didn’t touch “web dev” since php&amp;#x2F;dream-weaver&amp;#x2F;myspace era.&lt;p&gt;I started working with some web developers for a simple project recently, my mock product was built with vue.js using the standard way of “including” it: But what really threw me for a loop was that the web developers told me that that’s wrong, they are now _compiling_ (Or, semantically “packing”) JavaScript blobs to make even very simple websites.&lt;p&gt;I don’t know why we as a community have started doing that, but it feels like an anti-pattern, it makes adding new dependencies opaque and we can very quickly end up including dozens and dozens of lines of code which must all be rendered by every device that comes into contact with my site.&lt;p&gt;Often this happens because we want only a small bit of the functionality too.</text></item><item><author>rhizome</author><text>Yes, demonstrably and provably. Count the number of pageload indicators (spinners, throbbers...whatever you like to call them) in your daily browsing. They are everywhere...&lt;i&gt;now&lt;/i&gt;.&lt;p&gt;AJAX (and, I suspect, the shadown DOM model) have proliferated in recent years, and there is no site design simple enough that someone hasn&amp;#x27;t thought to put every page element behind a JS call. Don&amp;#x27;t forget to put CSS in there, too!&lt;p&gt;Frontend developers are at fault for all this. There, I said it.</text></item></parent_chain><comment><author>lukeramsden</author><text>&amp;gt; Often this happens because we want only a small bit of the functionality too.&lt;p&gt;To be fair, this &amp;#x27;compiling&amp;#x27; also allows for tree shaking, which if you use a well-structured library like lodash&amp;#x2F;date-fns etc, allows you to get that small bit of functionality without paying for the whole library.</text></comment>
16,385,014
16,384,283
1
3
16,382,419
train
<story><title>Lessons learned while developing Age of Empires 1 Definitive Edition</title><url>http://richg42.blogspot.com/2018/02/some-lessons-learned-while-developing.html</url></story><parent_chain></parent_chain><comment><author>quadcore</author><text>&lt;i&gt;Develop strong out of sync (OOS) detection tools early, and learn how to use them.&lt;/i&gt;&lt;p&gt;The way lockstep work is that the clients gives themselves a rendez-vous in the future and agree to compute one turn of the game, given the players&amp;#x27; input of that turn, at that moment. It&amp;#x27;s very clever. The players input are sent to every clients and will be computed in the future in a deterministic way. So every client is computing the exact same game. Now if the clients doesnt compute the same game given the same players&amp;#x27; input, the game is OOS and that basically should never happen because the game is dead.&lt;p&gt;To detect an OOS, a client needs to compute a hash of some relevant game data (ultimately &amp;quot;everything&amp;quot; ends up being represented by the position of the units (plus a dead state)), every &lt;i&gt;turn&lt;/i&gt; and send them with its &amp;quot;end of turn&amp;quot; message to the server&amp;#x2F;clients. If clients disagree with the value of the hash, they are OOS.&lt;p&gt;The cool thing with lockstep is that you can record every turn inputs (which is fairly light) and then replay the whole game - because that&amp;#x27;s already how a game is played. So, when you have an OOS - or any bug, you can just replay the game until the OOS and try to fix it. Sometimes it doesnt work though and you may replay the game without detecting any OOS.&lt;p&gt;If you dont detect an OOS after a replay, you&amp;#x27;re basically in deep shit. I mean &lt;i&gt;needle in a haystack of c++&lt;/i&gt; kind of deep shit. Every client needs to dump &lt;i&gt;every data of every function that ever ran&lt;/i&gt; in a log file, and then you need to reproduce the OOS and then compare the log files and then guess what caused the data to differ.</text></comment>
<story><title>Lessons learned while developing Age of Empires 1 Definitive Edition</title><url>http://richg42.blogspot.com/2018/02/some-lessons-learned-while-developing.html</url></story><parent_chain></parent_chain><comment><author>xrisk</author><text>It&amp;#x27;s a pity they aren&amp;#x27;t releasing on Steam though. Most players aren&amp;#x27;t going to buy the game from the Win10 store.</text></comment>
27,229,933
27,230,019
1
2
27,207,604
train
<story><title>Maxwell’s Demon Continues to Startle Scientists</title><url>https://nautil.us/blog/how-maxwells-demon-continues-to-startle-scientists</url></story><parent_chain><item><author>scrooched_moose</author><text>Possessing only an undergrad level of physics, I&amp;#x27;ve never understood why this is a remotely interesting question.&lt;p&gt;It seems to effectively be equivalent to &amp;quot;Imagine we have a refrigerator with a massless, frictionless motor that also doesn&amp;#x27;t need to be plugged in. Isn&amp;#x27;t it crazy that this refrigerator would violate the second law of thermodynamics?&amp;quot;</text></item></parent_chain><comment><author>ineptech</author><text>A motor that doesn&amp;#x27;t require energy violates the second law by definition; a selectively-enforced barrier that lets hot particles through but not cold particles didn&amp;#x27;t obviously provably cost energy.&lt;p&gt;If that sounds like a cop out, remember that the Demon is a metaphor that&amp;#x27;s supposed to represent an as-yet-undiscovered technology. Like, instead of a literal massless door that opens and closes, something like, &amp;quot;What if we discovered a clever way of designing a little gap between two chambers and ionizing the particles such that only hot ones go through.&amp;quot;</text></comment>
<story><title>Maxwell’s Demon Continues to Startle Scientists</title><url>https://nautil.us/blog/how-maxwells-demon-continues-to-startle-scientists</url></story><parent_chain><item><author>scrooched_moose</author><text>Possessing only an undergrad level of physics, I&amp;#x27;ve never understood why this is a remotely interesting question.&lt;p&gt;It seems to effectively be equivalent to &amp;quot;Imagine we have a refrigerator with a massless, frictionless motor that also doesn&amp;#x27;t need to be plugged in. Isn&amp;#x27;t it crazy that this refrigerator would violate the second law of thermodynamics?&amp;quot;</text></item></parent_chain><comment><author>hedora</author><text>Imagine the door had some mass and some friction, but the particles were really heavy, so even a few correct openings could create a large energy imbalance.&lt;p&gt;There’s no apparent relationship to the energy gain per separated particle and the energy used by the door. That makes it hard to prove it’s not generating energy.&lt;p&gt;That’s what makes it an interesting problem.</text></comment>
27,432,928
27,433,266
1
2
27,432,326
train
<story><title>IRS records reveal how the wealthiest avoid income tax</title><url>https://www.propublica.org/article/the-secret-irs-files-trove-of-never-before-seen-records-reveal-how-the-wealthiest-avoid-income-tax</url></story><parent_chain><item><author>K0balt</author><text>Unless you are a wage or salary earner, it is trivially easy to avoid having to pay taxes, at least in the USA. Same with the much lauded “inheritance tax” and even, to a lesser extent, sales taxes. It costs about 4000us a year to maintain the legal structures required to pay essentially no taxes, except sales taxes in some locations. In many cases, for lower levels of income, just having a small business can negate income tax burdens.&lt;p&gt;Taxation always has been, and continues to be, a burden for the servile class to bear. The rich or enterprising pay taxes only when they are ill prepared or choose to, often to reduce scrutiny.&lt;p&gt;The &amp;quot; I should pay more taxes&amp;quot; rhetoric from the wealthy is merely virtue signaling, it is totally legal to pay more taxes than you owe, and you can even reclaim the money later if you need to. There is nothing preventing anyone from paying the taxes that they feel that they should owe, in excess of legal requirements.&lt;p&gt;By and large, sales taxes are more evenly applied, but that too is far from perfect.</text></item></parent_chain><comment><author>md_</author><text>I think “I should pay more taxes” is generally understood as shorthand for “all people in my financial situation should pay more taxes.”&lt;p&gt;It’s a bit like saying “I should be required to have fire protection”, “I should be required to carry health insurance,” or “I should be required to use standard turn signals on the road.”</text></comment>
<story><title>IRS records reveal how the wealthiest avoid income tax</title><url>https://www.propublica.org/article/the-secret-irs-files-trove-of-never-before-seen-records-reveal-how-the-wealthiest-avoid-income-tax</url></story><parent_chain><item><author>K0balt</author><text>Unless you are a wage or salary earner, it is trivially easy to avoid having to pay taxes, at least in the USA. Same with the much lauded “inheritance tax” and even, to a lesser extent, sales taxes. It costs about 4000us a year to maintain the legal structures required to pay essentially no taxes, except sales taxes in some locations. In many cases, for lower levels of income, just having a small business can negate income tax burdens.&lt;p&gt;Taxation always has been, and continues to be, a burden for the servile class to bear. The rich or enterprising pay taxes only when they are ill prepared or choose to, often to reduce scrutiny.&lt;p&gt;The &amp;quot; I should pay more taxes&amp;quot; rhetoric from the wealthy is merely virtue signaling, it is totally legal to pay more taxes than you owe, and you can even reclaim the money later if you need to. There is nothing preventing anyone from paying the taxes that they feel that they should owe, in excess of legal requirements.&lt;p&gt;By and large, sales taxes are more evenly applied, but that too is far from perfect.</text></item></parent_chain><comment><author>bryanrasmussen</author><text>&amp;gt;it is totally legal to pay more taxes than you owe, and you can even reclaim the money later if you need to. There is nothing preventing anyone from paying the taxes that they feel that they should owe, in excess of legal requirements.&lt;p&gt;Gary Trudeau had a story about how he and his wife were always getting audited because they paid more taxes than people in their income bracket normally paid, so that would be one reason why you might not want to pay more than you have to.&lt;p&gt;also if I thought I should pay more tax I would probably also think the other people like me should pay more tax and since I am probably in competition with them over things I would not like to disarm myself unless they were likewise disarmed.</text></comment>
14,573,098
14,572,167
1
2
14,571,641
train
<story><title>Microsoft Surface Laptop Teardown</title><url>https://www.ifixit.com/Teardown/Microsoft+Surface+Laptop+Teardown/92915</url></story><parent_chain><item><author>dmalvarado</author><text>You can&amp;#x27;t eat your cake and have it too. Sleeker, smaller, thinner, cheaper, MOAR BATTERY.&lt;p&gt;That&amp;#x27;s what the market wants. If the market wanted ClunkBox perpetual computer that was infinitely upgradeable, there would be an option out there.&lt;p&gt;(I&amp;#x27;ll admit though, the glue is kind of weird. But I guess a natural progression when &amp;quot;no one opens these things anyway&amp;quot;)</text></item></parent_chain><comment><author>sh87</author><text>I&amp;#x27;m okay with bulkier, replacable batteries which are reasonably cheap. Most people I know would like it too. Are we not a part of &amp;quot;the market&amp;quot; ?&lt;p&gt;As a kid I would confidently open up any electronic device without worrying too much about breaking it. A radio, tv, toys, remote controlled devices, speakers, headphones, laptops, disk drives, etc. These days I do not find myself opening up electronic devices as much. More from them fear of breaking them or the hoops that I have to go through to do it.&lt;p&gt;That exploration really taught me valuable things.&lt;p&gt;I don&amp;#x27;t have kids yet, but if and when I do, I&amp;#x27;d want them to open up anything that they are not sure how it works internally, under the shiny box. I am not sure if they will be as confident about opening up common device of their time be it a mac or an iPhone or a tablet or any such &amp;quot;tightly locked&amp;quot; device.&lt;p&gt;I hope I can build, nurture and keep their curiosity alive.</text></comment>
<story><title>Microsoft Surface Laptop Teardown</title><url>https://www.ifixit.com/Teardown/Microsoft+Surface+Laptop+Teardown/92915</url></story><parent_chain><item><author>dmalvarado</author><text>You can&amp;#x27;t eat your cake and have it too. Sleeker, smaller, thinner, cheaper, MOAR BATTERY.&lt;p&gt;That&amp;#x27;s what the market wants. If the market wanted ClunkBox perpetual computer that was infinitely upgradeable, there would be an option out there.&lt;p&gt;(I&amp;#x27;ll admit though, the glue is kind of weird. But I guess a natural progression when &amp;quot;no one opens these things anyway&amp;quot;)</text></item></parent_chain><comment><author>Const-me</author><text>The market for laptops is big, and it wants both of these, just different segments. There&amp;#x27;re lots of upgradeable laptops out there, esp. in corporate segment.</text></comment>
7,643,953
7,643,935
1
2
7,643,746
train
<story><title>Speeding up and strengthening HTTPS connections for Chrome on Android</title><url>http://googleonlinesecurity.blogspot.com/2014/04/speeding-up-and-strengthening-https.html</url></story><parent_chain></parent_chain><comment><author>tptacek</author><text>This is great news.&lt;p&gt;ChaCha20 is a refinement of Salsa20, which is probably Bernstein&amp;#x27;s best-known crypto design (it survived the eSTREAM contest to become one of the final portfolio ciphers). Bernstein wrote an extremely readable design paper on Salsa20:&lt;p&gt;&lt;a href=&quot;http://cr.yp.to/snuffle/salsafamily-20071225.pdf&quot; rel=&quot;nofollow&quot;&gt;http:&amp;#x2F;&amp;#x2F;cr.yp.to&amp;#x2F;snuffle&amp;#x2F;salsafamily-20071225.pdf&lt;/a&gt;&lt;p&gt;Salsa20 is essentially a fast hash function run in a carefully designed counter mode. If you don&amp;#x27;t care about speed, you can turn any secure hash function into a stream cipher by, for instance, running the HMAC of that hash in counter mode. Here, Bernstein has designed the Formula 1 car of hash cores to run quickly in software without side channels as the basis for a counter-mode stream cipher.&lt;p&gt;Poly1305 is, like the GHASH construction from GCM, a &amp;quot;polynomial MAC&amp;quot;, which is the modern way to say &amp;quot;cryptographic CRC&amp;quot;. Poly1305 was designed more carefully for software performance than GHASH. In particular, because it&amp;#x27;s based on binary fields, for competitive performance GHASH requires either hardware support (such as the Intel CLMUL instructions) or a table-based implementation that potentially leaks secrets from cache timing. Poly1305 is based on prime fields and is fast in software on platforms without instructions tailored to it. It is also mercifully easier to code (though maybe I&amp;#x27;m just irrationally biased against binary field polynomial math).</text></comment>
<story><title>Speeding up and strengthening HTTPS connections for Chrome on Android</title><url>http://googleonlinesecurity.blogspot.com/2014/04/speeding-up-and-strengthening-https.html</url></story><parent_chain></parent_chain><comment><author>agl</author><text>Details: &lt;a href=&quot;https://www.imperialviolet.org/2014/02/27/tlssymmetriccrypto.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.imperialviolet.org&amp;#x2F;2014&amp;#x2F;02&amp;#x2F;27&amp;#x2F;tlssymmetriccrypto...&lt;/a&gt;</text></comment>
28,561,522
28,555,899
1
2
28,550,764
train
<story><title>A search engine that favors text-heavy sites and punishes modern web design</title><url>https://search.marginalia.nu/</url></story><parent_chain><item><author>foofoo4u</author><text>This got me thinking that maybe one of the other big reasons for this is that the algorithms prioritize newer pages over older pages. This produces the problem where instead of covering a topic and refining it over time, the incentive is to repackage it over and over again.&lt;p&gt;It reminds me of an annoyance I have with the Kindle store. If I wanted to find a book on, let&amp;#x27;s say, Psychology, there is no option to find all-time respected books of the past centenary. Amazon&amp;#x27;s algorithms constantly push to recommend the latest hot book of the year. But I don&amp;#x27;t want that. A year is not enough time to have society determine if the material withstands time. I want something that has stood the test of time and is recommended by reputable institutions.</text></item><item><author>rchaud</author><text>The context matters. I&amp;#x27;d happily read &amp;quot;Top 10&amp;quot; lists on a website if the site itself was dedicated to that one thing. &amp;quot;Top 10 Prog Rock albums&amp;quot;, while a lazy, SEO-bait title, would at least be credible if it were on a music-oriented website.&lt;p&gt;But no, these stories all come from cookie-cutter &amp;quot;new media&amp;quot; blog sites, written by an anonymous content writer who&amp;#x27;s repackaged Wikipedia&amp;#x2F;Discogs info into Buzzfeed-style copy writing designed to get people to &amp;quot;share to Twitter&amp;#x2F;FB&amp;quot;. No passion, no expertise. Just eyeballs at any cost.</text></item><item><author>foofoo4u</author><text>Good comparison. Reminds me of an analogy I like to make of today&amp;#x27;s web, which is it feels like browsing through a magazine store — full of top 10s, shallow wow-factoids, and baity material. I genuinely believe terrible results like this are making society dumber.</text></item><item><author>snakeboy</author><text>Wow, that&amp;#x27;s awesome. Great work!&lt;p&gt;For a simple test, I searched &amp;quot;fall of the roman empire&amp;quot;. In your search engine, I got wikipedia, followed by academic talks, chapters of books, and long-form blogs. All extremely useful resources.&lt;p&gt;When I search on google, I get wikipedia, followed by a listicle &amp;quot;8 Reasons Why Rome Fell&amp;quot;, then the imdb page for a movie by the same name, and then two Amazon book links, which are totally useless.</text></item></parent_chain><comment><author>jamra</author><text>This is just a guess, but I believe that they use machine learning and rank it by the clicks. I took some coursera courses and Andrew Ng sort of suggested that as their strategy.&lt;p&gt;The problem is that clickbait and low effort articles could be good enough to get the click, but low effort enough to drag society into the gutter. As time passes, the system is gamified more and more where the least effort for the most clicks is optimized.</text></comment>
<story><title>A search engine that favors text-heavy sites and punishes modern web design</title><url>https://search.marginalia.nu/</url></story><parent_chain><item><author>foofoo4u</author><text>This got me thinking that maybe one of the other big reasons for this is that the algorithms prioritize newer pages over older pages. This produces the problem where instead of covering a topic and refining it over time, the incentive is to repackage it over and over again.&lt;p&gt;It reminds me of an annoyance I have with the Kindle store. If I wanted to find a book on, let&amp;#x27;s say, Psychology, there is no option to find all-time respected books of the past centenary. Amazon&amp;#x27;s algorithms constantly push to recommend the latest hot book of the year. But I don&amp;#x27;t want that. A year is not enough time to have society determine if the material withstands time. I want something that has stood the test of time and is recommended by reputable institutions.</text></item><item><author>rchaud</author><text>The context matters. I&amp;#x27;d happily read &amp;quot;Top 10&amp;quot; lists on a website if the site itself was dedicated to that one thing. &amp;quot;Top 10 Prog Rock albums&amp;quot;, while a lazy, SEO-bait title, would at least be credible if it were on a music-oriented website.&lt;p&gt;But no, these stories all come from cookie-cutter &amp;quot;new media&amp;quot; blog sites, written by an anonymous content writer who&amp;#x27;s repackaged Wikipedia&amp;#x2F;Discogs info into Buzzfeed-style copy writing designed to get people to &amp;quot;share to Twitter&amp;#x2F;FB&amp;quot;. No passion, no expertise. Just eyeballs at any cost.</text></item><item><author>foofoo4u</author><text>Good comparison. Reminds me of an analogy I like to make of today&amp;#x27;s web, which is it feels like browsing through a magazine store — full of top 10s, shallow wow-factoids, and baity material. I genuinely believe terrible results like this are making society dumber.</text></item><item><author>snakeboy</author><text>Wow, that&amp;#x27;s awesome. Great work!&lt;p&gt;For a simple test, I searched &amp;quot;fall of the roman empire&amp;quot;. In your search engine, I got wikipedia, followed by academic talks, chapters of books, and long-form blogs. All extremely useful resources.&lt;p&gt;When I search on google, I get wikipedia, followed by a listicle &amp;quot;8 Reasons Why Rome Fell&amp;quot;, then the imdb page for a movie by the same name, and then two Amazon book links, which are totally useless.</text></item></parent_chain><comment><author>amenod</author><text>&amp;gt; is that the algorithms prioritize newer pages over older pages.&lt;p&gt;They do? That would explain a lot - but ironically, I can&amp;#x27;t find a good source on this. Do you have one at hand?</text></comment>
16,775,253
16,774,968
1
3
16,774,293
train
<story><title>Systems built on trust, norms, and institutions function better than blockchain</title><url>https://medium.com/@kaistinchcombe/decentralized-and-trustless-crypto-paradise-is-actually-a-medieval-hellhole-c1ca122efdec</url></story><parent_chain><item><author>gtrubetskoy</author><text>The problem that proof-of-work blockchain solves is widely misunderstood. It uses proof-of-work to establish consensus over points in time which are universally unique. Prior to the publication of Satoshi&amp;#x27;s paper we did not have a solution to this problem and for that reason it is a significant advance in technology. I wouldn&amp;#x27;t call it crappy, it&amp;#x27;s actually quite brilliant.&lt;p&gt;For a detailed description see this: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;grisha.org&amp;#x2F;blog&amp;#x2F;2018&amp;#x2F;01&amp;#x2F;23&amp;#x2F;explaining-proof-of-work&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;grisha.org&amp;#x2F;blog&amp;#x2F;2018&amp;#x2F;01&amp;#x2F;23&amp;#x2F;explaining-proof-of-work&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>simias</author><text>&amp;gt; I wouldn&amp;#x27;t call it crappy, it&amp;#x27;s actually quite brilliant.&lt;p&gt;I agree with you, I always thought that the Bitcoin algorithm was very clever and &amp;quot;mind opening&amp;quot; in a way. It&amp;#x27;s one of these things I&amp;#x27;d never have thought about but almost seems obvious in hindsight. What&amp;#x27;s even more interesting is that basically all of it is pre-existing technology: HashCash, ECC, Merkle trees etc... Just combined together in a clever way to create something that&amp;#x27;s more than the sum of their parts.&lt;p&gt;Now where I become a naysayer is when we switch from the realm of intellectual curiosity and into the world of cryptocurrencies today. Being clever and innovative doesn&amp;#x27;t necessarily mean useful or valuable. We have plenty of clever ideas out there that don&amp;#x27;t have much of a practical use (or used to have one but are now obsolete). Duff&amp;#x27;s Device, sleep sort, the fast inverse square root, one instruction set computers, code golf and 4KB demos ...&lt;p&gt;I think I do understand the technological value of Bitcoin&amp;#x27;s PoW blockchain, I just think that its only practical use is for a tiny niche. It&amp;#x27;s the Prolog of consensus algorithms, I&amp;#x27;m sure it&amp;#x27;ll be useful to some but I doubt it&amp;#x27;s going to be the new C++. You say that &amp;quot;It uses proof-of-work to establish consensus over points in time which are universally unique&amp;quot; and it&amp;#x27;s true but how useful or valuable is that? Is it such a huge problem in our modern society to agree on a sequence of events? Do you often program something and think &amp;quot;man, I wish that there was a way to establish a consensus over points in time which are universally unique&amp;quot; and 1&amp;#x2F; there&amp;#x27;s no other simpler solution to achieve that and 2&amp;#x2F; a blockchain could actually solve it? There&amp;#x27;s only a tiny gap between these two propositions.&lt;p&gt;But I think at this point talk is cheap and all that needs to be said about the blockchain has been said long ago and multiple times. How many billion of dollars has been poured into &amp;quot;blockchain&amp;quot; technology these past few years, in the form of pre-mined coins or ICOs? How many hundreds of engineers are working on those killer blockchain applications? How many high profile companies have boldly announced blockchain-related tech investments lately? So.... where are the results? How long do we wait for them until we decide that maybe it&amp;#x27;s not that revolutionary?</text></comment>
<story><title>Systems built on trust, norms, and institutions function better than blockchain</title><url>https://medium.com/@kaistinchcombe/decentralized-and-trustless-crypto-paradise-is-actually-a-medieval-hellhole-c1ca122efdec</url></story><parent_chain><item><author>gtrubetskoy</author><text>The problem that proof-of-work blockchain solves is widely misunderstood. It uses proof-of-work to establish consensus over points in time which are universally unique. Prior to the publication of Satoshi&amp;#x27;s paper we did not have a solution to this problem and for that reason it is a significant advance in technology. I wouldn&amp;#x27;t call it crappy, it&amp;#x27;s actually quite brilliant.&lt;p&gt;For a detailed description see this: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;grisha.org&amp;#x2F;blog&amp;#x2F;2018&amp;#x2F;01&amp;#x2F;23&amp;#x2F;explaining-proof-of-work&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;grisha.org&amp;#x2F;blog&amp;#x2F;2018&amp;#x2F;01&amp;#x2F;23&amp;#x2F;explaining-proof-of-work&amp;#x2F;&lt;/a&gt;</text></item></parent_chain><comment><author>dragontamer</author><text>&amp;gt; It uses proof-of-work to establish consensus over points in time which are universally unique.&lt;p&gt;Did we really?&lt;p&gt;BTC vs BCH, Ethereum vs Ethereum Classic. Sigwitx2.&lt;p&gt;These hardforks technically break established consensus and rely upon social means (hey everyone: switch algorithms right now!!) to stay in order. At the end of the day, it seems to me that the &amp;quot;blockchain&amp;quot; is only as strong as the community&amp;#x27;s resolve to work together.&lt;p&gt;As far as I can tell, Bitcoin is turning into a governance structure. The current power players are the devs, who most people trust (and I see no reason not to trust them). And the social structure is organized on Github and forums.</text></comment>
22,081,161
22,081,160
1
2
22,079,253
train
<story><title>Boltzmann Brain</title><url>https://en.wikipedia.org/wiki/Boltzmann_brain</url></story><parent_chain><item><author>Zenst</author><text>I think the chance of being a Boltzmann brain is zero if you can write down &amp;quot;I&amp;#x27;m human&amp;quot; on a bit of paper, paper in the room, go to another room and then return to the original room and read the paper saying exactly what you initially wrote. Whilst the memory of writing it may well be false, the paper will not be.&lt;p&gt;Now, a Boltzmann universe would cater for that - spooky thoughts at a distance :).</text></item><item><author>AgentME</author><text>There are similar thought experiments around complex objects suddenly coming into existence. They&amp;#x27;re not very controversial. The Boltzmann brain thought experiment is interesting because it raises the possibility that there&amp;#x27;s some chance that you might be a Boltzmann brain without realizing it. It&amp;#x27;s very hard to try to figure out what the correct way to reason about this possibility is. Properly reasoning about whether you&amp;#x27;re a Boltzmann brain, and whether you should care about that, probably involves an interesting argument around decision theory and the anthropic principle.</text></item><item><author>jancsika</author><text>Why is it not a Boltzmann rock, or a Boltzmann commemorative coin, or something else inanimate like that?&lt;p&gt;I thought the whole point was to give a simple metaphor for a measuring the probability that a mundane object came into being based on the widely accepted history of the universe that modern physics predicts. As opposed to just coming into its current state instantaneously based on extremely unlikely random events among its constituent atoms.&lt;p&gt;Or put differently (based on the Wikipedia article), if the math behind a modern physics theory means that it&amp;#x27;s more likely the given object&amp;#x27;s existence was due to random fluctuations then that&amp;#x27;s a strike against adoption of that theory.&lt;p&gt;But if you make the object of interest a brain you get all this bikeshedding about consciousness and how do the regular brains know they&amp;#x27;re not Boltzmann brains, etc.&lt;p&gt;It&amp;#x27;d be like introducing me to your new programming language&amp;#x27;s syntax by showing me the code for a quine instead of &amp;quot;hello world.&amp;quot; What is the value in doing such a thing?</text></item></parent_chain><comment><author>ivalm</author><text>Boltzmann brain has a solipsistic element. It&amp;#x27;s not just that &amp;quot;you&amp;quot; are a Boltzmann brain, it&amp;#x27;s that the entire universe you&amp;#x27;re experiencing is just a figment of your imagination. Furthermore, you don&amp;#x27;t know how long this experience has been going on since all your memories might be entirely fake (ie maybe you came into existence a mere moment ago and will cease to exist in the next instance; you only have fakeable memories of the past, an unreliable perception of the present, and no knowledge of the future).</text></comment>
<story><title>Boltzmann Brain</title><url>https://en.wikipedia.org/wiki/Boltzmann_brain</url></story><parent_chain><item><author>Zenst</author><text>I think the chance of being a Boltzmann brain is zero if you can write down &amp;quot;I&amp;#x27;m human&amp;quot; on a bit of paper, paper in the room, go to another room and then return to the original room and read the paper saying exactly what you initially wrote. Whilst the memory of writing it may well be false, the paper will not be.&lt;p&gt;Now, a Boltzmann universe would cater for that - spooky thoughts at a distance :).</text></item><item><author>AgentME</author><text>There are similar thought experiments around complex objects suddenly coming into existence. They&amp;#x27;re not very controversial. The Boltzmann brain thought experiment is interesting because it raises the possibility that there&amp;#x27;s some chance that you might be a Boltzmann brain without realizing it. It&amp;#x27;s very hard to try to figure out what the correct way to reason about this possibility is. Properly reasoning about whether you&amp;#x27;re a Boltzmann brain, and whether you should care about that, probably involves an interesting argument around decision theory and the anthropic principle.</text></item><item><author>jancsika</author><text>Why is it not a Boltzmann rock, or a Boltzmann commemorative coin, or something else inanimate like that?&lt;p&gt;I thought the whole point was to give a simple metaphor for a measuring the probability that a mundane object came into being based on the widely accepted history of the universe that modern physics predicts. As opposed to just coming into its current state instantaneously based on extremely unlikely random events among its constituent atoms.&lt;p&gt;Or put differently (based on the Wikipedia article), if the math behind a modern physics theory means that it&amp;#x27;s more likely the given object&amp;#x27;s existence was due to random fluctuations then that&amp;#x27;s a strike against adoption of that theory.&lt;p&gt;But if you make the object of interest a brain you get all this bikeshedding about consciousness and how do the regular brains know they&amp;#x27;re not Boltzmann brains, etc.&lt;p&gt;It&amp;#x27;d be like introducing me to your new programming language&amp;#x27;s syntax by showing me the code for a quine instead of &amp;quot;hello world.&amp;quot; What is the value in doing such a thing?</text></item></parent_chain><comment><author>vkou</author><text>Upon conclusion of this experiment, what makes you think that you&amp;#x27;re not a Boltzmann brain that was momentarily brought into existence with a particular memory of doing that particular thing 5 minutes ago?&lt;p&gt;The Boltzmann brain hypothesis postulates that your perception of the past may just a randomly arranged hallucination - just a random set of memories that happened to be encoded in your brain&amp;#x27;s neurons during it fleeting moment of consciousness.&lt;p&gt;I don&amp;#x27;t believe that there is any experiment that can disprove this particular flavour of solipsism - as you cannot reliably trust any memory or sensory input.</text></comment>
25,541,902
25,541,323
1
2
25,539,586
train
<story><title>ATT services down due to bombing in Nashville</title><url>https://www.tennessean.com/story/news/local/2020/12/25/att-outage-internet-down-hours-after-nashville-explosion/4045278001/</url></story><parent_chain><item><author>elmo2you</author><text>While I&amp;#x27;m only speculating, it could be quite possible that whoever may have wished to damage or destroy the AT&amp;amp;T building, seriously underestimated what these kind of buildings can take (essentially being disguised bunkers).&lt;p&gt;This certainly wasn&amp;#x27;t a small explosion, from the looks of it. But taking out a bunker .. unless you have access to weapons specially build for that purpose, good luck.&lt;p&gt;That AT&amp;amp;T still went down, may just demonstrated an apparent oversight in their emergency procedures for this site. I don&amp;#x27;t know the details, but having backup generators that rely any public infrastructure sounds like a pretty bad choice. That said, maybe those generators first burned through a decent supply of diesel fuel, only to later rely on (in this case absent) gas.&lt;p&gt;I have no idea how much diesel would be required to keep that site running for a prolonged period of time. Maybe such an amount could pose regulatory&amp;#x2F;safety issues on its own. Nonetheless, the sole purpose of emergency generators is to provide power that does not depend on any external factors (maybe aside from air&amp;#x2F;oxygen). So to me this story does sound at least a bit weird.&lt;p&gt;But somebody targeting that building and totally underestimating their chances, even if they may have still succeeded partially (if only by &amp;quot;luck&amp;quot;) .. nah, that can not surprise me at all.</text></item><item><author>tptacek</author><text>AT&amp;amp;T says that their services went down along with the gas &amp;amp; power in the area, as a side effect: the gas shutoff cut off their backup generators. That doesn&amp;#x27;t sound all that targeted.</text></item><item><author>joshuakelly</author><text>This article doesn&amp;#x27;t make this so explicit, but ATT infrastructure appears to be the intentional target of the bombing. You can see the building in the helicopter shot at the top of the NYTimes article on the story: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.nytimes.com&amp;#x2F;2020&amp;#x2F;12&amp;#x2F;25&amp;#x2F;us&amp;#x2F;nashville-explosion.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.nytimes.com&amp;#x2F;2020&amp;#x2F;12&amp;#x2F;25&amp;#x2F;us&amp;#x2F;nashville-explosion.ht...&lt;/a&gt;&lt;p&gt;Obviously a telecommunications&amp;#x2F;switch hub, with it being a large windowless building in a downtown core.&lt;p&gt;The other thing that&amp;#x27;s particularly odd is the fact that the attackers appear to have broadcasted some sort of warning or evacuation message from the site of the bombing prior to the explosion.</text></item></parent_chain><comment><author>jeffbee</author><text>Facilities don&amp;#x27;t really keep that large of an inventory of fuel on site. Usually once they start running they have to call for fuel immediately and be regularly refueled until power is restored. They don&amp;#x27;t have a week of fuel or anything like that.&lt;p&gt;I don&amp;#x27;t see why natural gas is such a bad backup for utility electric. It doesn&amp;#x27;t share fate with the electric grid and it&amp;#x27;s buried. Seems pretty good.</text></comment>
<story><title>ATT services down due to bombing in Nashville</title><url>https://www.tennessean.com/story/news/local/2020/12/25/att-outage-internet-down-hours-after-nashville-explosion/4045278001/</url></story><parent_chain><item><author>elmo2you</author><text>While I&amp;#x27;m only speculating, it could be quite possible that whoever may have wished to damage or destroy the AT&amp;amp;T building, seriously underestimated what these kind of buildings can take (essentially being disguised bunkers).&lt;p&gt;This certainly wasn&amp;#x27;t a small explosion, from the looks of it. But taking out a bunker .. unless you have access to weapons specially build for that purpose, good luck.&lt;p&gt;That AT&amp;amp;T still went down, may just demonstrated an apparent oversight in their emergency procedures for this site. I don&amp;#x27;t know the details, but having backup generators that rely any public infrastructure sounds like a pretty bad choice. That said, maybe those generators first burned through a decent supply of diesel fuel, only to later rely on (in this case absent) gas.&lt;p&gt;I have no idea how much diesel would be required to keep that site running for a prolonged period of time. Maybe such an amount could pose regulatory&amp;#x2F;safety issues on its own. Nonetheless, the sole purpose of emergency generators is to provide power that does not depend on any external factors (maybe aside from air&amp;#x2F;oxygen). So to me this story does sound at least a bit weird.&lt;p&gt;But somebody targeting that building and totally underestimating their chances, even if they may have still succeeded partially (if only by &amp;quot;luck&amp;quot;) .. nah, that can not surprise me at all.</text></item><item><author>tptacek</author><text>AT&amp;amp;T says that their services went down along with the gas &amp;amp; power in the area, as a side effect: the gas shutoff cut off their backup generators. That doesn&amp;#x27;t sound all that targeted.</text></item><item><author>joshuakelly</author><text>This article doesn&amp;#x27;t make this so explicit, but ATT infrastructure appears to be the intentional target of the bombing. You can see the building in the helicopter shot at the top of the NYTimes article on the story: &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;www.nytimes.com&amp;#x2F;2020&amp;#x2F;12&amp;#x2F;25&amp;#x2F;us&amp;#x2F;nashville-explosion.html&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;www.nytimes.com&amp;#x2F;2020&amp;#x2F;12&amp;#x2F;25&amp;#x2F;us&amp;#x2F;nashville-explosion.ht...&lt;/a&gt;&lt;p&gt;Obviously a telecommunications&amp;#x2F;switch hub, with it being a large windowless building in a downtown core.&lt;p&gt;The other thing that&amp;#x27;s particularly odd is the fact that the attackers appear to have broadcasted some sort of warning or evacuation message from the site of the bombing prior to the explosion.</text></item></parent_chain><comment><author>nr2x</author><text>A guy working in this building told me they had showers to clean off radioactive fallout as the building itself could stand up to a bomb. Guy said “you’d be fucked either way” and laughed.&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;33_Thomas_Street&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;en.wikipedia.org&amp;#x2F;wiki&amp;#x2F;33_Thomas_Street&lt;/a&gt;</text></comment>
35,702,171
35,701,107
1
2
35,699,697
train
<story><title>My thoughts on OCaml</title><url>https://osa1.net/posts/2023-04-24-ocaml-thoughts.html</url></story><parent_chain><item><author>JaggerJo</author><text>I think you should give F# a shot instead.&lt;p&gt;1. No standard and easy way of implementing interfaces&lt;p&gt;No problem in F#, you have interfaces, abstract classed, ...&lt;p&gt;2. Bad standard library&lt;p&gt;In F# you have access to the full .NET standard library and ecosystem. There are also quite a lot of libraries that are especially designed to take advantage of F# (SQL libs for example).&lt;p&gt;3. Syntax problems&lt;p&gt;3.1 OCaml doesn’t have a single-line comment syntax.&lt;p&gt;It&amp;#x27;s `&amp;#x2F;&amp;#x2F;` for single line and `(* comment *)` for n line comments in F#.&lt;p&gt;3.2 It has for and while, but no break and continue. So you use exceptions with a try inside the loop for continue, and outside for break.&lt;p&gt;Same in F#, use recursion.&lt;p&gt;Generally F# solves some of the issues but definitely not all of them. Some are just in the nature of the Standard ML syntax I guess.&lt;p&gt;4. Rest of the package is also not that good&lt;p&gt;- NuGet is a decent&amp;#x2F;good package manager. - Easy to install a complete dev env. - sane build system (MSBuild) - Great out of the box support in JetBrains Rider&amp;#x2F; Visual Studio (for Mac&amp;#x2F; Windows) or via a VS Code plugin (Ionide).</text></item></parent_chain><comment><author>hpstewed</author><text>I use F# at work. Really love the language but the connection to the dotnet ecosystem is a curse as much as a blessing. Having to operate in a world of nulls and exceptions can reduce&amp;#x2F;nullify the amazing benefits of discriminated unions. Often you are back to relying on the due dilligence of other developers as a result.&lt;p&gt;I use a lot of rust in my spare time. The runtime guarantees it offers make other languages feel like a house of cards in comparison, including F#. I coincidentally picked up an ocaml book yesterday seeking a more &amp;#x27;robust&amp;#x27; alternative to F#. Unfortunately it seems as though ocaml is even more niche than F# (I doubt I&amp;#x27;ll be working for jane street any time soon)</text></comment>
<story><title>My thoughts on OCaml</title><url>https://osa1.net/posts/2023-04-24-ocaml-thoughts.html</url></story><parent_chain><item><author>JaggerJo</author><text>I think you should give F# a shot instead.&lt;p&gt;1. No standard and easy way of implementing interfaces&lt;p&gt;No problem in F#, you have interfaces, abstract classed, ...&lt;p&gt;2. Bad standard library&lt;p&gt;In F# you have access to the full .NET standard library and ecosystem. There are also quite a lot of libraries that are especially designed to take advantage of F# (SQL libs for example).&lt;p&gt;3. Syntax problems&lt;p&gt;3.1 OCaml doesn’t have a single-line comment syntax.&lt;p&gt;It&amp;#x27;s `&amp;#x2F;&amp;#x2F;` for single line and `(* comment *)` for n line comments in F#.&lt;p&gt;3.2 It has for and while, but no break and continue. So you use exceptions with a try inside the loop for continue, and outside for break.&lt;p&gt;Same in F#, use recursion.&lt;p&gt;Generally F# solves some of the issues but definitely not all of them. Some are just in the nature of the Standard ML syntax I guess.&lt;p&gt;4. Rest of the package is also not that good&lt;p&gt;- NuGet is a decent&amp;#x2F;good package manager. - Easy to install a complete dev env. - sane build system (MSBuild) - Great out of the box support in JetBrains Rider&amp;#x2F; Visual Studio (for Mac&amp;#x2F; Windows) or via a VS Code plugin (Ionide).</text></item></parent_chain><comment><author>ecshafer</author><text>F# is such a great language.&lt;p&gt;The fact Microsoft seems to pretend it doesn&amp;#x27;t exist is bewildering. Surely the .Net ecosystem can have two languages being promoted.</text></comment>
2,277,853
2,277,665
1
3
2,277,449
train
<story><title>Dirty Percent</title><url>http://daringfireball.net/2011/03/dirty_percent</url></story><parent_chain><item><author>Lewisham</author><text>I used to be a big fan of Gruber, but I&apos;m getting increasingly tired of his &quot;defend Apple at all costs&quot; mentality.&lt;p&gt;When Apple was the underdog, it all seemed to be about not what was possible, but what was fair, and what was right. Now it&apos;s a &quot;Well, of course Apple would do that, wouldn&apos;t you?&quot;&lt;p&gt;And he then punts on the biggest question of all:&lt;p&gt;&lt;i&gt;What if Microsoft did this with Windows, and, say, tried to require Apple to pay them 30 percent for every purchase made through iTunes on Windows? To that, I say: good luck with that.&lt;/i&gt;&lt;p&gt;Not &quot;well I&apos;d certainly write a slam piece about it&quot;, not &quot;well, that would definitely require competition regulators&quot;, not &quot;that would be a dick move.&quot; Just &quot;they couldn&apos;t do it anyway, so your hypotheticals mean nothing.&quot;&lt;p&gt;The way I put it (crassly) is &quot;When you&apos;re Top Dog, you don&apos;t need to play like a bitch.&quot; Which is what Apple is doing, and honestly, they&apos;re turning me off from their products. And that&apos;s not about &quot;Oh well, Apple likes to make money, and why shouldn&apos;t they be allowed to?&quot; It&apos;s about looking like you&apos;re above it. Brands like Costco and Amazon make a huge chunk of change, but you don&apos;t see them getting into petty stuff like this.</text></item></parent_chain><comment><author>mbrubeck</author><text>What I like about Gruber, even when I disagree with him, is that I think he &lt;i&gt;understands&lt;/i&gt;, better than any other outside commentator, how Apple&apos;s management team thinks and works. He&apos;s not a leading expert on business, or on technology, but I&apos;d call him a leading expert on Steve Jobs&apos; mind.&lt;p&gt;This understanding is part of why Gruber often seems like an Apple apologist. Even when &lt;i&gt;he&lt;/i&gt; disagrees with Apple&apos; decisions, he can generally give a good explanation of why the decision was made and why Steve and Tim and company probably think it is the right one. And of course, when he is writing from the point of view of Apple Inc., the primary question is always &quot;What is best for Apple?&quot;&lt;p&gt;(This also explains why I hate Gruber&apos;s writing about competiting companies like Microsoft and Google. I don&apos;t think he understands how &lt;i&gt;those&lt;/i&gt; companies think and work at all, so his commentary on them totally lacks that insight and usefulness.)</text></comment>
<story><title>Dirty Percent</title><url>http://daringfireball.net/2011/03/dirty_percent</url></story><parent_chain><item><author>Lewisham</author><text>I used to be a big fan of Gruber, but I&apos;m getting increasingly tired of his &quot;defend Apple at all costs&quot; mentality.&lt;p&gt;When Apple was the underdog, it all seemed to be about not what was possible, but what was fair, and what was right. Now it&apos;s a &quot;Well, of course Apple would do that, wouldn&apos;t you?&quot;&lt;p&gt;And he then punts on the biggest question of all:&lt;p&gt;&lt;i&gt;What if Microsoft did this with Windows, and, say, tried to require Apple to pay them 30 percent for every purchase made through iTunes on Windows? To that, I say: good luck with that.&lt;/i&gt;&lt;p&gt;Not &quot;well I&apos;d certainly write a slam piece about it&quot;, not &quot;well, that would definitely require competition regulators&quot;, not &quot;that would be a dick move.&quot; Just &quot;they couldn&apos;t do it anyway, so your hypotheticals mean nothing.&quot;&lt;p&gt;The way I put it (crassly) is &quot;When you&apos;re Top Dog, you don&apos;t need to play like a bitch.&quot; Which is what Apple is doing, and honestly, they&apos;re turning me off from their products. And that&apos;s not about &quot;Oh well, Apple likes to make money, and why shouldn&apos;t they be allowed to?&quot; It&apos;s about looking like you&apos;re above it. Brands like Costco and Amazon make a huge chunk of change, but you don&apos;t see them getting into petty stuff like this.</text></item></parent_chain><comment><author>ra88it</author><text>&lt;i&gt;Brands like Costco and Amazon make a huge chunk of change, but you don&apos;t see them getting into petty stuff like this.&lt;/i&gt;&lt;p&gt;Is the following statement (from the article) false?&lt;p&gt;&lt;i&gt;As for ruthless profiteering, consider that Amazon, with their e-book publishing, originally took the fat end of a 70-30 revenue split with authors.&lt;/i&gt;</text></comment>
18,843,775
18,843,421
1
2
18,837,108
train
<story><title>The Overloaded Soldier: Why U.S. Infantry Now Carry More Weight Than Ever</title><url>https://www.popularmechanics.com/military/research/a25644619/soldier-weight/</url></story><parent_chain></parent_chain><comment><author>sa46</author><text>Ah, an article I can comment on. I was an Infantry officer for 6 years and did all the normal schooling and a deployment.&lt;p&gt;This is a pretty well done article. Here&amp;#x27;s some general ideas to keep in mind.&lt;p&gt;- Most dismounted missions are run from trucks or an established forward operating base, so you don&amp;#x27;t carry a huge rucksack most of the time because you can just go back to your base.&lt;p&gt;- Like the article states, even a day pack with body armor gets you up to 70lbs quickly.&lt;p&gt;- Ammo is really heavy, it being made of lead and all. 100rds of 7.62mm ammo weighs about 7lb. You want at least 800rds per M240B.&lt;p&gt;- Rucksack weights are sometimes inflated because it&amp;#x27;s a way to brag.&lt;p&gt;- The Marine infantry officer course requirement for 152lb load is excessive. At that weight, you can only do an admin movement on a road. All the anecdotes I found about combat loads that heavy were for an initial, short infil followed by a stationary mission.&lt;p&gt;I think the article nails the root cause towards heavier protective equipment. Public perception and the news cycle makes the death of American service member a bigger deal than in past conflicts.&lt;p&gt;It will be a long time before we get electronic mules in the Infantry. Adopting the mules adds a huge complexity budget to a simple movement. The Army decided some years ago to give every Company (~140 people) a Raven drone for recon. However, it&amp;#x27;s a huge deal if it gets lost (if the GPS guidance were to suddenly fail), so no one ever uses them to avoid the fallout associated with losing Army equipment.</text></comment>
<story><title>The Overloaded Soldier: Why U.S. Infantry Now Carry More Weight Than Ever</title><url>https://www.popularmechanics.com/military/research/a25644619/soldier-weight/</url></story><parent_chain></parent_chain><comment><author>szopa</author><text>This sounds insane. My hobby is medium distance hiking in (say, 250 km&amp;#x2F;155 mi na week) in the Scandinavian Arctic, so I have to carry all my food. I&amp;#x27;m a fan of ultralight hiking, so my whole summer baggage weights around 10 kg&amp;#x2F;20 lbs excluding water. I invested some money in lighter equipment, yes, but most of my weight savings is stuff I simply do not take with me, or things that serve in multiple roles (eg. my hiking poles double as tent poles). A common piece of advice in the ultralight community is &amp;quot;don&amp;#x27;t pack your fears&amp;quot; – take only what you know you&amp;#x27;re gonna need, avoid redundancy (and be careful not to lose your crap), and consider what you can do without (an example: you don&amp;#x27;t really need a big ass knife).&lt;p&gt;Anyway, with 10 kg pack a trip is extremely physically challenging, but overall pleasant. I can actually enjoy the view, as opposed to just wanting to throw my backpack on the ground (I didn&amp;#x27;t get to my low weight immediately, I used to carry much more before).&lt;p&gt;Hiking like I do, but with 100 lbs of gear sounds like a nightmare. A soldier may not care about the views, but he should watch out for people who are trying to kill him. If my experience translates at all, the weight is interfering with that goal.</text></comment>
28,905,358
28,905,398
1
3
28,895,878
train
<story><title>Interview with GDKChan, Creator of Ryujinx, the Nintendo Switch Emulator</title><url>https://boilingsteam.com/an-interview-with-gdkchan-creator-of-ryujinx/</url></story><parent_chain><item><author>kottaram</author><text>Where do I start learning about making an emulator? I would like to work with C++ if resources are available for it :)</text></item></parent_chain><comment><author>DSMan195276</author><text>I personally wrote a GB emulator, while it was a lot of work is was certainly doable compared to other options and the result is pretty satisfying. I know others have started with the NES and had similar success, so IMO either of those are not bad. There&amp;#x27;s plenty of information out there for emulating those systems since lots of others have written emulators for them, so you should be able to find a lot to start with without too much trouble.&lt;p&gt;If you find those systems to be a bit too much I&amp;#x27;ve heard that CHIP-8 is even simpler. At some point being too simple doesn&amp;#x27;t teach you all that much, but it might help with the basic idea if you&amp;#x27;re really lost and also take less time if you&amp;#x27;re not looking for a long project.</text></comment>
<story><title>Interview with GDKChan, Creator of Ryujinx, the Nintendo Switch Emulator</title><url>https://boilingsteam.com/an-interview-with-gdkchan-creator-of-ryujinx/</url></story><parent_chain><item><author>kottaram</author><text>Where do I start learning about making an emulator? I would like to work with C++ if resources are available for it :)</text></item></parent_chain><comment><author>lufte</author><text>Write a CHIP-8 emulator. I followed this [1] language-agnostic guide. It covers all the details and oddities without actually giving you the code, so you still need to make the effort to get the result.&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;tobiasvl.github.io&amp;#x2F;blog&amp;#x2F;write-a-chip-8-emulator&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;tobiasvl.github.io&amp;#x2F;blog&amp;#x2F;write-a-chip-8-emulator&amp;#x2F;&lt;/a&gt;</text></comment>
22,005,950
22,004,987
1
3
21,996,406
train
<story><title>For suicide prevention, try raising the minimum wage, research suggests</title><url>https://www.npr.org/sections/health-shots/2020/01/08/794568118/raising-the-minimum-wage-by-1-may-prevent-thousands-of-suicides-study-shows</url></story><parent_chain><item><author>ngngngng</author><text>I was reading the other day that typically mass shootings happen during a recession, and right now is a confusing time because the economy is supposedly doing fantastic, yet we keep having mass shootings.&lt;p&gt;Could this have to do with the mounting inequality? It seems the standard indicators for the health of the economy are breaking because wealth just keeps pooling near the top. So what this study could be saying is, &amp;quot;make changes so that more people get the benefits of the booming economy.&amp;quot;</text></item></parent_chain><comment><author>taborj</author><text>If you want to make a significant dent in the mass shooting problem (by the way, the FBI&amp;#x27;s crime stats page [0] is illuminating on many subjects, not the least of which is that violent crime rates are way down from earlier in the 2000s [1]), you need to start looking at why someone feels shooting up a bunch of innocent people is a valid response to whatever stressor they&amp;#x27;re feeling. Maybe there is an income inequality, and that can cause someone to feel angry. But there&amp;#x27;s a leap that needs to be made from &amp;quot;angry&amp;quot; to &amp;quot;mass murderer&amp;quot;, and it&amp;#x27;d be helpful to understand why that is. I suspect it&amp;#x27;s mental.&lt;p&gt;[0] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;ucr.fbi.gov&amp;#x2F;crime-in-the-u.s&amp;#x2F;2018&amp;#x2F;crime-in-the-u.s.-2018&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;ucr.fbi.gov&amp;#x2F;crime-in-the-u.s&amp;#x2F;2018&amp;#x2F;crime-in-the-u.s.-...&lt;/a&gt;&lt;p&gt;[1] &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;ucr.fbi.gov&amp;#x2F;crime-in-the-u.s&amp;#x2F;2018&amp;#x2F;crime-in-the-u.s.-2018&amp;#x2F;topic-pages&amp;#x2F;tables&amp;#x2F;table-1&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;ucr.fbi.gov&amp;#x2F;crime-in-the-u.s&amp;#x2F;2018&amp;#x2F;crime-in-the-u.s.-...&lt;/a&gt;</text></comment>
<story><title>For suicide prevention, try raising the minimum wage, research suggests</title><url>https://www.npr.org/sections/health-shots/2020/01/08/794568118/raising-the-minimum-wage-by-1-may-prevent-thousands-of-suicides-study-shows</url></story><parent_chain><item><author>ngngngng</author><text>I was reading the other day that typically mass shootings happen during a recession, and right now is a confusing time because the economy is supposedly doing fantastic, yet we keep having mass shootings.&lt;p&gt;Could this have to do with the mounting inequality? It seems the standard indicators for the health of the economy are breaking because wealth just keeps pooling near the top. So what this study could be saying is, &amp;quot;make changes so that more people get the benefits of the booming economy.&amp;quot;</text></item></parent_chain><comment><author>lsiebert</author><text>The market is great, and a lot of money from the trump tax cuts has been used for buybacks that kept prices rising, but wages have stagnated as expenses such as health care, child care, education, etc have all increased rapidly.</text></comment>
18,580,572
18,580,325
1
2
18,579,114
train
<story><title>The Octopus Is Smart as Heck, But Why?</title><url>https://www.nytimes.com/2018/11/30/science/animal-intelligence-octopus-cephalopods.html</url></story><parent_chain></parent_chain><comment><author>jaggednad</author><text>One theory why primates evolved big brains is because they had hands. Big brains for an animal like a gazelle don’t pay off because, without hands, there isn’t much a gazelle can do with that big brain. Better it use that energy for bigger leg muscles. Primates evolves hands so they could better grasp branches, but, once they had hands, there was a lot more they could do with them, like make tools. A bigger brain for a creature with hands is an evolutionary advantage, because that bigger brain allows complex behaviors that can be carried out with hands. I bet octopuses are intelligent for a similar reason. Its body is like one big hand, and there are lots of complex behaviors it can carry out with those tentacles. Similar for its color changing skin. There are many complex and useful ways that skin can be used, so it pays to have a big brain. The important point is that the bodily appendages came first, and those appendages made it actually useful to have a big brain. I find it more surprising that dolphins became intelligent, but the article is right that living in groups capable of communication and cooperation can similarly make big brains pay off, because the animal can engage in complex group behaviors.</text></comment>
<story><title>The Octopus Is Smart as Heck, But Why?</title><url>https://www.nytimes.com/2018/11/30/science/animal-intelligence-octopus-cephalopods.html</url></story><parent_chain></parent_chain><comment><author>rland</author><text>Octopuses are really incredible creatures. They diverged from humans in the evolutionary tree hundreds of millions of years ago. Our common ancestor would have been a very dumb animal. Their brain structure is so different: 8 semi-autonomous tentacles, with one sort of central coordinating body. What could it possibly be like to experience the world that way? They&amp;#x27;re probably the &amp;quot;peak&amp;quot; of intelligence with the most prominence, along with humans and intelligent swarming insects like bees and termites. I think it&amp;#x27;s really interesting. Is is it really possible to measure this kind of intelligence? Can we ever know just how smart they are?&lt;p&gt;And, of course, they&amp;#x27;re just interesting creatures regardless. Their bodies is flexible, yet strong, like one continuous muscle. Each tentacle has a slightly different &amp;quot;personality;&amp;quot; for a single octopus, some of its tentacles are more adventurous while others are more shy. They can change the color of their entire body, and do, for reasons we haven&amp;#x27;t figured out yet. They mate once, after which the female guards the egg cache without moving from the spot until she withers away.&lt;p&gt;Everything I read about them absolutely floors me. They&amp;#x27;re the closest thing we have to an intelligent alien species.</text></comment>
11,542,476
11,542,393
1
2
11,542,123
train
<story><title>Show HN: Turned Facebook Messenger into a JavaScript REPL</title><url>http://github.com/peralmq/bot-wat</url></story><parent_chain></parent_chain><comment><author>emirozer</author><text>Cool idea! But man, Gary Bernhardt&amp;#x27;s WAT talk, even though i saw it at least 10 times, still cracks me up...</text></comment>
<story><title>Show HN: Turned Facebook Messenger into a JavaScript REPL</title><url>http://github.com/peralmq/bot-wat</url></story><parent_chain></parent_chain><comment><author>tomsmeding</author><text>Happy to see that it uses the safe-eval library, which appears to fix code injection issues. Haven&amp;#x27;t checked that well though.</text></comment>
14,977,789
14,976,465
1
3
14,973,706
train
<story><title>Lazarus – A Delphi-compatible cross-platform IDE</title><url>http://www.lazarus-ide.org</url></story><parent_chain><item><author>brass9</author><text>&amp;gt; [x] Readable, somewhat python-like syntax&lt;p&gt;I have a rather different opinion on OP that it has a needlessly verbose syntax.&lt;p&gt;Pythonic it is definitely not. Even C# (which is another creation of Anders Hejlsberg, after MS poached him from Borland) has a better, readable and concise syntax.&lt;p&gt;I used to be a Delphi evangelist in it&amp;#x27;s glory days. Now I bristle when I read Pascal source code, there&amp;#x27;s so much unnecessary visual noise. Of course if your brain is habituated enough to parse Pascal code, eventually you will tend to filter out the begin..end&amp;#x27;s.&lt;p&gt;Pascal syntax belongs to C family of language.&lt;p&gt;As regards to Python-like syntax, I think you are referring to the Nim language, whose syntax happens to be similar to that of Pascal.</text></item><item><author>samuell</author><text>Lazarus&amp;#x2F;FPC checks so many nice boxes:&lt;p&gt;[x] Statically compiled&lt;p&gt;[x] Native UI on Linux&amp;#x2F;Mac&amp;#x2F;Win&lt;p&gt;[x] Typically compiled without code changes on Linux&amp;#x2F;Mac&amp;#x2F;Win&lt;p&gt;[x] Small binaries&lt;p&gt;[x] No GC&lt;p&gt;[x] Readable, somewhat python-like syntax&lt;p&gt;[x] Still, doesn&amp;#x27;t rely on indentation for nested blocks&lt;p&gt;[ ] (Fill in)</text></item></parent_chain><comment><author>int_19h</author><text>&amp;gt; Pascal syntax belongs to C family of language.&lt;p&gt;It can&amp;#x27;t possibly, seeing how it predates C.&lt;p&gt;There are specific differences that set them apart, too. For example, the fact that Pascal has statement separators rather than statement terminators (and using a separator in a terminal position is usually an error, e.g. before &amp;quot;else&amp;quot;).&lt;p&gt;Pascal rather belongs to the Algol family of languages, together with C. Algol-60 is where &amp;quot;begin&amp;quot; and &amp;quot;end&amp;quot; come from.</text></comment>
<story><title>Lazarus – A Delphi-compatible cross-platform IDE</title><url>http://www.lazarus-ide.org</url></story><parent_chain><item><author>brass9</author><text>&amp;gt; [x] Readable, somewhat python-like syntax&lt;p&gt;I have a rather different opinion on OP that it has a needlessly verbose syntax.&lt;p&gt;Pythonic it is definitely not. Even C# (which is another creation of Anders Hejlsberg, after MS poached him from Borland) has a better, readable and concise syntax.&lt;p&gt;I used to be a Delphi evangelist in it&amp;#x27;s glory days. Now I bristle when I read Pascal source code, there&amp;#x27;s so much unnecessary visual noise. Of course if your brain is habituated enough to parse Pascal code, eventually you will tend to filter out the begin..end&amp;#x27;s.&lt;p&gt;Pascal syntax belongs to C family of language.&lt;p&gt;As regards to Python-like syntax, I think you are referring to the Nim language, whose syntax happens to be similar to that of Pascal.</text></item><item><author>samuell</author><text>Lazarus&amp;#x2F;FPC checks so many nice boxes:&lt;p&gt;[x] Statically compiled&lt;p&gt;[x] Native UI on Linux&amp;#x2F;Mac&amp;#x2F;Win&lt;p&gt;[x] Typically compiled without code changes on Linux&amp;#x2F;Mac&amp;#x2F;Win&lt;p&gt;[x] Small binaries&lt;p&gt;[x] No GC&lt;p&gt;[x] Readable, somewhat python-like syntax&lt;p&gt;[x] Still, doesn&amp;#x27;t rely on indentation for nested blocks&lt;p&gt;[ ] (Fill in)</text></item></parent_chain><comment><author>epx</author><text>My feeling as well. In my heart I am really happy that Lazarus (and Harbour, the Clipper-compatible compiler) exist, but being rational the days of desktop applications are over.&lt;p&gt;Python is being run on microcontrollers these days; I actually wrestle with the non-adoption of Python (or Ruby, or Javascript, or Tcl) as 1st-class citizen language for desktop and mobile; it does not make sense for me. Certainly writing desktop&amp;#x2F;web apps in C++ or Pascal make even less sense.&lt;p&gt;Perhaps I am forgetting the big number of fellow developers that work on ERP systems and outdated software, for them it is a blessing to have free tools, while in the 90s such a tool could cost $3k.</text></comment>
29,059,525
29,059,653
1
3
29,058,750
train
<story><title>Repeat Yourself, a Lot</title><url>https://tomtunguz.com/why-you-should-repeat-yourself/</url></story><parent_chain><item><author>thatsamonad</author><text>A somewhat related approach that I’ve found incredibly useful in my career is repeating what -others- have told you back to them, a lot.&lt;p&gt;It’s honestly amazing to me how much mileage I’ve gotten out of simply saying, “I heard you say X about Y. Does that sound right to you?” a couple of times during discussions just to make sure that everyone is clear that we’re all discussing the same thing.&lt;p&gt;It seems like “common sense” to clarify your understanding of someone else’s communication but I haven’t run into very many people who actually take the time to do it.</text></item></parent_chain><comment><author>__turbobrew__</author><text>Repeating what others said back to them is called “mirroring” and is an effective technique for not only confirming your understanding but also showing others that you are actively listening.&lt;p&gt;I recommend reading “ Never Split the Difference: Negotiating As If Your Life Depended On It” by Chris Voss if you are interested in conversation tactics.</text></comment>
<story><title>Repeat Yourself, a Lot</title><url>https://tomtunguz.com/why-you-should-repeat-yourself/</url></story><parent_chain><item><author>thatsamonad</author><text>A somewhat related approach that I’ve found incredibly useful in my career is repeating what -others- have told you back to them, a lot.&lt;p&gt;It’s honestly amazing to me how much mileage I’ve gotten out of simply saying, “I heard you say X about Y. Does that sound right to you?” a couple of times during discussions just to make sure that everyone is clear that we’re all discussing the same thing.&lt;p&gt;It seems like “common sense” to clarify your understanding of someone else’s communication but I haven’t run into very many people who actually take the time to do it.</text></item></parent_chain><comment><author>SilasX</author><text>Similarly, if you missed a part of what someone said, repeat back everything you did hear as part of the question. It confirms you were listening and avoids an excessively long or rephrased answered.&lt;p&gt;For example, &amp;quot;We reviewed &amp;lt;garbled&amp;gt; and found the events hadn&amp;#x27;t been logged.&amp;quot; -&amp;gt; &amp;quot;You reviewed what and found the events hadn&amp;#x27;t been logged?&amp;quot;</text></comment>
4,452,093
4,452,057
1
2
4,450,244
train
<story><title>What killed the Linux desktop</title><url>http://tirania.org/blog/archive/2012/Aug-29.html</url></story><parent_chain><item><author>diminish</author><text>To stress out again; OS/X has the poorest hardware support for 3rd parties; even compared to Linux. Just &quot;think different&quot; and buy some hardware and you ll see what I mean..</text></item><item><author>wheels</author><text>&amp;#62; &lt;i&gt;I have two monitors on my Linux desktop. A month ago full screen on video stopped working. [...] In this regard, both Windows and OSX just work.&lt;/i&gt;&lt;p&gt;Just because it&apos;s never happened to &lt;i&gt;you&lt;/i&gt; on OS X or Windows doesn&apos;t mean it doesn&apos;t happen. OS X 10.6.7 broke the output on my 13&quot; Macbook for &lt;i&gt;either&lt;/i&gt; of the two external displays I own. &lt;i&gt;Both&lt;/i&gt; worked fine previously, when booted from the install CDs, &lt;i&gt;or&lt;/i&gt; from Linux on the same machine.&lt;p&gt;Plugging in my Firewire audio interface on the same machine spun the CPU up to 100% and kept it pegged there. A lot of good having a nice mic pre-amp does when you get a high pitched fan whir added gratis to all of your recordings.&lt;p&gt;It&apos;s silly to pretend that Mac is somehow perfect in these matters. In my experience it&apos;s only been marginally better than Linux, if at all. And with Linux you have some hope of finding a solution, whereas for OS X you&apos;re pretty much hosed.</text></item><item><author>cletus</author><text>This is the money quote:&lt;p&gt;&amp;#62; The second dimension to the problem is that no two Linux distributions agreed on which core components the system should use.&lt;p&gt;Linux on the desktop suffered from a lack of coherent, strategic vision, consistency and &lt;i&gt;philosophy&lt;/i&gt;. Every engineer I know likes to do things a particular way. They also have a distorted view on the level of customization that people want and need.&lt;p&gt;I like OSX. Out of the box it&apos;s fine. That&apos;s what I want. I don&apos;t want to dick around with Windows managers or the like. Some do and that&apos;s fine but almost no one really does.&lt;p&gt;Whereas Windows and OSX can (and do) dictate a topdown vision for the desktop experience, Linux can&apos;t do this. Or maybe there&apos;s been no one with the drive, conviction and gravitas to pull it off? Who knows? Whatever the case, this really matters for a desktop experience.&lt;p&gt;I have two monitors on my Linux desktop. A month ago full screen on video stopped working. Or I guess I should say it moved to the center of the two screens so is unusable. I have no idea why. It could be an update gone awry. It could be corp-specific modifications. It could be anything. But the point is: &lt;i&gt;I don&apos;t care what the problem is, I just want it to work&lt;/i&gt;. In this regard, both Windows and OSX just work. In many others too.&lt;p&gt;I can&apos;t describe to you how much torture it always seems to be to get anything desktop-related to work on Linux. I loathe it with a passion. I&apos;ve long since given up any idea that Linux will ever get anywhere on the desktop. It won&apos;t. That takes a topdown approach, the kind that anarchies can&apos;t solve.</text></item></parent_chain><comment><author>bpatrianakos</author><text>Oh well now that you said it the argument is settled. You can&apos;t just say OS X has the poorest hardware support ever and not back it up with anything except &quot;go buy some hardware and see what works and what doesn&apos;t&quot;. Is there maybe a table online that lists these incompatibilities you can link to? Please don&apos;t say &quot;do some research&quot; because the onus is on you to prove yourrself right, not on me to prove you right.&lt;p&gt;You also said &quot;even compared to Linux&quot;. That&apos;s interesting. That statement there gives the impression that you&apos;re more interested in defending your own beliefs and/or choices rather than being truly interested in explaining to us what OS has objectively terrible hardware support. &quot;even compared to Linux&quot; sounds like something an apologist would say. Then when you added in the &quot;think different&quot; line you made it seem even more like your comment was based off some kind of blind loyalty to Linux rather than loyalty to facts.&lt;p&gt;Me? I&apos;ve used Mac, a handful of Linux distros, and Windows for a long time. I don&apos;t know which has the best or worse hardware support but I do know when someone says something based on what camp they&apos;re in rather than what the facts are.</text></comment>
<story><title>What killed the Linux desktop</title><url>http://tirania.org/blog/archive/2012/Aug-29.html</url></story><parent_chain><item><author>diminish</author><text>To stress out again; OS/X has the poorest hardware support for 3rd parties; even compared to Linux. Just &quot;think different&quot; and buy some hardware and you ll see what I mean..</text></item><item><author>wheels</author><text>&amp;#62; &lt;i&gt;I have two monitors on my Linux desktop. A month ago full screen on video stopped working. [...] In this regard, both Windows and OSX just work.&lt;/i&gt;&lt;p&gt;Just because it&apos;s never happened to &lt;i&gt;you&lt;/i&gt; on OS X or Windows doesn&apos;t mean it doesn&apos;t happen. OS X 10.6.7 broke the output on my 13&quot; Macbook for &lt;i&gt;either&lt;/i&gt; of the two external displays I own. &lt;i&gt;Both&lt;/i&gt; worked fine previously, when booted from the install CDs, &lt;i&gt;or&lt;/i&gt; from Linux on the same machine.&lt;p&gt;Plugging in my Firewire audio interface on the same machine spun the CPU up to 100% and kept it pegged there. A lot of good having a nice mic pre-amp does when you get a high pitched fan whir added gratis to all of your recordings.&lt;p&gt;It&apos;s silly to pretend that Mac is somehow perfect in these matters. In my experience it&apos;s only been marginally better than Linux, if at all. And with Linux you have some hope of finding a solution, whereas for OS X you&apos;re pretty much hosed.</text></item><item><author>cletus</author><text>This is the money quote:&lt;p&gt;&amp;#62; The second dimension to the problem is that no two Linux distributions agreed on which core components the system should use.&lt;p&gt;Linux on the desktop suffered from a lack of coherent, strategic vision, consistency and &lt;i&gt;philosophy&lt;/i&gt;. Every engineer I know likes to do things a particular way. They also have a distorted view on the level of customization that people want and need.&lt;p&gt;I like OSX. Out of the box it&apos;s fine. That&apos;s what I want. I don&apos;t want to dick around with Windows managers or the like. Some do and that&apos;s fine but almost no one really does.&lt;p&gt;Whereas Windows and OSX can (and do) dictate a topdown vision for the desktop experience, Linux can&apos;t do this. Or maybe there&apos;s been no one with the drive, conviction and gravitas to pull it off? Who knows? Whatever the case, this really matters for a desktop experience.&lt;p&gt;I have two monitors on my Linux desktop. A month ago full screen on video stopped working. Or I guess I should say it moved to the center of the two screens so is unusable. I have no idea why. It could be an update gone awry. It could be corp-specific modifications. It could be anything. But the point is: &lt;i&gt;I don&apos;t care what the problem is, I just want it to work&lt;/i&gt;. In this regard, both Windows and OSX just work. In many others too.&lt;p&gt;I can&apos;t describe to you how much torture it always seems to be to get anything desktop-related to work on Linux. I loathe it with a passion. I&apos;ve long since given up any idea that Linux will ever get anywhere on the desktop. It won&apos;t. That takes a topdown approach, the kind that anarchies can&apos;t solve.</text></item></parent_chain><comment><author>rahoulb</author><text>The real difference is that on OSX is if something doesn&apos;t work it doesn&apos;t work. Under Linux it may work, or work badly, or you can probably hack it to make it work well. I used to think I liked the latter but there&apos;s something appealing about the binary clarity of OSX.</text></comment>
33,196,008
33,196,160
1
3
33,191,307
train
<story><title>Why doesn&apos;t Stripe use Stripe Billing?</title><url>https://www.getlago.com/blog/is-stripe-using-stripe</url></story><parent_chain><item><author>kurrik</author><text>(I work on Stripe Billing). This is a question we raise fairly regularly internally at Stripe. The real, prosaic answer is because when we started working on Stripe Billing in 2017, Stripe had already built an internal billing system to bill its own customers. Stripe was 7 years old at that point.&lt;p&gt;At the time, we got lots of feedback from the folks who had built that system. Our goal was to build a flexible billing system for all kinds of companies at different sizes, but we were definitely focused on smaller (doing maybe $100k–$10M of ARR) SaaS companies to start. We&amp;#x27;ve come a long way since then and now power billing for a number of large&amp;#x2F;public companies. Atlassian, Figma, Notion and Slack are either using or migrating onto Stripe Billing today.&lt;p&gt;Stripe Billing is a powerful tool with a role to play in any company&amp;#x27;s revenue management system, including Stripe&amp;#x27;s. Newer Stripe products (such as Atlas) do build on top of Stripe Billing but we haven&amp;#x27;t gotten around to migrating our existing stack. That said, I do have a personal goal of taking on more internal billing responsibilities over time (e.g. I think we could easily use Stripe Invoices internally today, and it&amp;#x27;s mostly opportunity cost keeping us from actually doing so).&lt;p&gt;I do want to say that the specific use case covered in the post is something we have thought about a lot. I think about it as a pipeline with stages for collecting high volumes of usage events, aggregating them, mapping them to rate cards based on usage, and then producing recurring bills, collecting payment, dunning, etc... The post claims we don’t do a good job on the first two stages (collecting usage events and aggregating them) is perhaps missing that the style of percentage-based fees is a one-line addition to a Connect integration as my colleague edwinwee mentioned below. It is also possible to have a scalable usage event collection&amp;#x2F;aggregation pipeline integrated with Stripe Billing. You can read this AWS blog post &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aws.amazon.com&amp;#x2F;blogs&amp;#x2F;apn&amp;#x2F;building-a-third-party-saas-metering-and-billing-integration-on-aws&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;aws.amazon.com&amp;#x2F;blogs&amp;#x2F;apn&amp;#x2F;building-a-third-party-saas...&lt;/a&gt; for information about how to build such a system according to our best practices.&lt;p&gt;While I’m here, I’m always eager to hear feedback on Stripe Billing from folks who are using it. My email is [email protected].</text></item></parent_chain><comment><author>Biganon</author><text>So, same reason why Microsoft uses SAP instead of Microsoft Dynamics. They would use their own product if they were to start now, but migrating from SAP would cost them millions and take a lot of time.</text></comment>
<story><title>Why doesn&apos;t Stripe use Stripe Billing?</title><url>https://www.getlago.com/blog/is-stripe-using-stripe</url></story><parent_chain><item><author>kurrik</author><text>(I work on Stripe Billing). This is a question we raise fairly regularly internally at Stripe. The real, prosaic answer is because when we started working on Stripe Billing in 2017, Stripe had already built an internal billing system to bill its own customers. Stripe was 7 years old at that point.&lt;p&gt;At the time, we got lots of feedback from the folks who had built that system. Our goal was to build a flexible billing system for all kinds of companies at different sizes, but we were definitely focused on smaller (doing maybe $100k–$10M of ARR) SaaS companies to start. We&amp;#x27;ve come a long way since then and now power billing for a number of large&amp;#x2F;public companies. Atlassian, Figma, Notion and Slack are either using or migrating onto Stripe Billing today.&lt;p&gt;Stripe Billing is a powerful tool with a role to play in any company&amp;#x27;s revenue management system, including Stripe&amp;#x27;s. Newer Stripe products (such as Atlas) do build on top of Stripe Billing but we haven&amp;#x27;t gotten around to migrating our existing stack. That said, I do have a personal goal of taking on more internal billing responsibilities over time (e.g. I think we could easily use Stripe Invoices internally today, and it&amp;#x27;s mostly opportunity cost keeping us from actually doing so).&lt;p&gt;I do want to say that the specific use case covered in the post is something we have thought about a lot. I think about it as a pipeline with stages for collecting high volumes of usage events, aggregating them, mapping them to rate cards based on usage, and then producing recurring bills, collecting payment, dunning, etc... The post claims we don’t do a good job on the first two stages (collecting usage events and aggregating them) is perhaps missing that the style of percentage-based fees is a one-line addition to a Connect integration as my colleague edwinwee mentioned below. It is also possible to have a scalable usage event collection&amp;#x2F;aggregation pipeline integrated with Stripe Billing. You can read this AWS blog post &lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;aws.amazon.com&amp;#x2F;blogs&amp;#x2F;apn&amp;#x2F;building-a-third-party-saas-metering-and-billing-integration-on-aws&amp;#x2F;&quot; rel=&quot;nofollow&quot;&gt;https:&amp;#x2F;&amp;#x2F;aws.amazon.com&amp;#x2F;blogs&amp;#x2F;apn&amp;#x2F;building-a-third-party-saas...&lt;/a&gt; for information about how to build such a system according to our best practices.&lt;p&gt;While I’m here, I’m always eager to hear feedback on Stripe Billing from folks who are using it. My email is [email protected].</text></item></parent_chain><comment><author>joshpadnick</author><text>We use Stripe Billing and it&amp;#x27;s gone very well overall, but the biggest miss for us is that Stripe conflates &amp;quot;contract term&amp;quot; with &amp;quot;billing frequency.&amp;quot; We sign up customers for annual contracts but bill them monthly, but Stripe Billing only understands the &amp;quot;bill monthly&amp;quot; part of that.&lt;p&gt;Are there any plans for first-class contract term support coming?</text></comment>