Advertisement Β· 728 Γ— 90

Posts by Roland Kirpal

I, too, love JavaScript so much that I gladly allocate any of my inexpensive RAM to programs running in a browser engine!

Who needs a UI framework when you can use good ol' DOM anyway!?

Jokes aside, much love to all of you JavaScript and TypeScript developers out there! <3

1 day ago 2 0 0 0

The artificial organism #ProjectMindMap keeps growing.

The wiring gets more complex.
Changes in its core can be felt instantly.

It's starting to feel... alive.

#buildinpublic

6 days ago 5 1 1 0

My prompt is not very optimized yet :)
It looks like this:

"Extract information from a given heading and notes to fill predefined fields. Each field has an ID, aspect, name, and expected type. ... Original idea: (name, notes) ... Fields to fill: ..."

Then I give it a JSON structure for output.

1 week ago 1 0 0 0

Thank you!

Honestly, I haven't tested many edge cases yet.

What helped me tremendously was setting the temperature to 0 in order to get consistent outputs.

I will test more as I continue developing :)

1 week ago 1 0 0 0
Post image Post image

Currently fixing bugs and re-designing data structures.

Had a little fun letting the LLM guess the blanks in my role-playing character class inside #ProjectMindMap βš”οΈπŸ›‘οΈπŸ”₯
#buildinpublic

1 week ago 4 1 2 0

Staying motivated when working alone is a great challenge.

What keeps me going?
Having a tool that assists me in organizing myself.

One that won't sell my personal data.
One where everyone remains in power over their data!

It won't be perfect, but it'll be honest.
#solodev #devthoughts

1 week ago 2 0 0 0

Huge milestone achieved!
#ProjectMindMap now runs in containers!
Now it can run anywhere without setup chaos. It just runs with the press of a button!
Feels like a big step towards making it usable for everyone! #buildinpublic

2 weeks ago 2 0 0 0
Advertisement

Anyone else noticed a big drop in spam mails recently?

Mine dropped from 50-100 mails/day to now ~6, somehow!

2 weeks ago 0 0 0 0

Since I was last here, the hype about "AI" or LLMs has really turned sour. And so do I have mixed feelings. In my daily life as a developer, #LLMs like #ChatGPT help me a lot. But I would never let it write my whole code base, nor would I share all my code with it. #Handmade is a new quality.

2 weeks ago 1 0 0 0

Hey, I'm back!
I know, it's been a while since I last posted. I took a longer break from #projectMindmap but I've continued developing!
Right now I'm "reintegrating" back into the Bluesky community.
Likely, I still have to find my way 😊
What's going on with you guys? How are you? What have I missed?

2 weeks ago 0 0 0 0
Post image

Ironically, I found a tool that styles your taskbar like WIndows XP, WHICH IS MUCH MORE COMPREHENSIBLE THAN WINDOWS 11! Talk about progress in the Windows world... πŸ™„

10 months ago 0 0 0 0
Post image

The new taskbar is really confusing compared to WIn 10. I used to have two rows - not possible anymore. Now it's hard to differentiate between fixed icons and open windows. (Not sure if you can tell from my screenshot.) And I've fully exhausted all options.

10 months ago 0 0 1 0

After long hesitation, I finally upgraded to Windows 11. Amazing! Every change is for the worse!

10 months ago 0 0 1 0

It's a really cool demo! I like it! Keep up the good work! I'm curious to see where it goes! 😊

10 months ago 1 0 1 0

That's one advantage of wiring ChatGPT into your app: It's really good at confirming your worth as a human πŸ˜„ So why not use it to generate test data that makes you feel good? πŸ˜‰

10 months ago 0 0 0 0
Advertisement

Absolutely! I think that's one of the most tricky things when you're a solo dev: To not lose your motivation (and sometimes taking some fun detours) 😊
Do you have any other tricks to keep motivated?

10 months ago 0 0 1 0

Cool! Is this your app?

10 months ago 0 0 1 0
Post image

When you're the only dev on a project, so your app gives you emotional support.
#buildinpublic

10 months ago 4 0 2 0

Nevertheless, I can keep a thing or two, and it was a good learning experience 😊

10 months ago 0 0 0 0

My pain lies here:
There is so much logic in the frontend - rows are being split into sub-rows, then merged back again with their parent.
But what if I have another view? User shall have their own views, for their own use-cases.
They shouldn't handle data this clumsily...
#devthoughts

10 months ago 0 0 1 0
UI result - logic behind it needs re-think

UI result - logic behind it needs re-think

Welp - I did it!
Dynamic rows and columns from JSON βœ… and it saves!

But then came revelation:
Even with solid planning, after hours of implementing, cracks appeared.
The frontend logic turned out way too convoluted.

Now I’m rethinking the whole concept...

How would you approach it?
#buildinpublic

10 months ago 1 0 1 0

Obviously, the code needs more love before it becomes ready to ship πŸ˜‰β™₯

10 months ago 0 0 0 0
Advertisement
Post image

Checklist items live as JSON in the DB - but are unpacked into separate rows at runtime.
This allows filtering & sorting each entry individually.
Here’s the extraction logic, straight from the codebase:
#buildinpublic #devlog

10 months ago 1 0 1 0
Screenshot still lacks the checkbox column (WIP)

Screenshot still lacks the checkbox column (WIP)

Two design decisions:
βœ… Checklists won’t style their own cells – just ordinary rows
βœ… Row types can add extra columns (like a checkbox or action buttons)

Result: uniform styling, dynamic functionality, and full filtering & ordering support.

For the nerdy stuff: πŸ‘‡
#buildinpublic

10 months ago 2 0 1 0

One night later, the challenge becomes visible.
My internal API lets data types style their own table cells - that's a lot of freedom!
But as my last screenshot shows:
Freedom has a price. It can break layouts.
The battle: Freedom vs. Unity. Who will win?
#ProjectMindMap #buildinpublic

10 months ago 1 0 0 0

Took me a while to get started implementing this.
Had the idea for checklists for quite some time - but needed the right design.
Lots of time went into researching the best structure and storage format (think: DB & JSON logic).
I don't want quick hacks - I want a system I can build on
#buildinpublic

10 months ago 0 0 0 0
Screenshot of the new checklists feature

Screenshot of the new checklists feature

New feature! πŸ› οΈ

Checklists in #ProjectMindMap!

I know what you're thinking:
"Great, another ToDo list..."

But hey - turns out checklists are actually useful!
I use them myself to plan the next steps for the first public version of Project MindMap!

Stay tuned!
#buildinpublic #pkm #indiedev

10 months ago 1 0 1 0

Building #ProjectMindMap keeps teaching me new ways to approach design.
Every bug, every detour is a lesson in focus and resilience - and smarter problem solving.
I wonder - for other devs: what has your code taught you lately?
#devthoughts #buildinpublic

11 months ago 4 0 0 0

If you're a programmer, do you sometimes spin crazy tales of your code in your mind? Like there's this huge tale of "inclusiveness", how a "society" of values may cherish unfolding themselves into multipe rows vs. one big brute chunky single value in one row... #devthoughts #buildinpublic

11 months ago 1 0 0 0

Let me tell you a joke.

Putting program settings under "File."

#devhumor

11 months ago 1 0 0 0
Advertisement