--- Log opened Fri Oct 02 00:00:35 2020 01:49 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 02:30 -!- preview [~quassel@2407:7000:8423:b00::2] has joined ##hplusroadmap 02:40 -!- Garb0 [~Garb0@unaffiliated/garb0] has joined ##hplusroadmap 04:31 -!- darsie [~kvirc@84-113-55-200.cable.dynamic.surfer.at] has quit [Ping timeout: 256 seconds] 04:59 -!- Garb0 [~Garb0@unaffiliated/garb0] has quit [Quit: Leaving] 06:03 -!- juri_ [~juri@178.63.35.222] has quit [Ping timeout: 258 seconds] 06:30 -!- juri_ [~juri@79.140.121.173] has joined ##hplusroadmap 06:33 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined ##hplusroadmap 06:40 -!- juri__ [~juri@178.63.35.222] has joined ##hplusroadmap 06:43 -!- juri_ [~juri@79.140.121.173] has quit [Ping timeout: 272 seconds] 06:50 -!- Garb0 [~Garb0@unaffiliated/garb0] has joined ##hplusroadmap 06:55 -!- Llamamoe [~Llamagedd@178235185127.dynamic-4-waw-k-2-1-0.vectranet.pl] has joined ##hplusroadmap 06:58 -!- Garb0 [~Garb0@unaffiliated/garb0] has quit [Read error: Connection reset by peer] 07:27 -!- wallet42__ [sid154231@gateway/web/irccloud.com/x-eysniablynhxahzf] has quit [Ping timeout: 244 seconds] 07:29 -!- wallet42__ [sid154231@gateway/web/irccloud.com/x-ozfnzneohxmctmcx] has joined ##hplusroadmap 07:38 -!- cannedprimates_ [sid16585@gateway/web/irccloud.com/x-txjukewneiekmfjy] has quit [Ping timeout: 240 seconds] 07:39 -!- cannedprimates_ [sid16585@gateway/web/irccloud.com/x-myzpfeibkbmsaqkn] has joined ##hplusroadmap 07:40 -!- Netsplit *.net <-> *.split quits: s0ph1a, Allure[m]1, nickjohnson, AgenttiX 07:41 -!- Netsplit over, joins: s0ph1a, AgenttiX, nickjohnson, Allure[m]1 07:44 -!- cannedprimates_ [sid16585@gateway/web/irccloud.com/x-myzpfeibkbmsaqkn] has quit [Ping timeout: 244 seconds] 07:44 -!- nickjohnson [sid789@gateway/web/irccloud.com/x-wzorvobevcmnlesw] has quit [Ping timeout: 244 seconds] 07:45 -!- nickjohnson [sid789@gateway/web/irccloud.com/x-ynccmablcdbnvtxd] has joined ##hplusroadmap 07:46 -!- cannedprimates_ [sid16585@gateway/web/irccloud.com/x-copmwlgluqhlqaah] has joined ##hplusroadmap 07:46 -!- shawwwn [uid6132@gateway/web/irccloud.com/x-nwxabdisfgkbaido] has joined ##hplusroadmap 07:50 -!- redlegion [sid429547@gateway/web/irccloud.com/x-cjkloldfuflhcypd] has quit [Ping timeout: 244 seconds] 07:52 -!- redlegion [sid429547@gateway/web/irccloud.com/x-ddzbbnacxrcfevyb] has joined ##hplusroadmap 07:52 -!- redlegion [sid429547@gateway/web/irccloud.com/x-ddzbbnacxrcfevyb] has quit [Excess Flood] 07:53 -!- redlegion [sid429547@gateway/web/irccloud.com/x-lewqakbcgfdzfbzb] has joined ##hplusroadmap 07:57 -!- s0ph1a [sid246387@gateway/web/irccloud.com/x-dzcbnafvikhwpyzk] has quit [Ping timeout: 244 seconds] 07:59 -!- s0ph1a [sid246387@gateway/web/irccloud.com/x-fivqfghgeukzdbhr] has joined ##hplusroadmap 08:00 -!- s0ph1a [sid246387@gateway/web/irccloud.com/x-fivqfghgeukzdbhr] has quit [Excess Flood] 08:00 -!- s0ph1a [sid246387@gateway/web/irccloud.com/x-ebwocockdfxcxwcp] has joined ##hplusroadmap 08:26 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 09:16 < lsneff> I think I’ll have to embed a scripting language into atomcad for procedural generation of molecules/parts. 09:20 -!- Garb0 [~Garb0@unaffiliated/garb0] has joined ##hplusroadmap 09:23 -!- Garb0_ [~Garb0@unaffiliated/garb0] has joined ##hplusroadmap 09:26 -!- Garb0 [~Garb0@unaffiliated/garb0] has quit [Ping timeout: 258 seconds] 09:32 < L29Ah> openatomscad 09:33 < L29Ah> i hope the language will be haskell 09:34 < Llamamoe> Eww Haskell :F 09:37 < L29Ah> well at least not lua or lisp plz! 09:38 < lsneff> I'm actually thinking wasm 09:38 < L29Ah> but it's not a language 09:38 < lsneff> The plugin writer can ship whatever runtime or compiler they want with it. 09:38 < L29Ah> sounds interesting though 09:38 < L29Ah> why not llvm? 09:39 < lsneff> Too large, slow, not portable, not enough languages target it 09:39 < lsneff> Also, wasm lets it run on thr web 09:39 < L29Ah> > too large 09:39 < L29Ah> compared to what? 09:40 < L29Ah> > slow 09:40 < L29Ah> ditto 09:40 < L29Ah> > not portable 09:40 < L29Ah> more portable than wasm 09:40 < L29Ah> > not enough languages target it 09:40 < L29Ah> more than wasm in fact 09:42 < lsneff> Including a statically linked llvm in a binary would probably quadruple its size. 09:42 < L29Ah> s/on the web/in a browser/ that's generally a poor idea for a cad 09:42 < lsneff> The llvm compiler itself is slower than a wasm runtime would be. 09:42 < lsneff> Llvm ir is definitely less portable than wasm. 09:42 < lsneff> It's not architecture independent. 09:43 < L29Ah> who cares of a few megabytes of binary size? 09:43 < L29Ah> > The llvm compiler itself is slower than a wasm runtime would be. 09:43 < L29Ah> what 09:43 < lsneff> Llvm would add at least 50 mb, if my experiences from writing webassembly runtimes still fitm 09:43 -!- Garb0__ [~Garb0@unaffiliated/garb0] has joined ##hplusroadmap 09:44 < L29Ah> comparing compilers w/ interpreters isn't fair 09:44 < L29Ah> interpreters are slow af 09:44 < lsneff> Compiling from llvm ir (which I assume you meant) to machine code is slower than compiling wasm to machine code. 09:44 < L29Ah> huh!? 09:44 < L29Ah> now that's strange af, i gotta read more about wasm 09:44 < lsneff> Wasm is designed to be compiled very quickly 09:46 -!- Garb0_ [~Garb0@unaffiliated/garb0] has quit [Ping timeout: 258 seconds] 09:47 -!- karkomah [~karkomah@a89-152-175-20.cpe.netcabo.pt] has joined ##hplusroadmap 09:48 < Llamamoe> L29Ah: What do you have against Lua? Other than it being a dynamically typed lang 09:49 < L29Ah> extremely simple and awkward 09:49 < L29Ah> like arrays starting from 1 09:49 < L29Ah> afair it's not even dynamically typed, but stringly typed 09:50 < L29Ah> wasm is certainly a better option 09:54 < Llamamoe> L29Ah: Yeah but it's really flexible, I adore tables and metatables 09:54 < Llamamoe> And arrays starting from 1 is a nonissue 09:54 -!- Garb0_ [~Garb0@unaffiliated/garb0] has joined ##hplusroadmap 09:54 < Llamamoe> It's a scripting language and in high-level code, you need fewer +-1s with 1-based indexing 09:57 -!- Garb0__ [~Garb0@unaffiliated/garb0] has quit [Ping timeout: 260 seconds] 09:58 < L29Ah> in high-level code i prefer to work with higher order functions or AT LEAST iterators, no such things in lua 10:00 < Llamamoe> L29Ah: Both are possible, they're not in there because of Lua's purposeful minimalism 10:00 < Llamamoe> You can trivially implement both 10:00 < Llamamoe> Although neither is super efficient, even in LuaJIT, unfortunately 10:03 < docl> sounds like you guys might hate clasp, as it's common lisp and llvm based. the lead dev is doing interesting stuff with spiroligomers using it though. 10:04 < lsneff> Good lead-in there, docl 10:05 < docl> :) 10:15 -!- shawwwn [uid6132@gateway/web/irccloud.com/x-nwxabdisfgkbaido] has quit [Quit: Connection closed for inactivity] 10:15 -!- Human_G33k [~HumanG33k@62.147.242.8] has joined ##hplusroadmap 10:19 -!- HumanG33k [~HumanG33k@62.147.242.8] has quit [Ping timeout: 256 seconds] 10:38 -!- karkomah [~karkomah@a89-152-175-20.cpe.netcabo.pt] has quit [Ping timeout: 240 seconds] 10:40 < lsneff> Also, trying to figure out how to figure out possible bond sites on molecules. 10:46 < L29Ah> ##chemistry 10:49 < juri__> lsneff: good luck with your cad system, and thanks. :)[ 10:50 < juri__> ... If you used haskell, you could just lift the entire openscad-like engine from ImplicitCAD. it's very modular. i use it without the object definition functions for command line argument handling in HSlice. :) 10:51 -!- juri__ is now known as juri_ 11:15 < lsneff> Compile it to webassembly and sure :) 11:15 -!- Garb0_ [~Garb0@unaffiliated/garb0] has quit [Ping timeout: 258 seconds] 11:19 < juri_> it's haskell. compile it to whatever. :) 11:21 < juri_> but seriously, it's nice not being the only crazy cad engine author around here. i wish you all of the luck, and success. 11:22 -!- karkomah [~karkomah@a89-152-175-20.cpe.netcabo.pt] has joined ##hplusroadmap 11:24 -!- karkomah [~karkomah@a89-152-175-20.cpe.netcabo.pt] has quit [Client Quit] 11:32 < lsneff> juri_: and you as well :) 12:02 -!- ShellcatZero [~ShellcatZ@cpe-76-93-142-197.san.res.rr.com] has quit [Ping timeout: 264 seconds] 12:06 -!- shawwwn [uid6132@gateway/web/irccloud.com/x-vkyvgegsefmmgtfo] has joined ##hplusroadmap 12:38 -!- Llamamoe [~Llamagedd@178235185127.dynamic-4-waw-k-2-1-0.vectranet.pl] has quit [Quit: Leaving.] 12:46 < lsneff> juri_: how long have you been working on implicitcad? 12:54 -!- CryptoDavid [uid14990@gateway/web/irccloud.com/x-cffsbvyyqaqnnvvt] has joined ##hplusroadmap 13:27 -!- darsie [~kvirc@84-113-55-200.cable.dynamic.surfer.at] has joined ##hplusroadmap 13:41 -!- Sir_Alexei [uid348072@gateway/web/irccloud.com/x-gavrimxochxwrxef] has joined ##hplusroadmap 14:26 -!- shawwwn [uid6132@gateway/web/irccloud.com/x-vkyvgegsefmmgtfo] has quit [Quit: Connection closed for inactivity] 15:06 -!- darsie [~kvirc@84-113-55-200.cable.dynamic.surfer.at] has quit [Ping timeout: 240 seconds] 15:45 -!- CryptoDavid [uid14990@gateway/web/irccloud.com/x-cffsbvyyqaqnnvvt] has quit [Quit: Connection closed for inactivity] 16:30 -!- Sir_Alexei [uid348072@gateway/web/irccloud.com/x-gavrimxochxwrxef] has quit [] 16:46 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined ##hplusroadmap 17:42 -!- Malvolio [~Malvolio@unaffiliated/malvolio] has quit [Ping timeout: 240 seconds] 17:45 -!- Malvolio [~Malvolio@unaffiliated/malvolio] has joined ##hplusroadmap 18:22 -!- Sir_Alexei [uid348072@gateway/web/irccloud.com/x-kgvdxbnkvcaulpge] has joined ##hplusroadmap 18:59 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 19:26 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined ##hplusroadmap 19:50 -!- darsie [~kvirc@84-113-55-200.cable.dynamic.surfer.at] has joined ##hplusroadmap 20:07 < fenn> is there a reason to think the UVC won't kill the skin tissue around the device? http://www.bioopticsworld.com/biophotonics-tools/article/16433977/faruvc-light-could-halt-infections-in-skinpenetrating-medical-devices 20:08 < fenn> "This study demonstrates that far-UVC light emitted from a laser and delivered using an optical diffuser is an effective tool to kill MRSA in vitro. ... given the lack of harmful biological effects with far-UVC, it is an attractive option for disinfection within wounds." eh? 20:09 < fenn> i guess this would at least plausibly justify the excessive use of glowing cyan implants in cyberpunk and science fiction art 20:13 < fenn> "recent work has shown that irradiation of an open wound, which did not have a protective layer of stratum corneum, with 222 nm light did not induce DNA damage in targeted cells while still showing bactericidal control" 20:13 < fenn> .title https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0202275 20:13 < saxo> Effect of far ultraviolet light emitted from an optical diffuser on methicillin-resistant Staphylococcus aureus in vitro 20:14 < fenn> .title https://doi.org/10.1016/j.jphotobiol.2017.10.030 20:14 < saxo> Redirecting 20:15 < fenn> "disinfection and healing effects of 222nm UVC light on MRSA infection in mouse wounds" 20:48 < jrayhawk> huh 20:48 < jrayhawk> i wonder what the mechanism is 20:57 < fenn> apparently 222nm light is absorbed in the cytosol and never makes it to the nucleus, but because bacteria are much smaller, it causes dna damage in bacterial cells 20:58 < fenn> bacteria have no nucleus 21:59 -!- Sir_Alexei [uid348072@gateway/web/irccloud.com/x-kgvdxbnkvcaulpge] has quit [] 22:30 < nmz787> fenn: I heard something like your last two sentences a few months back, I don't recall if it was 222nm, but it sounds like the right ballpark 22:31 < nmz787> lsneff: possible bonding sites is usually electron density related, I think --- Log closed Sat Oct 03 00:00:36 2020