Re: [go-nuts] Re: pet peeve: it's Go not golang

2017-07-31 Thread simran
, 2017, 9:10 PM simran <sim...@dn.gs> wrote: Er? sorry, couldn't help myself :) Go Go! On Mon, Jul 31, 2017 12:24 PM, Dave Cheney d...@cheney.net wrote: Golang helps much, when searching for Go related programming issues all over the internet Skip's point, which I heartily support, i

Re: [go-nuts] Re: pet peeve: it's Go not golang

2017-07-30 Thread simran
Er? sorry, couldn't help myself :) Go Go! On Mon, Jul 31, 2017 12:24 PM, Dave Cheney d...@cheney.net wrote: Golang helps much, when searching for Go related programming issues all over the internet Skip's point, which I heartily support, is here, on this forum, there is little

[go-nuts] Looking for a Go Mentor (paid)

2017-06-11 Thread simran
longer if you'll have me on further projects i dig into. thanks, simran. ps: I know there are good meetups and free online resources, but i can't do meetups (they are always evenings and i like to be home with the kids; and the free resources are great, but AI is not quite there yet in terms of giving

Re: [go-nuts] Who wants to use Go to process your camera's raw files?

2016-07-27 Thread simran
+1, i'd be keen to contribute to a native go library too... -- sent from my phone On 27 Jul 2016 7:50 pm, "Peter Herth" wrote: > Hi Jonathan, > > I think its an excellent idea, and would be possibly interested to > contribute. I am not really familiar with libraw, but

Re: [go-nuts] Go is for everyone

2016-07-19 Thread simran
p with c++ and java, while there are a lot of tutorials etc for folks >> starting out with go as a first or second language. I find there is a lack >> of support for people moving from other languages and other methodologies. >> >> On 20 Jul 2016 9:53 a.m., "simran&quo

Re: [go-nuts] Go is for everyone

2016-07-19 Thread simran
I personally find Go just a joy to program in and show my kids some code all the time (my kids are 9 years old)... it's still complex for them as i haven't overwhelmed them with programming. What they do absolutely LOVE though is code.org (

Re: [go-nuts] Matrix Library && colour uint32's vs uint8's

2016-07-03 Thread simran
though... have really appreciated it. cheers, simran. On Mon, Jul 4, 2016 at 12:26 PM, Matt Harden <matt.har...@gmail.com> wrote: > I think you're best off not taking the RGBA values and then building a > color from them. Just take the color you're given and use m.Set(x, y, c)

Re: [go-nuts] Matrix Library && colour uint32's vs uint8's

2016-07-03 Thread simran
om/gonum/matrix > - docs: https://godoc.org/github.com/gonum/matrix/mat64 > > https://github.com/go-gl/mathgl > - docs: https://godoc.org/github.com/go-gl/mathgl/mgl64 > > On Mon, 2016-07-04 at 12:08 +1000, simran wrote: > > Hi Dan, > > > > I get a "p

Re: [go-nuts] Matrix Library && colour uint32's vs uint8's

2016-07-03 Thread simran
Hi Dan, I get a "page not found" on all those four links... cheers, simran. On Mon, Jul 4, 2016 at 10:22 AM, Dan Kortschak < dan.kortsc...@adelaide.edu.au> wrote: > github.com/gonum/matrix/mat64 (soonish to be gonum.org/pkg/matrix/mat64) > is a general purpose matr

Re: [go-nuts] Matrix Library && colour uint32's vs uint8's

2016-07-03 Thread simran
and red channels of the pixel at (0,0): >> https://play.golang.org/p/i6F29OsdgD >> >> On Sun, Jul 3, 2016 at 5:08 PM simran <simrangamb...@gmail.com> wrote: >> >>> Hi Dan, >>> >>> I am hoping to find a general matrix library as i want to write my

Re: [go-nuts] Matrix Library && colour uint32's vs uint8's

2016-07-03 Thread simran
Hi Dan, I am hoping to find a general matrix library as i want to write my own rotation, translation, reflection methods; however, if you do know a good image library doing these, i'd appreciate it as a reference anyway. cheers, simran. On Mon, Jul 4, 2016 at 10:00 AM, Dan Kortschak

Re: [go-nuts] Re: Matrix Library && colour uint32's vs uint8's

2016-07-03 Thread simran
for the above: https://play.golang.org/p/ToV1TH1NAr Really want to this colour problem, any help appreciated :) cheers, simran. On Mon, Jul 4, 2016 at 2:30 AM, Constantin Konstantinidis < constantinkonstantini...@gmail.com> wrote: > I cannot answer about the matrix library but the package is con

[go-nuts] Matrix Library && colour uint32's vs uint8's

2016-07-03 Thread simran
? Would appreciate any pointers in that regard as well. thanks, simran. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@google

Re: [go-nuts] GIMP plugins written in pure Go

2016-07-01 Thread simran
to be one to a few at a time (not hundreds)... having said that, in gimp if we end up doing real-time painting based on resize, etc, then performance could definitely be a factor. cheers, simran. On Sat, Jul 2, 2016 at 11:54 AM, mikespook <mikesp...@gmail.com> wrote: > Correct myself, we don