permalink | aliases | tags | publish | date created | date modified | title | cssclasses | |
---|---|---|---|---|---|---|---|---|
true |
Saturday, March 9th 2024, 8:53 pm |
Friday, March 14th 2025, 1:42 pm |
Welcome to my Cyberbase |
|
%%
const pages = dv.pages()
.where(p => !p.file.name.toLowerCase().includes("changelog") && !p.file.name.toLowerCase().includes("readme") )
.sort(f => f.file.mtime, "desc")
.limit(1);
let content;
if (pages.length === 0) {
content = "No files found.";
} else {
const lastEdited = pages[0];
// If your environment has 'moment' loaded, this will work:
const timeAgo = moment(lastEdited.file.mtime).fromNow();
// Or you can use a pure JavaScript "time ago" function, if moment is unavailable.
content = `${timeAgo} β [[${lastEdited.file.name}]]`;
}
`
> Recent Edits
> ${dv.markdownList([content])}
`;
%%
%% DATAVIEW_PUBLISHER: start
const pages = dv.pages()
.where(p => !p.file.name.toLowerCase().includes("changelog") && !p.file.name.toLowerCase().includes("readme") )
.sort(file => file.file.mtime, "desc")
.limit(1);
let content;
if (pages.length === 0) {
content = "No files found.";
} else {
const lastEdited = pages[0];
// If 'moment' is available, use format(...) to get a nice timestamp:
const dateTime = moment(lastEdited.file.mtime).format("ddd, MMM D, YYYY");
content = `${dateTime} - [[${lastEdited.file.name}]]`;
}
`
> [!note] Latest Edit
> ${content}
`;
%%
[!note] Latest Edit Fri, Mar 14, 2025 - [[π 53 - Cybersader GRC Tools]]
%% DATAVIEW_PUBLISHER: end %%
- π Resume & Portfolio
Home/Here
YouTube
- Videos, Playlists
LinkedIn
- Soundcloud
- Music
Meet w/Me
Notion
- Old notion pages (till Oct 2024)
Blog
- Tutorials and random stuff (updating workflow soon here)
My GitHub %% %%
%% DATAVIEW_PUBLISHER: start
TABLE dateformat(file.mtime, "ccc - f") AS "Last modified"
FROM ""
WHERE !contains(file.name, "README") and !contains(file.name, "Changelog")
SORT file.mtime DESC LIMIT 10
%%
File | Last modified |
---|---|
[[π 53 - Cybersader GRC Tools/π 53 - Cybersader GRC Tools.md|π 53 - Cybersader GRC Tools]] | Fri - 3/14/2025, 1:09 PM |
[[π 01 - Projects/π 01 - Projects.md|π 01 - Projects]] | Fri - 3/14/2025, 1:09 PM |
[[π 05 - Organizational Cyber/Lucidchart for Data Governance/Lucidchart for Data Governance.md|Lucidchart for Data Governance]] | Fri - 3/14/2025, 12:10 PM |
[[π 05 - Organizational Cyber/π 05 - Organizational Cyber.md|π 05 - Organizational Cyber]] | Fri - 3/14/2025, 12:09 PM |
[[β¬οΈ Clippings/Tech Inbox/Readwise/Readwise.md|Readwise]] | Wed - 3/12/2025, 10:00 PM |
[[β¬οΈ Clippings/Tech Inbox/Google-Gemma-3/Google-Gemma-3.md|Google-Gemma-3]] | Wed - 3/12/2025, 10:00 PM |
[[β¬οΈ Clippings/Tech Inbox/Cryptomator/Cryptomator.md|Cryptomator]] | Wed - 3/12/2025, 10:00 PM |
[[β¬οΈ Clippings/Tech Inbox/Ollama/Ollama.md|Ollama]] | Wed - 3/12/2025, 9:59 PM |
[[β¬ INBOX, DROPZONE/β¬ INBOX, DROPZONE.md|β¬ INBOX, DROPZONE]] | Wed - 3/12/2025, 9:58 PM |
[[β¬οΈ Clippings/Tech Inbox/Cryptee/Cryptee.md|Cryptee]] | Wed - 3/12/2025, 9:57 PM |
%% DATAVIEW_PUBLISHER: end %%
[!info] π Changelog - view more recent activity here
[!info]- What is GitHub? I use GitHub to store versions of my cyberbase. It's used by programmers to manage their code and deliver software to the world, but I use it for this base's content.
[!important]- Tech I Like
%% height=20 width=auto -- put a space after the badge %%
My public and contributable base/wiki for cybersecurity, cyber resilience, and cyber-related topics. Utilizes Notion, Obsidian, and Github to sync content. For now this is my "digital garden", "second brain", and fortress of the cybersader.
A beacon for the assembly and dissemination of cyber wisdom, this platform stands as a formidable citadel, a testament to my dedication as a Cybersader, committed to enriching the collective intellect. Initially serving as a crucible for my own insights, it is adorned with the digital ramparts and moats designed to safeguard knowledge. Yet, its ambition extends far beyond, aspiring to evolve into a dynamic, contributory nexus for the cyber-savvy and the intellectually studious. This endeavor is the essence of social knowledge curationβa concept pioneered by Wikipedia, yet here, under the banner of the Cybersader, I seek to refine and reimagine its potential. My vision is to build not just a platform, but a fortress of wisdom, more intuitive in its use and replicable, allowing others to establish resilient bastions of cyber knowledge across the realm. Here, every contribution is forged in fire, every shared insight a shield to the industry, paving the way for an unprecedented expansion of cyber knowledge landscapes, under the watchful eye of the Cybersader.
If you enjoy my work or find value from it, then you can support me below by sharing your thoughts or a small gift.