[19:03 UTC] *** Logging started. *** [12:03 PM PT] Andrew Hellershanks: Hello, everyone. [12:04 PM PT] Ubit Umarov: Severity Code Description Project File Line Suppression State Error CS1069 The type name 'PerformanceCounter' could not be found in the namespace 'System.Diagnostics'. This type has been forwarded to assembly 'System.Diagnostics.PerformanceCounter, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' Consider adding a reference to that assembly. OpenSim.Framework.Monitoring D:\Avination\test\opensim\OpenSim\Framework\Monitoring\ServerStatsCollector.cs 65 Active [12:04 PM PT] Ubit Umarov: for example [12:04 PM PT] Ubit Umarov: performance counters also gone [12:04 PM PT] Andrew Hellershanks: I nodded off after lunch until my PDA beeped at me to remind me of the time. [12:04 PM PT] Ubit Umarov: that also means some of our stats code, gone [12:05 PM PT] Ubit Umarov: on migration to .net5 [12:05 PM PT] Kayaker Magic: I'm told Mike Chase got OpenSim to compile and run with .net on Windows servers, but was surprised to find the resulting code does not run on linux. [12:05 PM PT] Ubit Umarov: well the most scary part is the API that do look the same, but are not [12:06 PM PT] Ubit Umarov: well to do that he will need to remove thing like this [12:06 PM PT] Ubit Umarov: world map [12:06 PM PT] Ubit Umarov: etc [12:06 PM PT] Ubit Umarov: then rewrite with alternative libs.. [12:07 PM PT] Ubit Umarov: lludp textures also dead [12:07 PM PT] Ubit Umarov: well as i said, a ton of things [12:07 PM PT] Ubit Umarov: not sure you did read right that he done it [12:07 PM PT] Ubit Umarov: i know he is working on it [12:08 PM PT] Ubit Umarov: from my side, also as i told, no rush [12:08 PM PT] Ubit Umarov: no point on rushing things [12:08 PM PT] Andrew Hellershanks: Seems a little odd that MS would make such changes to .net 5 that it completely breaks code of the past. [12:08 PM PT] Ubit Umarov: ohh you should had seen .netcore 2 [12:08 PM PT] Ubit Umarov: a lot worse [12:08 PM PT] Ubit Umarov: even 3 [12:09 PM PT] Ubit Umarov: only then ms seen they could not force all to rewrite all applications [12:09 PM PT] Ubit Umarov: so they did add a lot more of .net4.8 on it [12:10 PM PT] Andrew Hellershanks: I wonder if they saw the problem internally. That probably made the more like to do something about it. [12:10 PM PT] Ubit Umarov: but still a lot out, like image, etc etc [12:10 PM PT] Ubit Umarov: parts they did add.. for windows only [12:10 PM PT] Ubit Umarov: net5-0-windows does have image code [12:10 PM PT] Misterblue Waves: wonder of PrimMesher and libomv can be upgraded to .NET6... there's a weekend project [12:11 PM PT] Ubit Umarov: same issue [12:11 PM PT] Ubit Umarov: can't [12:11 PM PT] Ubit Umarov: depends on bitmaps [12:11 PM PT] Ubit Umarov: and other things [12:11 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Speaking of alternate libs, I sat down the other day and cloned the Mysql interfaces and rewrote migrations to change a bunch of the varchar and char fields to UUID as now supported by MariaDB. The unit tests pass, though it still uses the default Mysql connector and I have not done much testing on whether all parts work. Ubit looked at a MariaDB connector directly, but it seems that, much like newer npgsql just ships with a bunch of stupid libs. I check table lengths and overall across the tables saved over 280 bytes just changing these fields, which comes out to nearly 30% of overall structure size [12:12 PM PT] Ubit Umarov: ms refused to suport image on all platform, like linux [12:12 PM PT] Ubit Umarov: bc that libgdiplus, cairo etc [12:12 PM PT] Ubit Umarov: they refuse to maintain [12:12 PM PT] Ubit Umarov: kinda understandable [12:13 PM PT] Misterblue Waves: some headaches shouldn't be volunteered for [12:13 PM PT] Ubit Umarov: cairo and pango.. [12:13 PM PT] Misterblue Waves: I've been using MariaDB as my DB. No problems but then I'm not a heavy load tester [12:14 PM PT] Ubit Umarov: maria is now what distros love [12:14 PM PT] Andrew Hellershanks: It has been for some time. [12:14 PM PT] Ubit Umarov: guess since oracle took over mysql [12:15 PM PT] Andrew Hellershanks nods [12:15 PM PT] Vincent.Sylvester @hg.zetaworlds.com: 10.7 was released last week or so, now has UUID field type, which is a bit smaller in size to store UUIDs, thing is, to take advantage of that kinda need to find a way to interface with it on a lower level than pushing strings in order to get performance out, just changing the fields to UUID just reduces database size overall, query performance not so much [12:16 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Need a direct binary conversion or something to interface with it, but for that you need a connector and the one that is on nuget needs some hacks to work [12:16 PM PT] Andrew Hellershanks: If the code uses cairo, pango, etc. they should still be usable in the OS code as external libraries. [12:16 PM PT] Ubit Umarov: as i told you, that takes a split on the dbs [12:16 PM PT] Ubit Umarov: and use another connector [12:17 PM PT] Ubit Umarov: bitmap on mono depends on pango, cairo and libgdiplus [12:17 PM PT] Ubit Umarov: that ms refuses to use [12:17 PM PT] Ubit Umarov: so no image code for linux on .net5 or 6 [12:17 PM PT] Ubit Umarov: as i said .netx-windows does have it.. windows only [12:18 PM PT] Andrew Hellershanks: Why can't the code just use those libraries anyway even if MS won't support them in .net? [12:18 PM PT] Ubit Umarov: bc they will not add to .net, code that depends on libs they refuse to use [12:18 PM PT] Gavin.Hird @grid.xmir.org:8002: no money in that [12:18 PM PT] Andrew Hellershanks: Other projects use cairo, pango, etc. so those libraries are still around. [12:19 PM PT] Gavin.Hird @grid.xmir.org:8002: MS has always been about locking in the customers [12:19 PM PT] Ubit Umarov: and .netx code is also for android and ios [12:19 PM PT] Andrew Hellershanks: That makes no sense. If you use .NET you have no way to use some other 3rd party library?? [12:20 PM PT] Ubit Umarov: seems they also think no use really uses it [12:20 PM PT] Ubit Umarov: seem some telling only seen code to make q-code :) [12:20 PM PT] Ubit Umarov: they tell to use other image libraries for .net [12:21 PM PT] Ubit Umarov: fine [12:21 PM PT] Ubit Umarov: just means all our code will need a rewrite [12:21 PM PT] Ubit Umarov: jpeg2000 code, scultp maps.. maps.. etc [12:22 PM PT] Ubit Umarov: dynamic textures [12:22 PM PT] Vincent.Sylvester @hg.zetaworlds.com: A lot of that stuff is pretty abstract too, figuring out how that currently works is a big task in itself much less rewriting it [12:22 PM PT] Ubit Umarov: all gone, until a rewrite with something else [12:22 PM PT] Ubit Umarov: think i only did list concret things [12:22 PM PT] Misterblue Waves: what our the "supported" target platforms? Window10/11, Ubuntu (mono6), IOS ? [12:23 PM PT] Andrew Hellershanks: The simpler solution is to write our own code to replace the missing/unsupported bits so the main code doesn't need to be completely rewritten. [12:24 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Andrew you want to write an image library, sure, I'll schedule the release party, see you in 2035 [12:24 PM PT] Ubit Umarov: well and still no need to rush [12:24 PM PT] Ubit Umarov: sadly mono lost a lot of fixes but still around [12:24 PM PT] Ubit Umarov: so no need to rush [12:25 PM PT] Ubit Umarov: any change to .net5(6 also means to lose a lot of good hardware outthere [12:25 PM PT] Andrew Hellershanks: If current/older .NET is using pango, cairo, etc. Why not just make a library that is an interface between the current code and the backend libraries that were already being used?calls those [12:25 PM PT] Ubit Umarov: just because that hardware can't run last windows [12:25 PM PT] Ubit Umarov: or even last linux [12:25 PM PT] Andrew Hellershanks: What does MS say to developers about moving to .NET 5/6? Rewrite your programs? [12:26 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I'm more worried that latest mono no longer supports postgres without massive changes, not sure if mysql is not to follow soon [12:26 PM PT] Ubit Umarov: yes that is what they say [12:26 PM PT] Ubit Umarov: as i said where a lot worse in the times of .netcore 2.0 [12:26 PM PT] Misterblue Waves: @Andrew it's true that we don't use all the features of Image. Most of the "will not support" stuff is around the functions that reach into Images and twiddle the internal formats (for preformance and stuff) [12:26 PM PT] Ubit Umarov: bc most code jsut did not run on it [12:26 PM PT] Andrew Hellershanks: If they keep doing that it is a great advertisement for why you should not use .NET in your programs. [12:27 PM PT] Ubit Umarov: go tell original opensim devs that the choice of c# was a very stupid one [12:27 PM PT] Vincent.Sylvester @hg.zetaworlds.com: At that point might as well rewrite in C directly and throw the framework dependency out the window, but man does that sound like fun... not [12:27 PM PT] Ubit Umarov: it was very stupid, but too late to change [12:28 PM PT] Ubit Umarov: ofc to start such thing in c with multi.os support was a lot harder to do [12:28 PM PT] Gavin.Hird @grid.xmir.org:8002: someone needs to download the SL server code :-) [12:29 PM PT] Ubit Umarov: so possible no one would had done it [12:29 PM PT] Ubit Umarov: without the c# original promise to run (badly) on windows and linux [12:29 PM PT] Andrew Hellershanks: I haven't done enough C# programming to realize that you have to use .NET. [12:29 PM PT] Ubit Umarov: and so far it did.. [12:30 PM PT] Ubit Umarov: there is no c# without .net [12:30 PM PT] Ubit Umarov: basicly [12:30 PM PT] Ubit Umarov: well at least some core parts of it [12:30 PM PT] Ubit Umarov: we can not use linq for example [12:31 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Only option is mkbundle, stuff .net into the app, which blows its size up and isn't guaranteed to work either, especially not at OpenSim complexity levels [12:31 PM PT] Ubit Umarov: but well academic talks [12:31 PM PT] Ubit Umarov: its c# now [12:31 PM PT] Ubit Umarov: just a hard crossroad ahead [12:31 PM PT] Ubit Umarov: but again, no need to rush it [12:31 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Well hard if MS decides to continue to ruin the fun [12:31 PM PT] Ubit Umarov: the more we wait the easier is should get [12:31 PM PT] Ubit Umarov: hopefuly [12:32 PM PT] Ubit Umarov: bc others will do it :p [12:32 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I'm crazy enough to have hope they eventually grow a brain [12:32 PM PT] Andrew Hellershanks: :) [12:32 PM PT] Ubit Umarov: all software is getting more insane [12:32 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I blame javascript [12:33 PM PT] Ubit Umarov: and ppl will be forced to rewrite things [12:33 PM PT] Andrew Hellershanks: hehe [12:33 PM PT] Ubit Umarov: well don't know [12:33 PM PT] Ubit Umarov: just guess we have like 2 years to see the .net6 issue [12:34 PM PT] Ubit Umarov: possible more [12:34 PM PT] Ubit Umarov: about opensim [12:34 PM PT] Ubit Umarov: not many changes last week, i think [12:34 PM PT] Ubit Umarov: in fac i almost did release 0.9.2.1 today [12:35 PM PT] Ubit Umarov: the date 22-2-22 was a fun release date [12:35 PM PT] Vincent.Sylvester @hg.zetaworlds.com: hehe [12:35 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I didn't even notice that [12:35 PM PT] Andrew Hellershanks: Just one change this past week to the profiles module and a fix to a log message. [12:36 PM PT] Ubit Umarov: well i did update libomv with a bit faster OSD to json code [12:36 PM PT] Andrew Hellershanks: For me it would be a 2-22-22 release date. Not quite as fun but almost. [12:36 PM PT] Ubit Umarov: and that was basicly it [12:36 PM PT] Kayaker Magic: I have a question about de-duplication. Does OpenSim do this on images? I hear Kitely does. [12:37 PM PT] Ubit Umarov: sounds you need to wash those ears to get full indo [12:37 PM PT] Ubit Umarov: and info [12:37 PM PT] Ubit Umarov: :p [12:37 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Dedupe on assets is done hash based, if the hash is the same, the item is just linked via the DB, dynamic textures and such are regionside so they are cleared anyways [12:37 PM PT] Andrew Hellershanks: Kayaker, There is an asset system that eliminates duplications. [12:37 PM PT] Ubit Umarov: fsassets [12:38 PM PT] Ubit Umarov: and xassets [12:38 PM PT] Ubit Umarov: or how its called [12:38 PM PT] Vincent.Sylvester @hg.zetaworlds.com: sras and phpsas do it too :) [12:38 PM PT] Andrew Hellershanks: Yup, fsassets. [12:38 PM PT] Andrew Hellershanks: SRAS came before fsassets. [12:38 PM PT] Ubit Umarov: yes fsassets is a c# version of sras [12:38 PM PT] Ubit Umarov: basible [12:38 PM PT] Ubit Umarov: and basicly [12:39 PM PT] Ubit Umarov: xassets does it, still storing all on mysql [12:39 PM PT] Ubit Umarov: well still marked experimental [12:39 PM PT] Kayaker Magic: When is the hash on images calculated? After decoding images into raw bitmaps? [12:40 PM PT] Ubit Umarov: sha256 [12:40 PM PT] Ubit Umarov: the SL asset data [12:40 PM PT] Ubit Umarov: and exactly as SL asset [12:40 PM PT] Ubit Umarov: a fun thing ppl talking about nrew viewers forget [12:41 PM PT] Ubit Umarov: we only have assets in SL format [12:41 PM PT] Kayaker Magic: So after compressing them for the asset database? Is that zip or are images just jpg2000 compressed? [12:41 PM PT] Ubit Umarov: any convertion to other formats is just impossible to do in real time [12:41 PM PT] Ubit Umarov: unless on small prof of concept things [12:41 PM PT] Ubit Umarov: actually not need, bc no concept to prove [12:42 PM PT] Ubit Umarov: to use other formats, the asset storage will need to change to add them [12:43 PM PT] Ubit Umarov: well the avination unreal viewer was using SL assets formats [12:43 PM PT] Misterblue Waves: ya... new asset server. New formats, new access permissions, scalable... another whole project [12:44 PM PT] Ubit Umarov: yeah [12:44 PM PT] Misterblue Waves: in existing viewers the conversion from SL asset format to a usable format is all done in the client [12:44 PM PT] Ubit Umarov: a asset UUID will need to point to several formats [12:44 PM PT] Ubit Umarov: like a texture in jp2000 and dds [12:45 PM PT] Misterblue Waves: maybe make it an nginx plugin [12:45 PM PT] Ubit Umarov: well and do that FAST [12:45 PM PT] Ubit Umarov: the FAST part is something all forget [12:45 PM PT] Ubit Umarov: and without it, it is useless [12:46 PM PT] Ubit Umarov: we all know any viewer can be made... [12:46 PM PT] Ubit Umarov: the unreal one was should most of a region [12:46 PM PT] Ubit Umarov: at 6fps !!! [12:46 PM PT] Ubit Umarov: so a nice work... useless.. but nice [12:47 PM PT] Ubit Umarov: fs was showing same region with 40 fps and doing all things [12:47 PM PT] Ubit Umarov: see what i mean? [12:48 PM PT] Ubit Umarov: err would help if i did type right :p [12:48 PM PT] Ubit Umarov: the unreal one was SHOWING a region at 6fps :) [12:48 PM PT] Ubit Umarov: still no terrain, water or avatars [12:48 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Meanwhile new FS release is looking like it will improve performance by a good 10% from what I can tell, I don't recall ever getting more than 60fps here [12:49 PM PT] Ubit Umarov: ll is improving performance [12:49 PM PT] Ubit Umarov: they have another batch of changes for a future viewer [12:49 PM PT] Ubit Umarov: fs is adding those and a few own [12:50 PM PT] Ubit Umarov: ofc it does depend on region creators [12:50 PM PT] Ubit Umarov: you will need to pay atention to region build, if you want fps, also [12:50 PM PT] Ubit Umarov: and have customs police :p [12:51 PM PT] Ubit Umarov: not letting avatars with complexity off 700000 to get in [12:51 PM PT] Ubit Umarov: :) [12:51 PM PT] Andrew Hellershanks: :) [12:52 PM PT] Ubit Umarov: so what news do you bring ? [12:52 PM PT] Ubit Umarov: about opensim.. [12:52 PM PT] Andrew Hellershanks: No news is good news? ;) [12:53 PM PT] Andrew Hellershanks: Will there be a release today? [12:53 PM PT] Ubit Umarov: if about ukraine yes [12:53 PM PT] Ubit Umarov: nah guess i will not do it today [12:54 PM PT] Ubit Umarov: osgrid also did none on 0.9.2.1 basicly [12:55 PM PT] Ubit Umarov: but diva is waiting for it to release her code [12:56 PM PT] Ubit Umarov: i had promissed her a reease in Jan [12:56 PM PT] Ubit Umarov: and we are almost in march :) [12:56 PM PT] Gavin.Hird @grid.xmir.org:8002: but what year? [12:57 PM PT] Ubit Umarov: yeah i didn't told her the year.. but she assumed 2022 :) [12:57 PM PT] Gavin.Hird @grid.xmir.org:8002: :-) [12:57 PM PT] Ubit Umarov: so i can't use that trick on her :p [12:58 PM PT] Ubit Umarov: well and the users that are asking for the code [12:58 PM PT] Gavin.Hird @grid.xmir.org:8002: they must be begging, asking will not do [12:59 PM PT] Ubit Umarov: :) [12:59 PM PT] Andrew Hellershanks: Wow. This hour has just flown by. We are at the top of the hour already. [1:00 PM PT] Andrew Hellershanks: Any final questions or comments for today before we wrap up this gathering? [1:02 PM PT] Andrew Hellershanks: Kayaker, fyi, in a large database a hash based asset storage system can reduce the asset table substantially. I've seen anywhere from 25% to 50% reductions in table size. [1:02 PM PT] Ubit Umarov: sadly if table size means nothing :p [1:03 PM PT] Ubit Umarov: ofc tables size is smaller, just because the asset data is not stored on it, but on a disk file [1:03 PM PT] Kayaker Magic: I was curious that hashes of images are so likely to be different for similar images. [1:03 PM PT] Andrew Hellershanks: yes, but it is a substantial savings in used disk space. [1:04 PM PT] Kayaker Magic: And I don't trust jpg to produce the same imagage from the same data 2ice in a row... [1:04 PM PT] Ubit Umarov: guess a lot of ppl uploads the same things [1:04 PM PT] Ubit Umarov: well it is not jpg, it is jpeg2000, a bit diferent [1:05 PM PT] Ubit Umarov: and with paramenters fixed on viewers [1:05 PM PT] Ubit Umarov: so end data may be more identick [1:05 PM PT] Ubit Umarov: other wise, the hash is just waste of time [1:05 PM PT] Ubit Umarov: same for mesh.. [1:06 PM PT] Ubit Umarov: hash only does anything if mesh is upload with same paramenters and identical viewer [1:06 PM PT] Ubit Umarov: so finla bits are exactly the same [1:06 PM PT] Ubit Umarov: or then again hashing is uselsss [1:07 PM PT] Ubit Umarov: so in fact o do have doubts on how effective it really is [1:07 PM PT] Ubit Umarov: but ppl tell it is.. so.. one must believe,, [1:08 PM PT] Ubit Umarov: and good viewers do not add Cretion date and uploader uuid to the binary data [1:08 PM PT] Ubit Umarov: assuming region code will do it ( and does not ) [1:08 PM PT] Ubit Umarov: if mesh where as spec, the hash would fail always [1:09 PM PT] Kayaker Magic: Some sort of hash that only looks at the image data, or vertex data of mesh would be nice. [1:09 PM PT] Misterblue Waves: gonna run in RL.. will be here virtually [1:09 PM PT] Ubit Umarov: no [1:09 PM PT] Ubit Umarov: hash only looks to raw asset data [1:09 PM PT] Andrew Hellershanks: ok, Misterblue. [1:09 PM PT] Ubit Umarov: cna't look to asset details [1:09 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Somewhere in this mess someone set xml utf16 for linksets even if all data is utf8 -.- [1:09 PM PT] Ubit Umarov: no time for that [1:10 PM PT] Ubit Umarov: nahh think most are actually utf8 telling they are utf16 [1:10 PM PT] Gavin.Hird @grid.xmir.org:8002: are you sure it cannot look at asset data? [1:10 PM PT] Ubit Umarov: not was it is done [1:10 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Yeah that's what I mean, the xml header claims utf16 for no reason, threw me off at first [1:10 PM PT] Ubit Umarov: and no.. would be very slow to look per asset type [1:10 PM PT] Gavin.Hird @grid.xmir.org:8002: on postgres I have a tool that when looking at single records will decode the images in the asset table on the fly [1:11 PM PT] Gavin.Hird @grid.xmir.org:8002: they are just stored in a blob filed [1:11 PM PT] Ubit Umarov: even doing sha256 is not that fast [1:12 PM PT] Ubit Umarov: some cpus do have hardware help for that.. not sure .net uses [1:12 PM PT] Gavin.Hird @grid.xmir.org:8002: you only have to do it on first write in that table [1:12 PM PT] Ubit Umarov: no [1:12 PM PT] Ubit Umarov: on any upload [1:12 PM PT] Gavin.Hird @grid.xmir.org:8002: sure, but uploads does not happen that often [1:13 PM PT] Ubit Umarov: and does not matter [1:13 PM PT] Ubit Umarov: any bit changed means other hash [1:13 PM PT] Andrew Hellershanks: yup [1:13 PM PT] Ubit Umarov: for now we are not filling the creation date, and creator id of mesh spec [1:13 PM PT] Gavin.Hird @grid.xmir.org:8002: image data cannot be edited in-world, so only uploads needs to be rehased [1:13 PM PT] Ubit Umarov: so at least that is not a issue [1:14 PM PT] Ubit Umarov: even so same mesh even with same parameters will upload diferently [1:14 PM PT] Ubit Umarov: acording to particular viewer [1:14 PM PT] Gavin.Hird @grid.xmir.org:8002: yes [1:14 PM PT] Gavin.Hird @grid.xmir.org:8002: but image data should be fairly constant [1:15 PM PT] Ubit Umarov: but well as i said seems that hash does savings.. so.. better than nothing [1:15 PM PT] Ubit Umarov: jpeg2000 constant why? [1:15 PM PT] Gavin.Hird @grid.xmir.org:8002: there are not many updates to that spec... [1:15 PM PT] Ubit Umarov: done with diferent versions of openjpeng on kdu [1:15 PM PT] Gavin.Hird @grid.xmir.org:8002: we don't use kdu [1:16 PM PT] Gavin.Hird @grid.xmir.org:8002: no viewer does for opensim [1:16 PM PT] Ubit Umarov: thin lower precision bits [1:16 PM PT] Ubit Umarov: just think... [1:16 PM PT] Ubit Umarov: thin fs payed kdu [1:16 PM PT] Ubit Umarov: think [1:16 PM PT] Gavin.Hird @grid.xmir.org:8002: nobody are interested in paying thousands of dollars for a KDU lisence for opensim [1:17 PM PT] Gavin.Hird @grid.xmir.org:8002: fs got KDU from LL [1:17 PM PT] Ubit Umarov: it is not for opensim [1:17 PM PT] Ubit Umarov: is for all [1:17 PM PT] Gavin.Hird @grid.xmir.org:8002: Kokua paid for [1:17 PM PT] Andrew Hellershanks: kdu? [1:17 PM PT] Ubit Umarov: viewers do not pay kdu for sl or opensim [1:17 PM PT] Ubit Umarov: that is not like havok [1:17 PM PT] Gavin.Hird @grid.xmir.org:8002: they pay for KDU [1:17 PM PT] Ubit Umarov: they pay per viewer [1:18 PM PT] Gavin.Hird @grid.xmir.org:8002: with no chance of getting the cost covered for opensim, nobody will want to pay for it [1:18 PM PT] Ubit Umarov: so if they pay "for sl" they payed "for opensim" [1:18 PM PT] Andrew Hellershanks: I looked up kdu and the top result was General Sir John Kotelawala Defence University. :) [1:18 PM PT] Ubit Umarov: unlike havok, where they just use LL license [1:18 PM PT] Gavin.Hird @grid.xmir.org:8002: yes, but the only one who have paid for KDU is kokua [1:18 PM PT] Gavin.Hird @grid.xmir.org:8002: FS got it from LL [1:19 PM PT] Ubit Umarov: ok [1:19 PM PT] Gavin.Hird @grid.xmir.org:8002: apart from that nobody use it because of cost [1:19 PM PT] Ubit Umarov: yeha fs ships with openjpg for opensim [1:19 PM PT] Gavin.Hird @grid.xmir.org:8002: yes [1:20 PM PT] Gavin.Hird @grid.xmir.org:8002: not allowed to use the license outside of SL [1:21 PM PT] Gavin.Hird @grid.xmir.org:8002: so I have had to strip the KDU support out of the 3.0 builds [1:22 PM PT] Ubit Umarov: well all those diferences make the deduplication fail [1:22 PM PT] Ubit Umarov: not going to the detail of all cpu FPUs are diferent etc [1:23 PM PT] Ubit Umarov: intel things have bugs remember ? :P [1:24 PM PT] Ubit Umarov: so i have no real numbers on how good is fs deduplication good [1:24 PM PT] Ubit Umarov: hope it does dedupe the "new script" :p [1:25 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Good question, I know it certainly doesn't do notecards, cause they have creation date and such saved in their data so the hash is always different [1:25 PM PT] Ubit Umarov: yeah [1:25 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I wrote an article on the garbage OpenSim collects on these things [1:25 PM PT] Ubit Umarov: some assets have date etc [1:25 PM PT] Ubit Umarov: mesh where suposed to have [1:26 PM PT] Ubit Umarov: but it is server job to add those, and we never did [1:26 PM PT] Ubit Umarov: not sure what viewers add to the jpeg2000 metadada [1:27 PM PT] Ubit Umarov: possible also date and creator there, making ghe hash useless on mesh [1:27 PM PT] Ubit Umarov: on texture i mean [1:27 PM PT] Ubit Umarov: wel easy for you to check if using fsassets :) [1:28 PM PT] Ubit Umarov: upload same textyre twcie and compare the hashs [1:29 PM PT] Ubit Umarov: not sure if who made sras and fsassets knew the metadata viewers add [1:30 PM PT] Gavin.Hird @grid.xmir.org:8002: I don't think the viewer adds any metadata to the raw imagedata [1:30 PM PT] Ubit Umarov: well it is j2000 data not raw image [1:31 PM PT] Gavin.Hird @grid.xmir.org:8002: you understand what I mean [1:31 PM PT] Ubit Umarov: ok :) [1:31 PM PT] Ubit Umarov: like crreation data on the info areas of the j2k [1:33 PM PT] Ubit Umarov: animation seems to be just anim [1:34 PM PT] Selby.Evans @grid.kitely.com:8002: bye all [1:34 PM PT] Ubit Umarov: cya [1:34 PM PT] Andrew Hellershanks: Another half hour has passed. I need to get going so I will close the meeting for today. Thank you all for coming. See you again next week. [1:34 PM PT] Andrew Hellershanks: bye, Selby. [20:34 UTC] *** Logging stopped. ***