[00:09] *** icedice has quit IRC (Ping timeout: 268 seconds) [00:13] *** Flashback is now known as flashfry [01:25] http://www.abc.net.au/news/2018-08-31/catholic-response-to-royal-commission-child-sex-abuse/10183020 [01:25] wtf australia [01:26] Looking for a Commandor 64 to buy or loan, need it for a project -- Twitch plays a C64, a Twitch controlled C64 [01:26] Why not use an emulator? [01:27] because real hardware is more fun [01:28] do you mean a commodore 64? [01:31] Commodore 64* [01:32] yeah thought so [03:12] *** godane has quit IRC (Ping timeout: 506 seconds) [03:26] *** godane has joined #archiveteam-ot [03:26] *** svchfoo1 sets mode: +o godane [03:46] *** odemg has quit IRC (Ping timeout: 260 seconds) [03:58] *** odemg has joined #archiveteam-ot [04:00] *** BlueMax has joined #archiveteam-ot [05:02] *** wp494 has quit IRC (Read error: Operation timed out) [05:04] *** wp494 has joined #archiveteam-ot [06:34] *** schbirid has joined #archiveteam-ot [06:46] *** ivan has quit IRC (Read error: Operation timed out) [06:47] *** flashfry has quit IRC (Write error: Broken pipe) [06:47] *** ivan has joined #archiveteam-ot [06:47] *** svchfoo3 sets mode: +o ivan [06:53] *** logchfoo3 starts logging #archiveteam-ot at Fri Aug 31 06:53:58 2018 [06:53] *** logchfoo3 has joined #archiveteam-ot [06:54] *** mal has quit IRC (Remote host closed the connection) [06:54] *** vectr0n has quit IRC (Ping timeout: 600 seconds) [06:54] *** vectr0n_ is now known as vectr0n [06:55] *** Odd0002 has quit IRC (Ping timeout: 600 seconds) [06:55] *** Odd0002_ is now known as Odd0002 [06:56] *** kiska has quit IRC (Ping timeout: 600 seconds) [07:23] *** flashfry has joined #archiveteam-ot [07:35] *** tyzoid has joined #archiveteam-ot [07:41] *** schbirid has quit IRC (Remote host closed the connection) [07:41] *** mal has joined #archiveteam-ot [09:24] *** BlueMax has quit IRC (Quit: Leaving) [09:48] *** flashfry has quit IRC (The Lounge - https://thelounge.github.io) [09:54] *** kiska has joined #archiveteam-ot [10:13] *** icedice has joined #archiveteam-ot [12:23] jrwr, do you have a game in mind that would "work" in a twitch plays environment? I have a hard time thinking of games with benign failure states. Letting people run through Bards Tale dungeons would be fun for example, but they would end up in a non-winnable state pretty quickly I'd think. [14:06] *** wp494 has quit IRC (Ping timeout: 492 seconds) [14:07] *** wp494 has joined #archiveteam-ot [14:56] Can a Corsair CX750 PSU (750W) power a 3TB HDD + a 6TB HDD + a 240GB SSD + a 1TB SSD simulanously? [15:06] icedice: yes [15:07] you used a grand total of like 25W for that storage [15:07] Ok [15:07] And only three of them will run at the same time [15:08] *** Soni has quit IRC (Read error: Operation timed out) [15:08] (Backing up two drives to a third one [15:08] *** Soni has joined #archiveteam-ot [15:10] *** icedice has quit IRC (Quit: Leaving) [15:39] @zino for the C64 project, ill have a vote_reset so they can powercycle the C64 [15:55] I have an idle project idea to make two browser-based games play each other [15:55] Like Chessmaster 2000 plays some other chess program [16:04] I have so much else to work on though [16:05] *** schbirid has joined #archiveteam-ot [16:23] *** faolingfa has quit IRC (Read error: Connection reset by peer) [16:27] *** faolingfa has joined #archiveteam-ot [16:39] *** icedice has joined #archiveteam-ot [16:43] LOL! [16:43] What partition type should I choose for a 6TB HDD that I will use in a desktop environment (mostly for storage and watching movies from): MBR (Master Boot Record) or GPT (GUID Partition Table)? [16:43] Thats a pretty good idea [16:43] SketchCow: I might steal that [16:43] icedice: gpt [16:43] Ok [16:45] Should I split up the HDD into multiple partitions or can I have it as one 6TB partition without any problems? (Yeah, I know the partition will be a bit less than 6TB.) [16:49] Should I use quick format or not? [16:49] * pokes jrwr * [17:01] quickformat single part [17:15] *** caff has joined #archiveteam-ot [17:18] I went with full format [17:18] I read up a bit on it online [17:18] An error check might be good, considering that I got the HDD by mail [17:40] Not sure if anyone here is going to know the answer to this, but looking for a way to 'fake' keyboard input to a program. eg open htop and search for processes under a certain user.. open htop, 'ukaz(enter)' is there actually a way to do this or am I going to have to find another way to do it [18:15] So I have the HDD outside of the desktop while I format (and then copy stuff over) since the desktop is cramped and would maybe not have room for it until I replace my dying HDD with it [18:16] does it need to be htop? it's very simple to do with ps [18:16] ps uxa | awk '$1=="kaz"' [18:17] with tmux you can do tmux send-keys htop(insert)(enter)ukaz(insert)(enter), but it doesn't seem to catch the last enter [18:18] (where (insert) means literally pressing the insert key etc) [18:18] yeah, tmux send-keys seems to be closer to what I'm looking for - htop was just an example really, just want to push keyboard input to a program [18:18] It was 45 °C / 113 °F while ago, then it reached 46 °C / 114.8 °F, and then about three minutes later it hit 47 °C / 116.6 °F [18:18] https://www.wdc.com/content/dam/wdc/website/downloadable_assets/eng/spec_data_sheet/2879-771434.pdf [18:19] "Temperature (°C) [18:19] Operating: 5 to 55 [18:20] Non-operating: -40 to 70" [18:21] Kaz: X App or Console [18:21] console [18:21] That's 41 to 131 °F operating and -40 to 171 °F non-operating [18:22] I've had the full formatting run for about 1.3 hours and it's at 16% [18:22] you could try expect, haven't used it though [18:23] not sure if it works with curses stuff [18:24] *** chferfa has joined #archiveteam-ot [18:24] `tmux sendkeys ukaz Enter` works pretty well [18:24] just need to work out how it can be pushed to other panes etc [18:25] I've had the full formatting run for about 1.3 hours and it's at 16% [18:26] icedice: cancel and quickformat [18:26] Phew, it seems to have gone back down to 46 °C / 114.8 °F now that I opened the window again to let in more cool air [18:27] Hopefully that'll be enough to keep it cool [18:31] Apparently those temperatures are normal according to reviews :/ [18:32] if operating temp is up to 55C what's the issue [18:33] Western Digital's design, it seems [18:33] Ah, I misunderstood [18:34] When it climbed a celsius degree in three minutes I started getting worried [18:34] that it would continue to increase in that way [18:44] *** arkiver has quit IRC (Ping timeout: 360 seconds) [18:45] *** caff_ has joined #archiveteam-ot [18:47] *** Stilett0 has quit IRC (Ping timeout: 264 seconds) [18:49] *** Stilett0 has joined #archiveteam-ot [18:49] *** MrRadar has quit IRC (Read error: Operation timed out) [18:51] *** arkiver has joined #archiveteam-ot [18:53] *** nightpool has quit IRC (Ping timeout: 360 seconds) [18:53] *** caff has quit IRC (Read error: Operation timed out) [18:58] *** nightpool has joined #archiveteam-ot [18:58] *** MrRadar has joined #archiveteam-ot [19:05] *** MrRadar has quit IRC (Ping timeout: 360 seconds) [19:09] *** MrRadar has joined #archiveteam-ot [19:13] *** godane has quit IRC (Read error: Connection reset by peer) [19:13] *** godane has joined #archiveteam-ot [19:13] *** svchfoo1 sets mode: +o godane [20:16] *** Stilett0 has quit IRC (Ping timeout: 268 seconds) [20:32] *** chferfa has quit IRC () [21:23] Is the wayback machine having issues for anyone else? [21:31] nvm, maintanence happened earlier today, I'm sure they know about it already [21:48] *** chferfa has joined #archiveteam-ot [22:40] *** m007a83 has quit IRC (Read error: Connection reset by peer) [22:41] *** m007a83 has joined #archiveteam-ot [22:42] *** JH88 has joined #archiveteam-ot [23:07] *** BlueMax has joined #archiveteam-ot [23:11] *** schbirid has quit IRC (Remote host closed the connection)