0 Followers
0 Following
2 Posts
Post-human urbanite weirdo.
If I had a niche in networking that I specialize in, it would be ‘border security.’ It makes me laugh that everyone in security markets zero trust and CASB and says networks are ‘borderless’ - it’s just not true. I am constantly dealing with borders between ‘fabrics’ and locations. Maybe I’m just a dullard, but I see the niche I am working in only become more important as we move to the cloud and distributed networking and security paradigms.
Let's Talk Space - sh.itjust.works

I’ve been watching For All Mankind and it got me thinking about networking in space… TTLs, 64k packets, transmission mediums, etc. As a ‘network generalist,’ I find more and more niches to deep dive into… If you specialize in a certain networking niche, what is it? Would you consider networking in space? Some informative reading below: - https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/ip-vsat-satellite-wan-module/product_data_sheet0900aecd804bbf6f.html [https://www.cisco.com/c/en/us/products/collateral/interfaces-modules/ip-vsat-satellite-wan-module/product_data_sheet0900aecd804bbf6f.html] - https://en.wikipedia.org/wiki/Interplanetary_Internet [https://en.wikipedia.org/wiki/Interplanetary_Internet] - https://esc.gsfc.nasa.gov/publication [https://esc.gsfc.nasa.gov/publication]

PowerDelete Suite HOWTO - sh.itjust.works

Before the APIs are shut down, if you want to wipe your reddit account, I found JavaScript-based account wiper to work quite well and is aligned with security best practices called ‘PowerDelete Suite.’ Once logged into your reddit account, drag the red button [https://codepen.io/j0be/pen/WMBWOW] to your bookmark bar and click it. That initiates the script that will work on your reddit account. You have options to overwrite your comments before deleting them, just deleting them, downloading your data, etc. Very thorough. Boot Script Code javascript: ( function() { window.bookmarkver = '1.4'; var isReddit = document.location.hostname.split('.').slice(-2).join('.') === 'reddit.com'; var isOverview = !! document.location.href.match(/\/overview\b/i); if (isReddit && isOverview) { var cachBustUrl = 'https://raw.githubusercontent.com/j0be/PowerDeleteSuite/master/powerdeletesuite.js?' + (new Date().getDate()); fetch(cachBustUrl).then ( function(response) { return response.text(); } ).then ( function(data) { var script = document.createElement('script'); script.id = 'pd-script'; script.innerHTML = data; document.getElementsByTagName('head')[0].appendChild(script); } ).catch ( function(){alert('Error retreiving PowerDeleteSuite from github');} ); } else if (confirm('This script can only be run from your own user profile on reddit. Would you like to go there now?')) { document.location = 'https://old.reddit.com/u/me/overview'; } else { alert('Please go to your reddit profile before running this script'); } } ) (); PowerDelete Suite Code PowerDelete Suite GitHub Repository [https://github.com/j0be/PowerDeleteSuite/]___

Fairly Comprehensive and Objective Coverage of Reddit's Darkening

https://sh.itjust.works/post/65259

Fairly Comprehensive and Objective Coverage of Reddit's Darkening - sh.itjust.works

Actually well written and covers the basics of what’s happening in the broader context of online social communities.

Joran van der Sloot has landed in Alabama from Peru | CNN

https://sh.itjust.works/post/11675

Joran van der Sloot has landed in Alabama from Peru | CNN - sh.itjust.works