@cjerrington@mstdn.social
@cjerrington@mstdn.social avatar

cjerrington

@cjerrington@mstdn.social

Creating websites for everyone. Check them out.

:fedora: :linux: :firefox:

#technology #computers #linux #webdesign #powershell #programming #11ty #100DaysToOffload #fedi22

This profile is from a federated server and may be incomplete. Browse more on the original instance.

cjerrington, to random
@cjerrington@mstdn.social avatar

It feels kinda cool to be listed on the #11ty bundle site by @bobmonsour !

This is a great resource for all 11ty items and even I can learn more here too rather than searching endlessly online for help.

https://11tybundle.dev/authors/clayton-errington/

cjerrington,
@cjerrington@mstdn.social avatar

@bobmonsour I was thinking about that. There are a few search posts on how to get those into 11ty. I Also saw there was no client side JS though.

I'm so used to seeing the posts first then the, archive and category pages. I think the simplicity of seeing the categories for the topic I'm looking for, then browse the curated lists.

I wonder if there is a Organization of categories by type and the categories of those under there with the posts? does that make sense?

cjerrington,
@cjerrington@mstdn.social avatar

@bobmonsour As an example: Deployment is it's own, but then have Netlify, Github, CMS, Serverless as sub categories?

cjerrington, to random
@cjerrington@mstdn.social avatar

Got a new washer today, and installed. Too bad the installers connected the Hot to Cold, and Cold to Hot. Remember to check the install before use.

bobmonsour, to random

As the developer of 11tybundle.dev, I had a recent idea that I can't seem to let go of. I'm wanting to count and save the number of clicks that each outbound link to a blog post and then use that stored count on the site as a measure of frequency of use. I've described the question in more detail in this blog post on my personal site. I felt it was a bit too long to pose as a direct question here. https://www.bobmonsour.com/posts/question-how-to-count-outbound-links/

cjerrington,
@cjerrington@mstdn.social avatar

@bobmonsour use of web mentions or some POST link that records the link then forwards the user to the right site. The recording will need to be a server side link to record, then redirect to the right location.

cjerrington, to random
@cjerrington@mstdn.social avatar

714 5/6

⬛⬛⬛⬛🟨
🟩⬛⬛⬛⬛
🟩🟩⬛⬛🟩
🟩🟩⬛⬛🟩
🟩🟩🟩🟩🟩

chris, to random
@chris@mastodon.chriswiegman.com avatar

deleted_by_author

  • Loading...
  • cjerrington,
    @cjerrington@mstdn.social avatar

    @chris We've gotten a lot of rain as well where I am at. Only down side was mowing the yard! Worked well for the garden.

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    713 5/6

    🟩⬛🟩⬛⬛
    🟩🟩🟩⬛⬛
    🟩🟩🟩⬛⬛
    🟩🟩🟩⬛⬛
    🟩🟩🟩🟩🟩

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    Need to look into this plugin for and might need to update my site as well.

    https://github.com/CodeFoodPixels/netlify-plugin-webmentions#readme

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    Finding in the wild! I think they need some updates… bad timing on the signage to show the order numbers of those who ordered dinner.

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    It helps when you use the right code when using your multi device authentication codes.

    garritfra, to random
    @garritfra@fosstodon.org avatar

    This is already well known, but since I struggled with SPAs on GitHub actions once again, I finally wrote it down.

    https://garrit.xyz/posts/2023-06-01-single-page-applications-on-github-pages

    This is post 069 (nice) of .

    cjerrington,
    @cjerrington@mstdn.social avatar

    @garritfra this is a great feature of GitHub pages. If you use Jekyll you can have it render a pages that has your blog posts or archive as well to help redirect users to the right content.

    https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    Fred and Ralph ate all the cilantro before we could get any. Gardening problems. Silly caterpillars 🐛

    Caterpillars eating our cilantro in a pot

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    Best config setting I know: browser.tabs.loadBookmarksInTabs

    All my bookmarks when clicking on them will open in a new tab instead of the existing tab. This helps with using multiple sites at once and never loosing your spot either.

    Also works in as well!

    Have your work for you!

    benjaminhollon, to random
    @benjaminhollon@fosstodon.org avatar

    Sometimes you get a spam email and feel like signing the spammer up for the mailing lists of all the politicians you disagree most with.

    cjerrington,
    @cjerrington@mstdn.social avatar

    @benjaminhollon @adamsdesk Be kinda like DDOSing their email right? Would be like putting return to sender on snail mail.

    cjerrington, to librewolf
    @cjerrington@mstdn.social avatar

    Looking into @librewolf and using the portable version on Windows but noticed it does not have plugin like the full installer does.

    I also cant reach the addons website for to install it either.

    Is this intentional for the portable version?

    cjerrington,
    @cjerrington@mstdn.social avatar

    I tried this on another computer and was able to have the uBlock Origin plugin installed. Must have something to do with admin permissions. I was able to copy the desired plugins to the extensions folder as a work around for now.

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    710 4/6

    ⬛⬛🟩⬛⬛
    ⬛🟨🟩🟩⬛
    ⬛⬛🟩🟩🟩
    🟩🟩🟩🟩🟩

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    I've been working with and writing windows for them recently. This has been a game changer for many things our team uses. Been nice to make complicated things easier for those not used to command line and kept user error out of the mix.

    Today wanted to share a simple guide on how to get started on my post 31 of the

    https://claytonerrington.com/blog/powershell-gui-with-wpf/

    cjerrington,
    @cjerrington@mstdn.social avatar

    @DoctorDNS Within the XAML the naming of variables can either be x:Name or Name, same with some of the Window elements.

    So Later on when we do the $xaml.SelectNodes() we are looking only for Name and then make a Powershell variable out of it. Also helps parse the XAML for the System.Xml.XmlNodeReader to then load the Xaml content.

    some of these items might also be needed for the C# compiler, but not Powershell

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    709 4/6

    ⬛⬛⬛⬛⬛
    ⬛⬛🟨⬛🟨
    🟨🟩🟩⬛⬛
    🟩🟩🟩🟩🟩

    cjerrington, to random
    @cjerrington@mstdn.social avatar

    Dual shot nerf guns. Fires one at a time and has three darts per nerf gun. But hey, still the best $7 spent this weekend.

    hyde, to internet
    @hyde@lazybear.social avatar

    so my has ... 3498 opened tabs 🤦‍♂️

    cjerrington,
    @cjerrington@mstdn.social avatar

    @hyde hmm tab management issues? Lol

    What happens when you close it and the remember tabs is turn on and it has to load all those back up?!

    my_actual_brain, to random

    I am all in favor of 2FA, but I am kind of afraid to enable it as I fear that I will get permanently locked out of important accounts.

    How are you dealing with this?

    cjerrington,
    @cjerrington@mstdn.social avatar

    @my_actual_brain almost every 2FA setup provides you a secondary recovery method or backup/recovery method if your app or device is not available. Find a good way to ensure access and backups of the recovery options.

    Some also you may contact support and provide ownership of the account and they will reset it as well.

    I'm partial to https://raivo-otp.com/ as well. Since using it as an open source OTP, I saw they didn't initially have a website and helped get that started for them.

    cjerrington,
    @cjerrington@mstdn.social avatar

    @my_actual_brain there are a few ways. Many password managers have a notes section for accounts. An encrypted volume using Cryptomator or veracrypt vault. These are a few options

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • provamag3
  • GTA5RPClips
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • Leos
  • anitta
  • cisconetworking
  • megavids
  • lostlight
  • All magazines