**** BEGIN LOGGING AT Sat May 04 02:59:57 2019 **** ENDING LOGGING AT Sat May 04 03:52:26 2019 **** BEGIN LOGGING AT Sat May 04 12:23:14 2019 May 04 12:23:32 Yeah... being disabled due to crazy has it's advantages... I get to study health sciences and sports in university, and still code 8-12 hours a day, and still do martial arts classes every day.... I basically have 100% free time May 04 12:25:02 So when I had my breakdown and lost my mind, I picked up OS/compiler dev books and joined forums and irc channels, and I started learning... and like the mad man that I am, I was writing everything in pure assembly because I enjoy working at the level the CPU operates on... I almost never use assembly anymore because it's jus May 04 12:25:02 t a waste of time considering -O3 in GCC does 99% of what I can do optimizing wise May 04 12:25:52 I am trying now to focus on phones, and I been learning some aarch64 assembly in preperation, I mean I worked on phones for a while now but I wasn't serious about it like I am now... May 04 12:26:43 I been coding 28 years, it's easier than speaking for me to write code... but only 10 years ago I learneed the math skills to back up the programming I had learned May 04 12:27:06 now I know pretty much every branch of math, but only enough to use them in code, I can't do them manually on paper or do proofs May 04 12:55:29 @powderedtoastman9000 [now I know pretty much every branch of math, but only enough to use them in code …], Like your idea May 04 12:57:21 @Amit_Vaidya [Like your idea], thanks, yeah, I'm just trying to influence the project to move in a direction I feel is good for it, and I'm specifically giving ideas I am pretty sure I can implement with mostly just the skills I already have combined with sufficient docs May 04 12:58:24 I have a lot of good ideas... I also have a lot of crazy ridiculous ones, you'll see often I say something and someone else adds something that makes what I said stupid, buit I try to be a think-tank kind of guy, coming up with ideas and plans, then when you plan it all already, the code just writes itself May 04 13:01:18 @powderedtoastman9000 [I have a lot of good ideas... I also have a lot of crazy ridiculous ones, you'll …], I wish you should work on Ubuntu touch's UI improvement May 04 13:01:36 @powderedtoastman9000 [I have a lot of good ideas... I also have a lot of crazy ridiculous ones, you'll …], They look dull May 04 13:01:37 I don't do UI stuff, I have literally no experience with UI stuff May 04 13:01:50 Oh crap May 04 13:02:03 I know someone who mght want to help with UI, he designs the router console for i2p and runs a few websites, does graphic design May 04 13:02:13 But i personally think the UT UI is already amazing May 04 13:02:27 Like, I would rather have enlightenment, but Unity8 is awesome imo May 04 13:03:30 Then what about zip installer or aroma installer for Ubuntu touch. May 04 13:05:54 @kaibsora [Alright. Let me know if you get to unlock the bootloader and at least install li …], I found this for note 8, doesnt specify which versuon its for but it is a start maybe, I came across another thing a few days ago while I was researching something else and forgot to bookmark it so im trying to find it again, but it was basica May 04 13:05:54 lly twrp for locked devices May 04 13:05:55 zip installer is stupid May 04 13:06:07 @powderedtoastman9000 [But i personally think the UT UI is already amazing], I can't make past "mka systemimage" becoz of low RAM to compile. … It will be great to have zip installer like someone me who don't have resources to compile or need ready made zip to install May 04 13:06:34 zip installer is custom recovery way of installing which takes very little storage space because the recovery partition is too small for a better installer... I install with heimdall and fastboot May 04 13:07:02 zip installer as a "ROM" is ridiculous, how is unpacking an archive to writable partitions installing a ROM? May 04 13:07:15 If I had the internet bandwidth to upload weekly builds I would happily host a compile server but I don't, once I get my server up I might do builds on request though May 04 13:07:31 I am getting 8 x 1gbit lines today installed May 04 13:07:36 Damn May 04 13:07:42 Gonna be selling VPS's with my dual 8180 xeon server May 04 13:07:55 My upload is 1mbit, download is 3-4... May 04 13:08:05 @kaibsora [Alright. Let me know if you get to unlock the bootloader and at least install li …], Just found it, this specifies snapdragon locked galaxy S8, S8+, Note 8 May 04 13:08:36 Yeah, this is very expensive, but I will be using it to make money. Like I am paying $640 per month for the pipe, but the server I have can have $2500 income from VPS before I need more hardware May 04 13:09:11 And I have 8 GPU so they can use $10,000 cloud GPU in the VM, potentially without intending to I may start competing with AWS and Google May 04 13:09:30 I can rent those GPUs for like $6 per hour each May 04 13:10:04 @powderedtoastman9000 [Yeah, this is very expensive, but I will be using it to make money. Like I am pa …], So no ziped Ubuntu I think I have to wait for 1 year for new hardware. May 04 13:10:19 Why do you need a zip? May 04 13:10:29 You can make a installable zip with Android Kitchen May 04 13:10:35 @Amit_Vaidya [So no ziped Ubuntu I think I have to wait for 1 year for new hardware.], Is the device you are building for already supported? May 04 13:10:36 From most ROM formats May 04 13:10:57 @Amit_Vaidya [So no ziped Ubuntu I think I have to wait for 1 year for new hardware.], [Edit] Is the device you are building for already supported? Or are you porting a new device? May 04 13:10:59 @TuxThePenguin [Is the device you are building for already supported? Or are you porting a new d …], No. Xiaomi redmi note 4 May 04 13:11:16 Don't use zip if you can help it, you want a unified installer platform, you don't want your port to have a totally different to install and update than the rest of the builds May 04 13:11:40 Like, there needs to be standards for how things are installed... what is the reason you can't flash with something other than custom recovery? May 04 13:11:48 @TuxThePenguin [Is the device you are building for already supported? Or are you porting a new d …], Porting for new on May 04 13:12:23 Usually people flash things through custom recovery because it's what the developers are familiar with and it's easier for users May 04 13:13:34 @TuxThePenguin [Usually people flash things through custom recovery because it's what the develo …], I agree, but I think it's bad practice and whoever does it when there is other options, is risking bricking your device... I've heard of someone bricking a device by unzipping a zip that was larger than the system partition. L May 04 13:13:35 ike the message says "patching device unconditionally" you want conditions to protect you from problems May 04 13:14:57 I have never heard of that, most new zips are set up in a relatively foolproof way May 04 13:15:09 Does anyone building for xiaomi redmi note 4 plz send me links where I can download it May 04 13:16:13 @TuxThePenguin [I have never heard of that, most new zips are set up in a relatively foolproof w …], It can be but installer don't install it just throws errors before it May 04 13:16:33 @TuxThePenguin [I have never heard of that, most new zips are set up in a relatively foolproof w …], I read about it on XDA, where the noob android idiots go... I used to go there, after a short time I realized I had more skills than most people posting, so I decided to make some custom ROMs since I felt as capable or more th May 04 13:16:33 an the people already making them May 04 13:17:14 Like, when I realized the standards for quality on XDA, I just decided to start making and posting much better stuff, but then I lost interest in Android and wanted to use Linux based platform, not Android with just kernel from linux May 04 13:31:53 Hey Will, any chance you have a snapdragon variant of a galaxy note 8 in your collection? Id love to get UT on mine but Im not gonna try to port my DD device again, wife was mad last time i did that May 04 13:33:32 I also need to work on my galaxy note 4 port again, but I havent had alot of free time as of late May 04 13:34:36 is it mido? May 04 13:34:49 @Amit_Vaidya [No. Xiaomi redmi note 4], mido? May 04 13:35:59 @Amit_Vaidya [I can't make past "mka systemimage" becoz of low RAM to compile. … It will be grea …], you can't have zip before device is ported. Have you tried make -j1 systemimage? May 04 13:40:59 Why make -j1 ? May 04 13:41:10 just to limit compiler output to one line before error? May 04 13:41:19 he has low RAM May 04 13:41:20 ;j1 limits it to 1 thread May 04 13:41:25 [Edit] j1 limits it to 1 thread May 04 13:41:29 Oh, sorry to hear that May 04 13:41:33 Each thread uses a fair bit of ram May 04 13:41:51 yeah, I use 58gb ram compiling on my TR 1950x May 04 13:42:32 32 logical cores compiling at once = 58gb RAM apparently, but I'm using a modified compiler that is a kludge mess right now, because I'm trying to make gcc 8.3 support Exynos 8 SoC's May 04 13:43:38 this threadripper is too slow for compiling, time is money May 04 13:44:32 I have my supermicro server to compile on, but I haven't put the server rack up and had the power supply installed... it takes 12.5kw so I need to have wiring done in the house to support it May 04 14:20:40 TestNet Bot was added by: TestNet Bot May 04 14:21:17 TestNet, are you testing the network? May 04 14:23:08 (Photo, 1280x658) https://irc.ubports.com/wntH6UF8.png 🚀One, two, three ... GO! … 🚀We started! … 🚀Are you ready to get prizes? … ✅ All info is here: https://dex-launch.org … ✅ Official group: t.me/joinchat/NXshUljOLqX1kOdk7W_9kg May 04 14:57:50 @NotKit [you can't have zip before device is ported. Have you tried make -j1 systemimage?], Tried everything but always failed error. Can not allocate memory. … I don't have much RAM so I quite compiling May 04 14:58:15 @Amit_Vaidya [No. Xiaomi redmi note 4], Yes for mido May 04 15:00:36 Btw @powderedtoastman9000 if you want to port halium to android 8 and 9, we will need to make change to Ubuntu Touch with "notched phones" May 04 15:01:03 @aurnytoraink [Btw @powderedtoastman9000 if you want to port halium to android 8 and 9, we will …], I'm aware the rootfs will need to be changed... plan on making a whole new one May 04 15:01:11 [Edit] Btw @powderedtoastman9000 if you want to port halium to android 8 and 9, we will need to make modifications to Ubuntu Touch to make compatible with "notched phones" May 04 15:01:14 And the system image needs modding, and a lot of things May 04 15:01:37 this is a huge huge task and I'm just one person... May 04 15:02:18 Well, if u give me tips or guide for beginners maybe I will help you in the future May 04 15:02:38 There is no tips, no beginner guide... Just pure mad science May 04 15:04:12 @powderedtoastman9000 [There is no tips, no beginner guide... Just pure mad science], Yeah I think u need to get 9(pie) source and try to compile with halium and remove every error til it complete. … That's how I think May 04 15:04:19 Like, with computer programming the fun thing is you can make anything so long as it doesn't violate the laws of physics... So whatever I need I can make if I don't find something to use for that need... You can surely help if you want to, but expect it to be hard if you're not a coder, this isn't like porting where you just May 04 15:04:19 debug, this is like creating a whole new OS with Ubports Userspace and Linux 4.5 kernel and system image from android holding it together... aside from looking at what halium 7.1 does, I don't know exactly how to approach this May 04 15:04:33 @Amit_Vaidya [Yeah I think u need to get 9(pie) source and try to compile with halium and remo …], That's a reasonable and valid suggestion, thanks I'll try it May 04 15:05:29 Okay, I see May 04 15:05:32 I have a starlte build tree already(S9 9.0), but it doesn't build on halium 7.1 May 04 15:06:21 I will try booting the starlte when I have time May 04 15:06:29 See the error Google it try to get to the bottom of error and make changes to something/somewhere it can be done May 04 15:07:30 @Amit_Vaidya [See the error Google it try to get to the bottom of error and make changes to so …], that's not the approach if he tries to bring newer Android tree May 04 15:07:59 basically Halium patches need to be ported onto LineageOS 16 source code May 04 15:08:33 Yeah it's pain I m not pure coder May 04 15:08:56 also May 04 15:08:56 (Document) https://irc.ubports.com/ZzXg0xFn.zip May 04 15:10:09 @NotKit [that's not the approach if he tries to bring newer Android tree], Halium pataches need to be applied, for sure... the amount of work I have to do is too much to process right now.... I'm about to go relax and have some time with my grandfather, and when I relax I get ideas flowing... like when I'm coding or otherwise May 04 15:10:09 working on the PC my idea creation system in my mind doesn't work... I can't do things on demand, I learn about them, then I just go about my life until the ideas come to me naturally without trying May 04 15:10:59 @NotKit [], Oh, did you already port the patches to Android 9? May 04 15:11:03 So, in the next few days I should have more of a plan as far as what I'm going to be doing exactly or rather trying, and in which order... I still need to read a lot of kernel code from lineage and from halium, and analyze the userspace HAL internals May 04 15:11:18 No, I just haven't started doing anything I'm overloaded with thoughts May 04 15:11:45 @JBBgameich [Oh, did you already port the patches to Android 9?], only basic ones to get test_hwc2 working, most is from Sailfish May 04 15:12:04 Like my mind is racing too fast to be productive at idea making, right now I'm in coding mode, which is not when I am inventing new code or algorithms, it's just what mode i'm in when I alt-tab every 10 seconds between nano and irc/telegram May 04 15:13:22 Once I relax in a few hours... I will start looking into how to plan this out... I'd really like some volunteers but I feel like until I know what I need done and which parts I can/should do, it's gonna be hard to get helpers.... maybe if I make a big list of tasks and things to attempt and consider, people will come to me to May 04 15:13:22 help, the communities I'm in, it's hard NOT to get volunteers for projects May 04 15:13:25 @NotKit [only basic ones to get test_hwc2 working, most is from Sailfish], It's good to hear that. Did u check KDE plasma mobile also they are working on something. May 04 15:13:34 @NotKit [only basic ones to get test_hwc2 working, most is from Sailfish], Sounds great anyway. I'm not sure whether Halium even has many more patches, afaik most ones are fixing generic container issues. May 04 15:14:25 the painful part is going to be stripping out Android components which I didn't do obviously May 04 15:16:12 @NotKit [the painful part is going to be stripping out Android components which I didn't …], It will take forever for one person. … I don't know in depth but u will need to change everything form 14.1 to 16. … That's pain May 04 15:17:16 the painful part will be the whole darn thing May 04 15:18:47 Ubport community working on it or they just tinkering on 7.1 only? I think they will polish 7.1 to best May 04 15:25:50 well, the problem with UBPorts is that it had to focus on other things than ports after Canonical stopped developing UT May 04 15:29:59 I agree, porting is not a good idea at this point and should be done when we have modern device support as well as older legacy device support... We should keep working on porting, but we shouldn't make each person have one port and that's all they work on. May 04 15:31:40 Which is why I said last night we need to stop working on ports and upgrade the platform to 16.0(pie) compatible before we devote dozens of peoples free time to devices that the builds for will be useless and depricated once we make the right step which I believe is to get up to spec with 7.0,8.0, and 9.0, all in one kernel.. May 04 15:31:40 . there isn't any reason why blobs from other versions can't be used on newer kernels except extra work for the developers, which I feel is worth it since it provides a much better product long-term May 04 15:34:15 @powderedtoastman9000 [Which is why I said last night we need to stop working on ports and upgrade the …], >in one kernel … No May 04 15:35:39 Well it doesn't have to be one kernel, but I do think that's a good idea. If you're going to say no I would appreciate a reason which I will likely agree with if it's logical May 04 15:36:09 I'm trying to brainstorm not tell everyone what to do and how to do it May 04 15:36:47 You can't merge all the devices in one kernel unless you mainline them and merge them upstream and then halium isn't needed May 04 15:36:49 please shoot for stars that are not so far away May 04 15:41:14 I'm soon going to explode when I hear the word "kernel" by Will May 04 15:41:27 I'm not going to argue about hardware abstraction techniques I'm just trying to help start the thinking process and everyone is free to say no or to adapt or even do the opposite of what I say, but one of the things I'm good at is think-tank work, which involves bouncing ideas back and fourth and even being proved wrong or c May 04 15:41:27 alled an idiot. I just said ideas, as I was thinking them, I am not an authoriaty to tell you how to do things but I am a person, and people can think together and have better ideas than any of them could make alone. The kernel tree thing is the least important part of what I suggested, that's something I'm doing for Exynos in the near future, but May 04 15:41:27 I don't expect everyone to follow me blindly May 04 15:42:03 Fine I'll leave, like I don't want to piss people off, I'll keep doing my stuff but I won't be here except to give PRs May 04 15:42:06 (Sticker, 512x512) https://irc.ubports.com/KhrUXWWA.webp May 04 15:42:10 Boi don't May 04 15:42:15 We need u May 04 15:43:00 @powderedtoastman9000 [Fine I'll leave, like I don't want to piss people off, I'll keep doing my stuff …], no, it is not about this, but May 04 15:43:34 Well, I just feel like a lot of the official devs don't like me, I would still do my work and submit it, but I don't want to bother people. I know I'm literally crazy and annoying to A big extent,but that won't stop me from coding, I just don't want to piss people off May 04 15:43:42 @powderedtoastman9000 [I agree, porting is not a good idea at this point and should be done when we hav …], the problem is that you can't meaningfully work on hardware adaptation layer without having a port for your device May 04 15:43:52 and we have quite a zoo of devices May 04 15:45:17 @NotKit [the problem is that you can't meaningfully work on hardware adaptation layer wit …], Very valid, but my port is like %80 hardware supported with minimal bug checking or fixing, I feel like I'm getting close to having all the device hardware working with probably bugs to fix May 04 15:45:41 that would be good May 04 15:45:43 I do expect very much work after completing hardware support but Im happy with my progress May 04 15:48:29 Like in 1 month I have a usable Linux system which can sms and make/receive calls but no audio for the calls, BT works, all the tests in the rootfs pass, I fixed the bug that was prevent wifi from using 5ghz, I fixed the bug where MTP daemon crashes when I access it, next problem is figure out why no QML apps will launch, but May 04 15:48:29 I literally haven't looked at the logs yet cause I'm helping a guy fix his phone on IRC, or was, he got it working now with minimal instructions May 04 15:49:14 Basically audio, camera, and 3g for when LTE is not up, then I'm done stage 1, which is support all hardware May 04 15:50:54 I added some non-halium stuff that other people have used in alt rom ports to the build tree and configured them, including a exynos 8 library that I haven't looked at yet but will probably fork to use with my new exynos gcc May 04 15:55:03 Like libexynos8 and gcc 8.3 Exynos... That's the future for me, along with halium 16.0 and of course porting devices which I am going to still do a fair bit but less so I can do halium 9.0 blob support. Halium is so damn cool... I didn't start the starlte port yet but all the sources are compiled and I have my images, it's ju May 04 15:55:03 st a matter of doing something with it. s7 first though, it's already so far along it would feel crappy to abandon it before it was stable and trustworthy May 04 16:05:46 What difference it makes 7.1, 8.1, 9.0. I don't get it. … I thought Ubuntu touch only uses kernel and proprietary vendor blobs only. … Like wifi and BT sourses will be same for every version of Android so for other sources. … Then why go for trouble to compile them in first place. … Or am I going on wrong direction. May 04 16:08:33 Only kernel changes and some twicks here and there for every Android update. May 04 16:11:02 Because blobs are built for bionic and we need to translate bionic calls into glibc calls for anything to work May 04 16:11:04 @Amit_Vaidya [What difference it makes 7.1, 8.1, 9.0. I don't get it. … I thought Ubuntu touch …], The difference is that newer devices don't come with 7.1 support at all and won't work with halium 7.1, so in order to support phones less than 2 or 3 years old you need a new device sources and trees, so my S10+ only comes wit May 04 16:11:04 h 9.0. I know I could make it use 7.0 drivers but it would be huge amount of work. Possibly more than just updating halium to 16.0 unless I'm overwhelmed too much to assess the options May 04 16:11:28 And specific hybris branch is for specific android with specific binder etc. May 04 16:11:40 The problem is complex and I've written about it a few times... maybe I should forum post it. May 04 16:11:53 But the short answer, @Amit_Vaidya, is "no" May 04 16:13:18 Like I think S10+ is the best phone available, and I think UT users should have a option to buy a.really nice high end phone for UT. Right now the device selection for UT and Halium is lacking in new high end products,which is why I want to Target the top end devices, for people like me who want to use high end new hardware b May 04 16:13:18 ecause they are spoiled May 04 16:13:49 The s10+ is what makes me want 9.0 Hal support. I want that phone with UT May 04 16:14:43 @powderedtoastman9000 [The s10+ is what makes me want 9.0 Hal support. I want that phone with UT], Ahhaaa … I think ub touch is compatible with 7.1 only for now … Aint I right ? May 04 16:14:48 (Sticker, 512x393) https://irc.ubports.com/SCkirUmb.webp May 04 16:15:12 @vvreddy [Ahhaaa … I think ub touch is compatible with 7.1 only for now … Aint I right ?], yes, correct May 04 16:15:18 @vvreddy [Ahhaaa … I think ub touch is compatible with 7.1 only for now … Aint I right ?], Yes correct, I'm currently pondering how to fix that... May 04 16:15:45 And its been a year, no progress for santoni yet … Efforts were made … People went away towards sfos tho 😁 May 04 16:15:56 @powderedtoastman9000 [Like I think S10+ is the best phone available, and I think UT users should have …], Good luck bro. … I am still waiting Ubuntu touch for xiaomi redmi note 4 (Mido) for last 1 and half years. … Because I can't compile it myself. … What a shame May 04 16:15:58 @UniversalSuperBox yeah totally post docs on that. … UT and Hal need much more docs and I don't know enough to make them yet May 04 16:16:06 But sfos 3.0 being unstable hasn't gained much popularity May 04 16:16:21 "Why the problem is hard" isn't quite as useful as "how to fix it" though May 04 16:16:27 @vvreddy [Ahhaaa … I think ub touch is compatible with 7.1 only for now … Aint I right ?], Yeah 7.1 and I think 5.1 May 04 16:16:34 Ahh, valid point Dalton May 04 16:16:36 @Amit_Vaidya [Good luck bro. … I am still waiting Ubuntu touch for xiaomi redmi note 4 (Mido) fo …], You can try sailfish tho … One of those devices which have stable releases May 04 16:16:39 @Amit_Vaidya [Good luck bro. … I am still waiting Ubuntu touch for xiaomi redmi note 4 (Mido) fo …], simply waiting someone will do it isn't helping much May 04 16:16:58 You're too smart for me, always override.my statement with better ones May 04 16:17:13 @NotKit [simply waiting someone will do it isn't helping much], If you don't do it yourself you might end up waiting for ages May 04 16:17:27 @UniversalSuperBox ["Why the problem is hard" isn't quite as useful as "how to fix it" though], Yeah … Cuz its more like, people wanna enjoy praising the shell, rather than appreciating the beauty inside it 😊🤝 May 04 16:17:40 @powderedtoastman9000 [You're too smart for me, always override.my statement with better ones], 😂😂😂 May 04 16:17:50 @vvreddy [You can try sailfish tho … One of those devices which have stable releases], I tried but it bit hard to use with gesture only system May 04 16:17:50 Thekit typing 🙈 May 04 16:17:53 @K31j0 [If you don't do it yourself you might end up waiting for ages], Agreed this is a community project and if you want something done the best way is to do it yourself May 04 16:18:11 @Amit_Vaidya [I tried but it bit hard to use with gesture only system], Hmm true May 04 16:19:31 @NotKit [simply waiting someone will do it isn't helping much], I have low RAM can not compile systemimage due to it so I m patiently waiting for someone to make it. May 04 16:20:11 @Amit_Vaidya [I tried but it bit hard to use with gesture only system], You get used to it May 04 16:20:36 I'm pretty sure there are other good reasons to install more RAM if possible and you have less than 8 GB May 04 16:21:43 @NotKit [I'm pretty sure there are other good reasons to install more RAM if possible and …], I have 3 year old laptop can't do it. … Budget problem. … It will take fortune to buy new hardware. May 04 16:21:59 Sorry complete hardware as new pc May 04 16:22:11 @Amit_Vaidya [I have low RAM can not compile systemimage due to it so I m patiently waiting fo …], When I get home, I will set you up a 16 core desktop you can use to compile, but then you will need to download the images after you make them May 04 16:23:29 @powderedtoastman9000 [When I get home, I will set you up a 16 core desktop you can use to compile, but …], Sorry bro first u do ur work I will do it later. It can be postpone for some time May 04 16:24:01 @Amit_Vaidya [Sorry bro first u do ur work I will do it later. It can be postpone for some tim …], If I don't message you in 3 or 4 hours message me because it means I forgot May 04 16:26:28 @powderedtoastman9000 [If I don't message you in 3 or 4 hours message me because it means I forgot], I m from India it's 10 pm after 3 or 4 hrs 1 or 2 am ha ha ha. … So bye for now May 04 16:28:55 Okay, I will make you an account on the rig And message you the credentials... Back up your work frequently because I don't have RAID on that system and the SSD is gotten old May 04 16:31:37 @powderedtoastman9000 [Okay, I will make you an account on the rig And message you the credentials... B …], It will use it internet bandwidth and I don't want do bother anyone for my selfish causes May 04 16:33:31 @powderedtoastman9000 [Okay, I will make you an account on the rig And message you the credentials... B …], This chat should be private I don't wish to bother anyone here May 04 16:33:50 Sorry, anyways afk, we will talk in pm later or tomorrow May 04 19:38:01 @TuxThePenguin [If I had the internet bandwidth to upload weekly builds I would happily host a c …], That would be nice bro .😃 May 04 23:49:48 Is there a aarch64 halium reference rootfs premade? **** ENDING LOGGING AT Sun May 05 03:00:37 2019