> 1617926498 451066 PRIVMSG #esoteric :14[[07IHCBBTWAIABMSEYRACIRWYT14]]4 10 02https://esolangs.org/w/index.php?diff=82019&oldid=82018 5* 03Hyperdawg 5* (+482) 10 < 1617927845 783278 :delta23!~deltaepsi@unaffiliated/deltaepsilon23 QUIT :Ping timeout: 246 seconds < 1617927913 903099 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :arseniiv: the comments link to that < 1617927925 327060 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :with coupled track switches < 1617927962 290268 :arseniiv!~arseniiv@95.105.4.89.dynamic.ufanet.ru PRIVMSG #esoteric :that’s good, then! I’m a bit sad when information is lost < 1617929741 754098 :arseniiv!~arseniiv@95.105.4.89.dynamic.ufanet.ru QUIT :Ping timeout: 240 seconds < 1617930143 849669 :delta23!~deltaepsi@unaffiliated/deltaepsilon23 JOIN :#esoteric > 1617930941 971534 PRIVMSG #esoteric :14[[07Abcout14]]4 N10 02https://esolangs.org/w/index.php?oldid=82020 5* 03Sporeball 5* (+2042) 10create abcout page > 1617931155 708519 PRIVMSG #esoteric :14[[07User:Sporeball14]]4 M10 02https://esolangs.org/w/index.php?diff=82021&oldid=68492 5* 03Sporeball 5* (+48) 10add abcout to this < 1617931514 973395 :hendursaga!~weechat@gateway/tor-sasl/hendursaga QUIT :Remote host closed the connection < 1617931557 756948 :hendursaga!~weechat@gateway/tor-sasl/hendursaga JOIN :#esoteric > 1617932253 974834 PRIVMSG #esoteric :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=82022&oldid=81996 5* 03Sporeball 5* (+13) 10add abcout to the language list < 1617932501 585313 :arcsor7!~arcsor5@185.244.215.10 QUIT :Ping timeout: 265 seconds > 1617936584 433340 PRIVMSG #esoteric :14[[07User:Hyperdawg14]]4 10 02https://esolangs.org/w/index.php?diff=82023&oldid=81667 5* 03Hyperdawg 5* (+13) 10 > 1617936643 648922 PRIVMSG #esoteric :14[[07IHCBBTWAIABMSEYRACIRWYT14]]4 10 02https://esolangs.org/w/index.php?diff=82024&oldid=82019 5* 03Hyperdawg 5* (-463) 10/* Python */ > 1617936689 132608 PRIVMSG #esoteric :14[[07IHCBBTWAIABMSEYRACIRWYT14]]4 10 02https://esolangs.org/w/index.php?diff=82025&oldid=82024 5* 03Hyperdawg 5* (+39) 10/* Hello World */ > 1617938557 88474 PRIVMSG #esoteric :14[[07OISC14]]4 10 02https://esolangs.org/w/index.php?diff=82026&oldid=81582 5* 03Sporeball 5* (+100) 10add abcout to the list of OISCs < 1617938753 514785 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com PRIVMSG #esoteric :I have found a number for which the version of cosine in my complex.h < 1617938777 597512 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com PRIVMSG #esoteric :differs from the result i get from the x87 fcos instruction < 1617938877 981471 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com PRIVMSG #esoteric :64.40000000000061675109 or 0x40501999999999c5 in hex < 1617939284 534194 :shachaf!~shachaf@unaffiliated/shachaf PRIVMSG #esoteric :No one really uses the x87 instruction, right? < 1617939437 452698 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com PRIVMSG #esoteric :I expect they use some SSE thing by now < 1617939511 745182 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :fun < 1617939543 52223 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :i386 or amd64? < 1617939563 465674 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :iirc the amd64 ABI (at least on Linux) uses SSE registers for floats < 1617939575 630136 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :with the assumption that you're using SSE ops too < 1617939613 75945 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :the amd64 ABI uses SSE registers for float and double but still x87 for long double < 1617939625 570064 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com PRIVMSG #esoteric :anyway, the complex.h one, when I step through it, appears to run the taylor series < 1617939632 579554 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :oh neat < 1617939636 261392 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :(because long double is still an x87 80-bit float) < 1617939664 622595 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :how did x87 end up using 80 bits internally, anyway < 1617939742 994293 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :design intent varied from how people actually used it, basically. the intent was that you'd do all intermediate computation in 80-bits, and then round when you were finally done to 64-bit or 32-bit < 1617939920 750492 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :and x87 is _slightly_ odd as an FPU design overall -- as implemented in modern x86 it's IEEE-compliant, but x87 _predates_ IEEE floats < 1617939957 690494 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :(the IEEE float standard is based on x87, not the other way around) < 1617940054 603734 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :i'm just wondering how they arrived at 80 bits specifically < 1617940082 723020 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com PRIVMSG #esoteric :double coscomplex(double x){return creal(cexp(I*x));} < 1617940087 510492 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com PRIVMSG #esoteric :double cosx87(double x){asm("fldl %1\n\tfcos\n\tfstpl %1":"+m"(x)::);return x;} < 1617940194 103623 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :was that for compatibility to an existing system < 1617940209 644346 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :or just deemed to be enough precision for intermediate calculations with a 64 bit result < 1617940254 357204 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com PRIVMSG #esoteric :I think it was probably a nice 10 byte round number. Also I think there was an existing 10 byte BCD format? < 1617940306 579930 :delta23!~deltaepsi@unaffiliated/deltaepsilon23 QUIT :Quit: Leaving < 1617940313 843770 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :i think it was the latter, kmc < 1617940324 190295 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :aiui there was no pre-existing system they were compatible with < 1617940346 299450 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :legacy float formats are... mind-bending nonsense, and not very ieee-reminiscent < 1617942732 733556 :oerjan!oerjan@sprocket.nvg.ntnu.no QUIT :Quit: leaving < 1617942766 859142 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com PRIVMSG #esoteric :https://www.youtube.com/watch?v=Sk9WyEfzWPg < 1617943023 130983 :arcsor5!~arcsor5@185.244.215.10 JOIN :#esoteric < 1617943603 252862 :mmmattyx!uid17782@gateway/web/irccloud.com/x-ifgqqwhegwxcynjh QUIT :Quit: Connection closed for inactivity < 1617945594 54134 :arcsor5!~arcsor5@185.244.215.10 QUIT :Ping timeout: 260 seconds < 1617946746 481885 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esoteric :I don't like that Gemini protocol requires TLS; sometimes it is useful to have a non-TLS version. My suggestion is that the non-TLS version uses a different URI scheme, perhaps "insecure-gemini:" can be used. A non-proxy server that implements the non-TLS variant should treat the two URI schemes as equivalent. If a client certificate is requested, the client must switch to the secure protocol. < 1617946870 876989 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esoteric :O, and about the trains; maybe write on esolang wiki something so that we can see how those models are working, and perhaps a syntax for computer codes with it < 1617947141 519932 :drunken_lizard!~drunken_l@cpc1-bsfd9-2-0-cust12.5-3.cable.virginm.net JOIN :#esoteric < 1617950450 38316 :Sgeo_!~Sgeo@ool-18b98aa4.dyn.optonline.net JOIN :#esoteric < 1617950479 417224 :Sgeo_!~Sgeo@ool-18b98aa4.dyn.optonline.net QUIT :Read error: Connection reset by peer < 1617950630 838070 :Sgeo!~Sgeo@ool-18b98aa4.dyn.optonline.net QUIT :Ping timeout: 246 seconds < 1617951523 844762 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Read error: Connection reset by peer < 1617951754 587978 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1617955343 547540 :Bowserinator!Bowserinat@hellomouse/dev/Bowserinator QUIT :*.net *.split < 1617955344 620733 :ProofTechnique!sid79547@gateway/web/irccloud.com/x-icnhdahhvfdpvqrx QUIT :*.net *.split < 1617955344 620777 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep QUIT :*.net *.split < 1617955344 728710 :sebbu!~sebbu@unaffiliated/sebbu QUIT :*.net *.split < 1617955344 728756 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs QUIT :*.net *.split < 1617955344 971800 :ocharles!sid30093@musicbrainz/user/ocharles QUIT :*.net *.split < 1617955345 409369 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu QUIT :*.net *.split < 1617955345 559005 :sknebel!~quassel@v22016013254630973.happysrv.de QUIT :*.net *.split < 1617955346 443688 :ineiros!ineiros@kapsi.fi QUIT :*.net *.split < 1617955346 627058 :hakatashi1!~hakatashi@104.131.49.125 QUIT :*.net *.split < 1617955347 67802 :dingwat!uid70835@gateway/web/irccloud.com/x-qfsqsinuzlsupxfz QUIT :*.net *.split < 1617955347 324920 :Soni!~quassel@unaffiliated/soniex2 QUIT :*.net *.split < 1617955347 593398 :lyncid[m]!lyncidmatr@gateway/shell/matrix.org/x-aqqdqyydgginxwtw QUIT :*.net *.split < 1617955348 888155 :hendursaga!~weechat@gateway/tor-sasl/hendursaga QUIT :*.net *.split < 1617955349 76158 :xelxebar!~xelxebar@gateway/tor-sasl/xelxebar QUIT :*.net *.split < 1617955350 497040 :heroux!sandroco@gateway/shell/insomnia247/x-psiopvthpgalepzu QUIT :*.net *.split < 1617955351 873126 :Discordian[m]!discordi1@gateway/shell/matrix.org/x-hpsdksizidopczwt QUIT :*.net *.split < 1617955353 42224 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :*.net *.split < 1617955353 42267 :drunken_lizard!~drunken_l@cpc1-bsfd9-2-0-cust12.5-3.cable.virginm.net QUIT :*.net *.split < 1617955353 366918 :shachaf!~shachaf@unaffiliated/shachaf QUIT :*.net *.split < 1617955353 366961 :dionys!dionys@gateway/shell/blinkenshell.org/x-buslsfhbhitunuvz QUIT :*.net *.split < 1617955353 366970 :tromp!~tromp@dhcp-077-249-230-040.chello.nl QUIT :*.net *.split < 1617955353 901268 :int-e!~noone@int-e.eu QUIT :*.net *.split < 1617955354 194075 :dnm!sid401311@gateway/web/irccloud.com/x-trwjaoytkbwefale QUIT :*.net *.split < 1617955354 194120 :mich181189!sid268336@gateway/web/irccloud.com/x-gokhclyudqvzztap QUIT :*.net *.split < 1617955355 307377 :user3456_!user3456@gateway/shell/insomnia247/x-dpqrbaettdqywxai QUIT :*.net *.split < 1617955355 417391 :Lymia!lymia@magical.girl.lyrical.lymia.moe QUIT :*.net *.split < 1617955355 688497 :stux|RC-only!stux2@grid9.quadspeedi.net QUIT :*.net *.split < 1617955355 877362 :none30!none30matr@gateway/shell/matrix.org/x-rkuqfxckxsbwguss QUIT :*.net *.split < 1617955355 985332 :TannerSwett[m]!tannerswet@gateway/shell/matrix.org/x-tzoadmekakstqkle QUIT :*.net *.split < 1617955356 467732 :kmc!~beehive@unaffiliated/kmcallister QUIT :*.net *.split < 1617955356 467784 :blueskunk!blueskunk@ctrl-c.club QUIT :*.net *.split < 1617955356 927559 :izabera!izabera@unaffiliated/izabera QUIT :*.net *.split < 1617955356 927597 :wesleyac!~wesleyac@wesleyac.com QUIT :*.net *.split < 1617955357 35598 :ski!~ski@ed-3358-10.studat.chalmers.se QUIT :*.net *.split < 1617955357 476430 :grumble!~Thunderbi@freenode/staff/grumble QUIT :*.net *.split < 1617955357 883505 :olsner!~salparot@c83-249-186-43.bredband.comhem.se QUIT :*.net *.split < 1617955358 354632 :clog!~nef@bespin.org QUIT :*.net *.split < 1617955358 354676 :mniip!mniip@freenode/staff/mniip QUIT :*.net *.split < 1617955358 533159 :djanatyn1!~djanatyn@vps-7f49a6b0.vps.ovh.ca QUIT :*.net *.split < 1617955358 533208 :haavard!root@haavard.me QUIT :*.net *.split < 1617955358 710149 :joast!~rick@cpe-98-146-112-4.natnow.res.rr.com QUIT :*.net *.split < 1617955358 863481 :orbitaldecay!~bob@forder.cc QUIT :*.net *.split < 1617955358 863527 :FireFly!znc@freenode/staff/firefly QUIT :*.net *.split < 1617955359 115882 :les-citrons!~raven@alt.mondecitronne.com QUIT :*.net *.split < 1617955359 358347 :APic!apic@apic.name QUIT :*.net *.split < 1617955359 358456 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com QUIT :*.net *.split < 1617955359 814758 :iovoid!iovoid@hellomouse/dev/iovoid QUIT :*.net *.split < 1617955359 929150 :j-bot!~jbot@hagall.firefly.nu QUIT :*.net *.split < 1617955360 37687 :spruit11!~unknown@86-82-44-193.fixed.kpn.net QUIT :*.net *.split < 1617955360 182450 :copumpkin!~copumpkin@unaffiliated/copumpkin QUIT :*.net *.split < 1617955360 332447 :lambdabot!~lambdabot@haskell/bot/lambdabot QUIT :*.net *.split < 1617955360 638975 :V!~v@anomalous.eu QUIT :*.net *.split < 1617955360 639078 :zeroed!~admin@unaffiliated/zeroed QUIT :*.net *.split < 1617955360 824900 :laerling!~laerling@unaffiliated/laerling QUIT :*.net *.split < 1617955360 824979 :interruptinuse!~interrupt@girl.mrtheplague.net QUIT :*.net *.split < 1617955360 824999 :aloril!~aloril@mobile-access-5d6af6-251.dhcp.inet.fi QUIT :*.net *.split < 1617955361 81624 :budonyc!~budonyc@c-24-62-207-85.hsd1.ma.comcast.net QUIT :*.net *.split < 1617955361 81714 :Hooloovo0!Hooloovoo@sorunome.de QUIT :*.net *.split < 1617955361 482917 :Cale!~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com QUIT :*.net *.split < 1617955361 482992 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca QUIT :*.net *.split < 1617955361 651441 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com QUIT :*.net *.split < 1617955361 811573 :nakilon!~nakilon@62.241.154.104.bc.googleusercontent.com QUIT :*.net *.split < 1617955361 919659 :relrod!~relrod@redhat/ansible.staff.relrod QUIT :*.net *.split < 1617955361 919792 :vertrex!~vertrex@unaffiliated/vertrex QUIT :*.net *.split < 1617955362 518775 :Deewiant!~deewiant@de1.ut.deewiant.iki.fi QUIT :*.net *.split < 1617955362 518827 :sftp!~sftp@unaffiliated/sftp QUIT :*.net *.split < 1617955362 518841 :ornxka!~ornxka@unaffiliated/ornx QUIT :*.net *.split < 1617955362 761415 :jix!~jix@static.71.5.69.159.clients.your-server.de QUIT :*.net *.split < 1617955363 122180 :fizzie!fis@unaffiliated/fizzie QUIT :*.net *.split < 1617955363 241650 :wmww!wmwwmatrix@gateway/shell/matrix.org/x-inrpgpvyzvmtdltm QUIT :*.net *.split < 1617955363 396726 :naivesheep!~naiveshee@dhcp-108-168-36-20.cable.user.start.ca QUIT :*.net *.split < 1617955363 801703 :j4cbo!sid186930@gateway/web/irccloud.com/x-txfvujxwzqtfdiqv QUIT :*.net *.split < 1617955364 528367 :rodgort!~rodgort@static.38.6.217.95.clients.your-server.de QUIT :*.net *.split < 1617955364 770268 :moony!moony@hellomouse/dev/moony QUIT :*.net *.split < 1617955364 878234 :mla!~mla@162.253.176.229 QUIT :*.net *.split < 1617955365 110800 :harha_!~harha@ns356919.ip-91-121-144.eu QUIT :*.net *.split < 1617955365 288493 :Melvar!~melvar@dslb-178-007-125-001.178.007.pools.vodafone-ip.de QUIT :*.net *.split < 1617955365 625226 :HackEso!~h@unaffiliated/fizzie/bot/hackeso QUIT :*.net *.split < 1617955365 841879 :atehwa_!atehwa@aulis.sange.fi QUIT :*.net *.split < 1617955408 369354 :olsner!~salparot@c83-249-186-43.bredband.comhem.se JOIN :#esoteric < 1617955408 477362 :grumble!~Thunderbi@freenode/staff/grumble JOIN :#esoteric < 1617955408 477409 :iovoid!iovoid@hellomouse/dev/iovoid JOIN :#esoteric < 1617955408 477423 :oren!~oren@ec2-34-239-129-109.compute-1.amazonaws.com JOIN :#esoteric < 1617955408 477458 :APic!apic@apic.name JOIN :#esoteric < 1617955408 477471 :les-citrons!~raven@alt.mondecitronne.com JOIN :#esoteric < 1617955421 608567 :dingwat!uid70835@gateway/web/irccloud.com/x-qfsqsinuzlsupxfz JOIN :#esoteric < 1617955421 608625 :Soni!~quassel@unaffiliated/soniex2 JOIN :#esoteric < 1617955467 760369 :j-bot!~jbot@hagall.firefly.nu JOIN :#esoteric < 1617955467 868455 :spruit11!~unknown@86-82-44-193.fixed.kpn.net JOIN :#esoteric < 1617955467 868500 :copumpkin!~copumpkin@unaffiliated/copumpkin JOIN :#esoteric < 1617955467 868511 :lambdabot!~lambdabot@haskell/bot/lambdabot JOIN :#esoteric < 1617955467 868535 :V!~v@anomalous.eu JOIN :#esoteric < 1617955467 868557 :zeroed!~admin@unaffiliated/zeroed JOIN :#esoteric < 1617955467 868598 :laerling!~laerling@unaffiliated/laerling JOIN :#esoteric < 1617955467 868624 :interruptinuse!~interrupt@girl.mrtheplague.net JOIN :#esoteric < 1617955467 868646 :aloril!~aloril@mobile-access-5d6af6-251.dhcp.inet.fi JOIN :#esoteric < 1617955478 926578 :dnm!sid401311@gateway/web/irccloud.com/x-trwjaoytkbwefale JOIN :#esoteric < 1617955478 926626 :mich181189!sid268336@gateway/web/irccloud.com/x-gokhclyudqvzztap JOIN :#esoteric < 1617955478 926634 :user3456_!user3456@gateway/shell/insomnia247/x-dpqrbaettdqywxai JOIN :#esoteric < 1617955479 34571 :Lymia!lymia@magical.girl.lyrical.lymia.moe JOIN :#esoteric < 1617955479 34620 :stux|RC-only!stux2@grid9.quadspeedi.net JOIN :#esoteric < 1617955483 69492 :kmc!~beehive@unaffiliated/kmcallister JOIN :#esoteric < 1617955483 177712 :blueskunk!blueskunk@ctrl-c.club JOIN :#esoteric < 1617955483 177770 :izabera!izabera@unaffiliated/izabera JOIN :#esoteric < 1617955483 177795 :wesleyac!~wesleyac@wesleyac.com JOIN :#esoteric < 1617955483 177809 :ski!~ski@ed-3358-10.studat.chalmers.se JOIN :#esoteric < 1617955518 679270 :mla!~mla@162.253.176.229 JOIN :#esoteric < 1617955518 680215 :moony!moony@hellomouse/dev/moony JOIN :#esoteric < 1617955518 680239 :rodgort!~rodgort@static.38.6.217.95.clients.your-server.de JOIN :#esoteric < 1617955518 680251 :atehwa_!atehwa@aulis.sange.fi JOIN :#esoteric < 1617955518 680278 :HackEso!~h@unaffiliated/fizzie/bot/hackeso JOIN :#esoteric < 1617955518 680288 :Melvar!~melvar@dslb-178-007-125-001.178.007.pools.vodafone-ip.de JOIN :#esoteric < 1617955518 680311 :harha_!~harha@ns356919.ip-91-121-144.eu JOIN :#esoteric < 1617955518 680321 :int-e!~noone@int-e.eu JOIN :#esoteric < 1617955518 680345 :tromp!~tromp@dhcp-077-249-230-040.chello.nl JOIN :#esoteric < 1617955518 680355 :dionys!dionys@gateway/shell/blinkenshell.org/x-buslsfhbhitunuvz JOIN :#esoteric < 1617955518 680381 :shachaf!~shachaf@unaffiliated/shachaf JOIN :#esoteric < 1617955518 680394 :drunken_lizard!~drunken_l@cpc1-bsfd9-2-0-cust12.5-3.cable.virginm.net JOIN :#esoteric < 1617955518 680430 :sknebel!~quassel@v22016013254630973.happysrv.de JOIN :#esoteric < 1617955518 680453 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu JOIN :#esoteric < 1617955518 680463 :ocharles!sid30093@musicbrainz/user/ocharles JOIN :#esoteric < 1617955518 680485 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs JOIN :#esoteric < 1617955518 680495 :sebbu!~sebbu@unaffiliated/sebbu JOIN :#esoteric < 1617955518 680519 :^[!sid43445@ircpuzzles/2015/april-fools/sixth/zgrep JOIN :#esoteric < 1617955518 680531 :ProofTechnique!sid79547@gateway/web/irccloud.com/x-icnhdahhvfdpvqrx JOIN :#esoteric < 1617955518 788710 :hakatashi1!~hakatashi@104.131.49.125 JOIN :#esoteric < 1617955518 788774 :ineiros!ineiros@kapsi.fi JOIN :#esoteric < 1617955542 905511 :budonyc!~budonyc@c-24-62-207-85.hsd1.ma.comcast.net JOIN :#esoteric < 1617955542 905571 :Cale!~cale@cpef48e38ee8583-cm0c473de9d680.cpe.net.cable.rogers.com JOIN :#esoteric < 1617955542 905581 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca JOIN :#esoteric < 1617955542 905588 :lifthrasiir!~lifthrasi@ec2-52-79-98-81.ap-northeast-2.compute.amazonaws.com JOIN :#esoteric < 1617955542 905596 :nakilon!~nakilon@62.241.154.104.bc.googleusercontent.com JOIN :#esoteric < 1617955542 905603 :vertrex!~vertrex@unaffiliated/vertrex JOIN :#esoteric < 1617955542 905611 :relrod!~relrod@redhat/ansible.staff.relrod JOIN :#esoteric < 1617955549 89033 :Bowserinator!Bowserinat@hellomouse/dev/Bowserinator JOIN :#esoteric < 1617955549 740297 :fizzie!fis@unaffiliated/fizzie JOIN :#esoteric < 1617955549 740334 :naivesheep!~naiveshee@dhcp-108-168-36-20.cable.user.start.ca JOIN :#esoteric < 1617955549 740342 :j4cbo!sid186930@gateway/web/irccloud.com/x-txfvujxwzqtfdiqv JOIN :#esoteric < 1617955592 434158 :clog!~nef@bespin.org JOIN :#esoteric < 1617955592 546014 :mniip!mniip@freenode/staff/mniip JOIN :#esoteric < 1617955592 546050 :djanatyn1!~djanatyn@vps-7f49a6b0.vps.ovh.ca JOIN :#esoteric < 1617955592 546058 :haavard!root@haavard.me JOIN :#esoteric < 1617955592 546065 :joast!~rick@cpe-98-146-112-4.natnow.res.rr.com JOIN :#esoteric < 1617955592 546083 :orbitaldecay!~bob@forder.cc JOIN :#esoteric < 1617955592 546091 :FireFly!znc@freenode/staff/firefly JOIN :#esoteric < 1617955606 166848 :heroux!sandroco@gateway/shell/insomnia247/x-psiopvthpgalepzu JOIN :#esoteric < 1617955611 139232 :heroux!sandroco@gateway/shell/insomnia247/x-psiopvthpgalepzu QUIT :Max SendQ exceeded < 1617955613 716235 :Hooloovo0!Hooloovoo@sorunome.de JOIN :#esoteric < 1617955626 599426 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1617955626 707433 :7GHAAB4K7!sandroco@gateway/shell/insomnia247/session JOIN :#esoteric < 1617955644 187567 :7GHAAB4K7!sandroco@gateway/shell/insomnia247/session NICK :heroux < 1617955695 803159 :hendursaga!~weechat@gateway/tor-sasl/hendursaga JOIN :#esoteric < 1617955695 803243 :xelxebar!~xelxebar@gateway/tor-sasl/xelxebar JOIN :#esoteric < 1617955773 748899 :hendursaga!~weechat@gateway/tor-sasl/hendursaga QUIT :Ping timeout: 240 seconds < 1617955848 971280 :user3456_!user3456@gateway/shell/insomnia247/x-dpqrbaettdqywxai NICK :user3456 < 1617955849 720456 :hendursa1!~weechat@gateway/tor-sasl/hendursaga JOIN :#esoteric < 1617956403 833344 :heroux!sandroco@gateway/shell/insomnia247/session QUIT :Changing host < 1617956403 833398 :heroux!sandroco@gateway/shell/insomnia247/x-hdagiffzrimqfmhl JOIN :#esoteric < 1617957269 913548 :clog!~nef@bespin.org QUIT :Ping timeout: 260 seconds < 1617957276 796162 :clog!~nef@bespin.org JOIN :#esoteric < 1617957653 818688 :lyncid[m]!lyncidmatr@gateway/shell/matrix.org/x-kyoupspzaspfgmdo JOIN :#esoteric < 1617958145 672762 :LKoen!~LKoen@65.250.88.92.rev.sfr.net JOIN :#esoteric < 1617958145 821071 :Deewiant!~deewiant@de1.ut.deewiant.iki.fi JOIN :#esoteric < 1617958145 821117 :sftp!~sftp@unaffiliated/sftp JOIN :#esoteric < 1617958145 821125 :ornxka!~ornxka@unaffiliated/ornx JOIN :#esoteric < 1617958145 821136 :jix!~jix@static.71.5.69.159.clients.your-server.de JOIN :#esoteric < 1617959574 779104 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Excess Flood < 1617959601 298217 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1617960882 528364 :wmww!wmwwmatrix@gateway/shell/matrix.org/x-isaijvfhskmxutcg JOIN :#esoteric < 1617960882 677228 :TannerSwett[m]!tannerswet@gateway/shell/matrix.org/x-ntyxtbswvfurusbn JOIN :#esoteric < 1617960882 677321 :none30!none30matr@gateway/shell/matrix.org/x-iuncwcqpavhnrcwr JOIN :#esoteric < 1617960883 345307 :Discordian[m]!discordi1@gateway/shell/matrix.org/x-ikjjvxbykzqunrez JOIN :#esoteric < 1617963022 299990 :user24!~user24@2a02:810a:1440:7304:d464:ba4e:e59f:1d59 JOIN :#esoteric > 1617964339 723327 PRIVMSG #esoteric :14[[07User talk:Sporeball14]]4 N10 02https://esolangs.org/w/index.php?oldid=82027 5* 03JonoCode9374 5* (+6) 10Created page with "Frick." < 1617964510 999952 :LKoen!~LKoen@65.250.88.92.rev.sfr.net QUIT :Remote host closed the connection < 1617968865 763050 :arseniiv!~arseniiv@95.105.4.89.dynamic.ufanet.ru JOIN :#esoteric > 1617969421 250280 PRIVMSG #esoteric :14[[07Seclusion14]]4 10 02https://esolangs.org/w/index.php?diff=82028&oldid=71198 5* 03Hakerh400 5* (+1822) 10Add TIO links < 1617970925 283035 :mmmattyx!uid17782@gateway/web/irccloud.com/x-axdubxgugfspqrfr JOIN :#esoteric < 1617971015 397126 :user24!~user24@2a02:810a:1440:7304:d464:ba4e:e59f:1d59 QUIT :Ping timeout: 260 seconds < 1617973369 539670 :LKoen!~LKoen@65.250.88.92.rev.sfr.net JOIN :#esoteric < 1617973433 767475 :LKoen!~LKoen@65.250.88.92.rev.sfr.net QUIT :Remote host closed the connection > 1617974517 892423 PRIVMSG #esoteric :14[[07User:Texenox14]]4 10 02https://esolangs.org/w/index.php?diff=82029&oldid=42430 5* 03Texenox 5* (-236) 10Replaced content with "no" < 1617974564 982676 :requestingdeleti!52276872@cpc93788-hari17-2-0-cust2161.20-2.cable.virginm.net JOIN :#esoteric < 1617974578 878953 :requestingdeleti!52276872@cpc93788-hari17-2-0-cust2161.20-2.cable.virginm.net PRIVMSG #esoteric :hi < 1617974602 486648 :requestingdeleti!52276872@cpc93788-hari17-2-0-cust2161.20-2.cable.virginm.net PRIVMSG #esoteric :wasn't sure if there was a better place to ask in, but i was wondering if it were possible for an old account of mine on Esolangs to be deleted < 1617974634 527714 :requestingdeleti!52276872@cpc93788-hari17-2-0-cust2161.20-2.cable.virginm.net PRIVMSG #esoteric :i've not used it in years and just leaving it to lie around there for so many years probably isn't very secure in the long run < 1617974701 908759 :requestingdeleti!52276872@cpc93788-hari17-2-0-cust2161.20-2.cable.virginm.net PRIVMSG #esoteric :or is that not entirely doable because of MediaWiki? < 1617975648 568313 :requestingdeleti!52276872@cpc93788-hari17-2-0-cust2161.20-2.cable.virginm.net PRIVMSG #esoteric :hello? < 1617975904 295122 :LKoen!~LKoen@65.250.88.92.rev.sfr.net JOIN :#esoteric < 1617975940 320778 :requestingdeleti!52276872@cpc93788-hari17-2-0-cust2161.20-2.cable.virginm.net PRIVMSG #esoteric :i guess in that case i might as well leave that account to rot and nothing else? < 1617975946 552955 :LKoen!~LKoen@65.250.88.92.rev.sfr.net QUIT :Remote host closed the connection < 1617975959 309784 :requestingdeleti!52276872@cpc93788-hari17-2-0-cust2161.20-2.cable.virginm.net QUIT :Quit: Connection closed < 1617976034 892787 :Sgeo!~Sgeo@ool-18b98aa4.dyn.optonline.net JOIN :#esoteric < 1617976975 304875 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Hmm. < 1617976991 818873 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Missed that by 15 minutes. But I don't know the answer either. < 1617977009 749869 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I imagine there's quite a lot of "inactive" accounts on the wiki, anyway. < 1617977057 476423 :int-e!~noone@int-e.eu PRIVMSG #esoteric :As long as it's easier to create a new account than it is to hack an old one... < 1617977060 851880 :int-e!~noone@int-e.eu PRIVMSG #esoteric :...I wouldn't worry. < 1617977086 275276 :int-e!~noone@int-e.eu PRIVMSG #esoteric :admin accounts may be a different ball game > 1617977405 178583 PRIVMSG #esoteric :14[[07Birb14]]4 N10 02https://esolangs.org/w/index.php?oldid=82030 5* 03SCKelemen 5* (+1548) 10Created page with "{{infobox proglang |name=Birb |website= |paradigms=functional |author= |year=[[:Category:2021|2021]] |typesys=untyped |memsys=stack-based |refimpl= |class=:Category:Turing c..." < 1617979866 286514 :LKoen!~LKoen@65.250.88.92.rev.sfr.net JOIN :#esoteric < 1617980369 95699 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :I agree with int-e, there's not much point to remove the old account. I did remove admin rights from myself this year on a wiki that I'm no longer interested in, < 1617980422 645301 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :and I had my privilages removed from my perlmonks.com account last year (they have a policy to remove janitor privilage from people who aren't active janitors, but nothing like that for the lower privilages that I had). < 1617980891 819684 :Sgeo!~Sgeo@ool-18b98aa4.dyn.optonline.net QUIT :Ping timeout: 260 seconds < 1617981177 883550 :Sgeo!~Sgeo@ool-18b98aa4.dyn.optonline.net JOIN :#esoteric < 1617981295 350631 :LKoen!~LKoen@65.250.88.92.rev.sfr.net QUIT :Remote host closed the connection < 1617981460 947928 :LKoen!~LKoen@65.250.88.92.rev.sfr.net JOIN :#esoteric < 1617982003 862724 :Sgeo_!~Sgeo@ool-18b98aa4.dyn.optonline.net JOIN :#esoteric < 1617982091 835845 :Sgeo!~Sgeo@ool-18b98aa4.dyn.optonline.net QUIT :Ping timeout: 240 seconds < 1617982343 840163 :Sgeo__!~Sgeo@ool-18b98aa4.dyn.optonline.net JOIN :#esoteric < 1617982532 826783 :Sgeo_!~Sgeo@ool-18b98aa4.dyn.optonline.net QUIT :Ping timeout: 268 seconds < 1617982786 679965 :Sgeo__!~Sgeo@ool-18b98aa4.dyn.optonline.net QUIT :Ping timeout: 240 seconds > 1617982930 393295 PRIVMSG #esoteric :14[[07Language list14]]4 M10 02https://esolangs.org/w/index.php?diff=82031&oldid=82022 5* 03PythonshellDebugwindow 5* (+11) 10/* B */ [[Birb]] < 1617983241 877643 :Sgeo!~Sgeo@ool-18b98aa4.dyn.optonline.net JOIN :#esoteric < 1617984341 202720 :LKoen!~LKoen@65.250.88.92.rev.sfr.net QUIT :Remote host closed the connection < 1617984488 949209 :Sgeo_!~Sgeo@ool-18b98aa4.dyn.optonline.net JOIN :#esoteric < 1617984604 902946 :Sgeo!~Sgeo@ool-18b98aa4.dyn.optonline.net QUIT :Ping timeout: 268 seconds < 1617985743 340346 :LKoen!~LKoen@65.250.88.92.rev.sfr.net JOIN :#esoteric > 1617986455 777121 PRIVMSG #esoteric :14[[07User:The-Ennemy/asm2bf-tutorial14]]4 10 02https://esolangs.org/w/index.php?diff=82032&oldid=82014 5* 03The-Ennemy 5* (+19) 10/* Stack access */ < 1617986838 896589 :delta23!~deltaepsi@unaffiliated/deltaepsilon23 JOIN :#esoteric < 1617987577 474419 :hiato!~hiato@23.226.128.22.adsl.inet-telecom.org JOIN :#esoteric < 1617987898 611142 :hiato!~hiato@23.226.128.22.adsl.inet-telecom.org PART #esoteric :"Killed buffer" > 1617987954 15847 PRIVMSG #esoteric :14[[07Birb14]]4 M10 02https://esolangs.org/w/index.php?diff=82033&oldid=82030 5* 03SCKelemen 5* (+70) 10/* Symbols */ < 1617987991 685074 :hiato!~hiato@23.226.128.22.adsl.inet-telecom.org JOIN :#esoteric < 1617988021 19437 :FreeFull!~freefull@defocus/sausage-lover JOIN :#esoteric > 1617988540 478184 PRIVMSG #esoteric :14[[07Falel14]]4 N10 02https://esolangs.org/w/index.php?oldid=82034 5* 03Umanochiocciola 5* (+1642) 10Created page with "Fancy Assembly Like EsoLang This is a little thing I made after playing Shenzen I/O. ==Documentation== Memory Scheme | out-buff | in-buff | acc | x3 ...." > 1617988610 403885 PRIVMSG #esoteric :14[[07Falel14]]4 10 02https://esolangs.org/w/index.php?diff=82035&oldid=82034 5* 03Umanochiocciola 5* (+6) 10 > 1617988630 669141 PRIVMSG #esoteric :14[[07Falel14]]4 10 02https://esolangs.org/w/index.php?diff=82036&oldid=82035 5* 03Umanochiocciola 5* (-15) 10 > 1617988648 373339 PRIVMSG #esoteric :14[[07Falel14]]4 10 02https://esolangs.org/w/index.php?diff=82037&oldid=82036 5* 03Umanochiocciola 5* (+1) 10 < 1617989165 889241 :ArthurStrong!~ArthurStr@46-133-0-59.mobile.vf-ua.net JOIN :#esoteric < 1617990126 501007 :drunken_lizard!~drunken_l@cpc1-bsfd9-2-0-cust12.5-3.cable.virginm.net QUIT :Remote host closed the connection < 1617991353 647871 :hiato!~hiato@23.226.128.22.adsl.inet-telecom.org QUIT :Quit: rcirc on GNU Emacs 27.1 < 1617991884 153722 :hiato!~hiato@23.226.128.22.adsl.inet-telecom.org JOIN :#esoteric > 1617995579 323776 PRIVMSG #esoteric :14[[07Fishheads14]]4 10 02https://esolangs.org/w/index.php?diff=82038&oldid=81708 5* 03Hyperdawg 5* (+15) 10 < 1617996241 29721 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Hmm, I wonder if it's common nowadays to use a 1600x1200 resolution when emulating the non-square-pixel 4:3 320x200 VGA display modes. That'd give the right aspect ratio, and integer scaling in both dimensions (320*5 = 1600, 200*6 = 1200), and fit into a reasonably sized window on an 1440p monitor. < 1617996322 385762 :ArthurStrong!~ArthurStr@46-133-0-59.mobile.vf-ua.net QUIT :Quit: leaving < 1617996326 131286 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :fizzie: but most people use 1920x1080 resolution monitors, so that won't work < 1617996332 958414 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :and we also might want space for other things < 1617996379 572420 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :(I personally have an 1920x1200 monitor, 16:10 ratio, at home right now, until this one dies completely, but those are hard to buy) < 1617996388 529423 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :so we just use smaller sizes < 1617996388 529473 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Do they? I thought 1440p and 2560p was getting pretty popular? < 1617996409 525579 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well, I guess it's still "most". < 1617996415 133268 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :fizzie: a few people have such high resolution, but I think 1920x1080 is still the most common < 1617996441 149162 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Yeah, https://store.steampowered.com/hwsurvey/ says 67.35% 1920x1080, and 8.01% 2560x1440. < 1617996454 164581 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(And 2.41% 3840x2160.) < 1617996515 309644 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :fizzie: mind you, it's likely that the 1920x1080 are the monitors that the office buys to people to do their job, and the videogamers that emulate 320x200 resolution games are more likely to have more or bigger monitors at home where they play the videogames < 1617996536 698975 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :(there's of course the opposite effect, with radiologists who use big monitors for their work, but that's a small minority) < 1617997200 139876 :hiato!~hiato@23.226.128.22.adsl.inet-telecom.org QUIT :Remote host closed the connection < 1617997794 659757 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 JOIN :#esoteric < 1617997925 638408 :Lord_of_Life!~Lord@unaffiliated/lord-of-life/x-0885362 QUIT :Ping timeout: 265 seconds < 1617997934 394356 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I've settled on a 2x 25" 2560x1440 combination, but at the office it was more convenient to go with the stock arrangement of 2x 27" 2560x1440, which I think is a little bit larger than necessary, physically speaking. (The *other* stock arrangement would have been 1x 32" 3840x2160.) < 1617997977 846797 :Lord_of_Life_!~Lord@unaffiliated/lord-of-life/x-0885362 NICK :Lord_of_Life < 1617998056 422629 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :I don't know yet what monitor I'll buy, and I hope I won't have to buy it soon, because I would hate if this one died < 1617998233 593776 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :fizzie: ok, but maybe you don't work at one of those run-of-the-mill office jobs, but as a programmer who sometimes uses their work computer for more than Excel spreadsheets and facebook < 1617998573 573518 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :One inconvenience with a two-monitor setup is that if you need to replace one (because of the magic smoke getting out, for example), you're limited to (a) sticking with the existing dot pitch, (b) ending up with two monitors where moving a window from one to another makes everything larger, or (c) having to replace a perfectly good monitor as well. < 1617998608 201931 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I spent quite a few years in option (b), with a 2560x1440 + 1920x1200 pair. < 1617998871 614855 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :fizzie: plus it only works for the lizardmen from mars who infiltrated Earth, because they have pairs of chameleon eyes so they can look at multiple monitors at the same time. I for one hate that setup, it just leads either to staring at a boundary between two monitors, or having to turn my neck to stare at one monitor all the time. I'm glad I could convince my job to take one monitor away, the < 1617998877 776601 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :resulting one monitor setup is more enjoyable. > 1617998950 925376 PRIVMSG #esoteric :14[[07Fishheads14]]4 10 02https://esolangs.org/w/index.php?diff=82039&oldid=82038 5* 03Hyperdawg 5* (+162) 10/* Example programs */ > 1617998989 140720 PRIVMSG #esoteric :14[[07Fishheads14]]4 10 02https://esolangs.org/w/index.php?diff=82040&oldid=82039 5* 03Hyperdawg 5* (-52) 10/* Hello World */ > 1617999108 972754 PRIVMSG #esoteric :14[[07Fishheads14]]4 10 02https://esolangs.org/w/index.php?diff=82041&oldid=82040 5* 03Hyperdawg 5* (+84) 10 < 1617999625 673592 :nakilon!~nakilon@62.241.154.104.bc.googleusercontent.com PRIVMSG #esoteric :"lie around there for so many years probably isn't very secure in the long run" < 1617999654 608633 :nakilon!~nakilon@62.241.154.104.bc.googleusercontent.com PRIVMSG #esoteric :I feel like his point was something like that he used the same password everywhere at that time ..D < 1617999695 107597 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Well, they could certainly generate a random new password. Assuming they can log on to that account still. < 1617999733 732908 :oerjan!oerjan@sprocket.nvg.ntnu.no JOIN :#esoteric < 1617999772 279372 :nakilon!~nakilon@62.241.154.104.bc.googleusercontent.com PRIVMSG #esoteric :but the leak could happen any time < 1617999795 91382 :nakilon!~nakilon@62.241.154.104.bc.googleusercontent.com PRIVMSG #esoteric :before he realised he has this account "to lie around there for so many years" < 1617999828 541815 :nakilon!~nakilon@62.241.154.104.bc.googleusercontent.com PRIVMSG #esoteric :not that it's possible to do anything about it < 1617999848 217556 :nakilon!~nakilon@62.241.154.104.bc.googleusercontent.com PRIVMSG #esoteric :I'm just giving my guess just why he was asking about this at all < 1618000407 575405 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :`? password < 1618000409 898738 :HackEso!~h@unaffiliated/fizzie/bot/hackeso PRIVMSG #esoteric :The password of the month is hiding in plain sight. < 1618000460 52153 :b_jonas!~a@catv-176-63-11-151.catv.broadband.hu PRIVMSG #esoteric :so it did get changed, though rather late < 1618002257 209973 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :i should get a new monitor. it's a touch annoying having a high DPI and standard DPI screen < 1618002278 666389 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :though at least these days i'm using all mac os, and the mac os support for that is not-terrible (unlike other OSes i could name) < 1618004394 64756 :LKoen!~LKoen@65.250.88.92.rev.sfr.net QUIT :Quit: “It’s only logical. First you learn to talk, then you learn to think. Too bad it’s not the other way round.” < 1618004586 850720 :laerling!~laerling@unaffiliated/laerling QUIT :Ping timeout: 240 seconds < 1618004599 894772 :laerling!~laerling@unaffiliated/laerling JOIN :#esoteric < 1618009885 359895 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esoteric :I have 1280x1024 < 1618010248 362614 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :my new laptop is a 14" 1080p < 1618010264 596765 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :higher DPI would be nice, but it's a good screen in other respects < 1618010270 303421 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :i don't really care about 16:9 versus 16:10 < 1618010393 773651 :int-e!~noone@int-e.eu PRIVMSG #esoteric :> let f w h = w*h/(w^2+h^2) in f 16 10/f 16 9 < 1618010395 664416 :lambdabot!~lambdabot@haskell/bot/lambdabot PRIVMSG #esoteric : 1.0518102372034956 < 1618010413 851045 :int-e!~noone@int-e.eu PRIVMSG #esoteric :16:10 gives you 5% more screen space for the same diagonal length ;) < 1618010558 697122 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esoteric :The monitor will have to fit on the desk, and you might want pixels of a certain minimum and maximum size < 1618010854 753860 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :this is... 2560x1600, 13.3" (16:10) < 1618010869 110637 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :which is a pretty nice resolution for a small display < 1618011041 966539 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :ACTION has liked this laptop a fair bit more than she was expecting < 1618011270 814046 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :16:10 1920x1200 has that (niche?) benefit that you can play 16:9 1080p video without any scaling and still have space at the bottom (or top, if you bend that way) for showing playback controls without obscuring the video. < 1618011288 423067 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :Hmm, or maybe subtitles. Though I'm not sure if that's a good or a bad idea. < 1618011362 112656 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esoteric :I think it is fine to hide playback controls and use the controls on the keyboard, although you may want to display subtitles/captions and time codes, and the track number < 1618011377 771322 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :yeah, the playback controls thing is the justification for 16:10 < 1618011401 704130 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :tho even watching video on here i really do prefer to have them hidden when not interacting with the controls < 1618011414 963987 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :letterboxing is just nicer than graphics that arent what im looking at < 1618011717 828751 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esoteric :Does any DVD video software allow you to adjust the colours and opacity of the subtitles? < 1618011803 199659 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esoteric :(I have read some details of the format, and it seems that this should be possible, but I have never seen any DVD player that has such an option.) < 1618012129 171987 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :I think mpv can convert them to grayscale (--sub-gray, mentions DVD image subtitles), but I think nothing more elaborate than that. DVDSubEdit (a Windows-only program?) appears to have an arbitrary color remapping option, but it's not a playback program. < 1618012152 593840 :fizzie!fis@unaffiliated/fizzie PRIVMSG #esoteric :(DVDSubEdit looks vaguely familiar. I wonder if I've maybe used it.) < 1618012260 528587 :kmc!~beehive@unaffiliated/kmcallister PRIVMSG #esoteric :I haven't used VLC to play DVDs, but I believe it can, and it allows adjusting the colors and opacity of subtitles in general < 1618012381 766388 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esoteric :The DVD player I have (connected to the television) can change the colours and opacity of captions, but not of subtitles. (However, you cannot turn on/off captions or select them during playback, but you can select subtitles during playback.) < 1618012561 21166 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :i don't know if anything can, i usually just accept the subtitle rendering for whatever i'm watching < 1618012719 20459 :nakilon!~nakilon@62.241.154.104.bc.googleusercontent.com PRIVMSG #esoteric :do you watch movies from DVD? _Oo < 1618012770 427277 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :admittedly whenever i _do_ watch things on dvd it's actually me ripping it :p < 1618012780 5355 :pikhq!sid394595@gateway/web/irccloud.com/x-xxxtvzbxjcuouwfs PRIVMSG #esoteric :and i usually mux the raw dvd subs in when i do that