Techrights logo

IRC: #techrights @ FreeNode: Thursday, October 29, 2020

Join us now at the IRC channel.

schestowitzfew people use itOct 29 00:00
schestowitzearlier this year Ariadne said only about 150k people used it worldwideOct 29 00:00
oiaohmhyper-v quirks that WSL2 has don't match to what AWS and other providers.Oct 29 00:00
schestowitzand Microsoft could not refuseOct 29 00:00
vZS1aHdksSQKx2txYou can't even mount a USB drive on WSL2 without doing janky HTTP workaroundsOct 29 00:00
schestowitzthe Program Manager was hopping mad, he could not refuteOct 29 00:00
oiaohmHeck WSL2 has extra quirks Azure hosting does not have.Oct 29 00:00
oiaohmIts better to run host native Linux with Windows guest than WSL2 in Windows.Oct 29 00:01
vZS1aHdksSQKx2tx> Its better to run host native Linux with Windows guest than WSL2 in Windows.Oct 29 00:01
vZS1aHdksSQKx2txThat's what any reasonable person would doOct 29 00:01
oiaohmI do run a few programs in wine.Oct 29 00:02
vZS1aHdksSQKx2txTbh though, nothing comes close to how nice Bhyve is (The FreeBSD type 2 hypervisor)Oct 29 00:02
oiaohmBut they have gold or better raitings.Oct 29 00:02
oiaohmkvm in Linux is not bad.Oct 29 00:02
vZS1aHdksSQKx2txIf I want VMs, I always go for bhyveOct 29 00:02
vZS1aHdksSQKx2txThe config is dead easy, performance is slick, and interface is super easy to automateOct 29 00:03
vZS1aHdksSQKx2txEverything you want in a VM solutionOct 29 00:03
oiaohmkvm is a little better than Bhyve if you have to be passing thought the nvidia nightmare consumer cards.Oct 29 00:03
vZS1aHdksSQKx2txHaven't had to deal with that particular use caseOct 29 00:03
oiaohmhttps://wiki.archlinux.org/index.php/PCI_passthrough_via_OVMF#%22Error_43:_Driver_failed_to_load%22_with_mobile_(Optimus/max-q)_nvidia_GPUs   You get into doing some wacky things.Oct 29 00:05
-TechrightsBot-tr/#techrights-wiki.archlinux.org | PCI passthrough via OVMF - ArchWikiOct 29 00:05
oiaohmKVM I will give is not as straight forwards as bhyve but those extra options at times get important.Oct 29 00:06
schestowitzWeird. The encoding seems wrongOct 29 00:10
schestowitzhttp://techrights.org/txtOct 29 00:10
-TechrightsBot-tr/#techrights-Missing content type. Ignoring.Oct 29 00:10
schestowitzyesterday I'm pretty sure it was not an issueOct 29 00:10
schestowitzfirefox and falkon use the wrong charsetOct 29 00:10
schestowitzbut not if opened as .textOct 29 00:10
schestowitzor .txtOct 29 00:10
schestowitzThey render this one with the correct charsetOct 29 00:11
schestowitzhttp://techrights.org/txt-archives/techrights-2020-10-28.txtOct 29 00:11
schestowitzkate handles both correctlyOct 29 00:11
schestowitzmaybe there's something in the file itself that causes it to fall back onto another charset?Oct 29 00:12
schestowitzchromium-browser does the sameOct 29 00:13
vZS1aHdksSQKx2txIf the filename is affecting it, might be just a "extention" recognition hard-codingOct 29 00:14
vZS1aHdksSQKx2txextension*Oct 29 00:14
schestowitzyesterday it was not an issue, iirc, so maybe the newer file has something in it like an odd latin char or chineseOct 29 00:14
schestowitzwill try a bunch of other datesOct 29 00:16
schestowitzChecking for date: 10/26/Oct 29 00:16
vZS1aHdksSQKx2txTry `file -i <filename>`Oct 29 00:17
vZS1aHdksSQKx2txShould tell you what the encoding isOct 29 00:17
schestowitz26th same issueOct 29 00:18
schestowitzfile -i techrights-2020-10-26.txt Oct 29 00:18
schestowitztechrights-2020-10-26.txt: text/plain; charset=utf-8Oct 29 00:18
schestowitzchecking on the server nowOct 29 00:18
vZS1aHdksSQKx2txWelp. charset is just fineOct 29 00:19
schestowitzsame on the serverOct 29 00:19
schestowitzmaybe mime-typesOct 29 00:19
schestowitzlet's see what happens if I reproduce 27thOct 29 00:20
schestowitzI did change of 'clean up' the code since.. maybe that broke somethingOct 29 00:20
vZS1aHdksSQKx2tx`file -i` is the MIME type :POct 29 00:21
vZS1aHdksSQKx2tx`-i` is a synonym for `--mime` in `file(1)`.Oct 29 00:21
schestowitzmaybe the issue was there yesterday and I just did not notice itOct 29 00:22
vZS1aHdksSQKx2txKate works just fineOct 29 00:22
schestowitzbrowsers do not, except with the file extensionsOct 29 00:22
vZS1aHdksSQKx2txIt's Firefox and Chrome being dumb, probablyOct 29 00:22
schestowitztechnically they're the same fileOct 29 00:23
schestowitzif I set txt to be a softlinkOct 29 00:23
schestowitzcan I make the softlink dynamic based on date?Oct 29 00:23
vZS1aHdksSQKx2txI don't know what you mean by "dynamic based on date"Oct 29 00:24
schestowitztext -> /tmp/archive/some regex/bashOct 29 00:25
schestowitzor I could set that to redirect at the server levelOct 29 00:26
schestowitzbut that would be awkward for some fetchersOct 29 00:26
vZS1aHdksSQKx2txNot that I'm aware ofOct 29 00:27
schestowitzor could make txt a directoryOct 29 00:27
schestowitzbut then it would look for index.html, php etc.Oct 29 00:27
schestowitzunless apache is told otherwiseOct 29 00:27
schestowitzwhat it the txt file is being given a filename .html?Oct 29 00:28
schestowitzlike index.html, made invisible by dir structure, ~/txtOct 29 00:28
vZS1aHdksSQKx2txIt may just be your locale settings not matching with browserOct 29 00:28
schestowitz~/public_html/txt ratherOct 29 00:28
vZS1aHdksSQKx2txI wouldn't do anything janky with filenamesOct 29 00:28
schestowitzmaybe I change env settingsOct 29 00:29
schestowitzlet's try somethingOct 29 00:29
vZS1aHdksSQKx2txMight just be what I said earlierOct 29 00:29
vZS1aHdksSQKx2txBrowsers are doing what Windows doesOct 29 00:30
vZS1aHdksSQKx2txShoving semantics into filenamesOct 29 00:30
schestowitzif I make it index.html it is interpreted as htmlOct 29 00:30
vZS1aHdksSQKx2txBecause I have the same problem when I open both filesOct 29 00:30
schestowitzvZS1aHdksSQKx2tx: both as in?Oct 29 00:30
schestowitzthe one in txt-archive also?Oct 29 00:31
vZS1aHdksSQKx2txThe txt and .txt versionOct 29 00:31
vZS1aHdksSQKx2tx.txt version has the unicode load just fineOct 29 00:31
vZS1aHdksSQKx2txtxt doesn'tOct 29 00:31
vZS1aHdksSQKx2txI get rectangles with hexcode in themOct 29 00:31
schestowitzah, okOct 29 00:31
vZS1aHdksSQKx2txBed time for me thoughOct 29 00:32
vZS1aHdksSQKx2txHave a good night allOct 29 00:32
schestowitzmaybe techrights.org/txt should just point to the index with archives? Oct 29 00:33
schestowitzthough it's easier to use cron job to just fetch the same url each dayOct 29 00:33
schestowitzgn, vZS1aHdksSQKx2txOct 29 00:33
*vZS1aHdksSQKx2tx has quit (Remote host closed the connection)Oct 29 00:33
schestowitzhttps://stackoverflow.com/questions/13537371/displayerror-of-textfile-in-browserOct 29 00:35
-TechrightsBot-tr/#techrights-stackoverflow.com | google chrome - Displayerror of textfile in browser - Stack OverflowOct 29 00:35
schestowitzaha!Oct 29 00:37
schestowitzhttp://techrights.org/txt/Oct 29 00:37
schestowitzworked like a charm, I >THINK<Oct 29 00:37
*schestowitz testingOct 29 00:37
schestowitzcat index.php Oct 29 00:38
schestowitz    1  0.06 131.4  7.3 /2010/02/27/bada-and-lg-ereader  �    1  0.04   5.4  0.2 /print/141735                         <?php Oct 29 00:38
schestowitz    1  0.25 217.7 54.4 /2010/05/                        �    1  0.04  91.9  3.5 /node/139242                         �header ('Content-Type: text/plain; charset=utf-8');Oct 29 00:38
schestowitz    1  0.33   4.5  1.5 /2011/05/31/society-pays-collec  �    1  0.04  49.9  2.0 /blog/25290/feed                      readfile ('txt');Oct 29 00:38
schestowitz    1  0.33   2.4  0.8 /2011/11/02/sign-the-new-white-  �    1  0.04   5.8  0.2 /gallery/v/suse103r1/onlineupdate17   ?> Oct 29 00:38
schestowitzyes, it's solved nowOct 29 00:42
schestowitzphp forces it to serve with utf8Oct 29 00:42
schestowitzand it's done transparently to the url requesterOct 29 00:42
schestowitznow let's force Daily Links to always be last/at bottomOct 29 00:44
*oarion7 (~anonymous@unaffiliated/oarion7) has joined #techrightsOct 29 01:00
schestowitzdone, testing nowOct 29 01:24
schestowitzworks, ok, improving text decosOct 29 01:26
schestowitzascii boxesOct 29 01:30
*birkoff has quit (Ping timeout: 260 seconds)Oct 29 01:40
schestowitzit now takes about a minute to generate for each dayOct 29 01:43
schestowitzmostly server-side latencyOct 29 01:43
*inky has quit (Ping timeout: 260 seconds)Oct 29 02:14
*birkoff (birkoff@gateway/shell/ircnow/x-hemkiikoyloygwby) has joined #techrightsOct 29 02:23
schestowitzhttp://techrights.org/txt-archives/Oct 29 02:41
-TechrightsBot-tr/#techrights-techrights.org | ArchivesOct 29 02:41
*oarion7 has quit (Quit: Running IRC on a charmed medieval abacus.)Oct 29 02:51
*beaker45 (4403860e@gateway/web/cgi-irc/kiwiirc.com/ip.68.3.134.14) has joined #techrightsOct 29 03:25
*beaker456 (4403860e@gateway/web/cgi-irc/kiwiirc.com/ip.68.3.134.14) has joined #techrightsOct 29 03:26
*beaker45 has quit (Client Quit)Oct 29 03:27
*beaker456 has quit (Client Quit)Oct 29 03:27
*mmu_man has quit (Ping timeout: 246 seconds)Oct 29 03:39
*brendyyn (~brendyyn@124-169-143-136.dyn.iinet.net.au) has joined #techrightsOct 29 04:33
psydread> https://www.osr.com/blog/2020/10/15/microsoft-driver-updates-allowed-win7-win8/  Microsoft: No Driver Updates Allowed for Win7 and Win8  << Let the end of life games begin.Oct 29 05:41
psydreadI have little sympathy for companies that still depend on and ship Vista 10 for mission-critical purposes. If anything they should be moving to GNU/Linux, QNX and the likes, where they can actually support the hardware without having to depend on a single massive point of failure as Microsoft happens to beOct 29 05:41
-TechrightsBot-tr/#techrights-Microsoft: No Driver Updates Allowed for Win7 and Win8 – OSROct 29 05:41
*psydread (eace4d91cc@2a01:7c8:aab8:6b9:5054:ff:fec9:fd84) has left #techrightsOct 29 05:58
*psydread (eace4d91cc@2a01:7c8:aab8:6b9:5054:ff:fec9:fd84) has joined #techrightsOct 29 06:03
*psydread (eace4d91cc@2a01:7c8:aab8:6b9:5054:ff:fec9:fd84) has left #techrightsOct 29 06:08
*CrystalMath has quit (Quit: Support Richard Stallman, Jacob Appelbaum, and other good people! | https://sterling-archermedes.github.io/)Oct 29 07:01
*obarun (~obarun@host-115-126-165-174.fibre.nautile.nc) has joined #techrightsOct 29 07:11
schestowitzx https://thehill.com/policy/cybersecurity/523172-microsoft-iranian-hacking-group-targeting-major-international-securityOct 29 07:29
-TechrightsBot-tr/#techrights-Microsoft: Iranian hacking group targeting attendees of major international security conferences | TheHillOct 29 07:29
schestowitz# M$ is the main cause of the vulnerabilities, and just making a distractionOct 29 07:29
*inky (~norayr@5.77.129.204) has joined #techrightsOct 29 08:38
schestowitzhttps://www.reddit.com/r/GIMP/comments/8jypi7/file_create_logo_missing_from_210/Oct 29 08:48
schestowitz"Seems these scripts aren't supplied with Gimp by default any more. The old scripts seem to work in 2.10.. well at least minimally."Oct 29 08:48
-TechrightsBot-tr/#techrights-www.reddit.com | File => Create => Logo - missing from 2.10? : GIMPOct 29 08:48
schestowitzThis is really dumb a decisionOct 29 08:48
*psydread (eace4d91cc@2a01:7c8:aab8:6b9:5054:ff:fec9:fd84) has joined #techrightsOct 29 09:15
-viera/#techrights-Tux Machines: Today’s #HowTos | #UNIX • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143771 [https://pleroma.site/objects/c3c57320-a076-4ebf-85a4-3c60e548738a]Oct 29 10:02
-viera/#techrights-Tux Machines: Major improvement for Windows gaming on Linux expected next year http://www.tuxmachines.org/node/143746#comment-26927 [https://pleroma.site/objects/ccfbb7a9-e620-476f-a11f-b1cd9dbb5f2a]Oct 29 10:13
*vZS1aHdksSQKx2tx (5c14e751@host-92-20-231-81.as13285.net) has joined #techrightsOct 29 10:22
*GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon) has joined #techrightsOct 29 10:23
-viera/#techrights-Tux Machines: Major improvement for Windows gaming on Linux expected next year http://www.tuxmachines.org/node/143746#comment-26927 [https://pleroma.site/objects/34a7834e-aae9-421a-824e-44ace875af2a]Oct 29 10:26
*mmu_man (~revol@vaf26-2-82-244-111-82.fbx.proxad.net) has joined #techrightsOct 29 10:28
*psydread (eace4d91cc@2a01:7c8:aab8:6b9:5054:ff:fec9:fd84) has left #techrightsOct 29 10:30
*psydread (eace4d91cc@2a01:7c8:aab8:6b9:5054:ff:fec9:fd84) has joined #techrightsOct 29 10:32
-viera/#techrights-Tux Machines: Pro1-X: A New Linux Smartphone Enters The Market - Boiling Steam http://www.tuxmachines.org/node/143705#comment-26930 [https://pleroma.site/objects/bd1e6c61-21ad-4a49-be1d-c851d58b7c34]Oct 29 10:32
-viera/#techrights-Tux Machines: Fedora 33 Run Through http://www.tuxmachines.org/node/143702#comment-26931 [https://pleroma.site/objects/963f8b7e-9480-40d8-ae9a-94b9c1f71578]Oct 29 10:51
vZS1aHdksSQKx2txSaw that Krita is being flagged as malware on WindowsOct 29 10:55
vZS1aHdksSQKx2txIn the Krita 4.4.1 release notesOct 29 10:55
vZS1aHdksSQKx2txMicro$oft resorting to dirty tactics to keep their Adobe buddies afloatOct 29 10:56
vZS1aHdksSQKx2txSource: https://krita.org/en/item/krita-4-4-1-released/Oct 29 10:57
-TechrightsBot-tr/#techrights-krita.org | Krita 4.4.1 Released | KritaOct 29 10:57
*GNUmoon2 (~GNUmoon@gateway/tor-sasl/gnumoon) has joined #techrightsOct 29 11:07
*GNUmoon has quit (Remote host closed the connection)Oct 29 11:08
schestowitzvZS1aHdksSQKx2tx: thanks, I have just mentioned thatOct 29 11:20
schestowitzin case it helps put pressure on the thugs from RedmondOct 29 11:21
vZS1aHdksSQKx2txYour RSS is where I got it fromOct 29 11:21
vZS1aHdksSQKx2txJust added tuxmachines to my aggregatorOct 29 11:21
schestowitzhttps://joindiaspora.com/posts/19310028Oct 29 11:21
-TechrightsBot-tr/#techrights-@schestowitz@joindiaspora.com: "Saw that #Krita is being flagged as malware on Windows In the Krita 4.4.1 release notes #Micro$oft resorting to dirty tactics to keep their Adobe buddies afloat Source: https://krita.org/en/item/krita-4-4-1-released/ "-Anon in #techrights IRC Oct 29 11:21
schestowitzvZS1aHdksSQKx2tx: ah, ok, makes senseOct 29 11:21
-viera/#techrights-Tux Machines: #digiKam 7.2.0-beta1 is released • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143772 •●• #GNU #Linux #TuxMachines #News [https://pleroma.site/objects/c0037679-1261-480a-8fa2-427a2195fe61]Oct 29 11:22
vZS1aHdksSQKx2txOut of curiosity, which language do you guys use for all your convenience scripting?Oct 29 11:22
schestowitzbashOct 29 11:22
schestowitzhttp://techrights.org/txt-archives/Oct 29 11:22
vZS1aHdksSQKx2txVery nice. I like how you added metadata tooOct 29 11:23
schestowitzvZS1aHdksSQKx2tx: you left quite abruptly last night, shortly before I solved the encoding issue with an index.php that imports the text file, imposing utf charset on thatOct 29 11:23
schestowitzvZS1aHdksSQKx2tx: not too sensitive metadataOct 29 11:23
schestowitzhelps show when it was last uploaded etc.Oct 29 11:23
vZS1aHdksSQKx2txSorry about that. I was very tiredOct 29 11:23
vZS1aHdksSQKx2txGood you got it sorted.Oct 29 11:25
vZS1aHdksSQKx2txI've been moving my bash scripts to Raku recently. It's been saving me a lot of time. Are you lot aware of the language?Oct 29 11:25
vZS1aHdksSQKx2txIt's very Bash-like so it feels like a natural extension.Oct 29 11:26
schestowitzwe have a whole section in daily links for rakulangOct 29 11:27
schestowitzperl/rakuOct 29 11:27
vZS1aHdksSQKx2txYeahOct 29 11:27
vZS1aHdksSQKx2txI've been around it for a few years nowOct 29 11:27
vZS1aHdksSQKx2txBut I've actually invested time into using it in my production systems nowOct 29 11:27
vZS1aHdksSQKx2txThey have Alpine container images as well. So it's very simple to run in productionOct 29 11:28
-viera/#techrights-Tux Machines: IPFire 2.25 - Core Update 152 is available for testing • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143773 [https://pleroma.site/objects/cc1f969e-12cd-41e0-9981-48b0c7578e10]Oct 29 11:29
*brendyyn has quit (Ping timeout: 264 seconds)Oct 29 11:29
schestowitztechrights and tuxmachines are on alipineOct 29 11:30
schestowitz*alpineOct 29 11:30
vZS1aHdksSQKx2txGood stuffOct 29 11:31
vZS1aHdksSQKx2txIn Raku, a simple wrapper is actually simple to writeOct 29 11:31
vZS1aHdksSQKx2tx`run <ls -al>;`Oct 29 11:32
vZS1aHdksSQKx2txThat's itOct 29 11:32
-viera/#techrights-Tux Machines: Qt Creator 4.14 Beta released • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143774 [https://pleroma.site/objects/097a7ab6-3f8b-48ae-bc39-273db08f859b]Oct 29 11:32
vZS1aHdksSQKx2txThe bit I really like about Raku is that mathematics is simple and easy to do. Iteration has convenient syntax. There's intuitive syntax for handling sets too.Oct 29 11:33
vZS1aHdksSQKx2txI feel like that solves one of the biggest pain points in Bash. Lack of mathematics integration.Oct 29 11:33
-viera/#techrights-Tux Machines: 10 Best Free and Open Source Linux Revision Control Tools http://www.tuxmachines.org/node/143775 [https://pleroma.site/objects/aff312c8-53ef-4483-86a4-4fdaa27a5cff]Oct 29 11:34
schestowitzis raku portable easily?Oct 29 11:34
schestowitzI mean, many things have bashOct 29 11:34
vZS1aHdksSQKx2txYes. Raku is very portableOct 29 11:34
vZS1aHdksSQKx2txFreeBSD has Raku portsOct 29 11:35
schestowitzbut when you move raku stuff to them, they might not cope with depsOct 29 11:35
vZS1aHdksSQKx2txRaku even compiles to JavascriptOct 29 11:35
vZS1aHdksSQKx2txIf you want to do thatOct 29 11:35
schestowitzare they being like php and python where old code 'stops' working?Oct 29 11:35
vZS1aHdksSQKx2txI don't think soOct 29 11:35
vZS1aHdksSQKx2txOld code I wrote still runsOct 29 11:36
vZS1aHdksSQKx2txIt's very abstractOct 29 11:36
vZS1aHdksSQKx2txSo if they change things, you don't noticeOct 29 11:36
vZS1aHdksSQKx2txBecause of how abstract the syntax isOct 29 11:36
-viera/#techrights-Tux Machines: Krita 4.4.1 Released • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143776 [https://pleroma.site/objects/b1c2cbc4-6ae6-4a8f-a2e5-4aebc2a2be4c]Oct 29 11:36
vZS1aHdksSQKx2tx`podman pull jjmerelo/alpine-raku`Oct 29 11:39
vZS1aHdksSQKx2txTry it outOct 29 11:39
vZS1aHdksSQKx2txJJ maintains the Alpine images. They're very clean.Oct 29 11:39
-viera/#techrights-Tux Machines: #Android Leftovers • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143777 [https://pleroma.site/objects/f6ea26c5-fdcc-461b-bbd1-a1cf191d0623]Oct 29 11:40
schestowitz[11:36] <vZS1aHdksSQKx2tx> Old code I wrote still runsOct 29 11:42
schestowitzhow old/Oct 29 11:42
vZS1aHdksSQKx2tx1.5 years?Oct 29 11:42
schestowitzI still use some bash scripts I wrote 2 decades backOct 29 11:42
vZS1aHdksSQKx2txYou can use Raku to wrap your Bash scripts :DOct 29 11:43
vZS1aHdksSQKx2txThe main point here is saving timeOct 29 11:43
schestowitzyeah, but then that kind of defeats the purposeOct 29 11:43
schestowitzbtw http://techrights.org/txt-archives/ is in PHPOct 29 11:43
-TechrightsBot-tr/#techrights-techrights.org | Bulletin ArchivesOct 29 11:43
schestowitza sort of fork of something I found in sourceforge aaaages agoOct 29 11:43
schestowitzmaybe 2004Oct 29 11:43
vZS1aHdksSQKx2txThink of Raku as kind of a glue that goes around other glueOct 29 11:43
vZS1aHdksSQKx2txsuperglueOct 29 11:43
schestowitzsupermarioOct 29 11:44
vZS1aHdksSQKx2txIt has grammarsOct 29 11:44
vZS1aHdksSQKx2txWhich most other languages don'tOct 29 11:44
vZS1aHdksSQKx2txSo writing a parser is quick and easyOct 29 11:44
schestowitzBTW, it is based on http://schestowitz.com/temp/Oct 29 11:44
-TechrightsBot-tr/#techrights-schestowitz.com | Temporary Files DumpOct 29 11:44
schestowitzthat's where I used to drop files for showing in newsgroups etc.Oct 29 11:44
schestowitzbefore all the 'clown computing hype'Oct 29 11:44
vZS1aHdksSQKx2txPHP is greatOct 29 11:45
schestowitzyou drag and drop an image over ftp, then it shows up with previewOct 29 11:45
vZS1aHdksSQKx2txThat's neatOct 29 11:45
vZS1aHdksSQKx2txI like to keep up with PHP just because of WordPressOct 29 11:45
schestowitzyou can tell the age based on the images thereOct 29 11:45
schestowitzold kde3 and stuffOct 29 11:45
vZS1aHdksSQKx2txYeahOct 29 11:45
vZS1aHdksSQKx2txI saw the calendarOct 29 11:45
vZS1aHdksSQKx2tx> before all the 'clown computing hype'Oct 29 11:46
schestowitzThe bottom picture is ubuntu 4.10 on my machine at MCCOct 29 11:46
vZS1aHdksSQKx2txI've been working on writing some Containerfiles for F-droid app servers which replace thoseOct 29 11:47
schestowitzit was still a lot like debian back then, also  ncurses installerOct 29 11:47
vZS1aHdksSQKx2txThere's a ton of great apps on F-DroidOct 29 11:47
vZS1aHdksSQKx2txMost of them can all be run on a Raspberry PiOct 29 11:47
vZS1aHdksSQKx2txThe server partOct 29 11:47
XRevan86vZS1aHdksSQKx2tx: I'm sure Ariadne can have better things on their iPhone %).Oct 29 11:48
vZS1aHdksSQKx2txI'm wrapping the DNS setup with Raku scripts and bundling the server code in containers.Oct 29 11:48
vZS1aHdksSQKx2txShould be workable for non-IT people by the end of itOct 29 11:48
vZS1aHdksSQKx2txI don't have an iPhoneOct 29 11:49
schestowitzI am CON-tainersOct 29 11:49
schestowitzI think they're overusedOct 29 11:49
schestowitz(and I know how they work)Oct 29 11:49
vZS1aHdksSQKx2txThey have their placeOct 29 11:50
schestowitzwe end up with too many directory treesOct 29 11:50
vZS1aHdksSQKx2txI use them for quick isolationOct 29 11:50
schestowitzVMs are too great eitherOct 29 11:50
vZS1aHdksSQKx2txI can run a lot more containers on my Raspberry Pi than VMsOct 29 11:50
schestowitzvirtualenv is more minimalistOct 29 11:50
schestowitzdon't forget the container in the container in your VM... that one needs patching too ;0)Oct 29 11:51
vZS1aHdksSQKx2txI don't go that crazyOct 29 11:51
vZS1aHdksSQKx2txI think containers are a great solution to self-hosting app deployment.Oct 29 11:52
vZS1aHdksSQKx2txAnd development too. I don't need to worry about dependency issues anymore. I just build a new container for each compile run.Oct 29 11:53
vZS1aHdksSQKx2txIt made programming in C fun againOct 29 11:54
schestowitzwhen did it stop being fun?Oct 29 11:55
schestowitzlinux is still c, a lot of gnu is alsoOct 29 11:55
schestowitzthe toolchain apparently has too much perl (github /:)  in itOct 29 11:55
schestowitzc is still c, old code still worksOct 29 11:56
schestowitzno fake novelty like with "Frameworks"Oct 29 11:56
vZS1aHdksSQKx2txIt's because of the time I save not having to debug silly environment issuesOct 29 11:56
vZS1aHdksSQKx2txLinux uses Docker now in its testsOct 29 11:56
vZS1aHdksSQKx2txIt's in the official Git repoOct 29 11:56
vZS1aHdksSQKx2txI've been experimenting with Podman recently for more security-sensitive stuffOct 29 11:57
vZS1aHdksSQKx2txBottom line is it saves time.Oct 29 11:57
vZS1aHdksSQKx2txI got a bit pissed off when Docker was delaying cgoupv2 integration over and over for no good reasonOct 29 11:59
schestowitzhttps://joindiaspora.com/posts/19310278Oct 29 11:59
-TechrightsBot-tr/#techrights-@schestowitz@joindiaspora.com: #ibm #redhat shilling #systemd for everything... https://opensource.com/article/20/10/cgroups Oct 29 11:59
-TechrightsBot-tr/#techrights--> Managing resources with cgroups in systemd | Opensource.comOct 29 11:59
vZS1aHdksSQKx2txsystemd has its placeOct 29 12:01
schestowitzso do grape kernelsOct 29 12:02
schestowitzsystemd might be of some use on large serversOct 29 12:03
schestowitzgoogle rejects it for chromeOSOct 29 12:03
schestowitztoo much for too littleOct 29 12:03
vZS1aHdksSQKx2txI use on my Rpi to orchestrate everythingOct 29 12:03
vZS1aHdksSQKx2txAgain, saves me having to implement all the things I get for free like `journalctl`Oct 29 12:03
-viera/#techrights-Tux Machines: Today’s #HowTos | #UNIX • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143778 [https://pleroma.site/objects/49301458-1631-49b8-930c-b16b60f74463]Oct 29 12:03
vZS1aHdksSQKx2txIt's still better than being locked behind a GUIOct 29 12:03
schestowitzhttps://joindiaspora.com/posts/19310324Oct 29 12:04
-TechrightsBot-tr/#techrights-@schestowitz@joindiaspora.com: #wayland is a lot like #systemd ... you sort of break or replace things that already worked OK, just so that you're in control of the 'solution' http://techrights.org/2020/09/26/appeal-to-novelty-as-a-lever-for-proprietary-software-monopolies-bloat-planned-obsolescence-and-more-surveillance/ Oct 29 12:04
-TechrightsBot-tr/#techrights--> techrights.org | ‘Appeal to Novelty’ as a Lever for Proprietary Software Monopolies, Bloat (Planned Obsolescence) and More Surveillance | TechrightsOct 29 12:04
schestowitzvZS1aHdksSQKx2tx: iirc, it makes it logs binaryOct 29 12:05
schestowitzor binary-stored metOct 29 12:05
schestowitzmetaOct 29 12:05
schestowitzwhich seems like a really bad practiceOct 29 12:05
vZS1aHdksSQKx2txI didn't look into that too deeplyOct 29 12:05
vZS1aHdksSQKx2txI only use the A(P|B)IsOct 29 12:05
schestowitzhttps://www.reddit.com/r/linux/comments/1y6q0l/systemds_binary_logs_and_corruption/Oct 29 12:06
vZS1aHdksSQKx2txbarely see my Pi break a sweat with systemd. So it's fine for nowOct 29 12:06
-TechrightsBot-tr/#techrights-www.reddit.com | systemd's binary logs and corruption : linuxOct 29 12:06
schestowitzhttps://news.ycombinator.com/item?id=7639386Oct 29 12:06
-TechrightsBot-tr/#techrights-news.ycombinator.com | What's wrong with binary logs? Seems like an improvement, given how they can be ... | Hacker NewsOct 29 12:06
schestowitzMinceR might know moreOct 29 12:06
schestowitzhe puts systemd where he spits his grape kernelsOct 29 12:06
schestowitzhey, let's make the whole OS binaryOct 29 12:07
schestowitzsecurity through obscurity and allOct 29 12:07
schestowitzno more worriesOct 29 12:07
schestowitzcipherOSOct 29 12:07
schestowitztrust IBM...Oct 29 12:07
schestowitzthe TPM behemothOct 29 12:07
schestowitz"Some things are better left to adults.... and Watson... and his buddy Adolf"Oct 29 12:08
vZS1aHdksSQKx2txIf it becomes a problem I will find a replacementOct 29 12:08
schestowitztinkering is terrorism after allOct 29 12:08
schestowitz"Why would you wanna do THAT?"Oct 29 12:08
vZS1aHdksSQKx2txsystemd is GPLOct 29 12:08
schestowitzand 1.5m LOCsOct 29 12:08
vZS1aHdksSQKx2txSo? Oct 29 12:09
schestowitzso it's hard to participate inOct 29 12:09
schestowitzand you need a Microsoft accountOct 29 12:09
schestowitzit's developed on Microsoft serversOct 29 12:09
vZS1aHdksSQKx2txGnuPG with all the dependencies is also close to thatOct 29 12:09
vZS1aHdksSQKx2txlibgcrypt and all thatOct 29 12:09
vZS1aHdksSQKx2txI can fork the source and modify itOct 29 12:09
vZS1aHdksSQKx2txThat's what matters to meOct 29 12:09
vZS1aHdksSQKx2tx1.5m LOC is actually pretty good for the amount of things systemd doesOct 29 12:11
vZS1aHdksSQKx2txI thought it was a lot moreOct 29 12:11
-viera/#techrights-Tux Machines: EndeavourOS is a Wholesome Arch-Based Distribution • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143779 [https://pleroma.site/objects/60eb7115-a664-42d0-a6d6-7b1ca54a5727]Oct 29 12:12
vZS1aHdksSQKx2txThe binary logs thing is a bit weird thoughOct 29 12:13
schestowitzI did not look into itOct 29 12:13
schestowitzbut saw that in passing several timesOct 29 12:13
vZS1aHdksSQKx2txLogs should always be plaintextOct 29 12:13
schestowitzI just use normal logsOct 29 12:13
vZS1aHdksSQKx2txYeahOct 29 12:13
vZS1aHdksSQKx2txI agree with thatOct 29 12:13
schestowitzit feels like building a dependency on GUIsOct 29 12:13
schestowitzwhich I don't want to doOct 29 12:13
vZS1aHdksSQKx2txSameOct 29 12:13
schestowitzgnoem, gnome2, gnome3, kde5, qt6...Oct 29 12:14
vZS1aHdksSQKx2txIf it goes down that direction, I'll just switchOct 29 12:14
schestowitzthey keep changing guisOct 29 12:14
schestowitzand my workflow breaksOct 29 12:14
schestowitzsame for systemd, it's an ibm thingOct 29 12:14
vZS1aHdksSQKx2txsystemd is a Poettering thingOct 29 12:14
schestowitzPoettering is a systemd thing :-)Oct 29 12:14
schestowitzprozzzesss einssss...Oct 29 12:15
schestowitzimagine thisOct 29 12:15
schestowitzyou depend on one dev and ilkOct 29 12:15
vZS1aHdksSQKx2txIt was around way before the IBM takeoverOct 29 12:15
schestowitzand that dev is an IBM employeeOct 29 12:15
schestowitzindebted to their greedy agendaOct 29 12:15
schestowitztraditionally linux wasn't like thatOct 29 12:15
schestowitzxfs is ibmOct 29 12:15
schestowitzext3-4 not so muchOct 29 12:15
schestowitzalso I think tso moved from ibm to googleOct 29 12:15
vZS1aHdksSQKx2txTo me it ends at the licenseOct 29 12:16
schestowitzwhere mjg59 worksOct 29 12:16
vZS1aHdksSQKx2txIt it's GPL or BSD, I will use itOct 29 12:16
vZS1aHdksSQKx2txApache or MIT works tooOct 29 12:16
schestowitzit can be "abandoned"Oct 29 12:16
schestowitzaccording to phoronix, something billions of people use is "abandonware"Oct 29 12:16
schestowitz:-)Oct 29 12:16
schestowitzeven if it matured for 34 yearsOct 29 12:16
vZS1aHdksSQKx2txI think abandonware is kind of a complimentOct 29 12:16
vZS1aHdksSQKx2txIf your systems can run on the same image for that longOct 29 12:17
vZS1aHdksSQKx2txYou've done something rightOct 29 12:17
schestowitzit /mostly Oct 29 12:17
schestowitz mostly/ worksOct 29 12:17
schestowitzI have many xtools in my scriptsOct 29 12:17
schestowitzso no way I'll move to waylandOct 29 12:17
schestowitzand I doubt those tools will be ported to waylandOct 29 12:17
schestowitzhaha. is wayland doing x forwarding properly yet?Oct 29 12:18
schestowitzmaybe by 2030Oct 29 12:18
vZS1aHdksSQKx2txI don't think wayland does anything with forwarding yetOct 29 12:18
schestowitzlolOct 29 12:18
vZS1aHdksSQKx2txIt's not a priorityOct 29 12:18
vZS1aHdksSQKx2txWhich is strangeOct 29 12:18
schestowitzthen red hat should keep us well away from that pile of crap of theirsOct 29 12:18
schestowitz(and intel)Oct 29 12:18
vZS1aHdksSQKx2txTbh, X forwarding is kind of a GUI trap as wellOct 29 12:19
schestowitzthey really don't care about actual usersOct 29 12:19
vZS1aHdksSQKx2txSSH is good enoughOct 29 12:19
schestowitzjust corporate CLIENTSOct 29 12:19
vZS1aHdksSQKx2txI don't use X forwardingOct 29 12:19
schestowitzI do, a lotOct 29 12:19
vZS1aHdksSQKx2txbecause I don't like GUI-based workflowsOct 29 12:19
schestowitzsince 2001Oct 29 12:19
schestowitzsystemd is guiOct 29 12:19
schestowitzncurses-likeOct 29 12:19
schestowitznot quit, but similarOct 29 12:19
vZS1aHdksSQKx2txNo it's notOct 29 12:19
schestowitzwith colours and allOct 29 12:19
vZS1aHdksSQKx2txI use it without any ncursesOct 29 12:19
schestowitzsome terminals might not support it properlyOct 29 12:20
schestowitzeven remotelyOct 29 12:20
schestowitzwayland without x forwardingOct 29 12:20
schestowitzyeah, let's go back to the 1990sOct 29 12:20
vZS1aHdksSQKx2txI think they are relying on some VNC or somethingOct 29 12:20
vZS1aHdksSQKx2txThat's what I readOct 29 12:20
schestowitzand KDE will tell use qt3 sucks and all we need are useless "plasmoids"Oct 29 12:20
schestowitzlike they mimicked osxOct 29 12:21
schestowitzmaybe kde should also remove support for >1 mouse buttonOct 29 12:21
vZS1aHdksSQKx2txI only use GUIs for data analysisOct 29 12:21
vZS1aHdksSQKx2txWhere it's actually a good use caseOct 29 12:21
vZS1aHdksSQKx2txI just stream database over secure tunnelsOct 29 12:21
schestowitzI make my guis with dialogue nowOct 29 12:22
schestowitzdialogOct 29 12:22
vZS1aHdksSQKx2txAnd then the consumer machine render the graphicsOct 29 12:22
schestowitzI made one for rianne alsoOct 29 12:22
schestowitzncurses and portableOct 29 12:22
schestowitzI support tkl and yad or similar would just slow things down and add to the dependency chainOct 29 12:23
schestowitzfor no practical purposeOct 29 12:23
vZS1aHdksSQKx2txIt's amusing to see Grafana actually use the workflow I've been using for agesOct 29 12:24
vZS1aHdksSQKx2txStreaming from a remote database and rendering graphics on consumer is the right way to do monitoringOct 29 12:24
vZS1aHdksSQKx2txThat way your server doesn't run unnecessary bloatOct 29 12:25
vZS1aHdksSQKx2txAnd you can have heavy GUI software running on your terminal Oct 29 12:25
vZS1aHdksSQKx2txYou get to have your cake and eat itOct 29 12:26
vZS1aHdksSQKx2txAnd just use mTLS to stream your data. Self-signed certs.Oct 29 12:27
vZS1aHdksSQKx2txThereOct 29 12:27
vZS1aHdksSQKx2txZero trust securiyOct 29 12:27
vZS1aHdksSQKx2txsecurity*Oct 29 12:27
-viera/#techrights-Tux Machines: XDA partners with F(x)tec to make a phone that runs LineageOS and Ubuntu Touch OS http://www.tuxmachines.org/node/143705#comment-26933 [https://pleroma.site/objects/41e34a9a-ebbb-4910-b04f-fb7c4540eacd]Oct 29 12:29
schestowitzI use tmuxOct 29 12:30
schestowitzbetter than all guis I have seenOct 29 12:30
vZS1aHdksSQKx2txI love tmuxOct 29 12:30
schestowitzand I made it work for meOct 29 12:30
schestowitzhttp://tuxmachines.org/node/142351Oct 29 12:30
-TechrightsBot-tr/#techrights-tuxmachines.org | Monitoring Tux Machines With Apachetop, Nmon and Htop | Tux MachinesOct 29 12:30
schestowitztmux just needs to DeleteGithubOct 29 12:31
vZS1aHdksSQKx2txWith the whole youtube-dl thingOct 29 12:32
vZS1aHdksSQKx2txDevs will start to look for alternativesOct 29 12:32
schestowitzgithub=nsa alsoOct 29 12:32
schestowitzhttp://techrights.org/wiki/index.php/Microsoft_and_the_NSAOct 29 12:32
-TechrightsBot-tr/#techrights-techrights.org | Microsoft and the NSA - TechrightsOct 29 12:32
schestowitzI'll post Daily Links soon, then do some articlesOct 29 12:33
schestowitztopic welcome, I don't have any good topics in mine this weekOct 29 12:33
schestowitz(which is why I'm coding some things instead)Oct 29 12:34
vZS1aHdksSQKx2txPlug the new Raku RSS updatesOct 29 12:35
vZS1aHdksSQKx2txThey could use some love :DOct 29 12:35
schestowitzwhat's the url?Oct 29 12:37
schestowitzwe already have raku rss feeds in the listOct 29 12:37
schestowitzraku weeklyOct 29 12:37
schestowitzproblem is, to many projects "twitter account" if their "updates"Oct 29 12:38
schestowitzor facebook page and "instagram me" Oct 29 12:38
schestowitzrust uses shithubOct 29 12:38
schestowitzeven for some announcementsOct 29 12:38
vZS1aHdksSQKx2txhttp://pl6anet.org/Oct 29 12:38
-TechrightsBot-tr/#techrights-pl6anet.org | Planet RakuOct 29 12:38
schestowitzthey think a github page is legit announcement avenueOct 29 12:39
vZS1aHdksSQKx2txRSS/Atom is the best announcement avenueOct 29 12:39
schestowitzhttps://pl6anet.org/atom.xmlOct 29 12:39
schestowitzFirefox doesn't even support atom/xml/rss anymoreOct 29 12:40
schestowitzto 'help us'Oct 29 12:40
schestowitzthey removed supportOct 29 12:40
schestowitzand they just kept a renderer for itOct 29 12:40
schestowitzBUT THEY GAVE US POCKeT!! :-) gee, thanksOct 29 12:41
vZS1aHdksSQKx2txYeah it's pretty obsceneOct 29 12:41
vZS1aHdksSQKx2txI'm working on a mass public education campaign for a few things in that respectOct 29 12:41
schestowitzmozilla PARTICIPATED in "War on RSS"Oct 29 12:41
vZS1aHdksSQKx2txIt's going to be 100%Oct 29 12:41
schestowitzand they justified this using their surveillance ("telemetry')Oct 29 12:41
vZS1aHdksSQKx2txfree*Oct 29 12:42
vZS1aHdksSQKx2txAnd DRM-free tooOct 29 12:42
vZS1aHdksSQKx2txLike everything I doOct 29 12:42
schestowitzmozilla wants me to LOG IN to use the browserOct 29 12:42
schestowitzsounds... goolish devilishOct 29 12:42
schestowitzpocketOct 29 12:42
vZS1aHdksSQKx2txYepOct 29 12:42
schestowitzyour place at MozillaOct 29 12:42
vZS1aHdksSQKx2txData miningOct 29 12:42
schestowitzproprietary until they bought itOct 29 12:42
schestowitzand then they can pin ads in your new tabsOct 29 12:42
schestowitzthey did this in firefox esrOct 29 12:42
schestowitzwhen I updated itOct 29 12:43
schestowitzI had to go disable itOct 29 12:43
vZS1aHdksSQKx2txI was advised by a few people to put DRM into something I published. I ignored itOct 29 12:43
schestowitzyou don't want new distraction when you open a tabOct 29 12:43
schestowitzleave that shit to FB and TwitterOct 29 12:43
vZS1aHdksSQKx2txI got many thank you emails for making my publication DRM freeOct 29 12:43
schestowitzto tell you what the news is when you never ever asked for itOct 29 12:43
vZS1aHdksSQKx2txPeople still buy itOct 29 12:43
vZS1aHdksSQKx2txIndeed. I agreeOct 29 12:43
schestowitzplanet raku is low trafficOct 29 12:44
schestowitz6 items this monthOct 29 12:44
schestowitzeasy for me to cope withOct 29 12:44
schestowitzplanet python is a lotOct 29 12:44
vZS1aHdksSQKx2txStill more than I put out :') Oct 29 12:44
schestowitzas much as 10 a dayOct 29 12:44
schestowitzhalf of those 6 I already postedOct 29 12:45
schestowitzas it's raku weeklyOct 29 12:45
vZS1aHdksSQKx2txAhOct 29 12:46
vZS1aHdksSQKx2txGive it a try thoughOct 29 12:46
vZS1aHdksSQKx2txYou'll save a lot of timeOct 29 12:46
vZS1aHdksSQKx2txRaku scripts, that isOct 29 12:46
schestowitzI see only about a dozen active people in the planetOct 29 12:46
schestowitzand I guess you are one of themOct 29 12:46
vZS1aHdksSQKx2txI don't really interact with them directlyOct 29 12:46
schestowitzbut none of them with a password-like name ( "vZS1aHdksSQKx2tx")Oct 29 12:47
vZS1aHdksSQKx2txI do stuff in the background and plug them around the internetOct 29 12:47
vZS1aHdksSQKx2txIt's like that for most of the things I use. I like to let the project be the project.Oct 29 12:47
vZS1aHdksSQKx2txSometimes I email the maintainers about stuff that I think is a threat to their projectOct 29 12:48
vZS1aHdksSQKx2txI cba to come up with usernamesOct 29 12:48
schestowitzI know your username nowOct 29 12:49
vZS1aHdksSQKx2txSo `openssl rand -base64 n` it is. :') Oct 29 12:49
schestowitzmaybe your password if bobOct 29 12:49
schestowitzvZS1aHdksSQKx2tx; bobOct 29 12:49
schestowitz"you're doing it wrong, bob!!" :-)Oct 29 12:49
vZS1aHdksSQKx2txD:  I've been found outOct 29 12:49
schestowitzlike fingerprints being basically a password anyone can see and you cannpot changeOct 29 12:49
schestowitz(well, you can, but it's expensive and physically painful)Oct 29 12:50
schestowitzwow, this planet's rss feeds goes back to 2018Oct 29 12:50
schestowitzlike some abandoned blogs' :-)Oct 29 12:51
vZS1aHdksSQKx2txThey're very small and don't have much to work withOct 29 12:51
vZS1aHdksSQKx2txLeave them aloneOct 29 12:51
schestowitzI saw some sites whose rss feed is an exhaustive list of everythingOct 29 12:51
schestowitzuntil it's like a megabyte download each timeOct 29 12:51
schestowitzthey use shit cms and shitty developers "add" a so-called "feed" for themOct 29 12:51
vZS1aHdksSQKx2txI think the right way is to archive old RSS Oct 29 12:52
schestowitzSELECT URL from TABLE where ... nothingOct 29 12:52
vZS1aHdksSQKx2txAnd then just plug a magnet link to a torrent for the archive in a new RSSOct 29 12:52
vZS1aHdksSQKx2txRSS post*Oct 29 12:52
schestowitzdrm https://www.hollywoodreporter.com/news/soumya-sriraman-to-lead-channels-business-at-amazon-prime-videoOct 29 12:59
-TechrightsBot-tr/#techrights-www.hollywoodreporter.com | Soumya Sriraman to Lead Channels Business at Amazon Prime Video | Hollywood ReporterOct 29 12:59
-viera/#techrights-Tux Machines: Proprietary Software and Microsoft Security Problems • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143780 [https://pleroma.site/objects/51feccca-00c5-4c4a-9a04-79c0f4c618f7]Oct 29 13:02
vZS1aHdksSQKx2txDRM is a great way to get young people to hate youOct 29 13:02
vZS1aHdksSQKx2txSo I welcome them to use more DRM!Oct 29 13:02
schestowitzapparently many people fall fro that scamOct 29 13:02
vZS1aHdksSQKx2txIt pushes more people to torrentsOct 29 13:02
vZS1aHdksSQKx2txWhich is a win in my bookOct 29 13:03
vZS1aHdksSQKx2txThe only way to save the internet is to get it back to being decentralisedOct 29 13:06
thddxgo geminiOct 29 13:06
vZS1aHdksSQKx2txGemini?Oct 29 13:07
thddxbasically encrypted gopherOct 29 13:07
thddxsimple enough for folks to easily host their presence on a pi or similar sbcOct 29 13:07
thddxand support for mime types so can theoretically support better file handling than gopherOct 29 13:08
vZS1aHdksSQKx2txI'll give it a look, thanks.Oct 29 13:08
schestowitzI heard of it, but wonder how many users it hasOct 29 13:09
schestowitzand also how many decent sites support itOct 29 13:10
schestowitz"The Internet? We are not interested in it." -Bill Gates, 1993Oct 29 13:10
thddxhaha. a visionaryOct 29 13:10
schestowitzmaybe we can work around the centralised and monopolised webOct 29 13:10
schestowitzthddx: covidheadOct 29 13:10
vZS1aHdksSQKx2txI feel like Roy has Tmux macros for Bill Gates quotes. lolOct 29 13:10
schestowitzthey saw he "foresaw" a pandemicOct 29 13:11
schestowitzlike... there was never a pandemic before :-) :0)Oct 29 13:11
schestowitzI foresee a warOct 29 13:11
schestowitztrust me, man...Oct 29 13:11
schestowitzthere will be a war... "soon"Oct 29 13:11
schestowitzsop buy weaponsOct 29 13:12
schestowitz*soOct 29 13:12
thddxanyone that pays attention to the present and has half-decent information looks like a soothsayer in this environmentOct 29 13:13
vZS1aHdksSQKx2txDon't worryOct 29 13:13
vZS1aHdksSQKx2txJust give him your private keysOct 29 13:13
vZS1aHdksSQKx2txYou don't need end-to-end encryptionOct 29 13:13
vZS1aHdksSQKx2txYou did nothing wrongOct 29 13:13
vZS1aHdksSQKx2txYou have nothing to hideOct 29 13:13
thddx"nothing to hide". amazing how well that messaging worksOct 29 13:14
schestowitztechrights.org/2020/08/14/control-but-no-accountability/Oct 29 13:14
schestowitzvZS1aHdksSQKx2tx: he already asks for thatOct 29 13:14
vZS1aHdksSQKx2txI knowOct 29 13:14
schestowitzhttp://techrights.org/2020/08/14/control-but-no-accountability/Oct 29 13:14
-TechrightsBot-tr/#techrights-techrights.org | High-Level Criminals Associate Privacy With Crime Because They Want Privacy Only for Themselves (Control But No Accountability) | TechrightsOct 29 13:14
schestowitzfirefox being shitOct 29 13:14
schestowitzafter the "upgrade"Oct 29 13:14
schestowitzcannot even properly copy-paste links from itOct 29 13:14
schestowitzit "helps" me... after copying Google 'removing' the protocol to 'help' usersOct 29 13:15
vZS1aHdksSQKx2txMozilla management probably handicapping all the good engineersOct 29 13:15
vZS1aHdksSQKx2txPutting their gophers and rustaceans in controlOct 29 13:15
schestowitzjust ignore the http/3, google rebrandedOct 29 13:15
schestowitzMozilla Board now has MicrosoftersOct 29 13:16
thddxyeah, protocol obfuscation angered meOct 29 13:16
schestowitzThey once put a microsofter in charge of security at MozillaOct 29 13:16
vZS1aHdksSQKx2txBut guysOct 29 13:16
vZS1aHdksSQKx2txIt's okayOct 29 13:16
schestowitzand she then used her mozilla hat to praise Microsoft for secueityOct 29 13:16
vZS1aHdksSQKx2txTheir standard libraries can totally scrape your host dataOct 29 13:16
schestowitza very NSA-approved message, rest assuredOct 29 13:16
vZS1aHdksSQKx2txAnd send it in the HTTP headersOct 29 13:16
vZS1aHdksSQKx2txThat's why I advocate container usage as well. There's a lot of data mining built into their core libraries.Oct 29 13:17
thddxone time, i was walking through NYCOct 29 13:17
vZS1aHdksSQKx2txContainers are a nice way to avoid thatOct 29 13:17
thddxand a bum dude commented, "nice shirt"Oct 29 13:17
thddxi had a shirt on that said "Byte Back!"Oct 29 13:18
thddxdon't know if you guys know the reference, but it's to Moonlight MazeOct 29 13:18
schestowitzdid  he?Oct 29 13:18
schestowitzdid he byte back?Oct 29 13:18
vZS1aHdksSQKx2txNot aware of Moonlight Maze, sorry.Oct 29 13:18
thddxi've often wondered if that guy was a jaded old tech guyOct 29 13:18
thddxthat just gave upOct 29 13:18
schestowitz"will code html for food"Oct 29 13:19
schestowitzand variants of itOct 29 13:19
schestowitzyou respond, BUT...Oct 29 13:19
schestowitzwill you "CODE CLOUD"?Oct 29 13:19
schestowitzhe goes, wah?Oct 29 13:19
schestowitzthe cloudOct 29 13:19
thddxmoonlight maze was a gov't project to find the source of russian hacking attempts in the late 90sOct 29 13:19
schestowitz"never heard of it"Oct 29 13:19
schestowitz"ahh... server"Oct 29 13:19
vZS1aHdksSQKx2txA little security tip from meOct 29 13:19
MinceR29 130635 < schestowitz> MinceR might know moreOct 29 13:20
vZS1aHdksSQKx2txTry out the standard HTTP libraries and send an HTTP GET or POST messageOct 29 13:20
MinceR"hacker" news seems to be full of cancerd fansOct 29 13:20
vZS1aHdksSQKx2txHave a look at the headers that are going outOct 29 13:20
schestowitzMinceR: caca newsOct 29 13:20
schestowitzcorporations are hackersOct 29 13:20
vZS1aHdksSQKx2txYou'll quickly find out which languages support data mining that wayOct 29 13:20
schestowitzibm is "SJW"Oct 29 13:20
schestowitz(when writing press releases anyway)Oct 29 13:20
schestowitz(ignore their gov. contracts)Oct 29 13:21
vZS1aHdksSQKx2txI swear I saw a Docker directory in the official Git repoOct 29 13:23
vZS1aHdksSQKx2txWhere the hell did it goOct 29 13:23
vZS1aHdksSQKx2txLinux repoOct 29 13:23
MinceRhttp://n-gate.com/Oct 29 13:24
-TechrightsBot-tr/#techrights-n-gate.com. we can't both be right.Oct 29 13:24
-viera/#techrights-Tux Machines: The FSF Is Looking To Update Its High Priority Free Software Projects List • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143781 [https://pleroma.site/objects/97fa9d7c-4bb8-470f-9bb0-468ab4c36b9f]Oct 29 13:25
vZS1aHdksSQKx2txMinceR you got an RSS feed for n-gate?Oct 29 13:25
MinceRnoOct 29 13:25
vZS1aHdksSQKx2tx:(Oct 29 13:25
schestowitzsounds like a racist incidentOct 29 13:25
MinceRlong ago, there was a site that could produce an RSS feed for just about anything, but i forgot what it was calleOct 29 13:25
MinceRdOct 29 13:25
vZS1aHdksSQKx2txI would be interested, if you ever decide to implement itOct 29 13:26
schestowitzas in "Trump was able to dodge the election results.... until n-gate"Oct 29 13:26
schestowitzhttps://www.nytimes.com/2020/10/26/us/politics/kushner-black-racist-stereotype.htmlOct 29 13:27
-TechrightsBot-tr/#techrights-www.nytimes.com | Kushner, Employing Racist Stereotype, Questions if Black Americans ‘Want to Be Successful’ - The New York TimesOct 29 13:27
schestowitzwtfOct 29 13:27
schestowitzus is f'edOct 29 13:27
schestowitzit's run by the 'klan'Oct 29 13:27
schestowitzsans the robesOct 29 13:28
MinceRhttps://i.imgur.com/Wclj3ac.jpgOct 29 13:29
*tr_guest|15762 (26847a8b@gateway/web/cgi-irc/kiwiirc.com/ip.38.132.122.139) has joined #techrightsOct 29 13:30
schestowitzhehOct 29 13:30
schestowitzHunter TrumpOct 29 13:31
tr_guest|15762https://dredesherbalhome.weebly.comOct 29 13:31
-TechrightsBot-tr/#techrights-dredesherbalhome.weebly.com | HOLISTIC HEALTH BLOG - HomeOct 29 13:31
schestowitzhunting elephants and almost-extinct cheetahsOct 29 13:31
*tr_guest|15762 has quit (Client Quit)Oct 29 13:31
schestowitztr_guest|15762: is that laxative?Oct 29 13:31
schestowitzwow, irc spamOct 29 13:31
schestowitzdidn't expect that to come from appletsOct 29 13:32
schestowitz(don't click)Oct 29 13:32
-viera/#techrights-Tux Machines: #Programming Leftovers • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143782 [https://pleroma.site/objects/4750441c-858e-4ba4-956f-538c226c0d51]Oct 29 13:34
vZS1aHdksSQKx2txsorryOct 29 13:36
vZS1aHdksSQKx2txI've been busy digging through the gold in n-gate lolOct 29 13:36
vZS1aHdksSQKx2txAWS with the theftOct 29 13:36
vZS1aHdksSQKx2txNiceOct 29 13:36
schestowitzhttp://schestowitz.com/Weblog/archives/2015/06/28/aws-ddos/Oct 29 13:37
-TechrightsBot-tr/#techrights-schestowitz.com » Blog Archive » Amazon AWS Used for DDOS Attacks Against My Web Sites, Amazon Takes 14 Hours to Reply But Not Take Action (Updatedx5)Oct 29 13:37
vZS1aHdksSQKx2txTbf to Amazon, in that case, you can't really do muchOct 29 13:37
vZS1aHdksSQKx2txApart from shut down the account of the person responsibleOct 29 13:37
schestowitzthey could block outward trafficOct 29 13:38
schestowitzon that port/protocolOct 29 13:38
vZS1aHdksSQKx2txYeah. A firewall wouldn't take long to put in placeOct 29 13:38
schestowitzlots of stuff they could doOct 29 13:38
vZS1aHdksSQKx2txTheir lack of action is inexcusableOct 29 13:38
vZS1aHdksSQKx2txBut the potential for that kind of abuse is unavoidableOct 29 13:38
schestowitzleave them alone, small companyOct 29 13:39
schestowitzaws has no manpowerOct 29 13:39
vZS1aHdksSQKx2tx:') Oct 29 13:39
schestowitzor "manhour"Oct 29 13:39
schestowitztoo busy sending parcels and checking up on accounts whilst on lunch breaksOct 29 13:39
schestowitzwith spying bracelets onOct 29 13:39
schestowitzI remember when the slaves had those attached to the neckOct 29 13:39
schestowitzbezos has a hand fetishOct 29 13:40
schestowitzservers like ours are collateral damage to this MFerOct 29 13:40
-viera/#techrights-Tux Machines: Today’s 𝓣𝓾𝔁 𝓜𝓪𝓬𝓱𝓲𝓷𝓮𝓼 Leftovers • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143783 [https://pleroma.site/objects/4f56b95c-7714-4e6e-9aac-93c4df39ab2f]Oct 29 13:41
schestowitz"let them eat pcore bots"Oct 29 13:41
schestowitzit really pissed me off at the timeOct 29 13:42
schestowitzthis attack was hard to get aroundOct 29 13:42
schestowitzand my monitoring wasn't well suited to deal with itOct 29 13:43
schestowitzaws hardly gave a fuckOct 29 13:43
schestowitzand the updates there tell you how much time was wasted, when turtlehead bezos was cheating on his wife... with some no-brain boobjob of a personOct 29 13:43
schestowitztoo many plutocrats are like thatOct 29 13:44
schestowitzbill gates dying (he will in a decade or two, at most 3) won't help much, there's too many like himOct 29 13:44
schestowitzbezos now pretends to be some green 'activists'Oct 29 13:45
schestowitzthe corporations stole so much money from the treasury that it's slush funds for them to hijack  popular movementsOct 29 13:45
schestowitzwhile sniffing cocaine with their oil-distributing 'royals'Oct 29 13:45
schestowitzwho literally brutally murder journalists who hold them accountable with mere wordsOct 29 13:46
*psymin has quit (Quit: Leaving)Oct 29 13:46
schestowitz(side note: at some stage these cocaine-heads don't get a kick out of just beheading 'bad' women... they chop down journalists to small chunks and then cook them)Oct 29 13:47
schestowitz(in tandoori ovens)Oct 29 13:47
vZS1aHdksSQKx2txDon't forget your naan breadOct 29 13:47
schestowitzpick-up line: "I have 71 other virgins, you're the missing one"Oct 29 13:48
schestowitzpick-up line: "I have cooked and eaten 100 bad men... got pita?"Oct 29 13:48
schestowitzand those are the friends of the US oligarchsOct 29 13:48
schestowitzthey openly associate with themOct 29 13:48
vZS1aHdksSQKx2txNow don't go appropriating my curryOct 29 13:48
schestowitzthey owe trump a "Favour"Oct 29 13:48
schestowitzfor helping to cover this upOct 29 13:48
vZS1aHdksSQKx2txJust remembered I was supposed to write a Containerfile for Transmission todayOct 29 13:52
vZS1aHdksSQKx2txBetter get on to itOct 29 13:52
vZS1aHdksSQKx2tx#n-gate.com needs RSSOct 29 13:52
vZS1aHdksSQKx2txOh btw, do you guys do PGP public key exchanges here?Oct 29 13:55
schestowitzno, not in hereOct 29 14:03
schestowitzbut you don't assume forgery with some accountsOct 29 14:04
schestowitzfreenode isn't verified either for most accountsOct 29 14:04
vZS1aHdksSQKx2txI was meaning more as an alternative contact methodOct 29 14:04
vZS1aHdksSQKx2txAssuming people put a contact email in the PGP certOct 29 14:04
schestowitzto paste encrypted messages in IRC would be unprecedented I thinkOct 29 14:05
schestowitzirc as transport layer for scrambled messagesOct 29 14:05
vZS1aHdksSQKx2txBy here, I meant techrightsOct 29 14:05
vZS1aHdksSQKx2txNot the IRCOct 29 14:05
vZS1aHdksSQKx2txShould have clarifiedOct 29 14:05
schestowitzahOct 29 14:06
schestowitzsome people do in social control mediaOct 29 14:06
vZS1aHdksSQKx2txI don't have social control mediaOct 29 14:06
schestowitzwith the "platform" having the keys and running code remotely on the client side (JS)Oct 29 14:06
schestowitznobody has social control mediaOct 29 14:06
schestowitzwell, Zuck hasOct 29 14:06
schestowitz"dumb fucks" -MZOct 29 14:07
schestowitzthe lemmings are just "useds"Oct 29 14:07
schestowitzthey own not even what they postOct 29 14:07
schestowitzthey are just "content" "generators"Oct 29 14:07
schestowitzsometimes MZ even experiments on themOct 29 14:07
schestowitzby forging things using their nameOct 29 14:07
schestowitzto assess impact on groupthink/emotionOct 29 14:07
schestowitzelection next weekOct 29 14:07
schestowitzzuck will appease the winnerOct 29 14:08
vZS1aHdksSQKx2txDon't really follow Mr Robot muchOct 29 14:08
schestowitzhttps://www.nbcnews.com/tech/tech-news/zuckerberg-demolish-30m-real-estate-keep-things-private-n580216Oct 29 14:10
-TechrightsBot-tr/#techrights-www.nbcnews.com | Zuckerberg to Demolish $30M in Real Estate to Keep Things PrivateOct 29 14:10
*psymin (~psymin@fsf/member/psymin) has joined #techrightsOct 29 14:12
MinceRthere are scripts and plugins for end-to-end encryption over IRCOct 29 14:17
MinceRblowssi, for exampleOct 29 14:17
schestowitzas in blowfish?Oct 29 14:19
schestowitzbtw, did openbsd choose that over the crypto algo?Oct 29 14:19
schestowitzor does the use predate both?Oct 29 14:19
schestowitzbecause of the thorny nature?Oct 29 14:19
MinceR(audio:important) https://www.youtube.com/watch?v=TIfNIWn2Ad4Oct 29 14:20
-TechrightsBot-tr/#techrights-Windows’ Hidden Self Destruct Code | Nostalgia Nerd - YouTubeOct 29 14:20
-viera/#techrights-Tux Machines: Links 29/10/2020: Istio 1.6.13, Krita 4.4.1 and PyPI Key-Signing Ceremony • 🆃🅴🅲🅷🆁🅸🅶🅷🆃🆂 ☞ http://techrights.org/2020/10/29/pypi-key-signing-ceremony/ [https://pleroma.site/objects/50c62d27-a5ab-4c0b-9e4f-a5a016ab3373]Oct 29 14:20
MinceRiirc it can use blowfishOct 29 14:20
vZS1aHdksSQKx2txI just follow along with GnuPG's decision of using AES for symmetric stuffOct 29 14:28
schestowitzI don't follow ciphers closelyOct 29 14:31
schestowitzis that a notorious one?Oct 29 14:31
schestowitzgood news is, with Daily Links done for now, I can now resume doing some articlesOct 29 14:31
schestowitzbut...Oct 29 14:31
schestowitzI'll be brutally honestOct 29 14:32
schestowitzI have not been writing down topics latelyOct 29 14:32
schestowitzso could use ideas of things to coverOct 29 14:32
vZS1aHdksSQKx2txYou use GPGOct 29 14:32
schestowitzRMS asked me to consider doing some primers re LF, OSI...Oct 29 14:32
schestowitzvZS1aHdksSQKx2tx: since 2003Oct 29 14:32
*tdemin has quit (Remote host closed the connection)Oct 29 14:32
vZS1aHdksSQKx2txDo uhOct 29 14:32
schestowitzbut I am not an internals gurus when it comes to itOct 29 14:32
vZS1aHdksSQKx2tx`gpg --version`Oct 29 14:32
vZS1aHdksSQKx2txYou'll see the stuff you got to work withOct 29 14:32
vZS1aHdksSQKx2txThen uhOct 29 14:33
*tdemin (~tdemin@2a03:1ac0:6dc3:9367::2) has joined #techrightsOct 29 14:33
schestowitzSupported algorithms:Oct 29 14:33
schestowitzPubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSAOct 29 14:33
schestowitzCipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,Oct 29 14:33
schestowitz        CAMELLIA128, CAMELLIA192, CAMELLIA256Oct 29 14:33
schestowitzHash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224Oct 29 14:33
schestowitzTWOFISHOct 29 14:33
schestowitzlolOct 29 14:33
vZS1aHdksSQKx2txThere you goOct 29 14:33
vZS1aHdksSQKx2txThen uhOct 29 14:33
schestowitzalmost same as the company's name... the one EPO sent to threaten me with litigationOct 29 14:33
schestowitzI DEA :-)Oct 29 14:34
schestowitzgood for getting caught for drugs possessionOct 29 14:34
vZS1aHdksSQKx2tx`gpg --default-key KEYID --export KEYID | pgpdump | less`Oct 29 14:34
schestowitz"oh shit, I AM DEAD, DEA at my do' "Oct 29 14:34
schestowitzvZS1aHdksSQKx2tx: nothing thereOct 29 14:35
MinceRblowssi is compatible with mircryption and fish, apparently all of those use blowfishOct 29 14:35
schestowitzWARNING: nothing exportedOct 29 14:35
vZS1aHdksSQKx2txReplace KEYID with your keyOct 29 14:35
schestowitzah, I was not thinkingOct 29 14:38
vZS1aHdksSQKx2txYou should have an easy way to look at the parameters that were used when generating your master key and subkeysOct 29 14:38
vZS1aHdksSQKx2txWith thatOct 29 14:38
vZS1aHdksSQKx2txNpOct 29 14:38
schestowitz gpg -k | wcOct 29 14:39
schestowitz    492    1848   20776Oct 29 14:39
schestowitzdidn't know I amassed that many keysOct 29 14:39
vZS1aHdksSQKx2txIt happensOct 29 14:39
schestowitz gpg -k | grep sches | wcOct 29 14:40
schestowitz      8      41     560Oct 29 14:40
vZS1aHdksSQKx2txMy key probably in there. Not long ago that you got my emails. lolOct 29 14:40
vZS1aHdksSQKx2txI'm a bit miffed that none of my OpenPGP cards can store ECC keys.Oct 29 14:41
schestowitzah, I think I see youOct 29 14:42
schestowitzwith gmail aliasOct 29 14:42
vZS1aHdksSQKx2txThat's the oneOct 29 14:42
schestowitznothing says encryption e2e (you2pentagon) like GoogleOct 29 14:42
vZS1aHdksSQKx2txI would like to see them get a hold of my key lolOct 29 14:42
schestowitzI have one associate who dumped gmail 2 years agoOct 29 14:43
schestowitzdidn't trust gmail even with pop3/imap and pgpOct 29 14:43
vZS1aHdksSQKx2txI have accounts with all the big providersOct 29 14:43
vZS1aHdksSQKx2txI need to keep up with their malarkeyOct 29 14:43
schestowitzlolOct 29 14:43
schestowitzuid           [ unknown] Jonathan Carter <jcc@debian.org>Oct 29 14:43
schestowitzsub   rsa4096 2011-05-02 [E] [expires: 2031-04-27]Oct 29 14:43
schestowitz2031Oct 29 14:43
vZS1aHdksSQKx2txPaid accounts, mind youOct 29 14:43
schestowitzwill he even live that long?Oct 29 14:43
vZS1aHdksSQKx2txHow old is he?Oct 29 14:44
schestowitzhe's my age iircOct 29 14:44
schestowitzbut 20 years for a key?Oct 29 14:44
schestowitzcome on..Oct 29 14:44
vZS1aHdksSQKx2txMaybe it has a lot of signaturesOct 29 14:44
schestowitz Zoe Kooyman <zoe@fsf.org> 2024Oct 29 14:45
vZS1aHdksSQKx2txI know someone that has a GPG key from the 90sOct 29 14:45
schestowitz gpg -k  | grep -B 2  2024 | tail -n2Oct 29 14:45
schestowitzuid           [ unknown] Zoe Kooyman <zoe@fsf.org>Oct 29 14:45
schestowitzsub   rsa4096 2019-03-18 [E] [expires: 2024-03-16]Oct 29 14:45
schestowitzone is 2025Oct 29 14:46
schestowitzsomeone from canada, a client of oursOct 29 14:46
schestowitzuid           [ unknown] Annie Machon <annie@anniemachon.ch>Oct 29 14:46
schestowitzsub   rsa4096 2017-12-21 [E] [expires: 2027-12-19]Oct 29 14:46
schestowitzyou know her for sureOct 29 14:46
schestowitzwe wanted to meet her here a few years ago, but her public talk was called offOct 29 14:46
vZS1aHdksSQKx2txA bitOct 29 14:47
schestowitzher blog is no longer active and all those RT interviews did not age wellOct 29 14:47
vZS1aHdksSQKx2txI don't really keep up with the news muchOct 29 14:47
schestowitzwith the bad atmosphere and growing sanctionsOct 29 14:47
vZS1aHdksSQKx2txI've got projects that need doingOct 29 14:47
schestowitzpgp sign for another 7 years, seems rather longOct 29 14:47
schestowitziirc, her dad was in the royal air forceOct 29 14:48
vZS1aHdksSQKx2txIf you have your Certification key offlineOct 29 14:48
vZS1aHdksSQKx2txYou can keep using that indefinitelyOct 29 14:48
vZS1aHdksSQKx2txThat's what I doOct 29 14:48
vZS1aHdksSQKx2txI have a Dot Matrix backup of my certification keyOct 29 14:48
*tdemin has quit (Remote host closed the connection)Oct 29 14:48
vZS1aHdksSQKx2txSo I can just scan that and import itOct 29 14:49
*tdemin (~tdemin@2a03:1ac0:6dc3:9367::2) has joined #techrightsOct 29 14:49
-viera/#techrights-Tux Machines: Fedora 33: This new Linux distribution is designed to ‘just work’ http://www.tuxmachines.org/node/143702#comment-26934 [https://pleroma.site/objects/b3e0bdbb-6ea2-471c-907a-22fbfdb6d63b]Oct 29 14:49
vZS1aHdksSQKx2txThat's the [C] attribute keyOct 29 14:49
vZS1aHdksSQKx2tx"master" AKAOct 29 14:49
vZS1aHdksSQKx2txThe one I'm using right now isn't the nicest layout. It has [SC], [E], and [A] keys. But that's because that's the best I could fit into my OpenPGP cardOct 29 14:50
-viera/#techrights-Tux Machines: Stable Kernels: 5.9.2, 5.8.17, 5.4.73, 4.19.153, 4.14.203, 4.9.241 and 4.4.241 • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143784 [https://pleroma.site/objects/38dfec26-0809-4919-8429-eb839ec79fb4]Oct 29 14:50
vZS1aHdksSQKx2txYou can only have 3 keys on OpenPGP card v3.3Oct 29 14:51
vZS1aHdksSQKx2txAnd RSAOct 29 14:51
vZS1aHdksSQKx2txNo ECCOct 29 14:51
vZS1aHdksSQKx2txIdk what on earth they're doing taking so long to get an ECC card up and runningOct 29 14:51
vZS1aHdksSQKx2txIdeally, you want:Oct 29 14:52
vZS1aHdksSQKx2tx[C] Oct 29 14:52
vZS1aHdksSQKx2tx[S]Oct 29 14:52
vZS1aHdksSQKx2tx[E]Oct 29 14:52
vZS1aHdksSQKx2tx[A]Oct 29 14:52
vZS1aHdksSQKx2tx[C] stays offlineOct 29 14:52
vZS1aHdksSQKx2txEDDSA curve 25519Oct 29 14:52
vZS1aHdksSQKx2txOpenSSH supports EDDSA as well. Has for a while.Oct 29 14:53
vZS1aHdksSQKx2txI don't know if GitHub still doesn't support ECC public keys.Oct 29 14:54
vZS1aHdksSQKx2txThey didn't, the last time I checked.Oct 29 14:54
vZS1aHdksSQKx2txAbout a year agoOct 29 14:54
vZS1aHdksSQKx2txOr was it paid accounts onlyOct 29 14:54
vZS1aHdksSQKx2txI don't rememberOct 29 14:54
vZS1aHdksSQKx2txYou'll need to use `gpg --expert --generate-keys` to unlock the ECC stuff.Oct 29 14:55
schestowitz[14:54] <vZS1aHdksSQKx2tx> Or was it paid accounts onlyOct 29 14:56
schestowitzwhy would anyone PAY Microsoft to OWN their project?Oct 29 14:56
schestowitzThe product is the devOct 29 14:57
schestowitz(and its/their project/s)Oct 29 14:57
vZS1aHdksSQKx2txGoodness knowsOct 29 14:57
schestowitzenough idiots out thereOct 29 14:57
schestowitzpaying Microsoft to "sponsor" projectOct 29 14:57
schestowitzalways trust billG with moneyOct 29 14:57
schestowitzhis friend said he "had a nose for money"Oct 29 14:57
schestowitzsooner or later they'll be paypal-like copOct 29 14:57
schestowitzdeciding which projects to defund, the prelude being youtube-dlOct 29 14:58
schestowitzpaypal defunded xorg at one pointOct 29 14:58
vZS1aHdksSQKx2txChristOct 29 14:58
vZS1aHdksSQKx2txDo you have a printer at home?Oct 29 14:59
vZS1aHdksSQKx2tx+ scannerOct 29 14:59
schestowitzyesOct 29 15:01
schestowitzfor labels, rianne uses them Oct 29 15:01
vZS1aHdksSQKx2txYou should make a paper backup of your keys with dmtxOct 29 15:01
schestowitzthose cartridges you get (black only) for like 2 quid on ebayOct 29 15:01
schestowitzi have those on external drivesOct 29 15:02
schestowitzhouse fire would not ruin them either, as one drive is 'remote'Oct 29 15:02
schestowitzprinting things doesn't make it more secure unless you put the paper somewhere wiseOct 29 15:02
schestowitzpirvate keys you don't want to write down and pass aroundOct 29 15:03
vZS1aHdksSQKx2txI don't have any keys on disk or an a system that isn't airgappedOct 29 15:03
vZS1aHdksSQKx2txor smartcardOct 29 15:04
vZS1aHdksSQKx2txI prefer paper out of all the mediums because it's the easiest to keep safeOct 29 15:04
vZS1aHdksSQKx2txThree letter agencies can extract data from silicone so smartcards aren't really bulletproofOct 29 15:05
schestowitzbut then your private key on disk is not safe eitherOct 29 15:05
vZS1aHdksSQKx2txI don't have any private keys on diskOct 29 15:06
vZS1aHdksSQKx2txApart form one airgapped systemOct 29 15:06
schestowitzthere's also speculation about debian and five eyesOct 29 15:06
schestowitznot a new concernOct 29 15:06
schestowitzand reproducible builds are in hands I don't trustOct 29 15:06
schestowitzlamb etc.Oct 29 15:06
schestowitzoxbridge mafiaOct 29 15:06
schestowitzwith OSI/Microsoft linksOct 29 15:06
vZS1aHdksSQKx2txPeople should archive more stuff on paperOct 29 15:06
vZS1aHdksSQKx2txIt's way more secure than most thinkOct 29 15:07
schestowitzhttp://techrights.org/2020/10/26/jonathan-wiltshire-gchq-theory/Oct 29 15:07
-TechrightsBot-tr/#techrights-techrights.org | Jonathan Wiltshire and Debian, Falsified Harassment Claims, Tiger Computing and GCHQ | TechrightsOct 29 15:07
schestowitzvZS1aHdksSQKx2tx: not secure with a no-knock raidOct 29 15:07
schestowitzlauri love had the special units disguised as courier with parcelOct 29 15:07
schestowitzso they bypassed his encryption while it was still 'hot'Oct 29 15:07
vZS1aHdksSQKx2txI'm talking about civilian grade hereOct 29 15:08
schestowitzwhen you live  a dictatorship nothing is safe, physical or digitalOct 29 15:08
vZS1aHdksSQKx2txFor the average computer user they are much safer storing things printed than on diskOct 29 15:08
schestowitzif they can't get you digitally, they kidnap youOct 29 15:08
schestowitzthey sent Assange's laptop to the US GovernmentOct 29 15:08
schestowitzand they kidnapped him in transit, in the hallway/receptionOct 29 15:08
schestowitzhe didn't have time to handcuff himself to his room as he planned for contingencyOct 29 15:09
schestowitzthey even did some practice runs with cops  days/weeks prior it would seemOct 29 15:09
schestowitzthe best security you have it networkingOct 29 15:09
vZS1aHdksSQKx2txI don't think we have any wikileaks-level operations going on here lolOct 29 15:10
schestowitzso it's hard to take down one person at a timeOct 29 15:10
schestowitzand the structure of the org is not clearOct 29 15:10
schestowitzlike who controls/accesses what exactlyOct 29 15:10
schestowitzno, not wikileaksOct 29 15:10
schestowitzI was making an example using edge caseOct 29 15:10
*inky has quit (Remote host closed the connection)Oct 29 15:10
schestowitzor "extreme" cadeOct 29 15:10
schestowitz*caseOct 29 15:10
schestowitzwikileaks had years to prepareOct 29 15:11
*inky (~norayr@5.77.129.204) has joined #techrightsOct 29 15:11
schestowitzthe site is still online, but no more publicationsOct 29 15:11
schestowitzthey removed several peopleOct 29 15:11
schestowitzioerror was also removed from debianOct 29 15:11
schestowitzso now it is a bunch of spineless peopleOct 29 15:11
vZS1aHdksSQKx2txOthers will step inOct 29 15:12
vZS1aHdksSQKx2txOnly hurting the project in the long runOct 29 15:12
schestowitzmjg59 would tell us tthat talking about this is "defending rape"Oct 29 15:12
schestowitzvZS1aHdksSQKx2tx: they oust others who challenge on those issuesOct 29 15:12
schestowitzlike Pocock when he mentioned Google moneyOct 29 15:12
vZS1aHdksSQKx2txI meant as in other projectsOct 29 15:12
schestowitzmjg59 gets a salary from Google nowOct 29 15:12
schestowitzso serves him well to paint Pocock as rape apologistOct 29 15:13
schestowitzfor merely showing proof that Debian defamed ioerrorOct 29 15:13
*inky has quit (Read error: Connection reset by peer)Oct 29 15:13
schestowitzvZS1aHdksSQKx2tx: what projects?Oct 29 15:13
schestowitzThe Fedora "community"?Oct 29 15:13
schestowitzthe "IBM-sponsored" "project"?Oct 29 15:13
schestowitzit's also IBM-ledOct 29 15:14
schestowitztheir employeesOct 29 15:14
vZS1aHdksSQKx2txI wonder why the Tor project chose Debian for Tails if all this cozying up to surveillance agencies is going onOct 29 15:14
schestowitzcommunity is being redefinedOct 29 15:14
schestowitzred hat is open orgOct 29 15:14
schestowitzibm is 'community'Oct 29 15:14
schestowitzso these terms we used to use are meaninglessOct 29 15:14
schestowitzsystemd is "free software"Oct 29 15:14
vZS1aHdksSQKx2txNot really. It's just hijackingOct 29 15:14
vZS1aHdksSQKx2txLike the word hacker got hijackedOct 29 15:14
*inky (~norayr@37.252.67.70) has joined #techrightsOct 29 15:14
schestowitztor itself is regarded by many as compromisedOct 29 15:15
schestowitzthe people-based opticsOct 29 15:15
schestowitzfunny how stubborn people re privacy always end up being "sex offenders"Oct 29 15:15
vZS1aHdksSQKx2txSomething that really raised my eyebrows is the level of security theater involved in trying to verify the integrity of a Tails ISOOct 29 15:15
schestowitzit's too largeOct 29 15:16
vZS1aHdksSQKx2txJust wait a secOct 29 15:16
vZS1aHdksSQKx2txSo they make you download loads of keysOct 29 15:16
vZS1aHdksSQKx2txAnd then check their signatureOct 29 15:16
vZS1aHdksSQKx2txYou could just run a hash function on the ISOOct 29 15:16
vZS1aHdksSQKx2txJob doneOct 29 15:16
schestowitzoh, btwOct 29 15:16
vZS1aHdksSQKx2txNo need to GPG malarkeyOct 29 15:16
schestowitzguess where debian does its devOct 29 15:16
schestowitzgoogle computeOct 29 15:16
schestowitzafter taking loads of money from googleOct 29 15:16
schestowitzso.... take it from there... I think "Salsa" server is also Google-owned/controlledOct 29 15:17
schestowitzisn't tails partly on shithub?Oct 29 15:17
vZS1aHdksSQKx2txI think soOct 29 15:18
smnthermeshttps://nitter.snopyta.org/SalahAlhayat/status/1272118353948299264#mOct 29 15:18
-TechrightsBot-tr/#techrights-nitter.snopyta.org | mohamed salah (@SalahAlhayat): "كل شخص حر ان يعيش حياته كما يشاء طالما لا يضر الآخرين... لكن المنصب العام يفرض قيودا علي صاحبه ... اذا صح ان الفيديو لتيدروس أدهانوم غيبريسوس رئيس منظمة الصحة العالمية وهو يمارس حريته .. فالمشهده، حتي لو قديم ، يبرر Oct 29 15:18
smnthermesLmao, the guy believed the memeOct 29 15:18
smnthermesTranslation:Oct 29 15:18
smnthermes"Every person is free to live his life as he wants as long as he does not harm others ...Oct 29 15:18
smnthermesBut the public office imposes restrictions on its owner ...Oct 29 15:18
smnthermesIf it is true, the video is of Tedros Adhanom Ghebreyesus, President of the World Health Organization, while he is exercising his freedom ..Oct 29 15:18
smnthermesThe scene, even if it is old, justifies the poor performance of the organization and the inconsistency in the words and statements of its president."Oct 29 15:18
schestowitzsmnthermes: he's nice but not too brightOct 29 15:19
vZS1aHdksSQKx2txTor has lately been pouring a lot of money into things that have nothing to do with securityOct 29 15:19
schestowitzgreat footballer, not a source of health newsOct 29 15:19
schestowitzcould just be mo mo almomoOct 29 15:19
schestowitzand you would not careOct 29 15:20
schestowitzshould stick to footballOct 29 15:20
vZS1aHdksSQKx2txThey overhauled their old documentation systemOct 29 15:20
vZS1aHdksSQKx2txWhich was perfectly fineOct 29 15:20
schestowitzoh waitOct 29 15:20
vZS1aHdksSQKx2txDid a huge UX updateOct 29 15:20
schestowitzit's another personOct 29 15:20
schestowitznot the footballerOct 29 15:20
schestowitzjust a very common nameOct 29 15:21
vZS1aHdksSQKx2txThey could have used that money to fund more mission-critical things like developmentOct 29 15:21
schestowitzthis one is an egyptian with 15,224 "followers"Oct 29 15:21
vZS1aHdksSQKx2txserver costsOct 29 15:21
schestowitznot the egyptian footballerOct 29 15:21
vZS1aHdksSQKx2txThe Liverpool striker?Oct 29 15:21
schestowitzanyway, covid fried many people's minds, they loom for "alternatives"Oct 29 15:22
schestowitz*lookOct 29 15:22
schestowitzvZS1aHdksSQKx2tx: no, i thought so at firstOct 29 15:22
schestowitzthis one is differentOct 29 15:22
schestowitzsmnthermes: there's no lack of BS re COVID onlibeOct 29 15:22
schestowitz3 days ago I decided to boycott all claims re COVID online, inc. the "news"Oct 29 15:23
schestowitzgot tired of clickbaiting and armchair 'experts'Oct 29 15:23
schestowitzesp. craig murrayOct 29 15:23
schestowitzwhen it started he suggested it was hardly worse than the fluOct 29 15:23
vZS1aHdksSQKx2txPeople that call themselves experts make me cringeOct 29 15:23
schestowitznow he promotes koch-styled "herd immunity"Oct 29 15:23
schestowitz"look! we're back to business, just ignore those millions of corpses around us and empty hospitals with staff that died and resigned in protest"Oct 29 15:24
schestowitzvZS1aHdksSQKx2tx: expert is the expert term for "very stable genius"Oct 29 15:24
schestowitzsame for "manager"Oct 29 15:24
schestowitzalmost every manager is managed by someoneOct 29 15:25
MinceRhttps://www.darthsanddroids.net/episodes/1744.htmlOct 29 15:25
-TechrightsBot-tr/#techrights-www.darthsanddroids.net | Darths & DroidsOct 29 15:25
schestowitzso you ask, "you manage WHO?{"Oct 29 15:25
schestowitzthey might manage just one personOct 29 15:25
schestowitzmanage a Poundland :-)Oct 29 15:25
schestowitz"more plastic on the shelves, lads, hurry up"Oct 29 15:25
schestowitzI intentionally lost track of COVID numbersOct 29 15:26
schestowitzand that make me 1) more productive and 2) happierOct 29 15:26
schestowitzStallmanWasRight  https://stallman.org/articles/dont-watch-covid-tv.htmlOct 29 15:26
-TechrightsBot-tr/#techrights-stallman.org | Don’t watch TV coverage of Covid-19!Oct 29 15:26
schestowitzfrom march/aprilOct 29 15:27
vZS1aHdksSQKx2txChief GNUisance has it rightOct 29 15:30
*CrystalMath (~coderain@reactos/developer/theflash) has joined #techrightsOct 29 15:32
MinceRhttps://www.darthsanddroids.net/episodes/1752.htmlOct 29 15:35
-TechrightsBot-tr/#techrights-www.darthsanddroids.net | Darths & DroidsOct 29 15:35
schestowitzok, nap time..Oct 29 15:41
MinceR(audio:important) https://www.youtube.com/watch?v=AF_nfazQaekOct 29 15:41
-TechrightsBot-tr/#techrights-Naptime! - YouTubeOct 29 15:41
XRevan86MinceR: poor catOct 29 15:44
MinceRindeedOct 29 15:44
MinceR(cat) https://hugelolcdn.com/i/698520.jpgOct 29 15:58
vZS1aHdksSQKx2txOne way to keep yourself warmOct 29 16:06
MinceR:>Oct 29 16:06
XRevan86https://youtu.be/WWByOcVR7mI niceOct 29 16:18
-TechrightsBot-tr/#techrights-THEY DID IT ON PURPOSE! - YouTubeOct 29 16:18
MinceR"Now you're doing it on purpose. How juvenile."Oct 29 16:20
*GNUmoon2 has quit (Ping timeout: 240 seconds)Oct 29 16:29
scientes_MinceR, nice etherOct 29 16:54
scientes_needs a "Fear and Loathing in Las Vegas" referenceOct 29 16:55
MinceR:>Oct 29 16:55
MinceRit's chloroform, thoughOct 29 16:55
scientes_well I said that before they said what it isOct 29 16:55
scientes_but ether would do that tooOct 29 16:55
MinceR:>Oct 29 16:55
*birkoff has quit (Changing host)Oct 29 16:55
*birkoff (birkoff@unaffiliated/birkoff) has joined #techrightsOct 29 16:55
*birkoff has quit (Changing host)Oct 29 16:55
*birkoff (birkoff@gateway/shell/ircnow/x-hemkiikoyloygwby) has joined #techrightsOct 29 16:55
scientes_ok, it got to the killing babies part......Oct 29 16:56
scientes_kinda done with this video...Oct 29 16:56
scientes_"I keep her in a show-box"Oct 29 16:56
MinceRshoeboxOct 29 16:58
scientes_<XRevan86> https://youtu.be/WWByOcVR7mI niceOct 29 16:58
scientes_those anti-features are expensiveOct 29 16:59
scientes_they did it because they feel that they are getting too good of a price on those (actually) quite good cameras that iPhones haveOct 29 16:59
scientes_that's the whole "shot on an iPhone" marketing stuffOct 29 16:59
scientes_which there is some truth tooOct 29 17:00
XRevan86I could annoy kaniini a bit more, but I think all has been said.Oct 29 17:00
scientes_but if you look at the "retina" displays, it always eventually gets beyond Apple (although high-resolution display prices went up over 2.5 years ago when the market was flooded (and I wonder if some of the facories were recently literally flooded.....they are having LCD display supply problems, but I think these were caused by lockdowns and not the flooding)Oct 29 17:01
MinceRapple likes to lie about their displays and other productsOct 29 17:01
vZS1aHdksSQKx2txI'm fine with my cheap ass chinese AndroidsOct 29 17:01
scientes_how do they lie about their displays?Oct 29 17:01
scientes_those things were pretty good, and as they were a big part of the development, for quite a few years they had exclusive contracts to but most of themOct 29 17:02
*XRevan86 is not fine with his cheap-ass Chinese Android.Oct 29 17:02
scientes_XRevan86, me tooOct 29 17:02
*XRevan86 can't decide on a replacement.Oct 29 17:02
scientes_my RedMi has a mod of android that has all sorts of problems, and the built-in apps have advertisements and are spywareOct 29 17:02
scientes_but the hardware is quite niceOct 29 17:03
XRevan86scientes_: A lot of Redmi's have LineageOS builds.Oct 29 17:03
scientes_...needs free software, like those great guys at Pine64 are doingOct 29 17:03
XRevan86I have a TCL piece of crap.Oct 29 17:03
scientes_XRevan86, LineageOS always only targets the "flagship" excessively expensive phonesOct 29 17:03
XRevan86scientes_: No, there are accessible Xiaomi's that have it.Oct 29 17:03
scientes_and it doesn't really do anything about the free software situation, so it doesn't really solve any problemsOct 29 17:03
XRevan86like Note 8/8TOct 29 17:03
scientes_XRevan86, Xiamo actually does follow GPL, but its just too much work for LineageOS to doOct 29 17:04
scientes_I did order a PinePhoneOct 29 17:04
XRevan86Xiaomi makes de-tivo-isation a big hassle. Still better than Huawei, I guess.Oct 29 17:04
MinceR29 180150 < scientes_> how do they lie about their displays?Oct 29 17:05
scientes_its just a really nice piece of hardware for $100Oct 29 17:05
scientes_like in the lineageos channel they laugh if you want a phone for $100Oct 29 17:05
MinceRfor example, they shat on 6bit displays and sold their own 6bit display claiming they were 8bitOct 29 17:05
scientes_but when smartphones first started out, they never went over $200Oct 29 17:05
scientes_and that was the best phonesOct 29 17:05
vZS1aHdksSQKx2txI used to own a lot of Huawei phonesOct 29 17:05
MinceRi have an LG phoneOct 29 17:05
vZS1aHdksSQKx2txBut then I tried out other companiesOct 29 17:05
scientes_its called First World ProblemsOct 29 17:05
MinceRi'm waiting for a pinephone that isn't branded with some cancerd-based POS' logo to be availableOct 29 17:06
vZS1aHdksSQKx2txOukitel are the ones I'm trying out right nowOct 29 17:06
scientes_but anyways, I said why Apple did that phone stupidityOct 29 17:06
vZS1aHdksSQKx2txBecause it's AppleOct 29 17:06
scientes_they think they are getting a better price than everybody else for their camera (which they are)Oct 29 17:06
scientes_*that camera stupidityOct 29 17:06
scientes_and they lost their King, Steve JobsOct 29 17:07
vZS1aHdksSQKx2txTry F-droid. The apps are way better than what you get on Google PlayOct 29 17:07
scientes_vZS1aHdksSQKx2tx, try turning on extended verification in your google account and then watch as you can no longer install f-droid appsOct 29 17:08
scientes_Google does not parade that feature aroundOct 29 17:08
vZS1aHdksSQKx2txInterestingOct 29 17:08
scientes_"feature"Oct 29 17:08
vZS1aHdksSQKx2txThanks for that one.Oct 29 17:09
scientes_MinceR, sexy pussy-catOct 29 17:09
MinceRhttps://www.madmagazine.com/blog/2015/10/12/one-evening-after-dinner-a-cartoon-by-tom-cheneyOct 29 17:09
-TechrightsBot-tr/#techrights-www.madmagazine.com | One Evening After Dinner: A Cartoon by Tom Cheney | Mad MagazineOct 29 17:09
mjg59schestowitz: I mean when you're criticising an organisation for criticising a rapist...Oct 29 17:10
XRevan86OS's for Pinephone at not there yet, the bugs are plentiful.Oct 29 17:11
XRevan86But it has a big community, so maybe it'll get there eventually.Oct 29 17:11
MinceRi could settle for being able to boot up, log in and run an ssh client with the touchscreen and connect over wifiOct 29 17:11
XRevan86and then it'll just be outdated %)Oct 29 17:11
MinceRwithout cancerdOct 29 17:11
XRevan86The camera isn't functioning, that's fine, but systemd – no deal.Oct 29 17:12
MinceRindeedOct 29 17:13
scientes_XRevan86, they posted a nice firefox layout patchOct 29 17:14
scientes_to make stock firefox desktop feel like mobile with some about:config changesOct 29 17:15
XRevan86https://linux.org.ru/images/19350/original.png yea, I saw a screenshotOct 29 17:15
scientes_and seriously, firefox is like half of what you want a smartphone forOct 29 17:15
scientes_after that, just a SIP client, and that probably already existsOct 29 17:15
scientes_and ZRTPOct 29 17:15
scientes_(even though I have no friends I can ZRTP with, and Jitsi is nice)Oct 29 17:16
*XRevan86 keeps waiting for Linphone to deliver on Android.Oct 29 17:16
scientes_yeah, we don't have free software of the push servicesOct 29 17:16
XRevan86So far it's a monster that I don't have enough RAM for.Oct 29 17:16
scientes_which make the battery life much betterOct 29 17:16
scientes_so i'm using a non-free client tooOct 29 17:16
scientes_CSIPSimple is the bestOct 29 17:16
XRevan86scientes_: Linphone kind of does that.Oct 29 17:16
scientes_but the real problem there is that Android is just a shit APIOct 29 17:16
scientes_and requires too much boiler plate, unless you are a huge app like OSMAndOct 29 17:17
XRevan86microG's FCM kicks Linphone, it starts up and then crashes, OOM'ing everything else :)Oct 29 17:17
scientes_XRevan86, yeah Linphone never worked for me, but CSipSimple didOct 29 17:17
scientes_although Google is always changing the rules, and I bet you can't even ship CSipSimple on the Google Play store anymore because its a old version of the API and they are always changing the rulesOct 29 17:18
scientes_basically, Android is a Pice of Fucking ShitOct 29 17:18
XRevan86I'm amazed at how simple and efficient Mumla is.Oct 29 17:18
XRevan86and not uglyOct 29 17:19
scientes_I'll install that Oct 29 17:19
scientes_(I am not discounting the various advances that needed to take place, and Android implemented expediently and got development rolling on)Oct 29 17:20
scientes_like wake-locksOct 29 17:20
XRevan86scientes_: Android is horrible, yea. It only looks good in comparison with iOS.Oct 29 17:21
scientes_you can't even use a fucking SD card with AndroidOct 29 17:22
XRevan86scientes_: That you can.Oct 29 17:22
scientes_no you can'tOct 29 17:22
scientes_I am always out of space even though I have a massive SD cardOct 29 17:22
XRevan86scientes_: Sure I can. Look at me go!Oct 29 17:22
scientes_because the software is shitOct 29 17:22
scientes_even though Linux can handle that complexity fineOct 29 17:22
scientes_its like WindowsOct 29 17:23
XRevan86scientes_: It no longer allows moving software to FAT32 cards. But you can make "hybrid storage" and use that.Oct 29 17:23
scientes_and then in the disk space viewer it thinks the internal storage is sdcard and the sdcard is internal storage, because they have switched it around so many times in the APIOct 29 17:23
scientes_that they get all confusedOct 29 17:23
scientes_XRevan86, its ext4Oct 29 17:23
vZS1aHdksSQKx2txI don't think most devs pay attention to the low-level APIOct 29 17:24
vZS1aHdksSQKx2txPeople only care about if their React or Flutter apps workOct 29 17:24
MinceRvold is shit and so it won't handle ext* filesystemsOct 29 17:24
MinceRbut it is willing to mount vfatOct 29 17:24
XRevan86scientes_: That sounds like something specific to your MIUIOct 29 17:24
scientes_XRevan86, nah, some apps can be moved to external storage, but most cannotOct 29 17:26
scientes_its stupid API designsOct 29 17:26
XRevan86scientes_: It's up to the application to allow or deny.Oct 29 17:26
scientes_but why?Oct 29 17:26
scientes_with Linux you can mount anything anywhereOct 29 17:26
XRevan86scientes_: So that you don't move WebView to the sdcard.Oct 29 17:27
XRevan86scientes_: You can actually override this with EdXposed if you want :).Oct 29 17:27
vZS1aHdksSQKx2txHow do they isolate apps these days on Android?Oct 29 17:27
vZS1aHdksSQKx2txDo they use namespaces?Oct 29 17:27
MinceRoriginally it was just unix user permissionsOct 29 17:28
MinceRone user per applicationOct 29 17:28
*inky has quit (Remote host closed the connection)Oct 29 17:28
MinceRthen they added multiuser support to android and started using mountspaces, which fucked everything upOct 29 17:28
vZS1aHdksSQKx2txAhOct 29 17:28
*inky (~norayr@37.252.67.70) has joined #techrightsOct 29 17:28
MinceReven if you have root, it's a total pain in the ass to mount anything manuallyOct 29 17:28
vZS1aHdksSQKx2txYeah because you'd need to do all the namespace handling by handOct 29 17:29
scientes_its SELinuxOct 29 17:29
scientes_which makes it incomprehensive to those that don't know how it works.......sighOct 29 17:29
vZS1aHdksSQKx2txWhich is just about every mobile app devOct 29 17:29
vZS1aHdksSQKx2txDo the apps have their own network namespace as well?Oct 29 17:31
MinceRdunnoOct 29 17:38
scientes_vZS1aHdksSQKx2tx, noOct 29 17:40
scientes_at least termux is not in a network namespaceOct 29 17:40
vZS1aHdksSQKx2txInterestingOct 29 17:40
MinceRmaybe if your application doesn't ask for networking permissionOct 29 17:40
scientes_that doesn't need a namespaceOct 29 17:41
MinceRhow else can you do it?Oct 29 17:41
scientes_or I guess a namespace would do that well, sure....Oct 29 17:41
scientes_but these features predate all the namespace features except filesystem namespacesOct 29 17:41
scientes_android is quite old these daysOct 29 17:41
scientes_so most of the security is done with SELinux because that is what was availableOct 29 17:41
MinceRicOct 29 17:41
scientes_and the NSA spies designed SELinux so they don't have difficulty with it when they are hacking into your phone :)))))))Oct 29 17:43
scientes_SIPOct 29 17:50
scientes_UDP5060Oct 29 17:50
scientes_TCP5060Oct 29 17:50
scientes_TLS5061Oct 29 17:50
scientes_would be nice to add wireguardOct 29 17:50
scientes_so you could get the latency of UDP on an encrypted channelOct 29 17:51
scientes_and without the complexity of TLSOct 29 17:51
scientes_(I don't think HTTP/3 transport can be used without the TCP-like-features)Oct 29 17:51
scientes_and that protocol is too complicated anywaysOct 29 17:52
MinceRhttps://hugelolcdn.com/i/696283.jpgOct 29 17:54
scientes_MinceR, goldenOct 29 17:59
vZS1aHdksSQKx2txI hate it when people use GitHub wiki for docsOct 29 18:00
scientes_XRevan86, I can't get Mumla to connectOct 29 18:00
scientes_vZS1aHdksSQKx2tx, at least its documentation and its Markdown, which isn't horribleOct 29 18:00
XRevan86scientes_: It's a Mumble clientOct 29 18:01
MinceRi hate it when people use ShitHubOct 29 18:01
scientes_oooooooohOct 29 18:01
scientes_i thought it was a SIP clientOct 29 18:01
vZS1aHdksSQKx2txIt's been getting very annoyingOct 29 18:03
vZS1aHdksSQKx2txBecause I don't like leaving my tmux windows to look up stuffOct 29 18:03
vZS1aHdksSQKx2txI might resort to installing NetSurf or something Oct 29 18:04
*balrog has quit (Quit: Bye)Oct 29 18:06
*balrog (~balrog@unaffiliated/balrog) has joined #techrightsOct 29 18:08
MinceRhttps://hugelolcdn.com/i/696290.jpgOct 29 18:17
scientes_MinceR, made me laughOct 29 18:19
MinceR:)Oct 29 18:19
XRevan86MinceR: This woman also needs to check her buttocks. Possibility of cancer.Oct 29 18:19
MinceR:>Oct 29 18:20
scientes_XRevan86, heisenberg's uncertainty principalOct 29 18:20
schestowitzXRevan86: of Capricorn Oct 29 18:23
XRevan86Zodiac non-sense?Oct 29 18:23
XRevan86Oncology is a serious topic.Oct 29 18:24
scientes_XRevan86, but the observation of this cancer has effected its existence :)Oct 29 18:25
MinceRTropic of CapricornOct 29 18:25
scientes_I read thatOct 29 18:26
scientes_but Tropic of Cancer was firstOct 29 18:26
MinceR:)Oct 29 18:26
scientes_Capricorn had more sex in it howeverOct 29 18:26
scientes_the Paris expatsOct 29 18:27
scientes_"Those with a belly-full of the classics are a threat to the human race"--Henry Miller, Tropic of CancerOct 29 18:27
scientes_and then I proceeded to read all the classics........Oct 29 18:27
-viera/#techrights-Tux Machines: Nvidia 455.38 Adds GeForce RTX 3070 Support, AMD Secure Memory Encryption Compatibility http://www.tuxmachines.org/node/143785 [https://pleroma.site/objects/747854bc-f106-41b3-85b2-387af6300b3e]Oct 29 18:27
-viera/#techrights-Tux Machines: LibreOffice 7.0.3 Released with More Than 90 Bug Fixes, Update Now • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143786 [https://pleroma.site/objects/897e3fa8-a448-4f2c-985a-bbe211abe02f]Oct 29 18:29
-viera/#techrights-Tux Machines: 2 Ways to Install Citrix Receiver and Connect to Desktops from Ubuntu and Other Linux http://www.tuxmachines.org/node/143787 [https://pleroma.site/objects/d441dfbf-ed5e-4c81-8ae0-612b23342dba]Oct 29 18:31
*scientes_ is now known as scientesOct 29 18:32
*scientes has quit (Changing host)Oct 29 18:32
*scientes (~shawn@unaffiliated/scientes) has joined #techrightsOct 29 18:32
-viera/#techrights-Tux Machines: Ubuntu publisher, Samsung, Huawei join major open-source security initiative • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143788 [https://pleroma.site/objects/879728bb-346c-4d54-9d74-e360c283ed3d]Oct 29 18:32
-viera/#techrights-Tux Machines: Enable a Magic Lamp Effect on Ubuntu with this GNOME Extension • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143789 [https://pleroma.site/objects/aa6a810c-012a-4ea9-8f67-acca27111472]Oct 29 18:35
-viera/#techrights-Tux Machines: PolarFire SoC board has GbE port and 40-pin GPIO • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143790 [https://pleroma.site/objects/90cb4d56-0e2d-40b9-a9e5-54b32386ca36]Oct 29 18:37
-viera/#techrights-Tux Machines: #Android Leftovers • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143791 [https://pleroma.site/objects/8197dec6-b343-4193-9411-44a5f49227f3]Oct 29 18:39
*vZS1aHdksSQKx2tx has quit (Remote host closed the connection)Oct 29 18:52
*inky has quit (Ping timeout: 246 seconds)Oct 29 19:06
-viera/#techrights-Tux Machines: Today’s #HowTos | #UNIX • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143792 [https://pleroma.site/objects/c2cef331-e9d9-44f1-b9de-c0521fdbec93]Oct 29 19:09
scientesXRevan86, the RedMis also have FM radio, which is rare in smartphonesOct 29 19:18
MinceR(cat) https://hugelolcdn.com/i/697827.jpgOct 29 19:19
XRevan86scientes: With the headphones?Oct 29 19:19
scientesXRevan86, you have to have the headphones plugged in, but you can use the speakerphoneOct 29 19:20
XRevan86scientes: Is that rare?Oct 29 19:20
scientesyes it isOct 29 19:20
scientesand it only ever shows up on low-end phonesOct 29 19:20
XRevan86Every single phone I had had it %).Oct 29 19:21
schestowitzMinceR: https://joindiaspora.com/posts/19313716Oct 29 19:21
-TechrightsBot-tr/#techrights-@schestowitz@joindiaspora.com: The cat ate my home work https://hugelolcdn.com/i/697827.jpg Oct 29 19:21
scientesthe only thing I miss is what my Nexus 4 had: ability to read bus cards via full-featured NFCOct 29 19:21
MinceR:)Oct 29 19:21
scientesXRevan86, maybe Russia market is more geeky :)Oct 29 19:21
scientesI mean, phones wouldn't have GLONASS had Putin not added a 25% for phones with GPS but not GLONASSOct 29 19:21
scientes*25% tariffOct 29 19:22
scientesI think Russia market has more replacable batties tooOct 29 19:23
XRevan86scientes: Not to my experience.Oct 29 19:24
scientesanyways, US market is its own thing because of different cell bands in North AmericaOct 29 19:25
scientesI had to get a new phone in Peru, and again in GeorgiaOct 29 19:25
scientesbecause of differing bandsOct 29 19:25
scientesalso US is a fucking mess because of all the locked phonesOct 29 19:27
XRevan86At least no locked phones, yea.Oct 29 19:28
scientesgod damn, the US is corruptOct 29 19:28
scienteslike it is easier there to just do a data plan, than deal with the constantly crammed bills from the ISPsOct 29 19:29
scientes(and I working installing internet in the US)Oct 29 19:29
scienteslots of fiber in Seattle for Comcast, as they were trying to run out the local ISPOct 29 19:29
-viera/#techrights-Tux Machines: Intel: Graphics, Hardware and Openwashing (in Proprietary GitHub) Monopoly • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143793 [https://pleroma.site/objects/7e6fce87-7232-449b-80e4-3fcf746daf37]Oct 29 19:31
scientesand TBH their work was sometimes a bit patchy, where they didn't properly zip-tie their stuff so it was vulnerable to the environmentOct 29 19:31
scientes(the other ISP, clearwire)Oct 29 19:31
schestowitzscientes: what's glon-arse?Oct 29 19:33
schestowitz[19:27] <scientes> also US is a fucking mess because of all the locked phonesOct 29 19:34
schestowitzthey pass new rules against it hereOct 29 19:34
scientesSistema Global de Navegación por Satélite desarrollado por la Unión SoviéticaOct 29 19:34
schestowitzI added that to Daily Links some days agoOct 29 19:34
schestowitzscientes: the Russian system has Portuguese name?Oct 29 19:34
scientesschestowitz, while the US is passing new rules to make it legal to unlock the locked phones...to create a new level of boondogle corruption that thanks congress for the handoutsOct 29 19:34
schestowitz(maybe Spanish)Oct 29 19:35
scientesmy firefox is set to spanishOct 29 19:35
schestowitzscientes: ewaste generatorOct 29 19:35
scientesГлобальная навигационная спутниковая системаOct 29 19:35
schestowitzwelcome to another reason humanity is doomedOct 29 19:35
*tbisker8 has quit (Ping timeout: 256 seconds)Oct 29 19:35
schestowitzthe goal is to actively increase wasteOct 29 19:35
scientesoh, sputnik just literally means satelliteOct 29 19:36
scientesgreat nameOct 29 19:36
MinceRmore like companion :>Oct 29 19:36
scientesthey didn't get creative like "Apollo"Oct 29 19:37
scientesschestowitz, basically GLONASS is literally GPS, but it needs a different name from US-GPSOct 29 19:39
scientesand it has a different frequency, so the antenna has to be a tiny bit biggerOct 29 19:39
scientesor at least differentOct 29 19:39
XRevan86scientes: And satellite in all meaningsOct 29 19:43
XRevan86travelling companionOct 29 19:43
XRevan86It's becoming overused, "Sputnik-V" is a bit of an annoying name.Oct 29 19:44
scientesand it makes no sense whatsoeverOct 29 19:45
XRevan86I think they're eyeing an international audienceOct 29 19:46
scientesobv.Oct 29 19:46
XRevan86Russian, recognisable, association with a huge successorOct 29 19:47
XRevan86* successOct 29 19:47
XRevan86I mean VAC-2108 "Sputnik", of course.Oct 29 19:47
XRevan86* VAZOct 29 19:47
-viera/#techrights-Tux Machines: Audiocasts/Shows: BSDNow, Bad Voltage, Ubuntu Podcast • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143794 [https://pleroma.site/objects/ef955381-16a0-44f4-925e-0da8ec1be74b]Oct 29 19:47
-viera/#techrights-Tux Machines: Freedom-Repecting/Open Hardware: SiFive’s PC Project and Blob-free WiFi & Bluetooth Stack • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143795 [https://pleroma.site/objects/224e258f-22f3-43e6-8dd7-757e11fe4e7c]Oct 29 19:51
*GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon) has joined #techrightsOct 29 20:04
-viera/#techrights-Tux Machines: UbuntuDDE Remix 20.10 Released With Linux 5.8, Snap Plugin, And More • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143796 [https://pleroma.site/objects/4e2bd2f9-39e6-4d4e-ac90-68b68125629c]Oct 29 20:14
-viera/#techrights-Tux Machines: Yeah, XDA made a phone and it’s only available for 6 weeks! http://www.tuxmachines.org/node/143705#comment-26938 [https://pleroma.site/objects/ac123f01-648e-4421-a474-8d6b409bee1f]Oct 29 20:20
*GNUmoon has quit (Remote host closed the connection)Oct 29 20:24
MinceRhttps://hugelolcdn.com/i/695852.pngOct 29 20:26
-viera/#techrights-Tux Machines: PostgreSQL 13, Latest Stable Kernel Update in Tumbleweed • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143797 [https://pleroma.site/objects/6fa15212-c90e-46ab-aed2-f1972f5aad61]Oct 29 20:27
-viera/#techrights-Tux Machines: The Document Foundation releases LibreOffice 7.0.3 http://www.tuxmachines.org/node/143786#comment-26939 [https://pleroma.site/objects/d1abe933-eeb3-4ab3-af9a-d4c0c9f85332]Oct 29 20:30
-viera/#techrights-Tux Machines: NVIDIA 455.38 Linux Driver Released http://www.tuxmachines.org/node/143785#comment-26943 [https://pleroma.site/objects/845ff971-47af-4bcb-8fb1-ccbd0b9399bc]Oct 29 20:45
*inky (~norayr@5.77.129.204) has joined #techrightsOct 29 20:47
scientes(cat audio:unimportant) MinceR, https://www.youtube.com/watch?v=glRdTZwL9NMOct 29 20:54
-TechrightsBot-tr/#techrights-El gato Liova obedece 22 órdenes I RT Play - YouTubeOct 29 20:54
-viera/#techrights-Tux Machines: AMD ROCm 3.9 and AMDVLK 2020.Q4.2 Vulkan Driver • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143798 [https://pleroma.site/objects/47a512e5-d2ea-46ee-9b1f-df5a1145c58d]Oct 29 20:55
-viera/#techrights-Tux Machines: Red Hat Leftovers • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143799 [https://pleroma.site/objects/c22daf9f-e208-4f39-876a-a288d7c35d7e]Oct 29 20:55
MinceR:3Oct 29 20:58
-viera/#techrights-Tux Machines: Videos from the openSUSE + LibreOffice Conference 2020 http://www.tuxmachines.org/node/143687#comment-26944 [https://pleroma.site/objects/452202d2-3b93-4a74-88cd-9498a031bfe6]Oct 29 21:00
scientes(not cat) MinceR, https://www.youtube.com/watch?v=sCsROnvJ5F8Oct 29 21:03
-TechrightsBot-tr/#techrights-Un iraní presume de tener poderes telequinéticos - YouTubeOct 29 21:03
schestowitzwhat does he say and why the leash?Oct 29 21:03
scientesbecause he is a highly trained catOct 29 21:03
scientes(khat) https://www.youtube.com/watch?v=OTfRdi4mOhwOct 29 21:04
-TechrightsBot-tr/#techrights-I Ate GOAT BRAINS in YEMEN - YouTubeOct 29 21:04
scientesthat can follow 22 ordersOct 29 21:04
MinceRpoor kitty, being ordered aroundOct 29 21:05
scientespoor khat, getting chewed up and spit outOct 29 21:06
schestowitzone more command and you can call it alexa, the cat, and attach microphones to itOct 29 21:08
schestowitzthen fsb might buy itOct 29 21:08
scientesI lived with a guy with one of those onceOct 29 21:09
scientesthose things are horribleOct 29 21:09
*vZS1aHdksSQKx2tx (5c14e751@host-92-20-231-81.as13285.net) has joined #techrightsOct 29 21:11
-viera/#techrights-Tux Machines: Real-Time Patches Updated For Linux 5.9/5.10 With The Code Not Yet Mainlined • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143800 [https://pleroma.site/objects/7d283412-fbc3-40b2-b7d0-746db762e849]Oct 29 21:13
*titanbiscuit (~tbisk@180.149.228.28) has joined #techrightsOct 29 21:14
*brendyyn (~brendyyn@124-169-143-136.dyn.iinet.net.au) has joined #techrightsOct 29 21:26
-viera/#techrights-Tux Machines: Hardware: Purism and More • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143801 [https://pleroma.site/objects/f22604b7-4c92-4711-93e3-af8d44d5d39d]Oct 29 21:27
-viera/#techrights-Tux Machines: Today’s 𝓣𝓾𝔁 𝓜𝓪𝓬𝓱𝓲𝓷𝓮𝓼 Leftovers • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143802 [https://pleroma.site/objects/8b742862-5fe2-4208-91b5-6e41726c7d87]Oct 29 21:27
*titanbiscuit has quit (Ping timeout: 240 seconds)Oct 29 21:36
-viera/#techrights-Tux Machines: Links 29/10/2020: LibreOffice 7.0.3, Linux 5.9.2, NVIDIA 455.38 Linux Driver • 🆃🅴🅲🅷🆁🅸🅶🅷🆃🆂 ☞ http://techrights.org/2020/10/29/nvidia-455-38-linux-driver/ [https://pleroma.site/objects/c17c5e2c-a692-46c4-9315-0db2b7f41ee1]Oct 29 21:40
*titanbiscuit (~tbisk@194.150.167.41) has joined #techrightsOct 29 21:41
-viera/#techrights-Tux Machines: 8 Tools to Easily Create a Custom Linux Distro • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143803 [https://pleroma.site/objects/f74a9f30-dee2-468f-becb-0db739053848]Oct 29 21:52
schestowitz> Hi Roy,Oct 29 22:05
schestowitz> Oct 29 22:05
schestowitz> You may have known and written about this before, but just in case youOct 29 22:05
schestowitz> haven't, someone sent me a link to an article today on the EPOOct 29 22:05
schestowitz> considering speculative investments for its cash hordes:Oct 29 22:05
schestowitz> Oct 29 22:05
schestowitz> https://petra-sorge.de/wp-content/uploads/2019/01/2018-06-22_WiWo_Die-unheimliche-Wette.pdfOct 29 22:05
schestowitz> <https://petra-sorge.de/wp-content/uploads/2019/01/2018-06-22_WiWo_Die-unheimliche-Wette.pdf>Oct 29 22:05
schestowitz> Oct 29 22:05
schestowitz> It's in German, but I guess you'll obtain a machine translation as needed.Oct 29 22:05
schestowitz> Oct 29 22:05
schestowitz> Best,Oct 29 22:05
schestowitzThanks, I spoke to her, she reads my site, and I already published an English translation, which she asked me to shorten for Fair Use.Oct 29 22:05
schestowitzI urge you not only to read but also write about:Oct 29 22:05
schestowitzhttp://techrights.org/2020/07/18/collusion-and-coverup/Oct 29 22:05
schestowitzThe media is NOT doing its job! This should be a front page scandal!Oct 29 22:05
-TechrightsBot-tr/#techrights-techrights.org | Thierry Breton and the European Commission Must Answer Perfectly Legitimate Questions About European Patent Office Corruption | TechrightsOct 29 22:05
schestowitzThe media giants have their own agenda.Oct 29 22:05
schestowitzXRevan86: from figosdev to you:Oct 29 22:12
schestowitz> XRevan86 should think about the fact that he's saying Python 2 shouldn'tOct 29 22:12
schestowitz> be used *to convert HTML to plaintext* so it can be served *by gopherOct 29 22:12
schestowitz> instead of HTTP*, because its "dead."Oct 29 22:12
schestowitz> /Oct 29 22:12
schestowitz> /Oct 29 22:12
schestowitz> /*Hello... */Oct 29 22:12
schestowitzhe lurks in IRC via logsOct 29 22:12
XRevan86If Gopher should be parsed by the dead stuff, then it's a bit sad :)Oct 29 22:13
schestowitzyupOct 29 22:15
MinceRhttps://hugelolcdn.com/i/695614.jpgOct 29 22:16
XRevan86Python 2 and Python 3, and Gopher and HTML are not really comparable pairs.Oct 29 22:16
XRevan86Unless UTF-8 ruins Python for oneself forever, then I can see it %).Oct 29 22:17
schestowitzanyway, I got on with pypiOct 29 22:19
schestowitzwget  -O- -q $line | html2text  | awk '/*/ {p=1}; p==1 {print}'  | awk '{print; if (match($0,"Share in other sites")) exit}' | head -n -1 >> Oct 29 22:19
schestowitzhtml2text is what motors much of itOct 29 22:20
schestowitznot sure if the wrapper used by that Dutch guy is much betterOct 29 22:20
schestowitzbut it made use of "Readability"Oct 29 22:20
schestowitzand it looks like he adds URLs at the bottomOct 29 22:20
vZS1aHdksSQKx2txI didn't realise how much RMS posts in a dayOct 29 22:20
schestowitzthis: https://github.com/RaymiiOrg/to-text.pyOct 29 22:21
-TechrightsBot-tr/#techrights-GitHub - RaymiiOrg/to-text.py: Convert URL or RSS feed to text with readabilityOct 29 22:21
vZS1aHdksSQKx2txIt loos like he pushes something every couple hours as the thought comes to his mindOct 29 22:21
schestowitzvZS1aHdksSQKx2tx: very short onesOct 29 22:21
XRevan86"Readability" is still around definitely, but apparently it changed from when that dead programme was made.Oct 29 22:21
schestowitzlike "social control media"Oct 29 22:21
schestowitzexcept it's his own site with rss feeds and no trolls infesting otOct 29 22:21
schestowitz*itOct 29 22:21
schestowitzXRevan86: the interfaces are not broken or missingOct 29 22:21
XRevan86It's used literally in one single call, so that's probably not hard to fix.Oct 29 22:21
schestowitzso I cannot run it without hacking on the code and understanding how it works fastOct 29 22:22
schestowitzbut tbh, I think we now have the daily text bulletin in a stable state, I will just generate them along with irc logs after midnight each dayOct 29 22:22
*XRevan86 looks at https://github.com/buriy/python-readability/blob/master/readability/__init__.pyOct 29 22:22
-TechrightsBot-tr/#techrights-python-readability/__init__.py at master · buriy/python-readability · GitHubOct 29 22:22
schestowitzXRevan86: no need, I probably would not need it nowOct 29 22:22
schestowitzi spent 2.5 hours finalising and testing things yesterdayOct 29 22:23
schestowitzinc. (mostly) the index pagehttp://techrights.org/txt-archives/Oct 29 22:23
schestowitz*inc. (mostly) the index page http://techrights.org/txt-archives/Oct 29 22:23
-TechrightsBot-tr/#techrights-techrights.org | Bulletin ArchivesOct 29 22:23
schestowitzhmmm... those images should not be clickable :/Oct 29 22:24
schestowitzfixed not, that was easyOct 29 22:25
schestowitz*nowOct 29 22:28
MinceRhttps://www.smbc-comics.com/comic/sodomyOct 29 22:29
-TechrightsBot-tr/#techrights-www.smbc-comics.com | Saturday Morning Breakfast Cereal - SodomyOct 29 22:29
-viera/#techrights-Tux Machines: Stereoscopic cam board taps Raspberry Pi CM4 • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143804 [https://pleroma.site/objects/1ea9f663-f88b-4be9-b68f-6060408b4a2a]Oct 29 22:30
-viera/#techrights-Tux Machines: #Android Leftovers • 𝕿𝖚𝖝 𝕸𝖆𝖈𝖍𝖎𝖓𝖊𝖘 ☞ http://www.tuxmachines.org/node/143805 [https://pleroma.site/objects/861ae318-2cfb-4e08-a720-a1aeca7ddd0f]Oct 29 22:31
vZS1aHdksSQKx2txLooks like I'm going to be doing some DNS work tomorrowOct 29 22:37
vZS1aHdksSQKx2txJoyOct 29 22:37
*inky has quit (Remote host closed the connection)Oct 29 22:38
schestowitzcoolOct 29 22:42
schestowitzDNS, the universal spyOct 29 22:42
vZS1aHdksSQKx2txI'm going to use this to hack some more RakuOct 29 22:43
vZS1aHdksSQKx2txuse this as an excuse*Oct 29 22:43
psydreadI've been having a lot of fun (as well as "fun") with modern C++ over the past two weeksOct 29 22:44
vZS1aHdksSQKx2txWhatcha been hacking?Oct 29 22:45
psydreadcomputer graphics raytracing project for uniOct 29 22:45
vZS1aHdksSQKx2txAh. Lots of matrix algebra tenOct 29 22:45
vZS1aHdksSQKx2txthen*Oct 29 22:45
psydreadyeahOct 29 22:46
vZS1aHdksSQKx2txYou should look into geometric algebraOct 29 22:46
vZS1aHdksSQKx2txIf you haven't alreadyOct 29 22:46
vZS1aHdksSQKx2txVery cool application to graphicsOct 29 22:46
psydreadwell, tomorrow is the deadline Oct 29 22:46
vZS1aHdksSQKx2txFor some other time thenOct 29 22:46
psydreadbut I've been working on it so muchOct 29 22:46
vZS1aHdksSQKx2txhttps://en.wikipedia.org/wiki/Geometric_algebraOct 29 22:47
-TechrightsBot-tr/#techrights-en.wikipedia.org | Geometric algebra - WikipediaOct 29 22:47
psydreadyes, the weekend is fineOct 29 22:47
MinceR(cat) https://img.pr0gramm.com/2020/09/19/ce2c242d02c4ea1d.jpgOct 29 22:55
*psymin has quit (Quit: Leaving)Oct 29 22:58
-viera/#techrights-Tux Machines: Moving to Phones Won’t Liberate Users • 🆃🅴🅲🅷🆁🅸🅶🅷🆃🆂 ☞ http://techrights.org/2020/10/29/liberating-users/ [https://pleroma.site/objects/a024837b-885f-4c82-9941-d8023c3f0737]Oct 29 23:09
*peachesnberriess (~peachesnb@pool-72-81-144-212.bltmmd.east.verizon.net) has joined #techrightsOct 29 23:13
vZS1aHdksSQKx2txCat has claimed the bowlsOct 29 23:14
*GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon) has joined #techrightsOct 29 23:24
*psymin (~psymin@fsf/member/psymin) has joined #techrightsOct 29 23:25
*GNUmoon has quit (Remote host closed the connection)Oct 29 23:25
*GNUmoon (~GNUmoon@gateway/tor-sasl/gnumoon) has joined #techrightsOct 29 23:25
*tr_guest|41911 (519aa976@gateway/web/cgi-irc/kiwiirc.com/ip.81.154.169.118) has joined #techrightsOct 29 23:32
*tr_guest|41911 has quit (Client Quit)Oct 29 23:33

Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!