Random Thread
Re: Random Thread
I once read a claim somewhere that, because human beings originally came from the East African savannah, we are supposedly genetically programmed to find landscapes that are mostly grass, with some trees here and there, prettier than any other kind of landscape. That sounds like a pretty silly and simplistic pseudoscientific idea to me. But, that said, I am a human being, and I do find landscapes that are mostly grass, with some trees here and there, very pretty.
Re: Random Thread
I just learned, from belatedly reading an old newspaper column, that apparently, during the Covid lockdown, the people in charge of the airport of Dublin, Ireland, highly paid business executives, did not predict that, once the lockdowns and other restrictions were over, demand for air travel would rise. They assumed, instead, that it would reliably stay at Covid-era levels.
Wow.
Somehow, a part of me thinks that this is even more telling as a sign of how overrated the people running the show around the world are than the economic crisis of 2008 or the antics of Musk.
Wow.
Somehow, a part of me thinks that this is even more telling as a sign of how overrated the people running the show around the world are than the economic crisis of 2008 or the antics of Musk.
Re: Random Thread
Are we not likely to be attracted to these types of places because they look fertile and watered? Like, most people also find the sound of running water to be pleasant - is it because water = life?Raphael wrote: ↑Wed Jan 17, 2024 11:34 am I once read a claim somewhere that, because human beings originally came from the East African savannah, we are supposedly genetically programmed to find landscapes that are mostly grass, with some trees here and there, prettier than any other kind of landscape. That sounds like a pretty silly and simplistic pseudoscientific idea to me. But, that said, I am a human being, and I do find landscapes that are mostly grass, with some trees here and there, very pretty.
Unsuccessfully conlanging since 1999.
Re: Random Thread
Could be true. Or it could be one of those "it sounds really neat, so let's assume it's true" science-related speculations.
Re: Random Thread
I just saw a social media post by a major German news outlet linking to an article with tips for how to sleep better.
I resented the urge to reply with "Don't consume any news".
I resented the urge to reply with "Don't consume any news".
Re: Random Thread
do consume carrot! is taste good and vitamin and maybe purble ^_^
yes I grew up on Internet forums circa 2000 and I still always think "random" threads are intended to work like this
yes I grew up on Internet forums circa 2000 and I still always think "random" threads are intended to work like this
Re: Random Thread
this message brought to you by your local chapter of the Associated farmers of Daucus, of AfD.do consume carrot!
Re: Random Thread
Wish me luck, I'm about to make an important phone call and probably to spend a fair amount of time waiting in line.
EDITED TO ADD: I was given a different number to call, with instructions to call it in an hour.
EDITED TO ADD: I was given a different number to call, with instructions to call it in an hour.
Re: Random Thread
How did I not hear about this when it happened?
https://techcrunch.com/2021/01/19/elon- ... methrower/
https://techcrunch.com/2021/01/19/elon- ... methrower/
Re: Random Thread
Targeted ads are getting really repulsive now:
https://www.404media.co/woman-got-crema ... motherapy/
https://www.404media.co/woman-got-crema ... motherapy/
Re: Random Thread
Does anyone know of a good, accessible, reasonably affordable book about Vatican II? Including the events and developments leading up to it, and the aftermath? Perhaps with some attempts to analyze what might have motivated John XXIII to do what he did?
-
- Posts: 1408
- Joined: Tue Dec 04, 2018 5:16 pm
-
- Posts: 1408
- Joined: Tue Dec 04, 2018 5:16 pm
Re: Random Thread
Researchers in functional programming are talking about replacing the unification algorithm with subtyping: https://dl.acm.org/doi/pdf/10.1145/3632890 My research group has spent two fruitless hours trying to piece together how the new proposed rule set is intended to work in practice.
Re: Random Thread
I knew this was going to be from Parreaux as soon as I saw your post. I found his last paper fascinating, but struggled to understand it even after spending a long time reading it, plus having an email conversation with Parreaux himself. I hadn’t seen this one before now — but it looks like a simpler approach than the last one, so I’m excited to read it!rotting bones wrote: ↑Tue Feb 20, 2024 2:57 am Researchers in functional programming are talking about replacing the unification algorithm with subtyping: https://dl.acm.org/doi/pdf/10.1145/3632890 My research group has spent two fruitless hours trying to piece together how the new proposed rule set is intended to work in practice.
EDIT: Ah, actually, the reason it’s simpler is because it’s solving a simpler problem. His last one gave full principal type inference for a structural type system, whereas this one ‘merely’ achieves higher-order polymorphism.
Conlangs: Scratchpad | Texts | antilanguage
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
-
- Posts: 1408
- Joined: Tue Dec 04, 2018 5:16 pm
Re: Random Thread
I didn't see that paper. I have to show this to my professor!bradrn wrote: ↑Tue Feb 20, 2024 3:07 amI knew this was going to be from Parreaux as soon as I saw your post. I found his last paper fascinating, but struggled to understand it even after spending a long time reading it, plus having an email conversation with Parreaux himself. I hadn’t seen this one before now — but it looks like a simpler approach than the last one, so I’m excited to read it!rotting bones wrote: ↑Tue Feb 20, 2024 2:57 am Researchers in functional programming are talking about replacing the unification algorithm with subtyping: https://dl.acm.org/doi/pdf/10.1145/3632890 My research group has spent two fruitless hours trying to piece together how the new proposed rule set is intended to work in practice.
EDIT: Ah, actually, the reason it’s simpler is because it’s solving a simpler problem. His last one gave full principal type inference for a structural type system, whereas this one ‘merely’ achieves higher-order polymorphism.
-
- Posts: 1408
- Joined: Tue Dec 04, 2018 5:16 pm
Re: Random Thread
Your link is broken though. Should be: https://dl.acm.org/doi/pdf/10.1145/3563304
Re: Random Thread
In my opinion, the best place to start with Parreaux’s work is yet another paper: The simple essence of algebraic subtyping (2020). It’s a nice tutorial-style introduction to the basic concept of using polarised types to achieve inference in the presence of subtyping.rotting bones wrote: ↑Tue Feb 20, 2024 3:35 amI didn't see that paper. I have to show this to my professor!bradrn wrote: ↑Tue Feb 20, 2024 3:07 amI knew this was going to be from Parreaux as soon as I saw your post. I found his last paper fascinating, but struggled to understand it even after spending a long time reading it, plus having an email conversation with Parreaux himself. I hadn’t seen this one before now — but it looks like a simpler approach than the last one, so I’m excited to read it!rotting bones wrote: ↑Tue Feb 20, 2024 2:57 am Researchers in functional programming are talking about replacing the unification algorithm with subtyping: https://dl.acm.org/doi/pdf/10.1145/3632890 My research group has spent two fruitless hours trying to piece together how the new proposed rule set is intended to work in practice.
EDIT: Ah, actually, the reason it’s simpler is because it’s solving a simpler problem. His last one gave full principal type inference for a structural type system, whereas this one ‘merely’ achieves higher-order polymorphism.
Conlangs: Scratchpad | Texts | antilanguage
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
Software: See http://bradrn.com/projects.html
Other: Ergativity for Novices
(Why does phpBB not let me add >5 links here?)
-
- Posts: 1408
- Joined: Tue Dec 04, 2018 5:16 pm
Re: Random Thread
Thanks. I'll read it right now.bradrn wrote: ↑Tue Feb 20, 2024 3:39 am In my opinion, the best place to start with Parreaux’s work is yet another paper: The simple essence of algebraic subtyping (2020). It’s a nice tutorial-style introduction to the basic concept of using polarised types to achieve inference in the presence of subtyping.
- Man in Space
- Posts: 1694
- Joined: Sat Jul 21, 2018 1:05 am
Re: Random Thread
This may be an unusual request for the board, but…anybody willing to let me bounce an idea for a motion picture off of them? (Largely drawing on my days in the cult as an inspiration…it’s a tragedy, and I developed the idea in the midst of a manic episode I had last year, in case that is of sensitive importance to you.)