Re: [9fans] Do Plan9Port's lib9 and libbio work on Windows?

2014-11-28 Thread Ryan
minux wrote: >On Fri, Nov 28, 2014 at 7:54 PM, Ryan Gonzalez >wrote: >> I Google'd it, but I didn't find anything. Does it build? >If you stub out a lot of unsupported stuff from lib9, it should build >and work. *sigh* I was afraid of that. > >For example,

Re: [9fans] GO Programming Environment in Plan 9.

2014-11-30 Thread Ryan
I *think* the commands would go something like this (untested): hget https://storage.googleapis.com/golang/go1.3.3.src.tar.gz > go.tgz tar xf go.tgz cd go/src all.rc Mats Olsson wrote: >Hi guys! > >Does anyone use Plan 9 as platform for Go programming? If so, How is >your setup (remember that I'

Re: [9fans] New Language [Myrddin] On Plan 9/amd64

2015-01-04 Thread Ryan
That looks really neat! One question: are runtime bound checks really necessary? I would at least like a seperate release mode that gets rid of them. Writing a kernel with bound checks would be a mixed nightmare! FYI, please tell me I'm not the only person reminded of Rust... Ori Bernstein wro

Re: [9fans] P9p from osx to ubuntu

2015-04-18 Thread Ryan
jordi collell wrote: >I'm new here. Is just my thirth month with acme but i completly >addicted to >it ;) > >I just switched from the p9p from osx to ubuntu and I miss some >features. > >On my laptop there is a trackpad with two buttons.. But i don't know >how to >get middle click. I just tryied

Re: [9fans] 9Front / cwfs64x and hjfs storage

2021-02-07 Thread Ryan
im not seeing how to unsubscribe from this on https://9fans.topicbox.com/groups/9fans/subscription -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tc951a224dde6dde5-Md91fe68958ac1491248b995e Delivery options: https://9fans.topicbox.com/gr

[9fans] tlsClient: tls: local invalid x509/rsa certificate

2014-10-26 Thread Ryan Gonzalez
y Plan 9 VM are correct and are set to sync with pool.ntp.org. I have NO clue what's wrong. Can anybody help? -- Ryan If anybody ever asks me why I prefer C++ to C, my answer will be simple: "It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was nul-t

Re: [9fans] tlsClient: tls: local invalid x509/rsa certificate

2014-10-26 Thread Ryan Gonzalez
t; -- > David du Colombier > > -- Ryan If anybody ever asks me why I prefer C++ to C, my answer will be simple: "It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was nul-terminated." Personal reality distortion fields are immune to contradictory evidence. - srean Check out my website: http://kirbyfan64.github.io/

[9fans] Can the 8l linker read ELF object files?

2014-10-27 Thread Ryan Gonzalez
I have a simple C program: #include void main() { print("abc\n"); exits(nil); } I built it under Linux using ken-cc (the Linux port of the Plan 9 compilers). However, this happens when I try to link it: 8l -L/home/ryan/stuff/ken-cc/Linux/386/lib -l9 -o test test.8 main:

Re: [9fans] tlsClient: tls: local invalid x509/rsa certificate

2014-10-27 Thread Ryan Gonzalez
e applied automatically > without modifying patch/apply. You have to copy the individual > files by hand to the destination indicated in the "files" file. > > -- > David du Colombier > > -- Ryan If anybody ever asks me why I prefer C++ to C, my answer will be simple: &qu

Re: [9fans] github.com/9fans + plan9port on git

2014-11-17 Thread Ryan Gonzalez
's just plan9port, and i intended to add drawterm. if anyone > else wants to host plan9-related things there, i'm happy to add more owners. > > thanks. > russ > > -- Ryan If anybody ever asks me why I prefer C++ to C, my answer will be simple: "It's becau

[9fans] Do Plan9Port's lib9 and libbio work on Windows?

2014-11-28 Thread Ryan Gonzalez
I Google'd it, but I didn't find anything. Does it build? -- Ryan If anybody ever asks me why I prefer C++ to C, my answer will be simple: "It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was nul-terminated." Personal reality distortion fiel

Re: [9fans] Do Plan9Port's lib9 and libbio work on Windows?

2014-11-30 Thread Ryan Gonzalez
> there is pf9 for windows, which is a port of p9p. > > I have also been working on my own port for years, more orientated towards > using a windows box as a cup server. shout if you want that. > > Steve > > > > > > On 29 Nov 2014, at 00:54, Ryan Gonzalez wrote

Re: [9fans] Standalone *nix port of sam

2015-02-06 Thread Ryan Gonzalez
work on other *nix systems too, but I don't have any to try it > out on. The code isn't pretty; I just hacked on it until I got it > working the way I wanted to, but it's been stable enough for me. > > The source is at http://www.deadpixi.com/an-updated-version-of-s

Re: [9fans] whence kenc for linux?

2015-03-10 Thread Ryan Gonzalez
48 PM, Roberto E. Vargas Caballero < k...@shike2.com> wrote: > >> Where's the right place to find kenc for Linux? > > > > https://code.google.com/p/ken-cc/ > > I found easier to take it from the go distribution > > > > -- Ryan [ERROR]: Your autotoo

Re: [9fans] whence kenc for linux?

2015-03-10 Thread Ryan Gonzalez
r some > time. Also they worked quite differently than the Plan 9 ones because > of liblink. > > The Plan 9 linker also supports ELF, although it lacks DWARF and a > symbol table in the generated binaries. > > -- > Aram Hăvărneanu > > -- Ryan [ERROR]: Your autotools b

Re: [9fans] whence kenc for linux?

2015-03-10 Thread Ryan Gonzalez
Aw, man... On Tue, Mar 10, 2015 at 5:45 PM, minux wrote: > > On Mar 10, 2015 6:37 PM, "Ryan Gonzalez" wrote: > > > > I meant reading ELF files, not writing them. Last time I tried with > ken-cc, it didn't work. > > > > But I didn'

Re: [9fans] ken cc for linux

2015-03-11 Thread Ryan Gonzalez
in directory. > If this is easy to do, I'd appreciate hearing how. If not, then I'm not > going to worry about it. :-) > > Much thanks, > > Arnold > > -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] ken cc for linux

2015-03-11 Thread Ryan Gonzalez
re and I will have a go. > > -Steve > > > > > > On 11 Mar 2015, at 21:04, Ryan Gonzalez wrote: > > Warning: this will get messy *fast*. > > On Wed, Mar 11, 2015 at 3:30 PM, Aharon Robbins wrote: > >> Thanks for the link to the Google code repo. >> >

Re: [9fans] ken cc for linux

2015-03-12 Thread Ryan Gonzalez
I know. I'm referring to the ken-cc port. On Thu, Mar 12, 2015 at 3:51 AM, Aram Hăvărneanu wrote: > On Wed, Mar 11, 2015 at 10:04 PM, Ryan Gonzalez wrote: > > As you can see, Go actually had a working 64-bit compiler. > > Plan 9 and Inferno have working 64-bit compiler

Re: [9fans] ken cc for linux

2015-03-12 Thread Ryan Gonzalez
On Thu, Mar 12, 2015 at 3:50 AM, Aram Hăvărneanu wrote: > On Wed, Mar 11, 2015 at 10:04 PM, Ryan Gonzalez wrote: > > Go had vastly better versions, but it seems they got ripped out > recently. I > > think Go 1.3 may have had them, in which case you'd do something like: &

Re: [9fans] ken cc for linux

2015-03-13 Thread Ryan Gonzalez
s seriously unsettled by > services suddenly vanishing, > even from big suppliers. Also, I rather trust the Google storage > infrastructure, but I'm not sure about the other two. > -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] code.google.com/p/nix-os

2015-03-16 Thread Ryan Gonzalez
d the mkfiles as javascript :) > > 2015-03-16 17:03 GMT+01:00 ron minnich : > >> is now at github.com/rminnich/nix-os >> >> Just for historical interest. >> >> ron >> > > -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] plan 9 file

2015-03-18 Thread Ryan Gonzalez
; time? > Adrian > > P.S: Sorry for my bad english… > P.P.S: By the way: I know how to do a screenshot in Plan 9, but how do I > make a screen recording? Does plan 9 > deal with video files in any way? > -- Ryan [ERROR]: Your autotools build scripts are 200 lines lon

Re: [9fans] using git

2015-03-30 Thread Ryan Gonzalez
an 9 won’t support the modules included in >> the above list. So Plan 9 needs a modern perl to run git effectively with >> specific attention to the additional modules. Expat is the “eXpat XML >> parser library”. Libffi is something maintained on sources.redhat.com. >> Many of

Re: [9fans] C.H.I.P. - world's first $9 computer

2015-05-11 Thread Ryan Gonzalez
Until that comes out, I'll be slightly skeptical. But Plan 9 on that would be pretty cool! On May 11, 2015 6:32:39 PM CDT, Bakul Shah wrote: >https://www.kickstarter.com/projects/1598272670/chip-the-worlds-first-9-computer/ > >40mmx60mm >1GHz Allwinner R8 processor + 512MB memory + 4GB storage +

Re: [9fans] 3d Glenda

2015-05-14 Thread Ryan Gonzalez
That's adorable! On May 14, 2015 11:57:31 AM CDT, Kurt H Maier wrote: >Quoting Andrés Domínguez : > >> Does anyone have a 3d model of Glenda? > >http://glenda.cat-v.org/gallery/stuffed-glenda.jpg -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Re: [9fans] compiling 9vx on yosemite

2015-05-21 Thread Ryan Gonzalez
https://github.com/9fans/plan9port On May 21, 2015 1:01:16 PM CDT, Jeff Sickel wrote: >Speaking of plan9port, does anyone know which one is the official >version on github now? >Swtch.com has only partially moved to the cloud, but there are a lot of >forks that aren’t >really forks put direct upl

[9fans] Is it *legal* to use the Plan 9 regex library from MIT-licensed code?

2015-05-22 Thread Ryan Gonzalez
-- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] Is it *legal* to use the Plan 9 regex library from MIT-licensed code?

2015-05-22 Thread Ryan Gonzalez
Dang, I didn't want to send that yet. Thanks a lot, Gmail... Basically, I tend to get worried when it comes to licensing (who wants to get sued?) and want to make sure that this is OK. On Fri, May 22, 2015 at 6:52 PM, Ryan Gonzalez wrote: > > > -- > Ryan > [ERROR]:

Re: [9fans] Is it *legal* to use the Plan 9 regex library from MIT-licensed code?

2015-05-22 Thread Ryan Gonzalez
Oh, yeah, almost forgot: the plan9port license says to see the LICENSE file in the libregexp directory...which isn't there... On Fri, May 22, 2015 at 6:53 PM, Ryan Gonzalez wrote: > Dang, I didn't want to send that yet. Thanks a lot, Gmail... > > Basically, I tend to get wo

Re: [9fans] Is it *legal* to use the Plan 9 regex library from MIT-licensed code?

2015-05-23 Thread Ryan Gonzalez
Ah! Looks really close to the MIT license. Thanks! On May 23, 2015 3:36:11 AM CDT, David du Colombier <0in...@gmail.com> wrote: >The libregexp license is available here: > >https://github.com/9fans/plan9port/blob/master/unix/NOTICE.regexp > >It's part of the standalone Unix ports. > >-- >David d

Re: [9fans] ot: pascal rides again?

2015-05-23 Thread Ryan Gonzalez
I read the Go docs *once*, but I'm pretty sure you're right. I think to make a slice out of an array, you'd do something like the_array[:]. All to say why I don't like Go. :) On May 23, 2015 1:14:55 PM CDT, C Cirello wrote: >Uhm I might be mistaken, but I guess [8192]byte is an array, and []byt

[9fans] Empty plan9.iso.bz2?

2015-05-23 Thread Ryan Gonzalez
Just decided to download the newest CD image and ended up downloading an empty archive. I tried downloading via Curl and Chrome, with both giving the same results. -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] Empty plan9.iso.bz2?

2015-05-23 Thread Ryan Gonzalez
Nevermind. I was being stupid and trying to extract the bz2 archive with tar... On Sat, May 23, 2015 at 4:06 PM, Ryan Gonzalez wrote: > Just decided to download the newest CD image and ended up downloading an > empty archive. I tried downloading via Curl and Chrome, with both giving >

[9fans] I killed plan9.ini; what to do?

2015-05-23 Thread Ryan Gonzalez
I was tweaking plan9.ini for autologin and must have typed something wrong because I got this: [image: Inline image 1] I want to try to fix it, but I don't know how. Do I need to reinstall Plan 9 again? -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your pr

Re: [9fans] ot: pascal rides again?

2015-05-24 Thread Ryan Gonzalez
It's actually a reference to the original array, I believe. On May 24, 2015 10:55:31 AM CDT, erik quanstrom wrote: >> Uhm I might be mistaken, but I guess [8192]byte is an array, and >[]byte are >> slices - therefore they are different types. >> > >yes, exactly. i suppose this implies that diff

Re: [9fans] ot: pascal rides again?

2015-05-24 Thread Ryan Gonzalez
Go array =~ C++ std::array Go slice =~ C++ std::vector& On May 24, 2015 12:02:54 PM CDT, "Aram Hăvărneanu" wrote: >On Sun, May 24, 2015 at 5:55 PM, erik quanstrom >wrote: >> and implies dynamic allocation of the slice, i'm guessing. > >Don't guess. Please read the links I provided, they explain

Re: [9fans] ot: pascal rides again?

2015-05-24 Thread Ryan Gonzalez
On May 24, 2015 2:00:05 PM CDT, Bakul Shah wrote: > > >On May 24, 2015, at 8:55 AM, erik quanstrom >wrote: > >>> Uhm I might be mistaken, but I guess [8192]byte is an array, and >[]byte are >>> slices - therefore they are different types. >> >> yes, exactly. i suppose this implies that differ

Re: [9fans] I killed plan9.ini; what to do?

2015-05-24 Thread Ryan Gonzalez
; You can mount the 9fat partition from any operating system supporting > FAT16, then you can edit the plan9.ini. > > -- > David du Colombier > > -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

[9fans] Trying to override 'cd' command

2015-06-07 Thread Ryan Gonzalez
; command seems to do what it normally does. The prompt stays at 'term% '. Does nothing. -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] Trying to override 'cd' command

2015-06-12 Thread Ryan Gonzalez
t; > builtin cd $1 > > prompt=('{pwd}^'% ' '') > > } > > > > cd $HOME > > > > > > > > However, it doesn't work! The 'cd' command seems to do what it normally > > does. The prompt stays at 

Re: [9fans] Trying to override 'cd' command

2015-06-13 Thread Ryan Gonzalez
gt; > >>> > >>> > fn cd{ >>> > builtin cd $1 >>> > prompt=('{pwd}^'% ' '') >>> > } >>> > >>> > cd $HOME >>> > >>> > >>> > >>> &

Re: [9fans] make passive aggressive gcc

2015-06-15 Thread Ryan Gonzalez
Ugh, I know. It caused Judy arrays to segfault a lot. >From my personal experience, Clang does *not* have this problem. On June 15, 2015 3:21:56 AM CDT, Charles Forsyth wrote: >If you're using gcc 4.8.2 to compile ... anything, really ... but >certainly >Plan 9 or Inferno components, >and thos

Re: [9fans] Wildly off-topic

2015-06-15 Thread Ryan Gonzalez
ld > was on the fritz, but he did it again in the third episode, and the cover > was still blue. > > So my question is, did there ever exist an edition of K&R in that colour > scheme, or is gcc to blame for the inaccuracy? > -- Ryan [ERROR]: Your autotools build scripts ar

[9fans] GitHub thinks plan9port hasn't been changed in 7 months!

2015-06-22 Thread Ryan Gonzalez
Kind of funny. For me, the GitHub repo says the last commit was 7 months ago, when it was really just last month. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

Re: [9fans] ftpfs shows empty /n/ftp after login

2015-06-25 Thread Ryan Gonzalez
FYI, for what it's worth, I usually use SSH to sync files between my Linux laptop and my Plan 9 VM. Also, last time I tried, VirtualBox was a bit faster in emulating Plan 9 than QEMU, especially without KVM. On June 25, 2015 12:25:36 PM CDT, Nils M Holm wrote: > >Hello everybody! > >Came back

Re: [9fans] ftpfs shows empty /n/ftp after login

2015-06-25 Thread Ryan Gonzalez
On Thu, Jun 25, 2015 at 2:57 PM, Nils M Holm wrote: > > On 2015-06-25T13:09:00-0500, Ryan Gonzalez wrote: > > FYI, for what it's worth, I usually use SSH to sync files between > > my Linux laptop and my Plan 9 VM. > > Thanks for the suggestion! Care to give me a s

Re: [9fans] thank you

2015-06-26 Thread Ryan Gonzalez
aving a good platform for running it and experimenting with it. > Thank you so much. > Probably... -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] Trying to override 'cd' command

2015-06-26 Thread Ryan Gonzalez
the function as active at all > > btw: I just saw your signature. Great :D > > >>> -- > >>> Ryan > >>> [ERROR]: Your autotools build scripts are 200 lines longer than your > >>> program. Something’s wrong. > >>> http://kirbyfan64

Re: [9fans] Trying to override 'cd' command

2015-06-27 Thread Ryan Gonzalez
I think so... So, in order to get my cd command, I enter '-' at the rc prompt? Is there some way for that to happen automatically? On June 27, 2015 8:34:24 AM CDT, Neven Sajko wrote: >From the manual: > > -l If -l is given or the first character of argument >

[9fans] Harvey OS: A new OS inspired heavily by Plan 9

2015-07-24 Thread Ryan Gonzalez
https://medium.com/this-is-not-a-monad-tutorial/harvey-an-operating-system-with-plan-9-s-shadow-3081414e5f0b I'm not affiliated with this whatsoever; I just saw it on Reddit and found it interesting. I found this part particularly neat: > We are working in ANSI POSIX environment to have most of

Re: [9fans] Harvey OS: A new OS inspired heavily by Plan 9

2015-07-25 Thread Ryan Gonzalez
gt;Steve > > > > >> On 25 Jul 2015, at 01:43, Ryan Gonzalez wrote: >> >> >https://medium.com/this-is-not-a-monad-tutorial/harvey-an-operating-system-with-plan-9-s-shadow-3081414e5f0b >> >> I'm not affiliated with this whatsoever; I just saw it o

Re: [9fans] Harvey OS: A new OS inspired heavily by Plan 9

2015-07-26 Thread Ryan Gonzalez
Plan9 userland apps available >>> • Plans to add X11 with rio-like multiplexing, tty driver, new >fileserver, >>> native toolchain and more >>> >>> I’m intrigued by the “compile … using Harvey's headers and libs, no >need >>> to change anything el

Re: [9fans] Stick

2015-07-26 Thread Ryan Gonzalez
On July 26, 2015 1:32:35 PM CDT, Sergey Zhilkin wrote: >To expensive for me, And, imo, device is useless >- no wired network >- no NORMAL external storage >- iNtel inside :) > >As a terminal it is far more expensive then Rpi, as diskless cpu it >useless >too. > >Useless :) for me > >P.S.: Yes my

Re: [9fans] Stick

2015-07-26 Thread Ryan Gonzalez
On July 26, 2015 2:48:33 PM CDT, Prof Brucee wrote: >A bit harsh and head-up-the-arse-ish. I'm willing to play with this >device. Harsh? I put a smiley face to make it obvious it was a joke... >Enjoy your Mac. > >brucee > >On Mon, Jul 27, 2015 at 5:32 AM, Ryan Gonza

Re: [9fans] Harvey OS: A new OS inspired heavily by Plan 9

2015-07-27 Thread Ryan Gonzalez
On July 27, 2015 9:19:47 AM CDT, Anthony Sorace wrote: >> erik quanstrom wrote: >> >> when i need to run Linux programs, i run linux. > >Yeah, but then you’ve got linux. Now you’ve got two >problems (hah! if only…). > >> what is the benefit of running firefox on a p9 like system, >> rather tha

Re: [9fans] Harvey OS: A new OS inspired heavily by Plan 9

2015-07-27 Thread Ryan Gonzalez
On July 27, 2015 10:24:37 AM CDT, Daniel Valio wrote: >Am I the only one that is really bothered by the name? > >It doesn't quite bring good things to mind. What?? The Batman character?? > >On 24.07.15 21:43, Ryan Gonzalez wrote: >> >https://medium.com/this-is-n

Re: [9fans] github blob exchange

2015-08-10 Thread Ryan Gonzalez
I saw "GitHub" and "Plan 9" together and immediately heard angels singing. :) Question what does the --raw option do? On August 10, 2015 5:04:54 AM CDT, Ingo Krabbe wrote: >Hi Plan9ers, > >I wrote a little rc script for my personal use. I want to share it with >you, as it look quite usefull to m

[9fans] On Linux, what is the rc init file?

2015-08-28 Thread Ryan Gonzalez
Every shell has one. You know, like .bashrc, .profile, etc. What's plan9port rc's? -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] On Linux, what is the rc init file?

2015-08-28 Thread Ryan Gonzalez
Thank you! However, I think rc now hates me for some reason. :/ Watch: ryan@DevPC-LX:~$ rc # works normally % echo "Hello, world!" "Hello, world!" % ryan@DevPC-LX:~$ ryan@DevPC-LX:~$ export PLAN9=$HOME/stuff/plan9home ryan@DevPC-LX:~$ cat $PLAN9/rcmain # rcmain is empty

Re: [9fans] On Linux, what is the rc init file?

2015-08-28 Thread Ryan Gonzalez
ATH. try this: > > BIGASSBASHPROMPT$ 9 rc -i > > > > Thank you! > > > > However, I think rc now hates me for some reason. :/ Watch: > > > > ryan@DevPC-LX:~$ rc # works normally > > % echo "Hello, world!" > > "Hello, world!" > > % rya

Re: [9fans] On Linux, what is the rc init file?

2015-08-30 Thread Ryan Gonzalez
Low space on main HDD, but plenty on external. On August 30, 2015 12:00:57 PM CDT, erik quanstrom wrote: >On Fri Aug 28 10:24:30 PDT 2015, rym...@gmail.com wrote: > >> YES!! That was it! My plan9home directory didn't contain a bin >folder; that >> was somewhere else. When I symlinked it there, i

Re: [9fans] joke's on us

2015-09-26 Thread Ryan Gonzalez
They're kind of right when they say "definitely"; the Zulip desktop client is written in C++, uses Qt for graphics, and uses CMake to build. I don't think any of those are available on Plan 9 (well, C++ is, but the compilers are kind of old...). On September 26, 2015 9:59:44 AM CDT, Skip Tavakk

Re: [9fans] off topic - a good Git reference

2015-10-01 Thread Ryan Gonzalez
va > - php > > And finally, a browser or other gui front end to make sense of it all. > > Free software isn’t so free after all. > > -jas > > > -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] fyi: plan9port & el capitan

2015-10-08 Thread Ryan Gonzalez
The newest OSX version: http://www.apple.com/osx/whats-new/. On October 8, 2015 6:57:15 PM CDT, Hugo Rivera wrote: >Who is el capitán? > >2015-10-08 19:06 GMT-04:00 marius eriksen : >> works great. and the split view feature is fantastic with full screen >acme. >> > > > >-- >Hugo -- Sent from

Re: [9fans] The 9legacy website looks bad on a mobile phone

2015-11-03 Thread Ryan Gonzalez
Looks the same on my device... On November 3, 2015 12:12:21 AM CST, David du Colombier <0in...@gmail.com> wrote: >It should be fixed now. > >-- >David du Colombier -- Sent from my Nexus 5 with K-9 Mail. Please excuse my brevity.

Re: [9fans] Off topic: Linus rants against GCC-isms

2015-11-04 Thread Ryan Gonzalez
FYI, try googling "linus you don't need to understand programming". The link keeps taking me somewhere completely unrelated. On November 4, 2015 9:41:56 PM CST, Aharon Robbins wrote: >Hi All. > >Although this group in general doesn't like Linux, I think most of you >might enjoy his rant: > >http

Re: [9fans] Undefined Behaviour in C

2015-11-25 Thread Ryan Gonzalez
that default action is reasonable */ if(ntypes && !(levprd[nprod]&ACTFLAG) && nontrst[*prdptr[nprod]-NTBASE].value) { /* no explicit action, LHS has value */ int tempty; tempty = prdptr[nprod][1]; if(tempty < 0) error("must return a value, since LHS has a type"); els

Re: [9fans] Compiling ken-cc on Linux

2015-11-25 Thread Ryan Gonzalez
x27;t find 9c under src/cmd folder. Any hints on how to get it > compiled?. > > Cheers, > > ¹ https://bitbucket.org/plan9-from-bell-labs/9-cc/overview > > -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] Undefined Behaviour in C

2015-11-25 Thread Ryan Gonzalez
is indeed a very sad tome. The mmap of 0 is disgusting. I like >kenc. >> It just works. My behaviour this afternoon will be undefined but not >as >> stupid as that of some programmers. >> On 26/11/2015 5:43 AM, "Brantley Coile" wrote: >> >>> Align it to

Re: [9fans] Compiling ken-cc on Linux

2015-11-26 Thread Ryan Gonzalez
On November 26, 2015 6:10:43 AM CST, Charles Forsyth wrote: >On 25 November 2015 at 17:10, Vasudev Kamath >wrote: > >> In file included from >> >/home/vasudev/Documents/C_programming/compilers/9-cc/Linux/386/include/lib9.h:9:0, >> from 9obj.c:5: >> /usr/include/features.h:148:

Re: [9fans] Compiling ken-cc on Linux

2015-11-26 Thread Ryan Gonzalez
On November 26, 2015 3:31:11 PM CST, Charles Forsyth wrote: >On 26 November 2015 at 18:15, Ryan Gonzalez wrote: > >> the only library on earth that makes me want to bang my head on the >floor. > > >There must be others, surely. What about graphics libraries with APIs &

Re: [9fans] Compiling ken-cc on Linux

2015-11-26 Thread Ryan Gonzalez
On November 26, 2015 3:56:44 PM CST, Charles Forsyth wrote: >On 26 November 2015 at 21:51, Charles Forsyth > >wrote: > >> On 26 November 2015 at 21:49, Ryan Gonzalez wrote: >> >>> All that is bad...but glibc is worse. The issue is that you kinda >*have* >

Re: [9fans] Compiling ken-cc on Linux

2015-11-26 Thread Ryan Gonzalez
On November 26, 2015 4:30:32 PM CST, David du Colombier <0in...@gmail.com> wrote: >>> I remember the time I was trying to build LLVM+Clang on Windows in >debug >>> mode. Because...MinGW...I actually surpassed the file size limit >when >>> linking Clang, so I had to rebuild EVERYTHING. Stupid thi

Re: [9fans] Compiling ken-cc on Linux

2015-11-26 Thread Ryan Gonzalez
On November 26, 2015 5:21:54 PM CST, Charles Forsyth wrote: >On 26 November 2015 at 23:08, Ryan Gonzalez wrote: > >> Holy crap, that's crazy. I built it in debug mode on Linux, but I >don't >> think it used that much. I only have 6 GB right now! > > >Y

Re: [9fans] Compiling ken-cc on Linux

2015-11-27 Thread Ryan Gonzalez
Try going to the top of mathi.h and putting: #undef isnan #undef isinf Stupid macros that don't look like macros. On November 27, 2015 10:50:20 AM CST, Vasudev Kamath wrote: > >Hi Ryan, > >Ryan Gonzalez writes: >> See >> >https://bitbucket.org/plan9-from-

Re: [9fans] Compiling ken-cc on Linux

2015-11-27 Thread Ryan Gonzalez
On November 27, 2015 11:16:02 AM CST, Vasudev Kamath wrote: >Ryan Gonzalez writes: > >> Try going to the top of mathi.h and putting: >> >> #undef isnan >> #undef isinf >> >> Stupid macros that don't look like macros. > >That worked. Eve

Re: [9fans] Compiling ken-cc on Linux

2015-11-28 Thread Ryan Gonzalez
On November 28, 2015 12:42:25 AM CST, da Tyga wrote: >I have been following this discussion about the C compiler and can no >longer stop myself from making a (snarky?) comment. > If you thing this is snarky, you've never visited the Final Fantasy XV board on GameFAQs! ;) >The K&R standard for

Re: [9fans] Compiling ken-cc on Linux

2015-11-29 Thread Ryan Gonzalez
On November 29, 2015 3:41:45 AM CST, Vasudev Kamath wrote: >Ryan Gonzalez writes: > >>>That took compilation further but now it breaks at point 4 in your >>>issue. I hope I won't encounter more new issues :-). >>> >> >> Ah, yes, I comple

Re: [9fans] FP register usage in Plan9 assembler

2016-02-04 Thread Ryan Gonzalez
On February 4, 2016 6:04:49 AM CST, lu...@proxima.alt.za wrote: >> Plan 9 assembly is nice because it looks mostly the >> same, and the simple addressing modes are mostly consistent, but it's >> far from being really consistent between architectures. > >Personally, I agree with the view that tryi

Re: [9fans] FP register usage in Plan9 assembler

2016-02-04 Thread Ryan Gonzalez
On February 4, 2016 10:09:49 AM CST, lu...@proxima.alt.za wrote: >> *cough* that's what people said about Java *cough* > >What, that Java does what it says on the tin? Which tin? > cross-platform development tool >Lucio. -- Sent from my Nexus 5 with K-9 Mail. Please excuse my brevity.

Re: [9fans] FP register usage in Plan9 assembler

2016-02-04 Thread Ryan Gonzalez
On February 4, 2016 10:09:49 AM CST, lu...@proxima.alt.za wrote: >> *cough* that's what people said about Java *cough* > >What, that Java does what it says on the tin? Which tin? Almost forgot: The AbstractBeanPartAluminumRecyclableTinFactory that makes AbstractPartAluminumRecyclableTinLists,

Re: [9fans] store NaN() to memory traps on 386 (387)

2016-05-02 Thread Ryan Gonzalez
gt; > that seems reasonable to me. what could seq possibly do with nan? > > - erik > > -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] 9front sam in plan9port.

2016-05-23 Thread Ryan Gonzalez
ugh. >> > it also doesn't have the 'E' command. >> > >> > btw, is 9front's ctrl-b patch (for switching to the command window) >> > available somewhere? >> > I'm really interested in having that keyboard shortcut in this version >> of sam. >> > >> > best, >> > Mart >> >> -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/

Re: [9fans] Purism laptops

2016-11-11 Thread Ryan Gonzalez
it'd be open enough w/re to hardware specs to make it a target for Plan 9 > porting/support. > > Jim > > -- Ryan (ライアン) Yoko Shimomura > ryo (supercell/EGOIST) > Hiroyuki Sawano >> everyone else http://kirbyfan64.github.io/

Re: [9fans] Plan 9 5th Edition

2016-11-19 Thread Ryan Gonzalez
...which got shut down earlier this year: https://opensource.googleblog.com/2015/03/farewell-to-google-code.html?m=1 -- Ryan (ライアン) Yoko Shimomura > ryo (supercell/EGOIST) > Hiroyuki Sawano >> everyone else http://kirbyfan64.github.io/ On Nov 19, 2016 8:41 PM, "hiro" &l

[9fans] Trying to boot 9front from a GPT USB stick

2017-01-05 Thread Ryan Gonzalez
order for the USB stick to get picked up. Maybe I need to do something like that here? -- Ryan (ライアン) Yoko Shimomura > ryo (supercell/EGOIST) > Hiroyuki Sawano >> everyone else http://kirbyfan64.github.io/

Re: [9fans] Why getenv replaces \0 with spaces in the returned value?

2017-01-18 Thread Ryan Gonzalez
functions would assume it ended after ABC. As a side note, Linux does nothing and simply returns it as-is. I wonder why the Posix guys haven't added a getenv_n(var, &length) function yet... \-- Ryan (ライアン) Yoko Shimomura > ryo (supercell/EGOIST) > Hiroyuki Sawano >>

Re: [9fans] Upspin - a respin of 9p?

2017-02-23 Thread Ryan Gonzalez
https://upspin.googlesource.com/upspin/ *looks at mascot* Eh, Glenda's cuter. This looks like a sleep-deprived crack-addicted mobster chick. -- Ryan (ライアン) Yoko Shimomura > ryo (supercell/EGOIST) > Hiroyuki Sawano >> everyone else http://refi64.com On Feb 23, 2017 2:30 AM, &q

[9fans] What exactly *is* 9pcloud?

2017-02-24 Thread Ryan Gonzalez
Seems like a "private" browser-local file hosting thingymajig? I'm struggling to figure out why everything ends up disappearing from the "Remote Filesystem" side, why the scrollbars are minuscule, and I just really don't get it... -- Ryan (ライアン) Yoko Shimomura >

[9fans] I just realized Linux supports 9p as a file system

2017-03-31 Thread Ryan Gonzalez
https://github.com/torvalds/linux/tree/master/fs/9p -- Ryan (ライアン) Yoko Shimomura > ryo (supercell/EGOIST) > Hiroyuki Sawano >> everyone else http://refi64.com

Re: [9fans] the fossil (tm) stolen

2018-04-15 Thread Ryan Gonzalez
Not really much of a problem; no one really uses Fossil either. On April 14, 2018 10:08:21 PM Andre Wingor wrote: zapp, bros! did you hear about fossil-scm.org? mr. hipp stolen your's cool trademark 8^D -- andr.ru -- Ryan (ライアン) Yoko Shimomura, ryo (supercell/EGOIST), Hiroyuki S

Re: [9fans] I prefer cropping images in Plan 9

2018-07-21 Thread Ryan Gonzalez
On July 21, 2018 8:21:10 AM "Ethan A. Gardener" wrote: I just had to crop a bunch of images in the Gimp, and recalled how much I prefer doing it in Plan 9; it's so much less frustrating. In the Gimp, it's either a matter of estimating numbers (for a quick, casual job on visual media), or sele

[9fans] Someone made a Wayland compositor based on Rio, Wio

2019-05-01 Thread Ryan Gonzalez
https://wio-project.org/ 2/10 name, 9/10 demo, can't win it all I guess ¯\_(ツ)_/¯