[19:01 UTC] *** Logging started. *** [12:01 PM PT] Andrew Hellershanks: Hello, everyone. [12:01 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Exciting week this week, nothing happened :D [12:01 PM PT] Ubit Umarov: hi [12:01 PM PT] Andrew Hellershanks: Hello, Jagga [12:02 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Well apart from closing some mantis things out that been sitting for years [12:02 PM PT] Andrew Hellershanks: Vincent, sometimes it is good to have weeks like that. [12:02 PM PT] Ubit Umarov: well a few things did happen [12:02 PM PT] Jagga Meredith: hi [12:02 PM PT] Ubit Umarov: earth did move a bit.. even turn around a few times [12:02 PM PT] Vincent.Sylvester @hg.zetaworlds.com: rofl [12:03 PM PT] Andrew Hellershanks: Hello, Kayaker. [12:03 PM PT] Kayaker Magic: Hi Andrew! And everyone else! [12:03 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I found a few more potential mantis tickets that I will do when I find the time, but a lot of what's left has so much work involved in re-testing that I am almost tempted to just close them [12:04 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Like things that came up once in the last ten years ought to not be that big an issue, even if I'd rather them stay [12:04 PM PT] Selby.Evans @grid.kitely.com:8002: hi everyone [12:04 PM PT] Gavin.Hird @grid.xmir.org:8002: Hi Andrew, all [12:04 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Problem is the mess has gotten so bad that you lose all overview of what's actually worth paying attention to I feel [12:05 PM PT] Andrew Hellershanks: Hello, Selby. [12:05 PM PT] Kayaker Magic: We are such a bunch of stuck-in-the-muds, this fake mirror-ball over my head continues to work pretty well! [12:05 PM PT] Motoko.Karu @login.digiworldz.com:8002: heya Selby... [12:05 PM PT] Andrew Hellershanks: Vincent, if the issues are that old you can't be certain whether the issue has been fixed or not. [12:06 PM PT] Vincent.Sylvester @hg.zetaworlds.com: That's the problem, on one hand it has not come up again in a newer ticket and hasn't seen a reply either, but it is also such a drag to re-test it... [12:06 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Like freeswitch issues, I value what's left of my sanity, setting that up is just pain [12:07 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Some of the other stuff is really hard to root out what the actual cause was as they lack information [12:07 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I can come up with plenty of reasons to close old stuff, but I also don't feel I should either [12:07 PM PT] Vincent.Sylvester @hg.zetaworlds.com: At the same time getting rid of some of this stuff is needed at some point as it is a total mess [12:07 PM PT] Ubit Umarov: kay that fake mirror is just a prim with a texture [12:08 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Can't expect anyone to come in and provide patches when you have 1200 open issues, where do you even start [12:08 PM PT] Ubit Umarov: :p [12:08 PM PT] Andrew Hellershanks: Vincent, Yes. I wouldn't want to try testing anything to do with FreeSwitch. I remember how much of a hassle it was to get working. [12:08 PM PT] Andrew Hellershanks: Vincent, start with the mantis reports that have patches attached. [12:09 PM PT] Ubit Umarov: guess a lot of open ones is just because no one did close [12:09 PM PT] Vincent.Sylvester @hg.zetaworlds.com: That too [12:09 PM PT] Ubit Umarov: since we usually leave that to reporter [12:10 PM PT] Andrew Hellershanks: I don't think some reporters know they are supposed to close the report. [12:11 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Well finding if a patch has been applied or not is a little harder when the code has been modified and historically patches have often been applied in modified form so search for author doesn't work [12:12 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I mean if we accept a patch, apply as is, change in a subsequent commit right after so at least the contribution is noted and the papertrail is there to be found [12:12 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I did close two mantis tickets that had the code in there, but was applied by someone else [12:12 PM PT] Vincent.Sylvester @hg.zetaworlds.com: diff search in git is so damn slow [12:12 PM PT] Ubit Umarov: patchs do have some kind of feedback when we do look [12:13 PM PT] Ubit Umarov: like thanks, but NO [12:13 PM PT] Ubit Umarov: :p [12:13 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I contribute to a few things on github, there the common course is to apply the merge request and then change what you don't like right after [12:13 PM PT] Andrew Hellershanks: Vincent, I ammend the comment if I accept a patch from someone but the patch needs some adjust before it can be committed to the source tree. [12:14 PM PT] Vincent.Sylvester @hg.zetaworlds.com: The upside of accepting as-is and changing later is that you can blame someone else for breaking it lol [12:15 PM PT] Andrew Hellershanks: True but then it means you probably shouldn't have accepted the patch in the first place. :) [12:15 PM PT] Ubit Umarov: correct way to accept patchs doing git am --signoff [12:16 PM PT] Ubit Umarov: taht does set the author and who did accept it [12:16 PM PT] Andrew Hellershanks: I keep meaning to look for information on handling merge requests. I did look once before but didn't find anything. I don't want to download a full copy of someone elses code tree just to find out what they changed before I can decide whether to accept the changes. [12:16 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Not gonna comment on what that does to people, but just say that it was curious to find the author was not in git history, but checking the file the changes were merged and only slightly altered, which makes it hard to figure out what happened, but alas [12:17 PM PT] Andrew Hellershanks: Signing off has been done before. You can see examples of that in the source tree. [12:17 PM PT] Ubit Umarov: to accept a patch, you do need to know what you are doing :p [12:17 PM PT] Ubit Umarov: better have some understanding of that code are, or just keep hands off [12:18 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Then no code should ever go in, cause do any of us really "know"? [12:19 PM PT] Ubit Umarov: well we are here.. [12:19 PM PT] Ubit Umarov: so, some bits where kinda understud... [12:19 PM PT] Ubit Umarov: well or jsut made to work even without understanding.. [12:19 PM PT] Ubit Umarov: ;) [12:20 PM PT] Andrew Hellershanks: :) [12:20 PM PT] Vincent.Sylvester @hg.zetaworlds.com: With the bugs I have found thus far I don't trust whatever is responsible for my luck anymore [12:20 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Universe has it out for me lol [12:21 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I did update some pages on the wiki this past week, bring things up to date [12:21 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Feel free to jump on IRC and complain if something needs updating [12:22 PM PT] Ubit Umarov: well no one wants to fo to irc [12:22 PM PT] Ubit Umarov: uff [12:23 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Age old debate of "why no discord" like grrr IRC isn't out to sell our data [12:24 PM PT] Ubit Umarov: no to mention how heavy and confusing discord is [12:24 PM PT] Motoko.Karu @login.digiworldz.com:8002: *bleh* [12:24 PM PT] Ubit Umarov: having it iddle and minimze uses like 3 to 5W on cpu alone [12:24 PM PT] Vincent.Sylvester @hg.zetaworlds.com: It uses more resources than my browser with 300 open tabs [12:25 PM PT] Andrew Hellershanks: WIth IRC I can follow multiple discussions taking place at once. With Discord you may have to check several channels but then it is harder to follow disussions taking place in several channels at once. [12:26 PM PT] Ubit Umarov: i just get lost on discord :) [12:26 PM PT] Motoko.Karu @login.digiworldz.com:8002: weechat.org esp for vim users [12:26 PM PT] Ubit Umarov: and 2 many lights and things [12:26 PM PT] Ubit Umarov: sad to see what people do chose [12:27 PM PT] Ubit Umarov: does not tell good things about people :P [12:27 PM PT] Ubit Umarov: well details ;) [12:27 PM PT] Andrew Hellershanks: I have Discord because some people I help out with tech support use it. [12:27 PM PT] Ubit Umarov: current RL tells a lot about people [12:28 PM PT] Ubit Umarov: whatever [12:28 PM PT] Gavin.Hird @grid.xmir.org:8002: I think I last started the Discord client last year [12:28 PM PT] Andrew Hellershanks: Gavin, oh. I get to blame you for one of the five Discord servers I'm watching? ;) [12:29 PM PT] Gavin.Hird @grid.xmir.org:8002: do you? [12:29 PM PT] Jagga Meredith: I'm on it every day. Tech support for aviworlds. [12:29 PM PT] Vincent.Sylvester @hg.zetaworlds.com: I got a few folks that since the whole metaverse bullshit came about asked for an opensim discord and I'm like "have you heard of this wonderful thing called IRC"... [12:29 PM PT] Andrew Hellershanks: I have it running all the time but I don't look at it very often. [12:31 PM PT] Vincent.Sylvester @hg.zetaworlds.com: So Gavin, how you holding up battling the viewer? [12:32 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Giving you much trouble or has it started to dance to your tune? [12:33 PM PT] Gavin.Hird @grid.xmir.org:8002: I battled a massive set of changes all day today [12:33 PM PT] Gavin.Hird @grid.xmir.org:8002: VS is so picky... [12:33 PM PT] Gavin.Hird @grid.xmir.org:8002: but it rusn fine in SL - actually great [12:33 PM PT] Gavin.Hird @grid.xmir.org:8002: runs* [12:33 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Nice :D [12:34 PM PT] Gavin.Hird @grid.xmir.org:8002: todays exercise was to add in some code to hide menu and UI items that does not work in Opensim [12:35 PM PT] Ubit Umarov: fun :) [12:35 PM PT] Vincent.Sylvester @hg.zetaworlds.com: hm do we have that many things not supported still, I know Avatar Picker is one [12:35 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Trying to get Firestorm to enable the grid status rss feed lately [12:35 PM PT] Gavin.Hird @grid.xmir.org:8002: all marketplace functionality [12:36 PM PT] Gavin.Hird @grid.xmir.org:8002: lots of help stuff [12:36 PM PT] Gavin.Hird @grid.xmir.org:8002: pathfinding [12:36 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Ah okay [12:36 PM PT] Gavin.Hird @grid.xmir.org:8002: experiences [12:36 PM PT] Ubit Umarov: 0.9 does send rss info [12:36 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Yup [12:36 PM PT] Ubit Umarov: but grids need to have the web things [12:36 PM PT] Gavin.Hird @grid.xmir.org:8002: web profiles and all kinds of account shit [12:36 PM PT] Ubit Umarov: and viewers do need to look [12:36 PM PT] Ubit Umarov: guess they don't [12:36 PM PT] Gavin.Hird @grid.xmir.org:8002: sure but standalones won't [12:37 PM PT] Gavin.Hird @grid.xmir.org:8002: the viewer has to work also on a standalone [12:37 PM PT] Andrew Hellershanks: Supporting path finding would be nice. [12:37 PM PT] Ubit Umarov: but they do warn when there is on at.. sl :p [12:37 PM PT] Gavin.Hird @grid.xmir.org:8002: I have not seen a pathfinding thing in SL since it was introduced, but I have not particularly looked [12:38 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Genuinely don't even know what it's for lol Experiences to me defeat the point of a virtual social world, if I wanted to be alone doing something I'd play a game instead [12:39 PM PT] Andrew Hellershanks: yea. Unless you are having something moving around in a dynamic environment KFM probably takes care of most of the needs that might also be done via pathfinding. [12:39 PM PT] Gavin.Hird @grid.xmir.org:8002: so the plan is to apply some 150 patches more to the viewr so there is a clean updated version working in SL, then fork it for opensim and start to mod it for it [12:40 PM PT] Andrew Hellershanks: That's going to keep you busy for a while. [12:40 PM PT] Gavin.Hird @grid.xmir.org:8002: much easer than trying to fit everything into one mould [12:40 PM PT] Gavin.Hird @grid.xmir.org:8002: yes [12:40 PM PT] Andrew Hellershanks: Good luck with all that work. [12:40 PM PT] Gavin.Hird @grid.xmir.org:8002: and then all patches has to be applied to the RLV branch, get it building and tested [12:41 PM PT] Gavin.Hird @grid.xmir.org:8002: some will apply fine, some are a nightmare [12:41 PM PT] Vincent.Sylvester @hg.zetaworlds.com: Last time I used RLV it was before we had NPCs... [12:42 PM PT] Gavin.Hird @grid.xmir.org:8002: I have not made up my mind if I want to even bother [12:42 PM PT] Ubit Umarov: think we doing well without that bad sl pathfinding [12:42 PM PT] Andrew Hellershanks: I don't often see references to RLV so I always forget what it means. [12:42 PM PT] Ubit Umarov: and the nav mesh [12:43 PM PT] Gavin.Hird @grid.xmir.org:8002: Restrained Life Viewer [12:43 PM PT] Gavin.Hird @grid.xmir.org:8002: a roleplay thing [12:43 PM PT] Ubit Umarov: yeah to get a girl naked remotly [12:43 PM PT] Ubit Umarov: or similar [12:43 PM PT] Andrew Hellershanks: Right. I always forget that as I don't get in to RPG stuff inworld. [12:43 PM PT] Jagga Meredith: the vampire crowd uses it [12:44 PM PT] Andrew Hellershanks: It has been a long time since I ran across a vampire in SL. [12:44 PM PT] Ubit Umarov: that is other strange thing about some people [12:44 PM PT] Ubit Umarov: they like to be dominated.. [12:44 PM PT] Ubit Umarov: but well.. details.. [12:45 PM PT] Jagga Meredith: *closes door to his extensive whip and chain collection* [12:45 PM PT] Gavin.Hird @grid.xmir.org:8002: the jaw-drop on some of the LL staff when they stated discussing how to do a captive TFA login with RLV was priceless [12:46 PM PT] Ubit Umarov: tfa when ppl give full login credentials lol [12:46 PM PT] Gavin.Hird @grid.xmir.org:8002: lol [12:46 PM PT] Ubit Umarov: ( if not full access to machine via teamview ) [12:46 PM PT] Gavin.Hird @grid.xmir.org:8002: that is what they do [12:47 PM PT] Gavin.Hird @grid.xmir.org:8002: the next step is full access to credit card [12:47 PM PT] Ubit Umarov: seems that happens also [12:47 PM PT] Gavin.Hird @grid.xmir.org:8002: so I am not super-keen on supporting shit like that [12:47 PM PT] Ubit Umarov: but well that is in psico domain, still not code domain [12:48 PM PT] Ubit Umarov: even considering some code now needs psico analyses to understand :p [12:48 PM PT] Gavin.Hird @grid.xmir.org:8002: does it? [12:48 PM PT] Ubit Umarov: yeah [12:49 PM PT] Ubit Umarov: at least to understand wtf the code was thinking [12:49 PM PT] Ubit Umarov: the coder [12:49 PM PT] Andrew Hellershanks: hehe [12:49 PM PT] Gavin.Hird @grid.xmir.org:8002: like teh LL code that use BOOL for enums, bool, loop counters and masks [12:50 PM PT] Ubit Umarov: ( the fact we where the coder 2 weeks ago is also a possible details.. ) [12:50 PM PT] Gavin.Hird @grid.xmir.org:8002: their def is a S32 [12:50 PM PT] Ubit Umarov: well c has tons of nonsense [12:51 PM PT] Andrew Hellershanks: Gavin, sounds like a compiler issue. It should have rejected some of those uses. [12:51 PM PT] Ubit Umarov: added a lot of complexity to C and kept some of its issues :) [12:51 PM PT] Gavin.Hird @grid.xmir.org:8002: the compiler only knows the LL defined BOOL is an S32 [12:51 PM PT] Gavin.Hird @grid.xmir.org:8002: and there are 14700 of them in the viewer code [12:52 PM PT] Andrew Hellershanks hands Gavin a copy of regexxer [12:52 PM PT] Gavin.Hird @grid.xmir.org:8002: ha [12:52 PM PT] Gavin.Hird @grid.xmir.org:8002: it is not as easy as that [12:52 PM PT] Andrew Hellershanks: Of course not. [12:52 PM PT] Gavin.Hird @grid.xmir.org:8002: :-) [12:53 PM PT] Gavin.Hird @grid.xmir.org:8002: or redefine the BOOL to bool and se everything fail to compile [12:54 PM PT] Andrew Hellershanks: That's one way to quickly find the improper declaration. [12:54 PM PT] Ubit Umarov: so and what abotu opensim news? [12:54 PM PT] Gavin.Hird @grid.xmir.org:8002: it is Andrew, but a very time consuming way [12:55 PM PT] Ubit Umarov: seems there is some efford from alchemy viewer to update it to current opensim [12:55 PM PT] Ubit Umarov: lets see [12:55 PM PT] Ubit Umarov: ... from alchemy viewer team... [12:56 PM PT] Gavin.Hird @grid.xmir.org:8002: there are a number of opensim patches lately [12:56 PM PT] Ubit Umarov: hm im not following their code changes [12:56 PM PT] Gavin.Hird @grid.xmir.org:8002: such as restored udp inventory [12:56 PM PT] Ubit Umarov: in fact lost track of their git etc [12:56 PM PT] Andrew Hellershanks: Only two main items in terms of Open Sim news from this past week. Mantis 6020 was addressed but that was just a minor rewording of a message. The main news is the release tagging of 0.9.2.2Dev. [12:56 PM PT] Andrew Hellershanks: s/release// [12:57 PM PT] Ubit Umarov: 0.9.2.2dev wasn't last week alreadY? [12:57 PM PT] Ubit Umarov: that was part of the release process [12:57 PM PT] Andrew Hellershanks: Gavin, I feel your pain. I have to merge code from two branches. but I have less then 50 patches to juggle. [12:57 PM PT] Gavin.Hird @grid.xmir.org:8002: did you release it? [12:58 PM PT] Ubit Umarov: 0.9.2.2 ? ofc not [12:58 PM PT] Ubit Umarov: i did release 0.9.2.1 :p [12:58 PM PT] Gavin.Hird @grid.xmir.org:8002: I have patches to conver the BOOL for all but about 1700 [12:58 PM PT] Andrew Hellershanks: yes, the version number and new dev tag got applied this time last week a few hours after the meeting. [12:59 PM PT] Gavin.Hird @grid.xmir.org:8002: some of the conversions result in positive FPS improvments, because now the compiler understands what is happening and can optimize it properly [1:00 PM PT] Ubit Umarov: "compiler" .. "can optimize it properly" some ppl have faith :P [1:00 PM PT] Andrew Hellershanks: Gavin, that's good. [1:00 PM PT] Gavin.Hird @grid.xmir.org:8002: when the compiler knows it is a bool and not just some random int [1:00 PM PT] Andrew Hellershanks: Lots of little improvements the code being applied of late. [1:00 PM PT] Gavin.Hird @grid.xmir.org:8002: it can shedule it better [1:00 PM PT] Ubit Umarov: well yeah now and then it does well [1:01 PM PT] Ubit Umarov: ofc guess still [1:01 PM PT] Ubit Umarov: push eax [1:01 PM PT] Ubit Umarov: pop eax [1:01 PM PT] Ubit Umarov: everywhere [1:01 PM PT] Gavin.Hird @grid.xmir.org:8002: some are called very often and may even be placed in registers [1:02 PM PT] Ubit Umarov: yeah [1:02 PM PT] Ubit Umarov: as i said, even modern .net JIT does some nice code here and there [1:03 PM PT] Ubit Umarov: a mess ocasionaly :) [1:03 PM PT] Kayaker Magic: I've got to leave, RL is calling. [1:03 PM PT] Andrew Hellershanks: ok, Kayaker. See you next week. [1:03 PM PT] Ubit Umarov: ok cya [1:03 PM PT] Jagga Meredith: Had a weird glitch. One of my tenants noticed she couldn't walk some places on her parcel. Found an invisible area about the shape of her house, but offset. with slight overlap I could TP inside it. Restart made it go away. [1:04 PM PT] Ubit Umarov: see teleports are death and rebirth [1:04 PM PT] Jagga Meredith: on osgrid, didn't report because couldn't duplicate [1:04 PM PT] Ubit Umarov: kay body just broke into letters and did fall on floor [1:04 PM PT] Motoko.Karu @login.digiworldz.com:8002: I've seen that issue on my 4x4 region back at digiworldz... @jagga [1:04 PM PT] Jagga Meredith: ah ok [1:04 PM PT] Ubit Umarov: duuuh [1:04 PM PT] Ubit Umarov: get a house that is not convex [1:05 PM PT] Gavin.Hird @grid.xmir.org:8002: I have seen something like that. Like there is an invisible bump in the terrain [1:05 PM PT] Jagga Meredith: it's a big region [1:05 PM PT] Jagga Meredith: yup [1:05 PM PT] Ubit Umarov: bumps o terrain?? [1:05 PM PT] Ubit Umarov: there is no such thing [1:06 PM PT] Gavin.Hird @grid.xmir.org:8002: ok... [1:06 PM PT] Motoko.Karu @login.digiworldz.com:8002: in my case it was up in a build around 600m -up [1:06 PM PT] Ubit Umarov: there is mismatch from what we see and what physics see [1:06 PM PT] Gavin.Hird @grid.xmir.org:8002: when you terraform you make bumps in the terrain [1:06 PM PT] Ubit Umarov: but not bumps [1:06 PM PT] Jagga Meredith: ok, that might be it [1:06 PM PT] Ubit Umarov: now... shape terrain features are really not supported [1:07 PM PT] Gavin.Hird @grid.xmir.org:8002: sometimes the physics and visible terrian do not match [1:07 PM PT] Motoko.Karu @login.digiworldz.com:8002: yes.. a restart didn't correct... turns out one object seemed to be causing the issue. The object orbitted, but the "bump" was static. When I removed said object... said mysterious bump disappered.. [1:07 PM PT] Ubit Umarov: if you do a sharp thing, you will see ripple effects [1:07 PM PT] Ubit Umarov: pure viewer side artifacts [1:07 PM PT] Gavin.Hird @grid.xmir.org:8002: I suspect there is a bit error or something in the map file [1:08 PM PT] Ubit Umarov: well that object may have a issue [1:08 PM PT] Ubit Umarov: hard to guess [1:08 PM PT] Ubit Umarov: but a typical can't get in house to close to it is convex issue [1:08 PM PT] Jagga Meredith: ghost in the machine [1:08 PM PT] Gavin.Hird @grid.xmir.org:8002: I have a couple places where it is impossible to smooth the terrain [1:08 PM PT] Motoko.Karu @login.digiworldz.com:8002: object was a single-object... didn't have any transparent attachments./links... [1:08 PM PT] Gavin.Hird @grid.xmir.org:8002: or revert it [1:09 PM PT] Motoko.Karu @login.digiworldz.com:8002: keystroke to see if invisble... *shrugs* [1:09 PM PT] Gavin.Hird @grid.xmir.org:8002: but that terain was formed ages ago (like 2011) [1:09 PM PT] Ubit Umarov: wel i looked to terrain like 2 or 3 yrs ago? [1:10 PM PT] Ubit Umarov: one change was changing the heighs from double to float [1:10 PM PT] Ubit Umarov: now ppl tell im a very bad programmer because of that [1:10 PM PT] Jagga Meredith: mine was definitely a ghost object, could walk up and down the roofline [1:10 PM PT] Gavin.Hird @grid.xmir.org:8002: ok [1:11 PM PT] Ubit Umarov: i broke terrain... double has less precision.. [1:11 PM PT] Ubit Umarov: THIS nonsense low resolution terrain.. can you believe ppl think it needs to be stored on double ?? [1:12 PM PT] Gavin.Hird @grid.xmir.org:8002: I have an interesting object that always draws on map tile generation, but impossible to find in-world or even in the prim table for the region [1:12 PM PT] Andrew Hellershanks: double has less ?? [1:12 PM PT] Ubit Umarov: well there is vodoo :p [1:13 PM PT] Ubit Umarov: i broke terrain... double -> float has less precision.. [1:14 PM PT] Ubit Umarov: i fact it could be a ushort , but details [1:14 PM PT] Andrew Hellershanks: Precision for terrain shouldn't be much of an issue. [1:14 PM PT] Ubit Umarov: x and Y have 1 m precision :) [1:14 PM PT] Andrew Hellershanks: It isn't like most people would notice the difference in the terrain. [1:14 PM PT] Gavin.Hird @grid.xmir.org:8002: it is mostly tesselation anyway [1:15 PM PT] Ubit Umarov: but some of those thing we need 15 digits on Z :p [1:15 PM PT] Ubit Umarov: ..think.. [1:15 PM PT] Ubit Umarov: well whatever [1:15 PM PT] Ubit Umarov: i was surprise reading that again on discord a few days ago [1:15 PM PT] Ubit Umarov: and a few.. [1:15 PM PT] Ubit Umarov: just has to leave that "server" [1:15 PM PT] Ubit Umarov: had [1:16 PM PT] Andrew Hellershanks: It is just a cunning plan to force people to keep regions sizes to something reasonable. ;) [1:16 PM PT] Ubit Umarov: :) [1:16 PM PT] Ubit Umarov: well ppl can put a lot of ram on machines now [1:16 PM PT] Ubit Umarov: 128GB on gen12 i7 ? [1:17 PM PT] Jagga Meredith: you try landing a B52 on a 2x2 [1:17 PM PT] Gavin.Hird @grid.xmir.org:8002: Apple introduced anew Mac today with the M1 ULTRA processor [1:17 PM PT] Ubit Umarov: possible takeoff a loaded one is harder [1:17 PM PT] Andrew Hellershanks: Jagga, I don't know of anyone who has tried that in SL. [1:18 PM PT] Andrew Hellershanks: or OS for that matter. [1:18 PM PT] Ubit Umarov: andrew sl does not have 2x2 :p [1:18 PM PT] Andrew Hellershanks: yea, typo. [1:18 PM PT] Ubit Umarov: :) [1:19 PM PT] Andrew Hellershanks: hm... I wonder if there is a B52 available in any of the main flight simulator programs. [1:19 PM PT] Ubit Umarov: well seen that google warning abotu gmail access? [1:19 PM PT] Gavin.Hird @grid.xmir.org:8002: no [1:19 PM PT] Andrew Hellershanks: I don't use gmail. [1:19 PM PT] Gavin.Hird @grid.xmir.org:8002: don't use gmail [1:19 PM PT] Ubit Umarov: simple pop3 and smpt auth seems to stop working soon [1:19 PM PT] Ubit Umarov: ie based on just user and password [1:20 PM PT] Andrew Hellershanks: I know some people that will be affected by that change. [1:20 PM PT] Ubit Umarov: our llemaol was not working bc has no tls [1:20 PM PT] Gavin.Hird @grid.xmir.org:8002: installing new cert in my mailserver tomorrow [1:20 PM PT] Jagga Meredith: current build is a U2 spyplane. that takes a bit of runway [1:20 PM PT] Ubit Umarov: diva code does do tls but will stop also [1:21 PM PT] Ubit Umarov: yeah ppl do need to run own mailservers [1:21 PM PT] Ubit Umarov: assuming they are accepted anywhere now [1:21 PM PT] Motoko.Karu @login.digiworldz.com:8002: heh.. good luck w/ that... [1:21 PM PT] Ubit Umarov: yeah [1:22 PM PT] Ubit Umarov: email is a harder thing to use now [1:22 PM PT] Motoko.Karu @login.digiworldz.com:8002: yeah.. you need a gmail-account.. in order to contact everyone to accept your personal-email.. and/or check spam... lol [1:22 PM PT] Gavin.Hird @grid.xmir.org:8002: to configure a mailserver from the opensource components - you need to be a magician [1:23 PM PT] Motoko.Karu @login.digiworldz.com:8002: postfix is easier than sendmail... [1:23 PM PT] Ubit Umarov: yeha and to get its email accepted by others.. [1:23 PM PT] Motoko.Karu @login.digiworldz.com:8002: but yeah... [1:23 PM PT] Andrew Hellershanks: I rather liked Qmail. [1:23 PM PT] Ubit Umarov: need entries on dns etc etc [1:23 PM PT] Jagga Meredith: it was great but broke in 2000 [1:23 PM PT] Ubit Umarov: even so, can be refused [1:23 PM PT] Gavin.Hird @grid.xmir.org:8002: Synology has an excellent mail server - actually two [1:23 PM PT] Ubit Umarov: some for example refuse emails from dynamic IPs [1:23 PM PT] Selby.Evans @grid.kitely.com:8002: Bye all [1:24 PM PT] Ubit Umarov: cya [1:24 PM PT] Motoko.Karu @login.digiworldz.com:8002: bye [1:24 PM PT] Andrew Hellershanks: ok, Selby. See you next week. [1:24 PM PT] Gavin.Hird @grid.xmir.org:8002: Bye Selby [1:24 PM PT] Ubit Umarov: well even my windows email program was going to stop working with gmail [1:24 PM PT] Andrew Hellershanks: It is about time to wrap up the meeting for today. We are almost a half hour past the usual hour. Any last minute questions/comments re: Open SIm? [1:25 PM PT] Gavin.Hird @grid.xmir.org:8002: I refuse email from dyn ip [1:25 PM PT] Ubit Umarov: ofc a lot will just stop for ever [1:25 PM PT] Ubit Umarov: need a new version, and or a new operating system bahh [1:25 PM PT] Jamie.Jordan @grid.kitely.com:8002: see you guys next week [1:25 PM PT] Ubit Umarov: cya [1:25 PM PT] Gavin.Hird @grid.xmir.org:8002: Bye Jamie [1:25 PM PT] Andrew Hellershanks: Bye, Jamie. See you next week. [1:26 PM PT] Motoko.Karu @login.digiworldz.com:8002: bye [1:26 PM PT] Ubit Umarov: well email is a big problem [1:26 PM PT] Ubit Umarov: 200% abuse [1:26 PM PT] Gavin.Hird @grid.xmir.org:8002: there has been viewer code updates to basically no support a grid mailserver, but just redirect to the user SL profile page [1:26 PM PT] Andrew Hellershanks: WIth several people leaving I will call this meeting to a close. [1:26 PM PT] Andrew Hellershanks: Thank you all for coming. See you again next week. [1:26 PM PT] Gavin.Hird @grid.xmir.org:8002: which is sorto useless in opensim [1:26 PM PT] Ubit Umarov: so guess we will lose llemail [1:27 PM PT] Gavin.Hird @grid.xmir.org:8002: did you ever get that email functionailty to work at all server side? [1:27 PM PT] Ubit Umarov: unless on some grids and ppl that can run a proper mailler [1:27 PM PT] Jagga Meredith: I've ;got a client on office 365. aye yi yi yi yi [1:27 PM PT] Ubit Umarov: yeah did work fine [1:27 PM PT] Gavin.Hird @grid.xmir.org:8002: ok [1:27 PM PT] Ubit Umarov: but has no ssl/tls :p [1:27 PM PT] Andrew Hellershanks: Ubit, I started looking in to replacing the email part of OS with a newer library that could support some of the new(er) auth methods. [1:27 PM PT] Gavin.Hird @grid.xmir.org:8002: right [1:27 PM PT] Gavin.Hird @grid.xmir.org:8002: that was the problem :-) [1:27 PM PT] Ubit Umarov: so needs a special friendly mailler [1:28 PM PT] Ubit Umarov: well that is kinad easy to fix [1:28 PM PT] Gavin.Hird @grid.xmir.org:8002: I'm not gonna relax auth on the mailserver at all [1:28 PM PT] Ubit Umarov: we are using a dead project [1:28 PM PT] Ubit Umarov: that actuall adds nothing to .net mail [1:28 PM PT] Andrew Hellershanks: I started looking at relplacing DotNetEmail with MailKit. [1:28 PM PT] Gavin.Hird @grid.xmir.org:8002: meaning? [1:29 PM PT] Ubit Umarov: mailkit is a mess [1:29 PM PT] Ubit Umarov: and solves nothing [1:29 PM PT] Gavin.Hird @grid.xmir.org:8002: .-( [1:29 PM PT] Ubit Umarov: we do not need a full email crap [1:29 PM PT] Andrew Hellershanks: It seems to be a stock part of C# rather than some (no longer) supported library. It also supports the additional auth methods. [1:29 PM PT] Ubit Umarov: nad mailkit does not fix the new gmail problems [1:29 PM PT] Ubit Umarov: dos have partial suport of oath [1:30 PM PT] Ubit Umarov: but needs more code from google [1:30 PM PT] Gavin.Hird @grid.xmir.org:8002: it probalby only works with exchange/outlook [1:30 PM PT] Ubit Umarov: then other code for microsoft [1:30 PM PT] Ubit Umarov: etc [1:30 PM PT] Jagga Meredith: blech [1:30 PM PT] Ubit Umarov: from what i see each use of Oauth needs private code for that provider [1:31 PM PT] Ubit Umarov: outlook will stop working actually [1:31 PM PT] Jagga Meredith: what i figured [1:31 PM PT] Andrew Hellershanks: If DotNetMail needs to be replaced to have something with newer auth methods and MailKit isn't the thing to use then what is? [1:31 PM PT] Ubit Umarov: DotNetMail is just old yes [1:31 PM PT] Ubit Umarov: chanign to the .net basic mail is a improvement over it [1:32 PM PT] Ubit Umarov: and will actually work with gmail until may 22 :P [1:32 PM PT] Andrew Hellershanks: We need something more than just basic mail. [1:32 PM PT] Ubit Umarov: bc tls with still auth is possible tell that date [1:32 PM PT] Ubit Umarov: no we do not need more than basic mail [1:33 PM PT] Ubit Umarov: llemail is limited [1:33 PM PT] Andrew Hellershanks: We won't be able to deliver mail to a lot of newer mail servers. [1:33 PM PT] Ubit Umarov: nay other use for opensim is also limited [1:33 PM PT] Ubit Umarov: yes [1:33 PM PT] Ubit Umarov: but mailkit currently will not fix that either [1:33 PM PT] Andrew Hellershanks: That's bad. [1:34 PM PT] Andrew Hellershanks: MailKit supports several other auth methods when talking with mail servers. [1:35 PM PT] Ubit Umarov: yeah that no one else uses :p [1:35 PM PT] Ubit Umarov: well i did look and did get mailkit [1:36 PM PT] Andrew Hellershanks: This is why I gave up on it. I try and find something better and just get shot down so we just remain stuck on using mail code that is old and no longer supported. [1:36 PM PT] Ubit Umarov: the one fo .net.4.6.1 adds more than 100 dlls to opensim [1:36 PM PT] Ubit Umarov: if used [1:36 PM PT] Ubit Umarov: adds replacements for half the .net framework :P [1:37 PM PT] Ubit Umarov: so dam stupid lol [1:37 PM PT] Gavin.Hird @grid.xmir.org:8002: what does the dlls do? [1:37 PM PT] Ubit Umarov: BS [1:37 PM PT] Ubit Umarov: system.buffers [1:37 PM PT] Ubit Umarov: system.memory [1:37 PM PT] Ubit Umarov: blabla.unsafe [1:38 PM PT] Ubit Umarov: those are understandable [1:38 PM PT] Andrew Hellershanks: A full mono install already pulls in a ton of stuff. MailKit only used MailMime as one extra thing in a using statement. [1:38 PM PT] Ubit Umarov: but then a ton more [1:38 PM PT] Ubit Umarov: and most windows only [1:38 PM PT] Ubit Umarov: you see the same now on several packages outthere [1:39 PM PT] Ubit Umarov: see ppl jumped using .net5 [1:39 PM PT] Ubit Umarov: .net5 code [1:39 PM PT] Ubit Umarov: then some of those libs are replaments of the .net4 ones, to suport that stupid code [1:39 PM PT] Ubit Umarov: that does the same... [1:41 PM PT] Ubit Umarov: well bet the nuget for mimekit [1:41 PM PT] Ubit Umarov: for example [1:41 PM PT] Ubit Umarov: and open it with 7z [1:41 PM PT] Ubit Umarov: see what it has on .net4.6.1 [1:41 PM PT] Andrew Hellershanks: I was trying out mailkit as it was a core part of C# and not some third party library. It is for other than WIndows. I use Linux. If MailKit was Windows only it would be not good for me so I wouldn't have tried using it. [1:42 PM PT] Ubit Umarov: mailkit is not part of .net [1:42 PM PT] Andrew Hellershanks: MailKit supports TLS amongst other things. I don't have the web browser running to check the other auth modes. [1:42 PM PT] Ubit Umarov: they claim it runs on a lot f things [1:42 PM PT] Andrew Hellershanks: It was part of C#. [1:42 PM PT] Ubit Umarov: no [1:42 PM PT] Andrew Hellershanks: It was in the MS docs. [1:42 PM PT] Ubit Umarov: c# is system.net.mail [1:43 PM PT] Ubit Umarov: or something [1:43 PM PT] Ubit Umarov: well c# is a languague.. but we understand what you meant [1:43 PM PT] Gavin.Hird @grid.xmir.org:8002: I need to take care of RL, so have a great week everyone [1:44 PM PT] Ubit Umarov: ohh i have aold version of mimekit [1:44 PM PT] Motoko.Karu @login.digiworldz.com:8002: cya gavin [1:44 PM PT] Ubit Umarov: done with simple .netframework code :) [1:44 PM PT] Ubit Umarov: ofc possible fails on tls etc [1:45 PM PT] Andrew Hellershanks: I need to get going. I'll turn off the chat logger. [1:45 PM PT] Ubit Umarov: ok [20:46 UTC] *** Logging stopped. ***