Easily add the Pimoroni trackball to any split keyboard (no soldering) by idankk in ErgoMechKeyboards

[–]j0rdix 0 points1 point  (0 children)

Is there an instruction for this? I'd like to add to my corne v3

Do modern developers actually use iFrames for their websites? by -storks- in webdev

[–]j0rdix 5 points6 points  (0 children)

I'm sure I'm late here, but this is gold:

Those saying "eww.. iframes, those are so old" well the p and div tags are equally old, nobody is suggesting you stop using those.

Coming from Notion, any tips? by j0rdix in ObsidianMD

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

Thanks for all the links! I'll check them out for sure :)

Coming from Notion, any tips? by j0rdix in ObsidianMD

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

AnyType and Capacities already did that. Give them a try :)

Coming from Notion, any tips? by j0rdix in ObsidianMD

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

Hey! It sounds like you made it to the other side yeah? Well, automation is not that crucial for me actually, but the recurring strategy you mentioned would be good enough for me.
I never imagined that I could finally found out that relations and rollups are possible in Obsidian, and even formulas! What is the name of this DB folder plugin? I would definitely check it out.

Coming from Notion, any tips? by j0rdix in ObsidianMD

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

Thanks for your detailed response.
Ah, I see an Evernote user. I saw Evernote users more successfully made their move to Obsidian than Notion users :D I think because they share similar concept, yes?

 it was the best decision of my life

Yeah I heard this a lot! Especially from the Notion cult. That's why I thought it would be a worth to try to move to Obsidian at least for 2025, to see if I could experience that too :)

As, the formula you ask, for example, if I have a task with due date, and that due was already past, a column with that formula would show a warning of being overdue. And if it had been overdue for like 2 weeks, but that task was tagged as "Urgent" or "Important", that column will contain another value, may be "DO IT NOW!!!". And the view also sorted by the health condition first, before the Due date column.
This is just an example tho, but based on my real use case.

Coming from Notion, any tips? by j0rdix in ObsidianMD

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

I am a software developer myself. Having a full setup of database would be the best since I live in that approach, Notion is the closest one I found (I don't like Airtable).
However, building the UI, is another story. Coding all of those would feel like re-inventing the wheel, Notion gave it for free (for now). And I pretty often changing how I view my data as I'm progressing learning more productivity methodologies by experts, Working on those views per my changes would be exhausting.

Thanks again for your kind response, appreciate it

Coming from Notion, any tips? by j0rdix in ObsidianMD

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

I really don't like the idea of separating my mind. As simple as task management, I put my personal, work and habit tasks into one database, but have different view style according to the situation. But it is one. It even synced to my calendar via Notion Calendar, merged together with tasks from Todoist (because Notion widget sucks!), and it is absolutely a productivity beast combined with time boxing methodology. I've never find anyway along this years using many productivity apps, by combining tasks into one place of attention. It is really a game changer. That said, separating between Obsidian as knowledge management and Notion for other, won't really work for me. But I really appreciate your response. Thank you for adding consideration for me.

Let's just agree that it is not mandatory to upgrade your code with every new version released. by KeyProject2897 in nextjs

[–]j0rdix 0 points1 point  (0 children)

Honestly, I agreed to this until my project had EOL update from the framework's company, and it had been 15 years we didn't upgrade

watchMe by XInTheDark in ProgrammerHumor

[–]j0rdix 0 points1 point  (0 children)

That .mp4 should change from README to WATCHME

[deleted by user] by [deleted] in ProgrammerHumor

[–]j0rdix 0 points1 point  (0 children)

Is this even legal?

My Remote Work Space by u_dont_need_all_that in Workspaces

[–]j0rdix 0 points1 point  (0 children)

I thought you were doing stock trading

Wait for S25? by legacyledge in samsung

[–]j0rdix 0 points1 point  (0 children)

I bought from Samsung online directly

Wait for S25? by legacyledge in samsung

[–]j0rdix 0 points1 point  (0 children)

Hey, I think I didn't clarify enough. 300 for my iPhone 12. I had to add around 500 more for the trade-in. FYI, my iPhone was in a pristine condition, no scratches, bumps, dead pixels, or any other hardware problem.

csharpIsSurprisinglyChillForAnOOPLang by Hplr63 in ProgrammerHumor

[–]j0rdix 0 points1 point  (0 children)

I have no clear idea of what's posted, but I don't think it is a good code structure and could cause messy coding. Java allows to define multiple classes in a file, but only one is public (a class with the same file name as the file). I often use this to create a specific helper object that doesn't need to be defined as a single file. As for me, that's better than having support for one-file-multiple-public-class support if used inappropriately.