code logs -> 2014 -> Sun, 30 Nov 2014< code.20141129.log - code.20141201.log >
--- Log opened Sun Nov 30 00:00:29 2014
00:17
<&ToxicFrog>
celticminstrel: speaking as someone who has both been there, and done that: you are entering a world of pain.
00:20
<@celticminstrel>
I can imagine.
00:20 * celticminstrel has currently decided to patch drawing of the selected area into the general text drawing routine.
00:21 macdjord [macdjord@Nightstar-7rac1r.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
00:22
<@celticminstrel>
But I think the hardest part would be handling the mouse.
00:24 macdjord [macdjord@Nightstar-7rac1r.mc.videotron.ca] has joined #code
00:24 mode/#code [+o macdjord] by ChanServ
01:18 Derakon[AFK] is now known as Derakon
01:51 MantaWaffles [MantaWaffle@Nightstar-e6c.3sj.86.173.IP] has quit [[NS] Quit: See ya.]
02:01 Kindamoody[zZz] is now known as Kindamoody
02:23
<@Alek>
for a freshly nuked and paved laptop, for a casual user who just visits facebook, gmail, and some video streaming sites (Russian), after updating IE, Chrome, Java, and Flash, and installing Avast, is there anything else I should do?
02:25
<@iospace>
uninstall avast
02:25
<@iospace>
:)
02:26
<@Alek>
so what would you recommend instead, in the free range? -
02:26
<@Alek>
-_-
02:26
<@Alek>
certainly not AVG, it's nagware.
02:26
<@Alek>
btw, win7home
02:38
<@celticminstrel>
...why is it that git stash absolutely cannot deal with anything that remotely looks like a conflict.
02:38
<@celticminstrel>
Even when it isn't one.
02:39
<@gnolam>
Alek: enable autoupdates for /everything/.
02:39
<@gnolam>
(Also, Java? Do you really need it?)
02:40
<@celticminstrel>
In general? Yes.
02:40
<@celticminstrel>
The Java web plugin you might be able to do without.
02:40
<&Derakon>
You should disable the Java web plugin by default.
02:40
<&Derakon>
The vast majority of sites do not need it, and it's a significant potential malware vector.
02:40
<@celticminstrel>
I think Firefox does that for you now.
02:41
<@celticminstrel>
And when a website does require it, you have to approve it first.
02:41 * celticminstrel doesn't know if Chrome does anything similar.
02:48 Orthia [orthianz@Nightstar-oqti8i.callplus.net.nz] has quit [Ping timeout: 121 seconds]
02:53 Orthia [orthianz@Nightstar-h5c.0dj.224.119.IP] has joined #code
02:53 mode/#code [+o Orthia] by ChanServ
02:56
<@Alek>
I won't be handy to approve java ifwhen it's needed. so...
02:56
<@Alek>
ah. adblock.
03:09 simon__ [simon@Nightstar-2og823.pronoia.dk] has quit [Ping timeout: 121 seconds]
03:37
<&ToxicFrog>
celticminstrel: er? If there are conflicts it leaves the conflicts in the file and waits for you to resolve them a la git merge
03:38 * celticminstrel had a file that was identical with respect to the stash, but not commited. It refused to even attempt anything.
03:39
<&ToxicFrog>
..well, duh
03:39
<&ToxicFrog>
git is incredibly paranoid about uncommitted changes
03:39
<@celticminstrel>
It's the sort of thing that happens when you use --keep-index.
03:39
<@celticminstrel>
Because git stupidly stashes the index in addition to keeping it.
03:40
<@celticminstrel>
It could've at least applied the rest of the stash.
03:40
<@celticminstrel>
But no, one conflicting file prevents it from doing anything.3
03:48 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [[NS] Quit: Program Shutting down]
03:57 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Leaving]
04:24 Kindamoody is now known as Kindamoody[zZz]
05:09 Red_Queen [Z@Nightstar-g2q2tu.customer.tdc.net] has joined #code
05:09 mode/#code [+o Red_Queen] by ChanServ
05:10 Checkmate [Z@Nightstar-101.mee.63.87.IP] has quit [Ping timeout: 121 seconds]
05:16 Alek [omegaboot@Nightstar-c8t.a00.36.73.IP] has quit [Ping timeout: 121 seconds]
05:19 Alek [omegaboot@Nightstar-c8t.a00.36.73.IP] has joined #code
05:19 mode/#code [+o Alek] by ChanServ
05:22 Derakon is now known as Derakon[AFK]
05:34 Red_Queen [Z@Nightstar-g2q2tu.customer.tdc.net] has quit [Connection closed]
05:38 Checkmate [Z@Nightstar-g2q2tu.customer.tdc.net] has joined #code
05:38 mode/#code [+o Checkmate] by ChanServ
05:58 Checkmate [Z@Nightstar-g2q2tu.customer.tdc.net] has quit [Ping timeout: 121 seconds]
06:01 Orthia is now known as Reiv
06:47
<@Julius>
Ahaha. Pale Moon includes functionality that removes the right-click dialog button "security" against source viewing.
06:47
<@Julius>
-button
06:47
<@celticminstrel>
I have no idea what this means.
06:48
<@Julius>
You right click on the page and you get a prompt along the lines of "image saving not allowed".
06:56
<@celticminstrel>
What is Pale Moon?
06:57
<@Julius>
A firefox fork.
06:57
<@celticminstrel>
So what is removes is...?
06:57
<@celticminstrel>
^it
06:57 * celticminstrel knows that in FireFox you can hold a modifier key to get the real context menu regardless of any JavaScript replacements.
06:57
<@Julius>
The second time a prompt appears, being the second time you try to right-click on the page, you get a checkbox to not allow this page to create more prompts.
06:58
<@celticminstrel>
This sounds like JavaScript intercepting the context menu...
06:58
<@celticminstrel>
Since that's normal behaviour for JS-based dialogues.
06:59
<@Julius>
Really now? That's the first I ever see it.
07:01
<@celticminstrel>
...you can trigger it easily. Just open the web console and execute something like "alert('test')" twice.
07:02
<@celticminstrel>
It seems to only trigger if it's somehow the exact same dialogue twice.
07:02
<@Julius>
Chrome took four activations before showing the checkbox.
07:03
<@Julius>
Now it's properly every second one.
07:03
<@celticminstrel>
I see.
07:04 Alek [omegaboot@Nightstar-c8t.a00.36.73.IP] has quit [Ping timeout: 121 seconds]
07:07 Alek [omegaboot@Nightstar-c8t.a00.36.73.IP] has joined #code
07:07 mode/#code [+o Alek] by ChanServ
07:10 Kindamoody[zZz] is now known as Kindamoody
07:45 Reiv [orthianz@Nightstar-h5c.0dj.224.119.IP] has quit [Ping timeout: 121 seconds]
07:49 Orthia [orthianz@Nightstar-gsd.bg2.224.119.IP] has joined #code
07:49 mode/#code [+o Orthia] by ChanServ
08:27 * Julius discovers that Oracle's favicon is a tank.
11:14 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
12:29
<@Tamber>
Julius, crushing everything before them?
13:13
<@Julius>
Apparently.
13:14 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
14:08 RayWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
14:08 RayWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has left #code ["See ya."]
14:11 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [[NS] Quit: See ya.]
14:11 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
14:12 MantaWaffles is now known as MantaFox
14:12 MantaFox is now known as MantaWaffles
18:02 Alek [omegaboot@Nightstar-c8t.a00.36.73.IP] has quit [Connection reset by peer]
18:24 Alek [omegaboot@Nightstar-c8t.a00.36.73.IP] has joined #code
18:24 mode/#code [+o Alek] by ChanServ
18:28 Tarinaky [tarinaky@Nightstar-e99cts.net] has quit [Ping timeout: 121 seconds]
18:38 Tarinaky [tarinaky@Nightstar-e99cts.net] has joined #code
18:38 mode/#code [+o Tarinaky] by ChanServ
18:42 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [Ping timeout: 121 seconds]
--- Log opened Sun Nov 30 19:05:46 2014
19:05 TheWatcher [chris@Nightstar-ksqup0.co.uk] has joined #code
19:05 Irssi: #code: Total of 38 nicks [21 ops, 0 halfops, 0 voices, 17 normal]
19:05 mode/#code [+o TheWatcher] by ChanServ
19:06 Irssi: Join to #code was synced in 40 secs
19:06 Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code
19:06 mode/#code [+ao Reiver Reiver] by ChanServ
19:07 RayWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [Ping timeout: 121 seconds]
19:18 PinkFreud [WhyNot@Pinkfreud.is.really.fuckin.lame.nightstar.net] has quit [A TLS packet with unexpected length was received.]
19:22 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
19:22 SkateWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [Ping timeout: 121 seconds]
19:30 RayWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
19:31 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [Ping timeout: 121 seconds]
20:00 RayWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [Ping timeout: 121 seconds]
20:12 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
20:35 Reiv [NSwebIRC@Nightstar-q8avec.kinect.net.nz] has joined #code
20:35 mode/#code [+o Reiv] by ChanServ
20:43 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [Ping timeout: 121 seconds]
20:45 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
20:49 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [Ping timeout: 121 seconds]
20:52 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
21:08 RayWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
21:08 RayWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [[NS] Quit: See ya.]
21:24 iospace is now known as io\PACKERS
21:33 Kindamoody is now known as Kindamoody[zZz]
21:42 himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
21:57 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [Ping timeout: 121 seconds]
22:09 Checkmate [Z@Nightstar-g2q2tu.customer.tdc.net] has joined #code
22:09 mode/#code [+o Checkmate] by ChanServ
22:18 Reiver is now known as Orth
22:45 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
23:28 himi [fow035@Nightstar-dm0.2ni.203.150.IP] has joined #code
23:28 mode/#code [+o himi] by ChanServ
23:40 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has quit [Ping timeout: 121 seconds]
23:55 MantaWaffles [MantaWaffle@Nightstar-ujj.2ik.216.24.IP] has joined #code
--- Log closed Mon Dec 01 00:00:39 2014
code logs -> 2014 -> Sun, 30 Nov 2014< code.20141129.log - code.20141201.log >

[ Latest log file ]