Re: [9fans] Strange 'uintptr' behavior

2022-01-24 Thread Pavel Klinkovský
Sorry, I was not precise enough. I prepared arrays in the initiated data segment: This program cannot be compiled: #include #include uintptr frst[] = {nil, nil, nil, nil, nil}; uintptr scnd[] = {nil, nil, frst, [1]}; void main(void) { exits(nil); } ...because of: cpu% 5c t.c t.c:5

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Alexandr Babic
genoeg is genoeg -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T627a29a7babaf29e-M7b8c8525ed8c42b580281150 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Keith Gibbs
> On 25. Jan 2022, at 9.23, adr wrote: > > Just for curiosity, in what thread people has been harassed here > for race, sexual orientation, disablility or whatever you want to > add to the list social champion? > Perhaps when you said, quote, "I think you are not bipolar, you are just another

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Alexandr Babic
@adr +10 -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T627a29a7babaf29e-Mbb8d58e1093f94bd97ef3e96 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread adr
On Tue, 25 Jan 2022, Lucio De Re wrote: Microftiv deserves the same kind of respect as Nemo and I think - he can correct me in private if I'm mistaken, I'll publish the correction if requested to - the former meant to express that respect, but his subconscious nabbed him. I also feel the

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundationy

2022-01-24 Thread Lucio De Re
Microftiv deserves the same kind of respect as Nemo and I think - he can correct me in private if I'm mistaken, I'll publish the correction if requested to - the former meant to express that respect, but his subconscious nabbed him. I also feel the pressure of wanting to work with like minded

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Alexandr Babic
censorship, very heroistic :-D :-( -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T627a29a7babaf29e-M3b065bbc4742c7a9118d7aa2 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread hiro
i reported your mail to the admin, too. On 1/25/22, adr wrote: > On Tue, 25 Jan 2022, hiro wrote: > >> adr, you seem overly invested only judging from the amount of text, >> where you counter politics, with more politics, and shitty extremely >> uninformed rhetorics. > > Can you at least

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread adr
On Tue, 25 Jan 2022, hiro wrote: adr, you seem overly invested only judging from the amount of text, where you counter politics, with more politics, and shitty extremely uninformed rhetorics. Can you at least respect the administrator of the list and wait to another threat to troll as usual?

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundationy

2022-01-24 Thread hiro
adr, you seem overly invested only judging from the amount of text, where you counter politics, with more politics, and shitty extremely uninformed rhetorics. contrary to your claims, mycroftiv has always stood by his opinions (which often differed from mine) and always backed everything up with

Re: [9fans] Strange 'uintptr' behavior

2022-01-24 Thread Skip Tavakkolian
maybe a previous fix was not applied? there is a slight difference in the error messages between the address of zeroth element vs first element (see line 9 vs 10 errors below). regardless, it's working as expected on vanilla Plan 9: % cat addrgames.c #include #include void main(int argc,

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Russ Cox
This thread has stopped being respectful and productive. Let's stop here. Thanks. Best, Russ -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T627a29a7babaf29e-M2fadb81457247fe9381aac9f Delivery options:

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Marshall Conover
Hi mycroftiv! I'd be happy to lend some support and at least match your bounty. There's a lot to explore in the 9 universe beyond what has been covered so far, and I think the work you've done with ants and grid has been fantastic - and shows your dedication to growing the ecosystem and welcoming

Re: [9fans] Strange 'uintptr' behavior

2022-01-24 Thread Alexandr Babic
hi. i inluded them too, but had that error with uintptr. i tried it with 6c, 5c and had same result. (9front installation of plan9) a.b. 24. ledna 2022 20:49:30 SEČ, "Pavel Klinkovský" napsal: >> what headers you've included? >> > >As usually: > >#include >#include > > >with uintptr i

Re: [9fans] Strange 'uintptr' behavior

2022-01-24 Thread Pavel Klinkovský
> what headers you've included? > As usually: #include #include with uintptr i get compilation error: incompatible types: "ULONG" and "IND > VOID" for op AS. > with void* it compiles without errors. > > alex.b. > > ps: are you czech? > Yes. Pavel --

Re: [9fans] Strange 'uintptr' behavior

2022-01-24 Thread Alexandr Babic
hello. what headers you've included? with uintptr i get compilation error: incompatible types: "ULONG" and "IND VOID" for op AS. with void* it compiles without errors. alex.b. ps: are you czech? -- 9fans: 9fans Permalink:

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Keith Gibbs
Oh no. Someone doesn’t like Intro to OS abstractions! Someone on the internet has an opinion about someone that you may not agree with! *clutches pearls* *swoons* You are an adult, right? You can understand people have different opinions and motivations. He and others don’t like Mr.

Re: Re[2]: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Eli Cohen
maybe a more recent book could be a community effort at least a bit, I would be interested in contributing to such a project. as for nemo... I have no idea who he is really, but that book is pretty good, although very specific to the setup in his lab On Mon, Jan 24, 2022, 10:34 AM Alexandr Babic

Re[2]: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Alexandr Babic
keith, nice analysis, but what would you think about original post: >>Apparently the author of the well-known 'intro to OS abstractions' book has >>political views that are not cool and support oppression maybe I have heard >>secondhand. this insult to author of 'intro to OS abstractions' is

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Keith Gibbs
+1 Instead of responding to an idea that would potentially benefit the whole of the community, several people got *personally offended* about the fact that the original author wanted to make sure that the effort was inclusive [as there *are* LGBTQ+, differently abled, and neurodivergent

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Lucas Francesco
khm is absolutely right, some of you are entirely missing the point. If you REALLY want 9fans to be about "no politics" y'all shall discuss what should be done or should be avoided in a new book, what other books got wrong and maybe if theres something to save about the one op is paying to

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundationy

2022-01-24 Thread adr
People has different points of view about how sociaty is organized. This can change with time along the way of ones life, sometimes not. The only way you can promote ideas you think are best for the future is through dialog, engaging _all_ different kinds of people in the conversation. There is

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Jeremy Jackins
> Fuck you asshole! It’s garbage like you that morphs pleasant venues into fucking cesspools. The lack of self awareness is just stunning. On Mon, 24 Jan 2022 at 10:03, Kurt H Maier via 9fans <9fans@9fans.net> wrote: > On Mon, Jan 24, 2022 at 06:55:27PM +0100, Alexandr Babic wrote: > > >> I

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Thaddeus Woskowiak
On Mon, Jan 24, 2022, 1:06 PM Thaddeus Woskowiak wrote: > All of you throwing around curse words and other defamation should be > ashamed of yourselves. You want peace yet you cast the first stones. Grow > up. > > > On Mon, Jan 24, 2022, 12:58 PM Clout Tolstoy > wrote: > >> Can we be mindful of

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Thaddeus Woskowiak
All of you throwing around curse words and other defamation should be ashamed of yourselves. You want peace yet you cast the first stones. Grow up. On Mon, Jan 24, 2022, 12:58 PM Clout Tolstoy wrote: > Can we be mindful of posting useful information? The original author, > albeit has an

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Kurt H Maier via 9fans
On Mon, Jan 24, 2022 at 06:55:27PM +0100, Alexandr Babic wrote: > >> I agree.  This mailing list is turning out to be a bit too fucking bizarro > >> for my taste. > > If you can't stand the heat, get out of the kitchen.  Nobody owes you a > > safe space, snowflake. > > khm, you are using

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Clout Tolstoy
Can we be mindful of posting useful information? The original author, albeit has an opinion, but also offered resources for work. I would put that on the useful side of things. Simply lamenting an opinion because it doesn't align with yours is edging on spamming. They have been forward with

Re[2]: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Alexandr Babic
>> I agree.  This mailing list is turning out to be a bit too fucking bizarro >> for my taste. > If you can't stand the heat, get out of the kitchen.  Nobody owes you a > safe space, snowflake. khm, you are using snowflake here in wrong context :-( first letter from original author was

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Pablo Tesari
did I subscribe to 9fags ? 樂 On Mon, 24 Jan 2022 at 14:51, Duke Normandin wrote: > Fuck you asshole! It’s garbage like you that morphs pleasant venues into > fucking cesspools. > > > On Jan 24, 2022, at 10:42 AM, Kurt H Maier via 9fans <9fans@9fans.net> > wrote: > > > > On Mon, Jan 24, 2022

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Duke Normandin
Fuck you asshole! It’s garbage like you that morphs pleasant venues into fucking cesspools. > On Jan 24, 2022, at 10:42 AM, Kurt H Maier via 9fans <9fans@9fans.net> wrote: > > On Mon, Jan 24, 2022 at 05:38:19AM -0700, Duke Normandin wrote: >> >> On 1/24/22, Alexandr Babic wrote:

Re: [9fans] 9legacy under OpenBSD's vmm

2022-01-24 Thread Duke Normandin
Wondering the same thing! Good to know - thx. > On Jan 24, 2022, at 10:01 AM, cinap_len...@felloff.net wrote: > > sdvirtio handles both block and scsi type devices. > > -- > cianp -- 9fans: 9fans Permalink:

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Kurt H Maier via 9fans
On Mon, Jan 24, 2022 at 05:38:19AM -0700, Duke Normandin wrote: > > > >> On 1/24/22, Alexandr Babic wrote: > >> > >> hello. > >> > >> please don't put any politics here, everyone has own political opinion, but > >> discuss it elsewhere. > >> sub-word "trans" should be used only inside

Re: [9fans] 9legacy under OpenBSD's vmm

2022-01-24 Thread cinap_lenrek
sdvirtio handles both block and scsi type devices. -- cianp -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te13afbfe31e87665-Mbd3ba5c81eb0397f27674ee2 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

[9fans] Strange 'uintptr' behavior

2022-01-24 Thread Pavel Klinkovský
Hi all, I tried some artificial example for Plan9 compiler (5c)... This code is compiled without any problem: uintptr frst[] = {nil, nil, nil, nil, nil}; uintptr scnd[] = {nil, nil, frst, [0]}; But this one fails: uintptr frst[] = {nil, nil, nil, nil, nil}; uintptr scnd[] = {nil, nil, frst,

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Duke Normandin
Maybe so! However it’s all the other bullshit that this list and Plan 9 doesn’t need. Too many opinions! Remember! Opinions are like assholes - everybody has one. And you know what comes out of both more often than not! Let’s play with Plan 9 and friends and keep the bizarro bullshit at home.

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Sigrid Solveig Haflínudóttir
On Mon, Jan 24, 2022 at 1:38 PM Duke Normandin wrote: > >> On 1/24/22, Alexandr Babic wrote: > >> > >> hello. > >> > >> please don't put any politics here, everyone has own political opinion, but > >> discuss it elsewhere. > >> sub-word "trans" should be used only inside "transpiler" word when

Re: [9fans] 9legacy under OpenBSD's vmm

2022-01-24 Thread B. Atticus Grobe
David, How do your drivers handle a virtio-based CD-ROM? qemu by default uses IDE, or can be configured to use SATA CD-ROM devices, however, OpenBSD's vmd(8) strictly uses a virtio-based CD-ROM. I don't know how the interactions end up differing between hard drive and CD-ROM access in that

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Alexandr Babic
back to C and 9 :-) shouldn't we write: int i=0; ++i; instead of +1 :-D -- Odesláno aplikací K-9 Mail ze systému Android. Omluvte prosím moji stručnost. -- 9fans: 9fans Permalink:

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Federico Benavento
> On 24 Jan 2022, at 09:45, Steve Simon wrote: > > i suggest first you check your facts carefully before publicly accusing > anyone of anything. > > throwing unchecked accusations around is a good way to start an angry mob, > and we all know how inclusive those tend to be. > > -Steve >

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Steve Simon
i suggest first you check your facts carefully before publicly accusing anyone of anything. throwing unchecked accusations around is a good way to start an angry mob, and we all know how inclusive those tend to be. -Steve -- 9fans: 9fans Permalink:

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Duke Normandin
>> On 1/24/22, Alexandr Babic wrote: >> >> hello. >> >> please don't put any politics here, everyone has own political opinion, but >> discuss it elsewhere. >> sub-word "trans" should be used only inside "transpiler" word when talking >> about computers :-) :-) >> >> thanx, a.b. I agree.

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread hiro
it wouldn't be called *poli*tics if it was just "everyone own's", just fyi. On 1/24/22, Alexandr Babic wrote: > > hello. > > please don't put any politics here, everyone has own political opinion, but > discuss it elsewhere. > sub-word "trans" should be used only inside "transpiler" word when

Re: [9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread Alexandr Babic
hello. please don't put any politics here, everyone has own political opinion, but discuss it elsewhere. sub-word "trans" should be used only inside "transpiler" word when talking about computers :-) :-) thanx, a.b.     - Původní zpráva - Odesilatel: mycroftiv 9gridchan

[9fans] Sponsoring a new Intro book by the Flan 9 Poundation

2022-01-24 Thread mycroftiv 9gridchan
Hi 9fans, Got some new ideas im excited about right now. Apparently the author of the well-known 'intro to OS abstractions' book has political views that are not cool and support oppression maybe I have heard secondhand. We need a better book to introduce people to 9. I'd like to see something

Re: [9fans] Problems installing 9legacy on bare metal (Thinkpad X60)

2022-01-24 Thread Lucio De Re
On 1/24/22, adr wrote: > > You are aware that you are talking to the most stupidly writen bot > in the history of the _I've_no_life_some_one_pay_me_attention_please_ > retards? > > There is an episode of South Park when some poor kid get > all exited because one person makes him a friend on