--- Log opened Sat Mar 31 00:00:30 2018 |
00:02 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Connection closed] |
00:02 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
00:05 | <&[R]> | grep . /sys/devices/system/cpu/vulnerabilities/* # neato (requires a new-ish kernel) |
00:07 | <&[R]> | https://github.com/speed47/spectre-meltdown-checker |
00:08 | <&McMartin> | yay step 2 |
00:10 | <&[R]> | The open it in vim one? |
00:13 | <&McMartin> | Yes |
00:14 | | Derakon[AFK] is now known as Derakon |
01:32 | | Kindamoody is now known as Kindamoody[zZz] |
02:06 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Connection closed] |
02:58 | | Degi [Degi@Nightstar-2hrhdg.dyn.telefonica.de] has quit [[NS] Quit: Leaving] |
04:08 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
04:10 | | Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
05:01 | | Derakon is now known as Derakon[AFK] |
05:55 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
06:33 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [[NS] Quit: It's been two days, it must be time for another kernel upgrade] |
06:35 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code |
06:35 | | mode/#code [+ao McMartin McMartin] by ChanServ |
06:42 | | Vornlicious [Vorn@Nightstar-7fr6f5.sub-174-210-9.myvzw.com] has joined #code |
06:44 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
06:44 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
06:48 | | celticminstrel is now known as celmin|sleep |
07:18 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
07:18 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
07:23 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
09:15 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has quit [Ping timeout: 121 seconds] |
09:18 | | Kindamoody[zZz] is now known as Kindamoody|afk |
09:19 | | Alek [Alek@Nightstar-7or629.il.comcast.net] has joined #code |
09:19 | | mode/#code [+o Alek] by ChanServ |
11:33 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
12:18 | | Degi [Degi@Nightstar-2hrhdg.dyn.telefonica.de] has joined #code |
13:42 | <&ToxicFrog> | Huh. I may have a use for IPFS. |
14:51 | | Degi [Degi@Nightstar-2hrhdg.dyn.telefonica.de] has quit [Connection closed] |
15:15 | | celmin|sleep is now known as celticminstrel |
15:17 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
15:17 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
17:40 | | Vornlicious [Vorn@Nightstar-7fr6f5.sub-174-210-9.myvzw.com] has quit [[NS] Quit: Bye] |
17:40 | | Vorntastic [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
17:44 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
18:13 | | Jessikat [Jessikat@Nightstar-45q.jtr.132.82.IP] has joined #code |
18:51 | | Kindamoody|afk is now known as Kindamoody |
18:59 | | Jessikat` [Jessikat@Nightstar-7b4kr2.dab.02.net] has joined #code |
19:02 | | Jessikat [Jessikat@Nightstar-45q.jtr.132.82.IP] has quit [Ping timeout: 121 seconds] |
19:24 | | RchrdB [RchrdB@Nightstar-qe9.aug.187.81.IP] has joined #code |
19:56 | | RchrdB [RchrdB@Nightstar-qe9.aug.187.81.IP] has quit [Ping timeout: 121 seconds] |
19:59 | | Degi [Degi@Nightstar-2hrhdg.dyn.telefonica.de] has joined #code |
20:22 | | RchrdB [RchrdB@Nightstar-qe9.aug.187.81.IP] has joined #code |
20:40 | <&McMartin> | ToxicFrog: oh? |
20:41 | <&ToxicFrog> | McMartin: self-hosted file sharing with semantics equivalent to Google's "anyone with the link can view", i.e. there are no ACLs but knowing the link to one file or directory does not let you infer the location or even existence of others |
20:42 | <&ToxicFrog> | Run a private swarm and you have complete control; participate in a public swarm and you get automatic mirroring and distribution at the cost of no longer being able to guarantee deletion of anything. |
20:57 | <&[R]> | Ah, I wasn't sure if one could host IPFS without it all being super-public |
20:57 | <&[R]> | Definately something to look into now |
21:05 | <&ToxicFrog> | [R]: yeah, there's three different approaches, although only one of them is the "right" way |
21:06 | <&ToxicFrog> | ipfs daemon --offline brings it up but refuses to join any swarms, but this also breaks some gateway features so it's mostly useful for testing |
21:06 | <&ToxicFrog> | Deleting the bootstrap entries from the config file prevents it from joining the global swarm, but it might still be able to e.g. find other nodes on your LAN via DHT and if it does nothing stops it from joining them |
21:07 | <&ToxicFrog> | The right way is to generate a swarm.key and put it in IPFS_PATH; if it sees that it will refuse to join any swarm that isn't using the same key. |
21:23 | <&[R]> | Ah perfect |
22:09 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
22:09 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
22:18 | | tripflag [ed@Nightstar-0ot1od.rev.poneytelecom.eu] has joined #code |
22:19 | | tripflag is now known as ed |
23:55 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
--- Log closed Sun Apr 01 00:00:31 2018 |