Random Thread

Topics that can go away
Moose-tache
Posts: 1746
Joined: Fri Aug 24, 2018 2:12 am

Re: Random Thread

Post by Moose-tache »

Can anyone recommend some book blogs or forums that focus on... to put it bluntly, smart people books? It's easy to find genre fiction circles where people talk about the latest mouth-breathing YA paranormal romance or whatever, but intelligent conversation about literary fiction is harder and harder to come by. I used to read Salmoneous' blog, but he seems to have mostly abandoned it. I would love any recommendations you all can give me.
I did it. I made the world's worst book review blog.
hwhatting
Posts: 1090
Joined: Mon Jul 09, 2018 3:09 am
Location: Bonn
Contact:

Re: Random Thread

Post by hwhatting »

Moose-tache wrote: Tue Aug 17, 2021 10:29 pm I used to read Salmoneous' blog, but he seems to have mostly abandoned it.
He recently put up a review of Tikhiy Don, have you already seen that?
Moose-tache
Posts: 1746
Joined: Fri Aug 24, 2018 2:12 am

Re: Random Thread

Post by Moose-tache »

hwhatting wrote: Wed Aug 18, 2021 2:37 am
Moose-tache wrote: Tue Aug 17, 2021 10:29 pm I used to read Salmoneous' blog, but he seems to have mostly abandoned it.
He recently put up a review of Tikhiy Don, have you already seen that?
I knew somebody was going to mention that. Yes, I have seen it, but thank you anyway. I think he's down to about one post per year, so I stand by my evaluation of "mostly abandoned." I'm hoping there are others like his blog somewhere that are still being actively maintained. Or better yet, a forum or facebook group or something more interactive.
I did it. I made the world's worst book review blog.
User avatar
malloc
Posts: 493
Joined: Mon Jul 09, 2018 8:42 pm
Location: The Vendée of America

Re: Random Thread

Post by malloc »

Well then, what are some more modern analogs of C that I should consider?
bradrn
Posts: 5723
Joined: Fri Oct 19, 2018 1:25 am

Re: Random Thread

Post by bradrn »

malloc wrote: Wed Aug 18, 2021 8:30 am Well then, what are some more modern analogs of C that I should consider?
The thing is, C is not a particularly complex language, so there aren’t too many modern languages designed as analogs of C specifically (as opposed to C++). The main one I’ve heard of is Zig, but even that one’s pretty obscure. If you want to learn a modern lower-level language, I’d definitely recommend Rust.
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?)
Travis B.
Posts: 6294
Joined: Sun Jul 15, 2018 8:52 pm

Re: Random Thread

Post by Travis B. »

malloc wrote: Wed Aug 18, 2021 8:30 am Well then, what are some more modern analogs of C that I should consider?
If you are looking for a language with the advantages of C++ combined with the advantages of a modern high level language, I would recommend Rust. About modern languages like C, though, there are few languages like that today, because C has firmly cemented itself in the niche of "portable assembly language". I must insert a shameless plug for Forth, though, which is like if assembly language and Lisp had a child. (It isn't quite as fast as C, and it certainly is not a "safe" language unlike Rust, but it is extremely flexible and can be very lightweight if you pick the right implementation - my own Forth implementation, zeptoforth, is not "lightweight" by embedded standards by any means (a "big" build can be as big as 256K, and a "full" build is up to 128K, even though the kernel is < 32K, which is okay for the particular microcontrollers it targets, but is very large by MCU standards), but some of them can be significantly smaller, such as Mecrisp-Stellaris (which weighs in at 20K) and STM32eForth (which weighs in at 8K!!!.)
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
User avatar
masako
Posts: 869
Joined: Thu Jul 12, 2018 12:25 pm

Re: Random Thread

Post by masako »

just dropping in to say hello and that I still read the board from time to time, just been busy lately, but I tend to be active on twitter

keep safe
Image
User avatar
Rounin Ryuuji
Posts: 2993
Joined: Wed Dec 23, 2020 6:47 pm

Re: Random Thread

Post by Rounin Ryuuji »

Well, hello.
Travis B.
Posts: 6294
Joined: Sun Jul 15, 2018 8:52 pm

Re: Random Thread

Post by Travis B. »

Welcome back masako!
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
hwhatting
Posts: 1090
Joined: Mon Jul 09, 2018 3:09 am
Location: Bonn
Contact:

Re: Random Thread

Post by hwhatting »

Hi masako!
Ares Land
Posts: 2841
Joined: Sun Jul 08, 2018 12:35 pm

Re: Random Thread

Post by Ares Land »

Hello there! Keep safe too.
User avatar
alice
Posts: 913
Joined: Mon Jul 09, 2018 11:15 am
Location: 'twixt Survival and Guilt

Re: Random Thread

Post by alice »

malloc wrote: Wed Aug 18, 2021 8:30 am Well then, what are some more modern analogs of C that I should consider?
It depends what you want to use it/them for. One thing's for sure, though; you'll never need to use malloc() :D
Self-referential signatures are for people too boring to come up with more interesting alternatives.
User avatar
malloc
Posts: 493
Joined: Mon Jul 09, 2018 8:42 pm
Location: The Vendée of America

Re: Random Thread

Post by malloc »

Well then, this really stinks. I quite liked the C programming language, enough even to base my username on it.
Mureta ikan topaasenni.
Koomát terratomít juneeratu!
Anti-TESCREAL Action | He/him
User avatar
Rounin Ryuuji
Posts: 2993
Joined: Wed Dec 23, 2020 6:47 pm

Re: Random Thread

Post by Rounin Ryuuji »

You can still like it.
Travis B.
Posts: 6294
Joined: Sun Jul 15, 2018 8:52 pm

Re: Random Thread

Post by Travis B. »

All in all, C is a decent low-level language if one does not want to program in assembly and one does not want to embrace one's inner stack (i.e. program in Forth). This is probably why it is so few languages competing with it - C already fits its particular niche well, so there is little motivation to create competing languages.
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
User avatar
Jonlang
Posts: 351
Joined: Tue Sep 04, 2018 8:59 am
Location: Gogledd Cymru

Re: Random Thread

Post by Jonlang »

I've just watched this YouTube video about Vulgar Latin, made by an American. Every time he says "Latin" he makes an effort to fully pronounce the /t/, where Americans usually pronounce it something like /læʔn/ as far as I can tell. I don't know why, but it sounds very creepy and disconcerting.
Twitter won't let me access my @Jonlang_ account, so I've moved to Mastodon: @jonlang@mastodon.social
User avatar
Rounin Ryuuji
Posts: 2993
Joined: Wed Dec 23, 2020 6:47 pm

Re: Random Thread

Post by Rounin Ryuuji »

I've encountered what sounds like an "overpronounced" t ("button" having something like [tʰ~t], where I would normally have [d]; my Latin "t" is glottalised) sometimes in speakers from areas of the southwestern United States (notably among Mormons), so maybe it's a case of a few dialects not leniting or glottalising the "t"?
Nortaneous
Posts: 1534
Joined: Sun Jul 15, 2018 3:29 am

Re: Random Thread

Post by Nortaneous »

Jonlang wrote: Fri Aug 27, 2021 10:57 am I've just watched this YouTube video about Vulgar Latin, made by an American. Every time he says "Latin" he makes an effort to fully pronounce the /t/, where Americans usually pronounce it something like /læʔn/ as far as I can tell. I don't know why, but it sounds very creepy and disconcerting.
some people do that in that word. I don't know why. maybe prescriptivism
Duaj teibohnggoe kyoe' quaqtoeq lucj lhaj k'yoejdej noeyn tucj.
K'yoejdaq fohm q'ujdoe duaj teibohnggoen dlehq lucj.
Teijp'vq. Teijp'vq. Teijp'vq. Teijp'vq. Teijp'vq. Teijp'vq. Teijp'vq.
User avatar
Pabappa
Posts: 1359
Joined: Sun Jul 08, 2018 11:36 am
Location: the Impossible Forest
Contact:

Re: Random Thread

Post by Pabappa »

i noticed some years back that the word autism is also prone to this, and some people said it was due to association with the related word autistic, but that theory wouldnt explain why it happens to this word too.
Travis B.
Posts: 6294
Joined: Sun Jul 15, 2018 8:52 pm

Re: Random Thread

Post by Travis B. »

Pabappa wrote: Fri Aug 27, 2021 7:20 pm i noticed some years back that the word autism is also prone to this, and some people said it was due to association with the related word autistic, but that theory wouldnt explain why it happens to this word too.
I pronounce autism with a clear secondary stress on the second syllable, hence why I pronounce it with [tʰ] consistently. Note that it is common for -ism words to receive secondary stress on the first syllable of -ism; this is the case for me for communism, socialism, anarchism, fascism, racism, sexism, and so on.
Yaaludinuya siima d'at yiseka ha wohadetafa gaare.
Ennadinut'a gaare d'ate ha eetatadi siiman.
T'awraa t'awraa t'awraa t'awraa t'awraa t'awraa t'awraa.
Post Reply