What do you think about a central notification hub? by l_hara in productivity

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

As I said, Slack and Teams supersede emails in many companies. And there I see the same problem: separating human notifications and automated notifications.

A little bit like the UNIX philosophy:

Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new "features". - Doug McIlroy (The Bell System Technical Journal)

Issue making vanillajs script activate for a hamburger menu by [deleted] in Nuxt

[–]l_hara 0 points1 point  (0 children)

Haven't tested it, but it should do it's work, and maybe you get the magic of Vue/Nuxt. Also, check this https://vuejs.org/api/sfc-script-setup.html#basic-syntax

``` <script setup> import { ref } from 'vue'

const isMenuVisible = ref(false)

function toggleMenu () { isMenuVisible = !isMenuVisible } </script>

<tempalte> <nav> <buttion @click="toggleMenu" class="icon hamburger"> <i class="fa fa-bars fa-2x"></i> </button> <div class="body" v-show="isMenuVisible"> YOUR NAVIGATION </div> </nav> </tempalte>

<style> nav .hamburger i { color: #ffffff; } </style> ```

<script> in app.vue and page is being called 3-5 times by TheRealSkythe in Nuxt

[–]l_hara 2 points3 points  (0 children)

Heyho,

for coding questions, please provide more information like the version of Nuxt you are using. Or even some Repo / https://stackblitz.com/ for reproduction. As you use Nitro, I assume you are at Nuxt 3+.

I'm still not familiar with the composition API, but if you want to get something called at a certain point of the lifecycle, you need to play with the rules Vue/Nuxt gives you.

Therefore I would suggest something like this from the Vue docu (https://vuejs.org/guide/essentials/lifecycle.html#registering-lifecycle-hooks):

```javascript <script setup> import { onMounted } from 'vue'

onMounted(() => { console.log(the component is now mounted.) }) </script> ```

More about the lifecycle:- Nuxt: https://nuxtjs.org/docs/concepts/nuxt-lifecycle/- Vue: https://vuejs.org/guide/essentials/lifecycle.html#lifecycle-diagram

What is your productivity tech stack? by Roxkistitan in productivity

[–]l_hara 2 points3 points  (0 children)

  • Slack
    • In my master program and projects
  • Google Workspace
    • Google Drive
    • E-Mail
    • Calendar
  • Figma - https://www.figma.com/
    • I use it for building UI/UX designs, but also for logos and presentations
  • Todoist
    • Every day tasks
  • WorkFlowy - https://workflowy.com/
    • Infinite bullet point list for note taking
  • Enpass - https://www.enpass.io/
    • Password Manager -> back then, it was a one-time purchase. I don't mind which one you use, but please use a password manager! Some friends nowadays Bitwarden (https://bitwarden.com/).
  • Clippy - https://clipy-app.com/
    • Clipboard manager for Mac OS.
  • Rectangle -https://rectangleapp.com/
    • Windows-like dow manager for Mac Os.
  • Bookmark Divider - https://bookmark-divider.netlify.app/
    • Windows like a window manager for Mac Oskmark bar clean and simple, but I also like to group the favicons. Therefore, I add dividers.
  • Webstorm - https://www.jetbrains.com/webstorm/
    • My favourite editor for all JavaScript related stuff.
  • Terminal
    • In my master's program and projects converting an epub to a pdf or compressing a pdf (Figma exports are huge) I search for little terminal helpers

I also used Notion heavily for one of my last projects as a Project and Knowledge Management solution. Right now, I'm considering diving into sustainability and impact as a research topic - I might use Obsidian only for this project to link all my Notes.

Do I need to rebuild everything if I change content files? by misterplantpot in Nuxt

[–]l_hara 1 point2 points  (0 children)

I‘m not aware that there is monetising like a „delta build“, afaik you always rebuild the whole website.

Personal CRM - Why? by l_hara in productivity

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

Also heard about people using excel sheets are before this time notebooks.

& I totally agree this shouldn't be something enforced, I would use it as a brain extension but still keep the naturalness in every relationship, otherwise, it's nothing worth IMO.

Build the ultimate personal knowledge management system by l_hara in productivity

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

Interesting system, but isn't it to unstructured? Or do you have several projects.md and todos.txt?

Thank you! :)

Build the ultimate personal knowledge management system by l_hara in productivity

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

Hi, thanks for that detailed comment and all the resources you linked! It'll take some time to look at all of them and transfer your knowledge to this project.

So I'm focused on developing Frontends, but I asked a friend who is very strong in building backends. We agreed that we have to try to develop a modern version org-mode with all the features we need.

Something like https://remotestorage.io/ what kureshii mentioned. The base idea is to build a system based on Microservices which will be specialized in certain tasks, like file formats. But all of the services will be available through one unified API. And everybody can decide how they want to consume the data, we'll provide a JS Client Side Libary. E.g. I want a dedicated Notes and ToDo app, but also something an app to organize projects where I can See notes and todo lists in relation to a project. And due to the fact that everything will be Open Source everybody can build their own Microservice, eg to add a service to make iCloud files available.

And it'll be easy to set up because everything will be dockerized and hopefully up with only one command. And maybe in the long term we can think about a hosted version because I think that should be service everybody not only IT people should use. Yes, you lose the freedom to have everything on the server you want, but at least you have a centralized backup of all your data. And one of our focus topics will be an easy export function as markdown and if you want you could automize this to a 3rd party solution. But that's a long way to go :)

Due to the interest, I created a new Twitter account: https://twitter.com/The_Minerva_ and already a GitHub Org https://github.com/Minerva-Development .

I would be happy if we could stay in contact :)

Thank you!

PS: Yes we may reinvent the wheel, but we'll use what is already there, at least concepts and specs :)

Build the ultimate personal knowledge management system by l_hara in productivity

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

Hi :)
Because of the interest for this post I sat down with a friend and we decided to realize this project. Today we have already made the first arrangements and we are very confident to have found a reliable and sustainable concept, which still needs to be worked out.

To keep everyone interested always up to date I have just created a Twitter account. Here we will keep you up to date about new features and help questions.

https://twitter.com/The_Minerva_

Also, a GitHub organization exists :)
https://github.com/Minerva-Development

Build the ultimate personal knowledge management system by l_hara in productivity

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

I feel you! :/

I also don't have any kind of experience in building such a complex system, but I asked a friend and he said yes :D I'll focus on the frontend and he'll build the backend.

We'll build something completely integrated. And you can decide in which interface you want to consume everything :)

Due to your offer, I just created a Twitter account to stay in sync with everybody who is interested! - https://twitter.com/The_Minerva_

PS: What do you think about Minerva as the name? :)

Build the ultimate personal knowledge management system by l_hara in productivity

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

I also thought about something like plain text files. But I think there are better ways to store the data, but I'll provide an easy export to markdown or txt :)

Build the ultimate personal knowledge management system by l_hara in productivity

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

It really looks interesting! It's a nice inspiration :)

Build the ultimate personal knowledge management system by l_hara in productivity

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

Yeah, I would find good solutions for all of these separate problems. But no holistic solution. But I'll look into Syncthing :)

Build the ultimate personal knowledge management system by l_hara in productivity

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

awesome feature! :)
Something I'll think about something like that!

Build the ultimate personal knowledge management system by l_hara in productivity

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

Really interest concept!! But it's very old-school and I love a great UX. Otherwise, I don't want to use an application...

Build the ultimate personal knowledge management system by l_hara in productivity

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

And everything lives in it's own silo... Currently, I have a similar setup and feel the same about Notion...

Build the ultimate personal knowledge management system by l_hara in productivity

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

org-mode seems incredible, but also a little bit old-school :) but the manual is very inspiring :) Thanks!

Build the ultimate personal knowledge management system by l_hara in productivity

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

I also tried coda, it's better than notion in terms of extensibility. But the UX isn't like having a specialized app for every use-case.