[19:01 UTC] *** Logging started. *** [12:01 PM PT] Misterblue Waves: I still receive compensation payment email from the united nations. I would have thought that scam would be over by now [12:01 PM PT] Andrew Hellershanks: Hello, everyone. [12:01 PM PT] Ubit Umarov: but ypu did sit on yours :) [12:01 PM PT] Jamie.Jordan @grid.kitely.com:8002: my bad [12:02 PM PT] Ubit Umarov: well and now gavin dones not show up :) [12:02 PM PT] Selby.Evans @grid.kitely.com:8002: Hi everyone [12:02 PM PT] Ubit Umarov: kiding [12:02 PM PT] Misterblue Waves: looks like I'm dancing at the head of the table... better move [12:04 PM PT] Michael.Christopher @cc.opensimulator.org:8002: hello everyone [12:04 PM PT] Misterblue Waves: hello Michael [12:05 PM PT] Misterblue Waves: have been looking at Prebuild... thinking of adding target of "standard20" [12:06 PM PT] Ubit Umarov: what is standard20? [12:06 PM PT] Ubit Umarov: that is gone [12:07 PM PT] Ubit Umarov: acording to ms, all unified in .net5.0 now .net6.0 [12:07 PM PT] Misterblue Waves: it still exists as an everywhere thing. dotnet standard 2.1 is specific [12:07 PM PT] Ubit Umarov: ie there is also core2, 3 3.1 etc [12:07 PM PT] Ubit Umarov: a total mess [12:08 PM PT] Misterblue Waves: for sure a total mess [12:08 PM PT] Ubit Umarov: but as i said, ms says it is now only .net6.0 [12:09 PM PT] Ubit Umarov: lookied today to a mysql connector maria now recomends [12:09 PM PT] Andrew Hellershanks: What has Misterblue in a dancing mood? [12:09 PM PT] Kayaker Magic: So Mr Blue, how goes your new viewer project? [12:09 PM PT] Ubit Umarov: it complies in 16 variats [12:09 PM PT] Ubit Umarov: 8 debug, 8 release [12:10 PM PT] Misterblue Waves: yes, but adding standard2.0 to a large project built on Framework4.8 is an easier thing than trying for Dotnet 6 [12:10 PM PT] Ubit Umarov: the 8 are from 4.5, 4.6.1. 4.7.1, 5. 6. core3 standart2 etc [12:10 PM PT] Andrew Hellershanks: Ubit, 16 variants of a MySQL connector? [12:10 PM PT] Ubit Umarov: compiled variants [12:10 PM PT] Andrew Hellershanks: oh, I see. [12:10 PM PT] Ubit Umarov: pure stupidity now [12:11 PM PT] Ubit Umarov: and scary things even [12:11 PM PT] Misterblue Waves: I am trying to start a larger viewer discussion [12:11 PM PT] Misterblue Waves: so far I've been doing-my-own-thing but I could use more input [12:11 PM PT] Michael.Christopher @cc.opensimulator.org:8002: larger? [12:11 PM PT] Ubit Umarov: all use system.compilerservices.unsafe [12:11 PM PT] Ubit Umarov: also dor .net4.5 [12:12 PM PT] Ubit Umarov: when documentation tells it is only for .net core [12:12 PM PT] Ubit Umarov: at least to things that do suport ref locals [12:12 PM PT] Misterblue Waves: at the moment, I have addon-modules that convert OS assets to GLTF formats, use the Cesium 3d tile scene definition for a LOD description of the scene, and have a limping browsers viewer [12:12 PM PT] Ubit Umarov: well.. C# is just bad now [12:13 PM PT] Misterblue Waves: debating how much automatic LOD stuff to do -- browsers need simpliler assets for large scenes [12:15 PM PT] Ubit Umarov: what browsers... [12:15 PM PT] Ubit Umarov: what viewer... [12:17 PM PT] Andrew Hellershanks: Looking at the OS change log this past week most of the changes were related to libOMV. [12:17 PM PT] Misterblue Waves: @Ubit, I've been working on a virtual world viewer for a while and am being more public about it [12:17 PM PT] Ubit Umarov: ok [12:18 PM PT] Misterblue Waves: the current implmentation is ThreeJS in whatever browser (Chrome, Firefox, ...) [12:18 PM PT] Andrew Hellershanks: Misterblue, that is a big project. I hope you get some other people to help you out. [12:18 PM PT] Selby.Evans @grid.kitely.com:8002: A browser-based viewer [12:18 PM PT] Misterblue Waves: although, these days, more work is being done on Babylon rather than ThreeJS [12:19 PM PT] Selby.Evans @grid.kitely.com:8002: Should run in all browsers. [12:19 PM PT] Ubit Umarov: so to see a static model of a region ? [12:19 PM PT] Misterblue Waves: I hope is to have a browser viewer and an other-engine viewer going in a few months. I first thought of Unreal but people don't like that [12:19 PM PT] Kayaker Magic: OMG, most commercial WEB pages have trouble running in all browsers! [12:20 PM PT] Kayaker Magic: I like Unreal! [12:20 PM PT] Misterblue Waves: @Kayaker indeed, the compatibility just using the "standard" stuff is iffy [12:20 PM PT] Ubit Umarov: one problem of the real good engines is that that cost $$.. a lot [12:21 PM PT] Selby.Evans @grid.kitely.com:8002: Already can convert OAR files to inport into browser-based. [12:21 PM PT] Ubit Umarov: unreal just wanted to be payed.. [12:21 PM PT] Ubit Umarov: none has a "opensource" model like opensim [12:21 PM PT] Kayaker Magic: I think Unreal changed that policy for small projects. [12:21 PM PT] Ubit Umarov: they are money making things.. no free lunch [12:22 PM PT] Misterblue Waves: @Ubit, the protocol is organized in "layers" which can have different message packing and differnet network transports. I currently separate a region's content into static, dynamic (scripted or physical), and avatars. [12:23 PM PT] Misterblue Waves: @Selby, yes. I wrote 'Convoar" and those subroutines and used to convert the region assets to GLTF on-the-fly or in batches [12:23 PM PT] Andrew Hellershanks: Kayaker, just getting static pages to handle CSS so you get the same appearance across multiple browsers is bad enough without throwing in scripting in to the mix. [12:23 PM PT] Kayaker Magic: The advantage of Unreal is their new auto-LOD system. Since we will never convince builders in OpenSim to optimize their mesh, U5 would make all that content work fast. [12:24 PM PT] Misterblue Waves: the interesting part of Unreal is their LOD optimizations in the renderer. It architecturally complicates how much LOD to do in the asset generation phase and in the asset rendering phase [12:24 PM PT] Selby.Evans @grid.kitely.com:8002: Importing OAR files from OpenSim to Web Worlds: Convoar -- Importing OAR files from OpenSim to Web Worlds: Convoar [12:24 PM PT] Selby.Evans @grid.kitely.com:8002: https://virtualoutworlding.blogspot.com/2018/07/2018-ww-hg-importing-oar-files-from.html [12:24 PM PT] Misterblue Waves: otherwise, there are a lot of open-source renderer projects that could be used [12:26 PM PT] Misterblue Waves: LOL, what @Kayaker said [12:26 PM PT] Selby.Evans @grid.kitely.com:8002: Browser based worlds are getting traction Decentraland, Mozilla hubs [12:27 PM PT] Selby.Evans @grid.kitely.com:8002: here are some: https://mymetaversehub.com/ [12:27 PM PT] Michael.Christopher @cc.opensimulator.org:8002: Selby - i've been asking for it long enough :P [12:28 PM PT] Kayaker Magic: Lots of people ask for anti-grav cars. That doesn't mean one will ever fly. [12:28 PM PT] Andrew Hellershanks: Misterblue, When I hear references to rendering engines for use with OS I start wondering about using the one in Blender. It is more likely to have a licence that doesn't restrict its use unless you pay someone some money. [12:29 PM PT] Michael.Christopher @cc.opensimulator.org:8002: steven is using blender, but i just havent taken the time to learn it yet, im still using sketchup and exporting [12:29 PM PT] Andrew Hellershanks nods [12:29 PM PT] Ubit Umarov: using a picture quality render for real time? jezz [12:30 PM PT] Ubit Umarov: whatever.. [12:30 PM PT] Misterblue Waves: @Andrew, I haven't looked into that one. Would wonder how it is made available and how efficient it is. Rendering a prototype animation can be different than rendering a high frame-rate scene view [12:30 PM PT] Michael.Christopher @cc.opensimulator.org:8002: oh wait you mean live like while in world? [12:30 PM PT] Andrew Hellershanks: Blender is a program with many parts to learn. All depends on your use case for it as to how deep you go down the rabbit hole. [12:30 PM PT] Kayaker Magic: I would guess that the renderer(s) in Blender were not designed to be used by other systems, while Unreal was designed as an API [12:30 PM PT] Misterblue Waves: the are SO MANY browser based "virtual world" projects out there. I seem to find a new one every day [12:31 PM PT] Andrew Hellershanks: Misterblue, I forget which one is the current (new) renderer in Blender but either Evee or Cycles are meant to render in real-time. [12:31 PM PT] Andrew Hellershanks: Kayaker, I have heard of one of them being used outside Blender. [12:31 PM PT] Michael.Christopher @cc.opensimulator.org:8002: kayaker - is it complicated to export from blender to unreal? we're working in unity still [12:31 PM PT] Misterblue Waves: @Andrew, there worth a look [12:33 PM PT] Misterblue Waves: once I have the browser one working enough, I want another rendering engine that would make a splash. There is a conservative "right" choice and there is the "crazy" choice that would make people sit up and look :) [12:33 PM PT] Kayaker Magic: I want to go crazy! [12:33 PM PT] Andrew Hellershanks: Misterblue: This page covers differences between Cycles and Evee -> https://cgcookie.com/articles/blender-cycles-vs-eevee-15-limitations-of-real-time-rendering [12:34 PM PT] Misterblue Waves: @Andrew thanks! [12:35 PM PT] Misterblue Waves: of course, everyone has a 3080 in their computer ;-) [12:35 PM PT] Andrew Hellershanks: 3080? [12:36 PM PT] Ubit Umarov: nahh that is weak.. 3080 ti at least.. most 3090 [12:36 PM PT] Misterblue Waves: @Andrew that's a top NVidia graphics card [12:36 PM PT] Andrew Hellershanks: oh, the newer line of nVidia video cards. [12:36 PM PT] Michael.Christopher @cc.opensimulator.org:8002: really? just spent 4k on this and only got the 3080 [12:37 PM PT] Michael.Christopher @cc.opensimulator.org:8002: would have been another 2k to go to the 3090 [12:37 PM PT] Andrew Hellershanks: Didn't recognize the number at first without the RTX prefix. [12:37 PM PT] Michael.Christopher @cc.opensimulator.org:8002: took me a sec too andrew [12:37 PM PT] Ubit Umarov: you do nothing without a rtx3090 [12:37 PM PT] Andrew Hellershanks: I'm not going to spend that kind of money just on a video card. [12:37 PM PT] Misterblue Waves: of course, with a better renderer, we'd need better world content. I remember trying out one of the VR viewers and finding that the trees and bushed were Really Bad in VR [12:38 PM PT] Misterblue Waves: bushes [12:38 PM PT] Ubit Umarov: most top games need a 3080 [12:38 PM PT] Andrew Hellershanks: When a viewer is capable of showing people better content people will start making better content. [12:38 PM PT] Ubit Umarov: well whatever.. [12:39 PM PT] Ubit Umarov: no there will never be better content [12:39 PM PT] Ubit Umarov: the solution to have better content, and viable comercial VR is to close content creation to professioanals [12:40 PM PT] Ubit Umarov: like sansar and space do [12:40 PM PT] Michael.Christopher @cc.opensimulator.org:8002: hmmm. [12:40 PM PT] Andrew Hellershanks: Ubit, do you consider mesh content as no better than what was available before it? [12:40 PM PT] Jamie.Jordan @grid.kitely.com:8002: the cards are great but they don't matter if you can't buy them [12:40 PM PT] Ubit Umarov: forget. .world is for those who can pay it [12:41 PM PT] Ubit Umarov: more and more [12:41 PM PT] Michael.Christopher @cc.opensimulator.org:8002: jamie - excellent point. if people cant really see vr right without a $2000-$3000 graphics card, few ever will [12:41 PM PT] Andrew Hellershanks: Closing content creation to "Professionals" is pretty much what Sansar did. [12:41 PM PT] Misterblue Waves: my next real reandering problem is avatars. I can take code from Radigast for the base avatar but I'm on my own for the mesh avatars [12:42 PM PT] Ubit Umarov: that is what is said andrew [12:42 PM PT] Ubit Umarov: and it is the only way to have something that does work [12:42 PM PT] Jamie.Jordan @grid.kitely.com:8002: I'd build a new rig tomorrow if I could get parts [12:42 PM PT] Ubit Umarov: you can't just let ppl grab things from web and upload [12:42 PM PT] Ubit Umarov: that will never work [12:42 PM PT] Misterblue Waves: then there are the new avatar formats like VRM [12:43 PM PT] Ubit Umarov: no matter how good you make upload optimizers [12:43 PM PT] Andrew Hellershanks: It wouldn't help a world to develop if only a relatively small number of people can make content. [12:43 PM PT] Ubit Umarov: well that is the gaming industry [12:43 PM PT] Ubit Umarov: and movies etc [12:44 PM PT] Ubit Umarov: so in fact a lot of good creators there [12:44 PM PT] Misterblue Waves: it would be nice to incorporate the avatar format being used by vtubers and VRChat, etc. There are nice, online avatar creation sites these days [12:44 PM PT] Ubit Umarov: avatar creation for what? [12:44 PM PT] Misterblue Waves: the reason Minecraft and SL are as popular as they are is because of the easy user content creation [12:45 PM PT] Ubit Umarov: wlel that was made possible at sl with the prim idea [12:45 PM PT] Ubit Umarov: the mesh started going bad.. even considering they are limited 16bit mesh [12:46 PM PT] Ubit Umarov: even so,. sl viewer does work on a intel integrated GPU [12:46 PM PT] Ubit Umarov: of mid range pcs/laptops [12:46 PM PT] Michael.Christopher @cc.opensimulator.org:8002: this takes me back to the subject of standards for avatars so, like our suitcase here, avatars can transition between worlds without re-creating them over and over. [12:47 PM PT] Kayaker Magic: Yeah, I'm away from home for a few weeks, and my laptop is working well without the nvidea my desktop has. [12:47 PM PT] Michael.Christopher @cc.opensimulator.org:8002: sounds like that would need a layering system so low-poly worlds can display a simpler version and high-poly worlds can show the full complexity [12:47 PM PT] Ubit Umarov: well all systems have that michael.Christopher [12:47 PM PT] Ubit Umarov: LOD is part of that also [12:48 PM PT] Michael.Christopher @cc.opensimulator.org:8002: its part of that walled garden subject [12:48 PM PT] Misterblue Waves: today, people create avatars using tools like ReadyPlayerMe (https://readyplayer.me/) and can us it in many different worlds (VRChat, Decentraland, ...) [12:48 PM PT] Ubit Umarov: with high definition LOD levels restricted to better hardware [12:48 PM PT] Misterblue Waves: should also be in OpenSim [12:48 PM PT] Michael.Christopher @cc.opensimulator.org:8002: yes [12:49 PM PT] Ubit Umarov: well just add a SL like avatar plugin to that readyplayerme [12:50 PM PT] Misterblue Waves: @Ubit, I'm thinking the other way around [12:50 PM PT] Ubit Umarov: from what i see that is not one avatar for all games.. it is a avatar "compiled" for this or that game... [12:50 PM PT] Ubit Umarov: i know you are.. but does not seem that is that [12:50 PM PT] Ubit Umarov: but don't know.. [12:50 PM PT] Misterblue Waves: everyone names their bones differently, it seems [12:50 PM PT] Ubit Umarov: everyone makes its own thing [12:51 PM PT] Ubit Umarov: there is no "avatar" standard [12:51 PM PT] Michael.Christopher @cc.opensimulator.org:8002: thats what i thought too ubit - it generates an avatar that you can re-upload to ever other world, but if you change the avatar in one world, you would have to re-upload it everywhere else to echo that change [12:51 PM PT] Ubit Umarov: just things that do look identical, bc each copies each other ideas [12:51 PM PT] Andrew Hellershanks nods [12:51 PM PT] Misterblue Waves: @Michael, pretty sure that's how it is [12:51 PM PT] Michael.Christopher @cc.opensimulator.org:8002: yes, thats what I was trying to talk about lol [12:52 PM PT] Ubit Umarov: so yeah.. want to make opensim vatars with that.. add the module to that :p [12:52 PM PT] Andrew Hellershanks: Just under 10 minutes left to go in the hour. I have one question about osForceAttachToOtherAvatarFromInventory(). [12:52 PM PT] Misterblue Waves: there is no central storage or format that everyone pulls from. That's also the joke on NFTs, but that's a different topic [12:52 PM PT] Michael.Christopher @cc.opensimulator.org:8002: we've got a decent base for what I mean with the suitcase across HG [12:52 PM PT] Ubit Umarov: so yeah.. we can talk a lot.. [12:53 PM PT] Ubit Umarov: but at end of day... concret specs are needed [12:53 PM PT] Ubit Umarov: concrete.. [12:53 PM PT] Michael.Christopher @cc.opensimulator.org:8002: if users have a home world that stores their content, then going elsewhere the avatar can be loaded from home. [12:53 PM PT] Ubit Umarov: and evenrything outthere is just a fast moving target.. [12:53 PM PT] Misterblue Waves: OpenSim has solved a bunch of the HG stuff that the world is trying to figure out (again) [12:53 PM PT] Andrew Hellershanks: That OSSL function doesn't work with NPCs. I got as far as seeing it checks passes a UUID to GetScenePresence(). Does GetScenePresence() ignore NPCs? [12:54 PM PT] Ubit Umarov: how many times has the wheel been invented :) [12:54 PM PT] Ubit Umarov: does not? [12:54 PM PT] Andrew Hellershanks: Ubit, many times and it will be invented again many more times. [12:54 PM PT] Misterblue Waves: aren't NPCs a different sub-class of ScenePresence? That could mean it implments it differently [12:55 PM PT] Michael.Christopher @cc.opensimulator.org:8002: ubit - but the wheel now isnt good enough, we need a better wheel [12:56 PM PT] Andrew Hellershanks: Ubit, I've been told that the function doesn't work in forcing attachments on to NPCs. [12:56 PM PT] Ubit Umarov: yeah.. that moves the item to the person inventory [12:56 PM PT] Ubit Umarov: and npcs do not have it [12:56 PM PT] Andrew Hellershanks: Ah, that would explain it. [12:57 PM PT] Ubit Umarov: not made for npcs [12:58 PM PT] Andrew Hellershanks: ty. I'll relay that information. [12:58 PM PT] Selby.Evans @grid.kitely.com:8002: What OpenSimulator/hypergrid needs to qualify as the beginning metaverse. It already has most of the needed features: A meeting in the metaverse. https://virtualoutworlding.blogspot.com/2022/01/2022-biz-what-opensimulatorhypergrid.html [12:58 PM PT] Ubit Umarov: guess none of the script attach code works on npc [12:59 PM PT] Andrew Hellershanks: It would be nice to be able to do that, although probably not needed very often. [1:00 PM PT] Ubit Umarov: well abotu last week code changes [1:00 PM PT] Ubit Umarov: as andrew said, some changes on libopenmetaverse [1:01 PM PT] Ubit Umarov: with some speedup on json from OSD serialize code [1:01 PM PT] Ubit Umarov: original was just bad [1:01 PM PT] Ubit Umarov: because it uses a library, ( litJson) [1:02 PM PT] Ubit Umarov: to send something in json, we need to create OSD object adding to it things [1:02 PM PT] Ubit Umarov: .net things that it stores on new osd objects [1:03 PM PT] Ubit Umarov: that is still need, ofc [1:03 PM PT] Ubit Umarov: but that original code did went covernt that to that library native objects [1:03 PM PT] Ubit Umarov: so a extra ton of temporay .net classes.. [1:04 PM PT] Ubit Umarov: then used the lib to convert to utf-16 strings [1:04 PM PT] Ubit Umarov: and from those to utf-8 byte[] [1:04 PM PT] Michael.Christopher @cc.opensimulator.org:8002: :/ got to head out, time to go pick my son up from school. have a great week and email if you need me! [1:05 PM PT] Ubit Umarov: new code, goes directly from OSD objects to byte[] in utf8 [1:05 PM PT] Andrew Hellershanks: ok, Michael. Thanks for dropping by. [1:05 PM PT] Ubit Umarov: that is used in several places like part of robust api [1:05 PM PT] Misterblue Waves: take care Michael [1:05 PM PT] Ubit Umarov: teleports.. [1:05 PM PT] Ubit Umarov: etc [1:06 PM PT] Ubit Umarov: cya Mi [1:06 PM PT] Ubit Umarov: sadly deserialize is still as before.. [1:06 PM PT] Ubit Umarov: byte[] -> utf16 -> litjson data -> osd -> .net variables [1:07 PM PT] Andrew Hellershanks: That's quite a few steps. [1:07 PM PT] Ubit Umarov: a perfect example of what opensim so far considered a "good" protocol [1:07 PM PT] Ubit Umarov: scary when we read abotu new opensim protocols :P [1:08 PM PT] Ubit Umarov: bc this well you know what i mean :p [1:09 PM PT] Ubit Umarov: works fine on regions with like 20ppl all dancing the same dance all the time :p [1:09 PM PT] Ubit Umarov: no idea why ppl want to do more than that [1:09 PM PT] Ubit Umarov: ;) [1:09 PM PT] Misterblue Waves: that sort of thing has gotten us by for a long time [1:10 PM PT] Misterblue Waves continues to dance with the 5 people here :) [1:10 PM PT] Ubit Umarov: :) [1:10 PM PT] Andrew Hellershanks: :) [1:10 PM PT] Ubit Umarov: well .net5/6 now has its onw json [1:10 PM PT] Ubit Umarov: and own direct utf8 [1:11 PM PT] Ubit Umarov: but yeachhh... some code pretty ugly also [1:11 PM PT] Misterblue Waves: it's time to upgrade all of OS to Dotnet 6!! [1:11 PM PT] Ubit Umarov: im doing it with other code.. in fact like .net 2.0 code [1:11 PM PT] Misterblue Waves: convert all the code! [1:11 PM PT] Ubit Umarov: that works as fast as that new thins [1:12 PM PT] Ubit Umarov: yeah .net5 basicly whats that [1:12 PM PT] Ubit Umarov: a proper migration to it, would m,ean 90% rewrite [1:12 PM PT] Ubit Umarov: not to mention the lost things [1:12 PM PT] Misterblue Waves: what is the reason we can't convert yet? Old systems? [1:12 PM PT] Ubit Umarov: like image [1:13 PM PT] Ubit Umarov: to start our own site :p [1:13 PM PT] Misterblue Waves: ya, Image and Bitmap are real problems [1:13 PM PT] Ubit Umarov: then .. all that seems just pretty bad [1:13 PM PT] Ubit Umarov: the tasks thing they love [1:13 PM PT] Ubit Umarov: its just BAD [1:14 PM PT] Ubit Umarov: i tried it on the httpserver [1:14 PM PT] Misterblue Waves: that's way I've been liking Standard2.0, a whole bunch of the sub-projects in OS can be converted to that without commiting to a total change yet [1:14 PM PT] Ubit Umarov: got a lot more GC fails [1:14 PM PT] Ubit Umarov: more memory lost by GC [1:14 PM PT] Ubit Umarov: and threads lek [1:14 PM PT] Ubit Umarov: leak [1:14 PM PT] Ubit Umarov: specially on mono [1:14 PM PT] Misterblue Waves: really? Tasks are that bad? Or just how we are using them? [1:14 PM PT] Ubit Umarov: and slower [1:15 PM PT] Ubit Umarov: w do not use tasks [1:15 PM PT] Ubit Umarov: all modern kids do :p [1:15 PM PT] Ubit Umarov: not opensim [1:15 PM PT] Misterblue Waves: we have wrappers around Threads in the existing code [1:15 PM PT] Ubit Umarov: we do use threads [1:15 PM PT] Ubit Umarov: not task [1:16 PM PT] Ubit Umarov: task is a extra layer around threads [1:16 PM PT] Ubit Umarov: tash async wait, even a total code change under the hood [1:16 PM PT] Misterblue Waves: I've been using Tasks in my new code but I haven't stressed them hard to see if they break [1:16 PM PT] Ubit Umarov: addind static variables and insane state machines [1:17 PM PT] Ubit Umarov: ms code is great when not used :p [1:17 PM PT] Misterblue Waves: "Insane State Machines" is the name for a rock band [1:17 PM PT] Ubit Umarov: :) [1:17 PM PT] Ubit Umarov: well on httpserver send i went to the older begin/end [1:18 PM PT] Andrew Hellershanks: Misterblue, :) [1:18 PM PT] Ubit Umarov: that they actually still used at lower level [1:18 PM PT] Ubit Umarov: bc that is what does work best in windows ( overlaped io ) [1:19 PM PT] Ubit Umarov: and not so bad on linux wrappers [1:20 PM PT] Ubit Umarov: opensim code future was a lot work on the days of .netcore [1:20 PM PT] Ubit Umarov: until 3.1 [1:20 PM PT] Selby.Evans @grid.kitely.com:8002: bye all [1:21 PM PT] Ubit Umarov: bc the amount of things that did need rewrite where a lot more [1:21 PM PT] Ubit Umarov: cya selby [1:21 PM PT] Ubit Umarov: 2 late [1:21 PM PT] Ubit Umarov: in core3.1 ms understud they wouid need to port a lot more of framework to it [1:22 PM PT] Ubit Umarov: just still left a lot out, like the image.. [1:22 PM PT] Ubit Umarov: well they do have image.. bit,map etc.. windoews only [1:22 PM PT] Ubit Umarov: on the .net5.0-windows [1:22 PM PT] Ubit Umarov: bahh [1:23 PM PT] Ubit Umarov: nad .net6.0-windows ofc [1:24 PM PT] Ubit Umarov: oh last week i also did accetp a patch [1:24 PM PT] Misterblue Waves: I saw that!! [1:24 PM PT] Ubit Umarov: that did add some umanaged libs for rasp pi 64bit cpu [1:25 PM PT] Andrew Hellershanks: I noticed that too [1:25 PM PT] Ubit Umarov: oh hthat was on the previu week already :) [1:25 PM PT] Jamie.Jordan @grid.kitely.com:8002: see yall next week [1:26 PM PT] Misterblue Waves: bye Jamie [1:26 PM PT] Ubit Umarov: oj and gavin didn't come [1:26 PM PT] Ubit Umarov: hope all is ok with him [1:26 PM PT] Andrew Hellershanks: One bug fix this past week was to stop some duplicate IMs. [1:27 PM PT] Ubit Umarov: yeap a recent one i added :p [1:27 PM PT] Ubit Umarov: in case of several regions per instace [1:27 PM PT] Andrew Hellershanks: I wonder about Bill as he is seldom seen around these parts. [1:27 PM PT] Ubit Umarov: one copy per region :p [1:27 PM PT] Ubit Umarov: yeap bill changed to rl grid [1:27 PM PT] Andrew Hellershanks: ah, ok. Now the commit message makes more sense. [1:28 PM PT] Ubit Umarov: guess its only thing on opensim is running this region [1:29 PM PT] Ubit Umarov: his.. [1:29 PM PT] Andrew Hellershanks: We are into overtime again at half past the hour. Time to call this meeting to a close. [1:29 PM PT] Andrew Hellershanks: DId Gavin recently get a new computer? Perhaps it is giving him some headaches. [1:29 PM PT] Ubit Umarov: ohh your forcing MB to stop dancing? [1:30 PM PT] Andrew Hellershanks: No, he can keep dancing if he wants. [1:30 PM PT] Andrew Hellershanks: Thank you all for coming. See you again next week. [20:30 UTC] *** Logging stopped. ***