--- Log opened Sat Jan 02 00:00:50 2021 |
00:24 | | Kindamoody is now known as Kindamoody[zZz] |
01:44 | | catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
02:41 | | McMartin [mcmartin@Nightstar-c25omi.ca.comcast.net] has quit [[NS] Quit: Kernel upgrade] |
02:44 | | McMartin [mcmartin@Nightstar-c25omi.ca.comcast.net] has joined #code |
02:44 | | mode/#code [+ao McMartin McMartin] by ChanServ |
03:44 | | Pink [uid208117@Nightstar-h2b233.irccloud.com] has quit [Ping timeout: 121 seconds] |
03:47 | | Pink [uid208117@Nightstar-h2b233.irccloud.com] has joined #code |
04:34 | | Degi_ [Degi@Nightstar-87dk05.pool.telefonica.de] has joined #code |
04:36 | | Degi [Degi@Nightstar-d2e62u.pool.telefonica.de] has quit [Ping timeout: 121 seconds] |
04:36 | | Degi_ is now known as Degi |
04:51 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed] |
04:51 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
04:51 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
04:57 | | Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has joined #code |
04:57 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
05:01 | | * McMartin finishes his article about 8-bit asm tricks. https://bumbershootsoft.wordpress.com/2021/01/02/a-grimoire-of-8-bit-implementation-patterns/ |
05:25 | | Pink [uid208117@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
08:55 | | Pink [uid208117@Nightstar-h2b233.irccloud.com] has joined #code |
09:00 | | Kindamoody[zZz] is now known as Kindamoody|out |
11:38 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code |
11:46 | | Kindamoody|out is now known as Kindamoody |
13:28 | | catalyst_ [catalyst@Nightstar-4l3a6l.dab.02.net] has joined #code |
13:30 | <&jeroud> | McMartin: 'In a modern system, we even call the block of the executable where such data is copied from is called “the data segment”.' -- either "we call" or "is called", not both. |
13:30 | | catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Ping timeout: 121 seconds] |
14:02 | | catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
14:05 | | catalyst_ [catalyst@Nightstar-4l3a6l.dab.02.net] has quit [Connection reset by peer] |
14:25 | | * abudhabi intensely hates when you click on a webpage element and the interactable interface *moves*. |
14:26 | < Pink> | Isn't that most websites now? |
14:26 | < Emmy> | what, you mean dropdowns, or like expanding sections? |
14:28 | <@abudhabi> | I mean like, I click on a checkbox, then intend to click another one, but the first one has a slightly delayed effect that makes me miss the second one, clicking a link to elsewhere instead. |
14:38 | < catalyst> | ugh yeah, that's so frustrating |
14:51 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
14:51 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
15:40 | < Emmy> | oh yeah, that is fucking annoying |
15:40 | < Emmy> | delayed effects in any shape ar eshit, though |
15:41 | < Emmy> | at least that one activates after an action, but what about those lovely websites which alter their layout during loading? |
15:41 | < Emmy> | >.< |
15:41 | <@abudhabi> | That is also part of that. |
15:42 | <@abudhabi> | I'd have to have the inspector open to know when it's safe to click yet. |
15:42 | < Emmy> | you open a homepage or something to pass through to the next link, but just as you click it, BAM, content loads and your link goes 1080 px down. |
15:42 | < Emmy> | instead, you have some kind of shitty video of some worthless influencer or some shit |
15:42 | < Emmy> | or worse, ads |
15:43 | <@abudhabi> | Ads seldom annoy me nowadays. More frequent is that the aggression level of my ad blocker is too high and breaks legitimate content. |
15:44 | < Emmy> | true, but sadly there's no addblockers for the android YT app. |
15:44 | < Emmy> | well, none that don't involve jailbreaking or VPNs or some shit |
15:50 | <@abudhabi> | Mmm. I don't generally use mobile devices, so I'm largely unaffected. |
16:16 | | Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
16:55 | | Pink [uid208117@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
18:21 | | Pink [uid208117@Nightstar-h2b233.irccloud.com] has joined #code |
19:10 | < Emmy> | Oh, i got one even worse |
19:10 | < Emmy> | clickable backgrounds... |
19:20 | | catalyst_ [catalyst@Nightstar-jjae0u.dab.02.net] has joined #code |
19:23 | | catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Ping timeout: 121 seconds] |
19:29 | | catalyst_ is now known as catalyst |
20:15 | | catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
20:19 | | catalyst [catalyst@Nightstar-jjae0u.dab.02.net] has quit [Connection closed] |
20:23 | <&[R]> | Regex question, how do I match "Effect: XXXX" but not of XXXX is "none"? |
20:23 | <&[R]> | if* |
20:23 | <@celticminstrel> | I think assertions would work? |
20:24 | <@celticminstrel> | Something like "Effect: (?!none).*" |
20:24 | <@celticminstrel> | That's assuming you have assertions in whatever flavour you're using tho… |
20:24 | <@celticminstrel> | Otherwise you'd need something a little more complicated. |
20:25 | <@celticminstrel> | Like ([^n].*|n[^o].*|no[^n].*) or so |
20:28 | <&[R]> | Yeah, assertions didn't work, thanks! |
20:29 | <@celticminstrel> | Might need a fourth alternation in there with non[^e |
20:30 | <&[R]> | I gathered |
20:53 | | ToxicFrog [ToxicFrog@Nightstar-ke03f7.cpe.distributel.net] has quit [The TLS connection was non-properly terminated.] |
20:53 | | ToxicFrog [ToxicFrog@Nightstar-ke03f7.cpe.distributel.net] has joined #code |
20:53 | | mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ |
20:54 | | ToxicFrog [ToxicFrog@Nightstar-ke03f7.cpe.distributel.net] has quit [The TLS connection was non-properly terminated.] |
20:55 | | ToxicFrog [ToxicFrog@Nightstar-ke03f7.cpe.distributel.net] has joined #code |
20:55 | | mode/#code [+ao ToxicFrog ToxicFrog] by ChanServ |
23:09 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Ping timeout: 121 seconds] |
23:48 | | Kindamoody is now known as Kindamoody[zZz] |
23:58 | | bluefoxx [fuzzylombax@Nightstar-gmbj85.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
--- Log closed Sun Jan 03 00:00:51 2021 |