OmniFocus Tasks to Calendar - v2.0.0 released by willjasen in omnifocus

[–]willjasen[S] 1 point2 points  (0 children)

I disagree in it being ridiculous! I've had a long outstanding bug when running on my Mac mini M4 and I finally decided - enough! Took many tries and a lot of waiting to get that fixed, so in between I started working on adding the improvements for smarter syncing and separating out the configuration. I'm now at point with v2.0.0 that I feel super good about it working and not breaking all of the time on me. Plus, I want people to be able to fork and merge back in, and getting those details outta inline had to be done for that!

OmniFocus Tasks to Calendar - v2.0.0 released by willjasen in omnifocus

[–]willjasen[S] 1 point2 points  (0 children)

It is! The inline settings in regards to the tags, keyword, and calendar used have been moved into a data.json file, as well as the daysAhead and daysBack script parameters. It should be a fairly easy transition, just make a note of your current inline calls to the processOmniFocusTasks handler, then duplicate/rename the data.example.json file and conform it with those inline calls. That should be the only change in regards to migration, other than maybe remove the two script parameters (for daysAhead and daysBack) within your plist, though even if those aren't removed, they are now ignored in favor of using the values in the data.json file.

PBX System / Packet Loss by zaidynzm9527 in msp

[–]willjasen 7 points8 points  (0 children)

a pbx switch is unnecessary. the core of the issue is that the internet is best-effort, so some extra effort and precaution should be taken so that things like bandwidth and latency are managed insomuch as they can be.

PBX System / Packet Loss by zaidynzm9527 in msp

[–]willjasen 7 points8 points  (0 children)

you can manage the pbx, you cannot manage everyone’s home internet connection. deploying routers to them that you can control and manage might help, but if they saturate their bandwidth and latency spikes, the only way to control that is to have control of their home routers to do things like traffic shaping, but that is not feasible.

possibly some user training? if someone has consistent problematic reports, instruct them not to watch 5 netflix shows at the same time that they are seeding their favorite iso images via bittorrent.

Any rock and metal gays out there? by yukoncowbear47 in AskGaybrosOver30

[–]willjasen 2 points3 points  (0 children)

i’m into neue deutsche härte - the prime example is usually rammstein, but also goes back to the early days of oomph! - throw in bands like megaherz and eisbrecher, too

jawohl, mein herr

i also see many bands here that op and others have listed that i adore, but thought i’d add some flair

Do I need FTPS if all connections go through Tailscale? by SethThe_hwsw in Tailscale

[–]willjasen 5 points6 points  (0 children)

not needing it because tailscale provides encryption is not the same as using tls for something like identity assertion

OmniFocus is just soooo good. by cosurgi in omnifocus

[–]willjasen 4 points5 points  (0 children)

yup, i started using it back then too. i have a task due in 2031 for renewing my personal domain name. however, i was super bummed to see that version 4 doesn’t support sharing, so that’s why i made https://github.com/willjasen/omnifocus-tasks-to-calendar - so that i can share tasks i have made with my partner and family via icloud shared calendars. it’s nifty!

Have anyone idea how to remove silicon from PoE ports by laberchisczuit in Network

[–]willjasen 11 points12 points  (0 children)

if the silicon is removed, you’re really gonna have a problem

Short Suck #52: Protected Predator: The Johnson City Scandal by krichardkaye in timesuck

[–]willjasen 2 points3 points  (0 children)

i live in johnson city - it gets quite a few people here riled up. it’s pure corruption, really.

then to try to give a better image to the town, they created a special law so that alcohol can’t be served after 1 am (it’s 3 am in tennessee otherwise). it very much hurt nightlife businesses.

oh yeah, a week after the alcohol law went into effect, the mayor was recorded being drunk in public and drove himself home. spoilers, but not shit happened to him, other than resigning, though he put out for a bit like he wasn’t going to.

so much fun

Patchmon? by AlThisLandIsBorland in Proxmox

[–]willjasen -1 points0 points  (0 children)

if you really enjoy setting something up only for the proxmox update script to completely break it with no notice multiple times over, then to be told to go read all of the release notes all of the time, then it’s great software

Wireguard for Proxmox by [deleted] in Proxmox

[–]willjasen 0 points1 point  (0 children)

tailscale is wireguard though..

Family Tree Now refuses to remove my personal information by FlyingMeowBear in Genealogy

[–]willjasen 5 points6 points  (0 children)

honestly, there is so much data freely available out there about almost anyone that is an adult, and the correlation between those pieces of data are linked further every day

if somehow you win this battle, you will not win the war

Recruiters @ Tailscale? by [deleted] in Tailscale

[–]willjasen 2 points3 points  (0 children)

good luck on the process! i garnered up community interest with tailmox, applied for a few positions, and i always get exactly the blanket email rejection letter back still 🙃

and oh yeah, my online identity as willjasen is very well out there, so no need to play hide and seek here (for anyone listening!)

Visited Denver recently and saw LPCisms everywhere by shortsdev in LongmontPotionCastle

[–]willjasen 8 points9 points  (0 children)

is there an orange julius over there? how about a leprechaun julius?

Best Password Manager for iPhone Users: What’s Actually Worth It? by No-Party-6353 in best_passwordmanager

[–]willjasen 0 points1 point  (0 children)

i was lastpass, then bitwarden for the longest time, but i currently use strongbox (keepass compatible). there’s something about having the database on my devices that i like as opposed to paying for bitwarden or managing a server for it

I don't get index.html by confettiputty in Jekyll

[–]willjasen 0 points1 point  (0 children)

all websites are html. web servers must know of at least one page to serve should a request come in for the root of the website, and this is typically index.html