• 0 Posts
  • 143 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle



  • If I recall the Verb-Noun idea is supposed to make it clear what is happening, take a look through stuff like the approved verbs for defining cmdlets. There’s aliases and stuff for sure for example I think ls is an aliases for Get-ChildItem in PowerShell.

    It’s supposed to make it so you don’t necessarily need to look things up, need to do something to an item? Well you can Copy, Remove, Rename, Move etc, and while yeah that’s a super basic example that you know the equivalent linux commands for, the concept is supposed to apply everywhere. Now, whether or not people follow the guidelines is probably another story.

    I don’t really hate shell scripting, feel like they all have their place, complex stuff though is nicer in straight PowerShell than bash IMO, but I’m fine using either.






  • I’ve had fruit flies before that must have come in on some produce, have to be on it to clear them, leave out any fruit/veg scraps and they come out (out being tossed in the trash/green bin too, anything open air). Drop of dish soap, water and vinegar in a high walled glass or jar is the way to do it, I used balsamic but malt or wine vinegar works too, just leave that out and it’ll do its job.

    My current place we jokingly call the spider house, have a bunch of house spiders around (cats love them) and a few orb-weavers, garden and wolf spiders outside, pretty much anything native isn’t a threat to humans or cats, they do a great job of taking out any pests, rarely see flies inside these days. Spiders and centipedes I’ll leave alone, they’re beneficial to have around.



  • Terminal usage is a tool just like GUI tools, I don’t think it’s helpful either to preload people with the belief that it’s some arcane tool that takes years before you can start using it, like anything you pick it up by doing.

    Can’t really say it’s 100% optional as a blanket case either, heavily depends on a user, my work I’ve depended on having a terminal for years, and that was even before I moved into SWE, I’ve seen lots of business developed processes put together as an amalgam of batch files, VBA/VBS, and python because they needed to put something together with what they had rights to.

    Be honest that I don’t see the terminal as a barrier to Linux anyhow, for the use case of “I browse the internet and use office programs”, you absolutely do not need to drop to the CLI, at least not for Debian or Mint, can handle installs and updates through their graphical package managers. Most people probably aren’t setting up services or the like on their machines, and if they are they already require terminal usage on any operating system.


  • Haven’t looked into it but do shops offer lube analysis services? Yeah you could send out your own sample to a lab, having it as a shop service would be way more accessible to people.

    Though, in my experience, getting people to commit can be a pain, lots of “yeah I know we have a long p-f interval and it’s super noticeable before it functionally fails, but it’s not that much effort so I’m doing needless maintenance anyhow just in case”, which end of the day you do you.






  • Ultimately use what works for you, digital only doesn’t for me, I end up using whatever project tool the project uses (often az devops or jira) for large tasks, but I’ve kept logbooks/journals since uni using a symbol system that makes sense to me, refine it over time especially in the last 8 years or so. A star is important, ? Bubble is investigation, o is a regular task/thought, arrows for sub/related thoughts. Also like to tag my commit messages with my ticket/item number, some systems auto link them but even without, nice to have that linkage for recollection.

    I’m not the best at indexing but everything is dated, memory is usually solid enough to recall the types of work I did in a period so been able to pull up past stuff pretty readily when need be. I have ADHD so found that externalised thought works well for me, I tend to spend a bit in the morning reviewing the day prior or time at the end of the day moving stuff I’ve not got to. Generally they’re notes while working, just to capture frame of mind or future ideas. I could see using markdown for the same idea, but I’ve seen suggestions that paper notes are better for retention and anecdotally I’ve found that to be true.

    Has actually helped a few times for cyoa purposes, but that’s a secondary benefit to me. My email inbox is horrendous (so much advertising and spam emails for people who don’t work here anymore but were on my team so they’re forwarded to me), even my BACN filters aren’t perfect and I frankly don’t bother reading everything. Should delete or purge more often but if it’s important, I’ll read it and make a ticket.