Arghblarg's recent activity
-
Comment on Wait, why are there so few dead bugs on my windshield these days? in ~enviro
-
Comment on What programming/technical projects have you been working on? in ~comp
Arghblarg Resuming work on my alternative to ssh, written from scratch in golang with a focus on using post-quantum KEM. Looking at adding more intelligent 'chaff' worker logic to obscure interactive user...Resuming work on my alternative to ssh, written from scratch in golang with a focus on using post-quantum KEM. Looking at adding more intelligent 'chaff' worker logic to obscure interactive user activity over open channels. https://gogs.blitter.com/RLabs/xs
-
Comment on The Problem With APLs in ~comp
Arghblarg It's definitely a different philosophy, but those who like it, like it a lot, I'm told :) As for the symbolic input, it's not nearly as hard as it used to be. For Windows, Dyalog APL just uses...It's definitely a different philosophy, but those who like it, like it a lot, I'm told :)
As for the symbolic input, it's not nearly as hard as it used to be. For Windows, Dyalog APL just uses Window's Language Keyboard map feature; for Linux, all it takes is an entry in one's login to define a control key; I use the Caps Lock key as the modifier, so CAPS+w=⍵, CAPS+e=∊, etc. (and alt+CAPS is unaffected, if one still needs capslock). I had to print out little stickers for my keyboard but it becomes a memory thing eventually.
[.bashrc]
#APL keymap support using CAPS key as symbol shift (use SHIFT or ALT-CAPS as capslock)
setxkbmap us,apl -option grp:caps_switch -
Comment on The Problem With APLs in ~comp
Arghblarg I feel the author's pain, being new to APL. The community obviously shares this problem, thus there are some online resources, such as the 'APL cart' https://aplcart.info/ and older idiom...I feel the author's pain, being new to APL. The community obviously shares this problem, thus there are some online resources, such as the 'APL cart' https://aplcart.info/ and older idiom compilations like the FinnAPL idiom library https://www.aplwiki.com/wiki/FinnAPL_idiom_library -- and especially this hidden gem within Dyalog's MiServer demo webspace, a multi-dialect idiom library search engine: https://miserver.dyalog.com/Examples/Applications/Idiom_Search.mipage
There's also a chat space on stackexchange for APL where they're quite friendly to new users with questions.
..but APL seriously needs some more n00b-friendly guides online. I trolled archive.org for APL books and there is a lot there but it takes work to get a foothold, for sure.
-
Comment on In 1814, British forces burned the US Capitol in ~humanities
-
Comment on I'm thinking of getting a password manager. How does it work and any advice on transitioning to one? in ~tech
-
Comment on What programming/technical projects have you been working on? in ~comp
Arghblarg Recently added FrodoKEM to the supported key exchanges for my ssh alternative remote shell/tunnel/copy util, https://gogs.blitter.com/RLabs/xs. Written in Go. I basically use this instead of ssh...Recently added FrodoKEM to the supported key exchanges for my ssh alternative remote shell/tunnel/copy util, https://gogs.blitter.com/RLabs/xs. Written in Go.
I basically use this instead of ssh now for day-to-day access to my servers, though it still definitely has rough edges. Security audits welcomed :)
-
Comment on I'm thinking of getting a password manager. How does it work and any advice on transitioning to one? in ~tech
Arghblarg Apologies if it's considered to be in bad taste to plug a product here, but I just so happen to make and sell a line of offline password generator/recall rings, key fobs, bracelets and cards which...Apologies if it's considered to be in bad taste to plug a product here, but I just so happen to make and sell a line of offline password generator/recall rings, key fobs, bracelets and cards which help to do this: tindie.com/stores/russtopia
The advantage to these is that they are not software which can be hacked like password wallets, being completely offline and are convenient to keep on your person.
-
Comment on Iowa Democratic caucus results delayed until Tuesday due to reporting inconsistencies and technical issues with app in ~news
Arghblarg Canadian here -- USians, it has to be said again and again and again. Paper-only ballots, marked with a pencil and hand-tallied by independent volunteers with all-party observers in an open-room...Canadian here -- USians, it has to be said again and again and again. Paper-only ballots, marked with a pencil and hand-tallied by independent volunteers with all-party observers in an open-room process, is the only way to conduct elections that is resistant to fraud. Keep. It. Simple.
Oh, and you should be pushing for laws to limit elections to a hard limit such as 30 or 60 days. It really does seem your elections start the day after the previous one finishes! Ban all advertising, rallies and fundraising outside that limited, hard window.
-
Komodo ActiveState IDE Now Free
5 votes -
Dark Energy may be an illusion: Gravitons themselves may have mass
20 votes -
Comment on (ESR) Notes on the Go translation of Reposurgeon in ~comp
Arghblarg (edited )LinkEric Raymond has been somewhat active on the golang-nuts golang-nuts@googlegroups.com mailing list, contributing useful insights into the language's current state from the point-of-view of a...Eric Raymond has been somewhat active on the golang-nuts golang-nuts@googlegroups.com mailing list, contributing useful insights into the language's current state from the point-of-view of a longtime programmer conversant in older languages.
As a Go enthusiast most of this is way above my head, but the parts I could grok were very interesting and relevant to those considering Go vs. Python for performance and maintainability, or as a critique in general of the Go language designers' decisions thus far (TL;DR -- he thinks it's mostly 'worth it' migrating from Python to Go for this project, at least)
-
(ESR) Notes on the Go translation of Reposurgeon
8 votes -
Comment on What programming/technical projects have you been working on? in ~comp
Arghblarg I hope it was relevant -- I have no training in this area, it just reminded me of some podcasts I'd heard... I think these are the ones? From "Stuff To Blow Your Mind": Part 1:...I hope it was relevant -- I have no training in this area, it just reminded me of some podcasts I'd heard...
I think these are the ones? From "Stuff To Blow Your Mind":
Part 1: https://podbay.fm/podcast/350359306/e/1554571020
Part 2: https://podbay.fm/podcast/350359306/e/1506589205 -
Comment on What programming/technical projects have you been working on? in ~comp
Arghblarg Sounds like: “The Origin of Consciousness in the Breakdown of the Bicameral Mind” https://en.wikipedia.org/wiki/Bicameralism_(psychology)Sounds like: “The Origin of Consciousness in the Breakdown of the Bicameral Mind”
-
Comment on Can you defeat the privacy chicken? in ~games
Arghblarg OMG, about level 5, the captcha did regular traffic light stuff, then "Identify the tiles with Enemy Combatants" :O I haven't read Ender's Game, but I think now I should...OMG, about level 5, the captcha did regular traffic light stuff, then "Identify the tiles with Enemy Combatants" :O
I haven't read Ender's Game, but I think now I should...
-
Comment on What programming/technical projects have you been working on? in ~comp
Arghblarg Yeah, I had similar pains setting up my own mail server with dovecot and exim; I had better luck running it on a VPS instead of my own home system. Google thinks the entire Shaw cable IP space is...Yeah, I had similar pains setting up my own mail server with dovecot and exim; I had better luck running it on a VPS instead of my own home system. Google thinks the entire Shaw cable IP space is toxic nowadays and defining spf records didn't help (wish I could get reverse DNS to resolve to my home server's hobby domain assignment but it is subsumed into the larger residential namespace...) :(. I used germanVPS.com for a teensy Debian system and it seems to at least let me send to and from Gmail accounts.
-
Comment on What programming/technical projects have you been working on? in ~comp
Arghblarg (edited )LinkI have been working on an alternative to ssh, not compatible but a totally new system, with experimental post-quantum KEM (key exchange management), in Go: https://gogs.blitter.com/Rlabs/xs It...- Exemplary
I have been working on an alternative to ssh, not compatible but a totally new system, with experimental post-quantum KEM (key exchange management), in Go: https://gogs.blitter.com/Rlabs/xs
It adds a concept of 'chaffing', adding noise to session data over the network in an attempt to make traffic analysis (like keystroke activity) and thus perhaps cryptanalysis more difficult.
Supports KYBER, NEWHOPE and some other KEMs; AES, twofish, blowfish and other experimental algorithms for session encryption.
Mostly started as an experiment in learning Go's crypto and networking stdlib, and how to integrate new algorithms and how to extend bare sockets to support transparent encryption; but it now even has (buggy) tunnel and secure file copy support.
In severe need of a security audit, of course. Standard scary disclaimers apply as with any experimental cryptography product (don't use it to actually log into real systems expecting actual security, no warranty of fitness for purpose, it'll eat your dog and cheat with your wife, yadda yadda yadda) :)
It's disturbing that others are noticing this. I commented to my wife last year, and had thought about it silently for a few prior (years, not wives!), that I'd noticed this. I remember being grossed out as a child one summer (we're talking late 80s here) as my parents drove us through Saskatchewan and the grasshoppers were... everywhere. We had to keep our windows closed as they were getting into the car and jumping around in the back window. My dad used to have to scrub off the bugs every gas fill on summer holidays.
That hasn't happened to me, ever, in the past 8 years driving back and forth between the west coast and Alberta. Nor in the 10 years prior to that just within southern Alberta. There are definitely many fewer insects out there.
This (plus sadly our love for domestic outdoor cats) would tie into why there are now reports that songbird populations are also crashing.