Techrights logo

IRC: #techbytes @ FreeNode: Friday, January 15, 2021

(ℹ) Join us now at the IRC channel | ䷉ Find the plain text version at this address.

*Techrights-sec has quit (*.net *.split)Jan 15 00:03
*hook54321 has quit (*.net *.split)Jan 15 00:03
*hook54321 (sid149355@gateway/web/irccloud.com/x-doftibnowizrzpao) has joined #techbytesJan 15 00:05
*Techrights-sec (~quassel@host81-154-171-38.range81-154.btcentralplus.com) has joined #techbytesJan 15 00:06
*hook54321 has quit (Ping timeout: 272 seconds)Jan 15 00:07
*hook54321 (sid149355@gateway/web/irccloud.com/x-wpctizkmwlnpwwmd) has joined #techbytesJan 15 00:11
*liberty_box (~liberty@host81-154-171-38.range81-154.btcentralplus.com) has joined #techbytesJan 15 00:37
*rianne_ (~rianne@host81-154-171-38.range81-154.btcentralplus.com) has joined #techbytesJan 15 00:37
*Techrights-sec has quit (Quit: No Ping reply in 180 seconds.)Jan 15 03:14
*Techrights-sec (~quassel@host81-154-171-38.range81-154.btcentralplus.com) has joined #techbytesJan 15 03:14
*randomgry (~test@unaffiliated/gryllida) has joined #techbytesJan 15 04:14
*gry has quit (Ping timeout: 240 seconds)Jan 15 04:14
*randomgry is now known as gryJan 15 04:18
*acer-box__ has quit (Remote host closed the connection)Jan 15 04:20
*acer-box__ (~acer-box@unaffiliated/schestowitz) has joined #techbytesJan 15 04:21
*GNUmoon has quit (Ping timeout: 240 seconds)Jan 15 06:40
Techrights-secgmJan 15 07:24
Techrights-secThe IPFS bandwidh reports in IRC are still "âââ" and not ASCII graphics.Jan 15 07:24
Techrights-sechttp://techrights.org/irc-archives/irc-log-techrights-140121.html#tJan%2014%2023:20:02Jan 15 07:24
-TechBytesBot/#techbytes-techrights.org | IRC: #techrights @ FreeNode: Thursday, January 14, 2021Jan 15 07:24
schestowitzI got those to work OK in most IRC clients that I have tested with. However, the python program I use for HTML logs does not cope. It's something in the encoding. One option I have is to write some program to convert, but an easier workaround is leaving out all those lines, or blanking out bits of them. Those are standard unicode characters, so another option is to experiment with another type of indicator for volume. What can be usedJan 15 07:27
schestowitzother than horizontal bars? Hex?Jan 15 07:27
Techrights-sechttps://theasciicode.com.ar/extended-ascii-code/graphic-character-low-density-dotted-ascii-code-176.htmlJan 15 07:28
-TechBytesBot/#techbytes-theasciicode.com.ar | ASCII code Graphic character, low density dotted, American Standard Code for Information Interchange, The complete ASCII table, characters,letters, vowels with accents, consonants, signs, symbols, numbers graphic, character, low, density, dotted,ascii,176, ascii art, ascii table, code ascii, ascii character, ascii text, ascii chart, ascii characters, ascii codes, characters, codes, tables, symbols, list, alt, keys, keybJan 15 07:28
schestowitzI considered those, but the gradients are 3 or 4 in scale, unlike 0-8Jan 15 07:29
Techrights-sechttps://theasciicode.com.ar/extended-ascii-code/graphic-character-low-density-dotted-ascii-code-176.htmlJan 15 07:30
Techrights-secThat has 219 and 220 and32 -- in decimalJan 15 07:30
Techrights-secOtherwise python's unicode support needs to be figured to get 0 to 8 scaleJan 15 07:30
schestowitzI am going to experiment this morning, we start workout shortly, then I need to record InteLeaks (my new routine)Jan 15 07:31
Techrights-secIt might be tricker to stack them in two rows. That would give 0 to 8 butJan 15 07:31
Techrights-seconly if they line up.Jan 15 07:31
schestowitzThat would add more clutter to IRC, doubling itJan 15 07:31
schestowitzI also wrote a 100-line python program to make the LEDs pulsate 24/7 to show up/down trafficJan 15 07:32
Techrights-secI haven't used python3 for text processing at all.  I was going toJan 15 07:33
Techrights-secmove to rakulang from perl5 instead.Jan 15 07:33
schestowitzIn the page you have cited, the chars I use and the ones you have highlighted (and I had originally considered) are both under "Extended ASCII", so good chance is, python would choke on those tooJan 15 07:34
Techrights-secU+2581 through U+2588  would work, but those are what you are trying?Jan 15 07:35
schestowitzWhat I really die for right now is a GOOD, proper image->unicode covertor, for images in bulletins. I know some exist, but nothing on Debian and not free software. The ones I found are dumb and shitty algosJan 15 07:36
Techrights-secI presume you've seen the main documentation?Jan 15 07:36
Techrights-sechttps://docs.python.org/3/howto/unicode.htmlJan 15 07:36
-TechBytesBot/#techbytes-docs.python.org | Unicode HOWTO — Python 3.9.1 documentationJan 15 07:36
schestowitzI did not check python docs. One option is to sed those 8 symbolsJan 15 07:37
Techrights-secSed would be a bad choice, it is a matter of setting the encoding / decodingJan 15 07:37
Techrights-seccorrectly for input, I would guess.Jan 15 07:37
Techrights-sec\Jan 15 07:37
schestowitzThat might introduce new side issues, so I am reluctant, let me check the code...Jan 15 07:38
schestowitz#!/usr/bin/env pythonJan 15 07:39
schestowitz# -*- coding: utf-8 -*-Jan 15 07:39
schestowitzfunny thing is, one original author was jeff waugh (yeah, that one)Jan 15 07:40
Techrights-sechttps://docs.python.org/3/howto/unicode.html#reading-and-writing-unicode-dataJan 15 07:42
-TechBytesBot/#techbytes-docs.python.org | Unicode HOWTO — Python 3.9.1 documentationJan 15 07:42
schestowitz(to self) TODO: 1) bulletin image->unicode (did lots of searching, installed programs, used web-based stuff... all crap), 2) encoding issue for bot, 3) connection issues.Jan 15 07:45
schestowitzI think I'm OK with the tools I use for videos now. OBS wasn't explored, but I'm fine with what already works anyway and it's actively maintained, too...Jan 15 07:46
schestowitzI've just grepped logs, over 50,000 hits on videos in techrights over the past 5 daysJan 15 07:47
schestowitzseems the issue boils down to xchat, not pythonJan 15 07:52
schestowitzJan 14 02:20:02 <techrights-ipfs>        â–•  IPFS downstream, 60 minutes: ▃▂▂▃▄▅▅▃▂▅▃▄▂▂▂▃▂▃▅▂▄â–^a▃▃▂▃▄▂▃▂▄▂▃▄$Jan 15 07:53
schestowitzJan 14 02:36:41 *       mmu_man has quit (Ping timeout: 256 seconds)Jan 15 07:53
schestowitzThis is strange as originally those things showed up fine in xchat, but not in konversation, and now it is the oppositeJan 15 07:53
schestowitzyes stranger: on another machine of mine xchat handles fine with it, maybe it's an issue with my local configs in xchatJan 15 07:55
schestowitztest:  ▅▆▅▆▅▅▆▆▆▆▇▅▇▆▅▆▇▇▆▅▆▅▆▆▅▆▇▆▆▇▇▆▆▅Jan 15 08:04
schestowitzJan 15 08:04
schestowitz[07:20] <techrights-ipfs>  ▕  IPFS downstream, 60 minutes: ▅▆▅▆▅▅▆▆▆▆▇▅▇▆▅▆▇▇▆▅▆▅▆▆▅▆▇▆▆▇▇▆▆▅▆▇▆▆▅▅▅▅▇▆▇▆▆▇▆▆▇▅▆▆▇█▇▇▇▇▇▆▆▇▆ ▕  IPFS upstream, 60 minutes: ▃▄▂▂▃▃▄▅▃▃▂▃▂▂▄▃▂▃▄▅▂▅▃▃▄▂▃▃▄▃▄▃▃▃▃▂▂▃▂▂▄▂▂▂▃▃▄▂▃▂Jan 15 08:04
Techrights-secI am not familiar enough with the parts to guess.  I would otherwise checkJan 15 08:07
Techrights-secthe data at each stage of work to see what is actually present.Jan 15 08:07
schestowitzI have just checked on 3 laptops. xchat-gnome deals OK with it, not 2019 build for debian busterJan 15 08:07
schestowitzI at least narrowed that down to the IRC client itself, the input files that go into python are already garbageJan 15 08:07
schestowitzI will experiment for a bitJan 15 08:07
schestowitzhttp://xchat.org/encoding/Jan 15 08:08
-TechBytesBot/#techbytes-xchat.org | XChat - IRC (chat) client for UNIXJan 15 08:08
schestowitzI think I've fixed this, we'll know tomorrow, fastest way to check is to see noticed past 10amJan 15 10:02
schestowitzI think I've fixed this, we'll know tomorrow, fastest way to check is to see notices past 10amJan 15 10:02
*Techrights-sec has quit (Quit: No Ping reply in 180 seconds.)Jan 15 11:08
*Techrights-sec (~quassel@host81-154-171-38.range81-154.btcentralplus.com) has joined #techbytesJan 15 11:08
*GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon) has joined #techbytesJan 15 11:25
*GNUmoon has quit (Remote host closed the connection)Jan 15 11:27
*GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon) has joined #techbytesJan 15 11:27
schestowitz[15:42] <AVRS> The same Nazi tool, AIfied: determine political views with facial recognition https://www.nature.com/articles/s41598-020-79310-1Jan 15 15:46
-TechBytesBot/#techbytes-www.nature.com | Facial recognition technology can expose political orientation from naturalistic facial images | Scientific ReportsJan 15 15:46

Generated by irclog2html.py 2.6 | ䷉ find the plain text version at this address.