permalink | aliases | tags | publish | date created | date modified | title | cssclasses | |
---|---|---|---|---|---|---|---|---|
true |
Saturday, March 9th 2024, 8:53 pm |
Tuesday, February 18th 2025, 9:15 am |
Welcome to my Cyberbase |
|
%%
const pages = dv.pages()
.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()
.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 Wed, Feb 19, 2025 - [[2025-02-19-Wednesday]]
%% DATAVIEW_PUBLISHER: end %%
- 📄 Resume & Portfolio
- 🏠 Home
- KnowledgeBase, Portfolio, Blog
YouTube
- Videos, Playlists
- Soundcloud
- Music
- 📅 Book a Meeting
- Notion
- Old notion pages (till Oct 2024)
- Blog
- Tutorials and random stuff (updating workflow soon here)
%% DATAVIEW_PUBLISHER: start
TABLE dateformat(file.mtime, "ccc - f") AS "Last modified" FROM "" SORT file.mtime DESC LIMIT 10
%%
File | Last modified |
---|---|
[[🕸️ Daily Notes/2025/02/2025-02-19-Wednesday/2025-02-19-Wednesday.md|2025-02-19-Wednesday]] | Wed - 2/19/2025, 9:47 PM |
[[📅 Changelog/📅 Changelog.md|📅 Changelog]] | Wed - 2/19/2025, 9:45 PM |
[[README.md|README]] | Wed - 2/19/2025, 9:45 PM |
[[🕸️ Daily Notes/🕸️ Daily Notes.md|🕸️ Daily Notes]] | Wed - 2/19/2025, 9:38 PM |
[[📁 02 - CyberNews/2025 Cyber News/2025 Cyber News.md|2025 Cyber News]] | Tue - 2/18/2025, 1:44 PM |
[[📁 02 - CyberNews/📁 02 - CyberNews.md|📁 02 - CyberNews]] | Tue - 2/18/2025, 9:26 AM |
[[📁 13 - Religion, Ontology, Philosophy/Dangers of Indifference to Religion/Dangers of Indifference to Religion.md|Dangers of Indifference to Religion]] | Tue - 2/18/2025, 9:05 AM |
[[📁 13 - Religion, Ontology, Philosophy/📁 13 - Religion, Ontology, Philosophy.md|📁 13 - Religion, Ontology, Philosophy]] | Tue - 2/18/2025, 9:05 AM |
[[📁 13 - Religion, Ontology, Philosophy/Atheism vs Theism/Atheism vs Theism.md|Atheism vs Theism]] | Tue - 2/18/2025, 9:04 AM |
[[📁 13 - Religion, Ontology, Philosophy/Atheism vs Christianity/Atheism vs Christianity.md|Atheism vs Christianity]] | Tue - 2/18/2025, 9:04 AM |
%% DATAVIEW_PUBLISHER: end %%
[!info] 📅 Changelog - view more recent activity here
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.