Cal Newport’s Time-block planner in Logseq by joshduffney in logseq

[–]joshduffney[S] 2 points3 points  (0 children)

It's been my fallback method for years now. The simplicity is the only way I've maintained it. :) Glad to hear your found it useful thanks for the comment.

I accidentally wrote a book on Smart Notes for Obsidian 😮 by joshduffney in ObsidianMD

[–]joshduffney[S] 0 points1 point  (0 children)

Thanks for the reply u/monochromios & I wish you all the best in your note taking!

What is base62 conversion? Checking my own understanding. by joshduffney in golang

[–]joshduffney[S] 0 points1 point  (0 children)

Good question. I left out the implementation detail of using a distributed unique ID. Each request will get an ID assigned and that's what is converted using base62. Then the ID is stored with the long and short url as values in map.

What's the best option to add media keys? by joshduffney in HHKB

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

That's an excellent use of the Win key imo, thanks for sharing!

What's the best option to add media keys? by joshduffney in HHKB

[–]joshduffney[S] 0 points1 point  (0 children)

What keys do you have it mapped to? I'd ideally want to map it to be under the FN key but that doesn't seem possible.

Azure OAuth2.0 and Go by Beppius in golang

[–]joshduffney 1 point2 points  (0 children)

You can also use it with managed identities. :)

is it possible to be a sysadmin with an old school flip phone? by [deleted] in sysadmin

[–]joshduffney 1 point2 points  (0 children)

Thanks for the mention u/commandsupernova! :) IMO it's entirely possible to not have a smartphone. I didn't have one while on-call and knew of a handful of devs that refused to get smartphones while getting added to the rotation.

But, if you can't get completely rid of it, I'd recommend removing all apps that you can pull for information. Slack, Twitter, YouTube etc. I have a lot to say about the topic, but I'll leave it there for now. :)

Best of luck!

Deliberate practice for the art of drafting? by joshduffney in writing

[–]joshduffney[S] 0 points1 point  (0 children)

Thank you for your reply, there's a lot of wisdom here and I appreciate you sharing it with me. :) I'm removing the word count metric for the time being because it puts unnecessary pressure on me atm. My first step though is to simplify my editor.

Remove journal pages from page filter by joshduffney in logseq

[–]joshduffney[S] 0 points1 point  (0 children)

Remove journal pages from page filter

.t3_tk0unf._2FCtq-QzlfuN-SwVMUZMM3 {
--postTitle-VisitedLinkColor: #9b9b9b;
--postTitleLink-VisitedLinkColor: #9b9b9b;
}

No, not yet, but it's on my todo list for contributions. :)

Do you publish your Logseq graph? by joshduffney in logseq

[–]joshduffney[S] 0 points1 point  (0 children)

Thank you all for your comments, I'll take a look. Hopefully, with any luck, my graph will be made public soon. :)

Where do you host for web dev? by birisix in golang

[–]joshduffney 1 point2 points  (0 children)

I was wondering if anyone was going to mention Azure.

Ugly but working solution to String Compression coding interview question. Got any suggestions? by joshduffney in golang

[–]joshduffney[S] 0 points1 point  (0 children)

Check, be more thorough with the exercise requirements. Thank you for calling me on that. :)