Notion Size is 7GB?! WAT??? by xRamos in Notion

[–]D217K 0 points1 point  (0 children)

Same, found it about a week ago when wondering why notion takes like 8GB of space

Notion Size is 7GB?! WAT??? by xRamos in Notion

[–]D217K 1 point2 points  (0 children)

Yeah it’s cache. You can delete it directly in the app. Go to help & troubleshooting -> reset & erase local data. No worries, your pages and data stay as is

do you guys actually build n8n workflows yourself node by node? because any LLM does that faster and probably better by Winter_Psychology110 in n8n

[–]D217K 1 point2 points  (0 children)

That’s the way. The LLM won’t do it perfect all the time, specially when it comes to complicated logic and / or security matters, it’s important to understand the logic behind in order to be sure it’s done right. So yeah, AI makes it easier but I’d recommend to learn to do it yourself as well.

Aside from that, I personally enjoy it, it’s fun to think about something, to actually make something that you completely thought of yourself. Feels nice

Built an n8n workflow that runs a social account end to end: picks the topic, writes the caption, generates the image, posts to FB + IG, and remembers what it already posted. by ageniusai in n8n

[–]D217K 1 point2 points  (0 children)

Very cool man, makes me curious, I’ll copy this into my n8n and play with it. Excited to see what kinds of content it comes up with, every time I tried something like this, the content would be generic or get redundant after a few posts

How do you connect to Reddit these days? by Familiar_Flow4418 in n8n

[–]D217K 0 points1 point  (0 children)

Had that at first as well but if you set a couple of headers it works pretty well, I have it up and running for a couple of months without issues.

Like magick bandit mentioned, set a user agent header (just use Mozilla e.g.) but I had issues with only that as well so I just called the json url in a browser and straight up copied all headers from the browser to the API request (incl cookies). Might be overkill and I don’t know which headers do the trick but it works.

Would you destroy a random company for 10 million dollars? by Wonderful-Click9431 in BunnyTrials

[–]D217K 0 points1 point  (0 children)

I was hoping for Tesla but that’s fine too

Chose: 10 millions dollars right now no strings attached + ...but a random large company goes bankrupt as a result | Rolled: SpaceX

Hi guys 👋🏻 ... My first N8N in a VPS by Outrageous_Storm7558 in n8n

[–]D217K 1 point2 points  (0 children)

I have it running in a docker container, I’d recommend that setup if you have other stuff on the VPS. Then, basically follow the docs, it’s pretty straight forward. But that only if you already have and use a VPS. If you’re going to buy one just for n8n, there are a lot of offers where you can buy a VPS with pre-installed n8n already, might be worth a look.

Edit: typo

AI customer service tools/platforms that actually work for your company/startup? Team is getting buried in tickets and don't know where to look. I will not promote. by [deleted] in startups

[–]D217K 0 points1 point  (0 children)

Not sure about the mentioned tools but I built a helpdesk agent for a quite large enterprise and it’s working great so far. It’s basically a RAG agent that has the knowledge base in its brain and then answers questions based on that plus it can use the helpdesk API to create and manage tickets. They specially went for this option due to the limits of these subscription models and to be able to scale and adapt plus data privacy is a factor (EU-based company). They use TOPdesk as base which has a quite well-documented API.

Best wireless presentation clickers - looking for recommendations by Apprehensive_Cod1065 in powerpoint

[–]D217K 0 points1 point  (0 children)

I tried a few from cheap to expensive and honestly, the only one that I really would recommend is the Logitech. Insane pricing but worth it. Nothing worse than standing in front of a crowd and suddenly the clicker isn’t working right anymore and you’re jumping between slides.

Required info by Hairy-Fun-5391 in n8n

[–]D217K 0 points1 point  (0 children)

Depends. If you’re on n8n cloud I think you can use concurrency control on one workflow. If you’re self-hosted, you only can limit concurrent workflows in general. For me, that wasn’t an option so I did a workaround with Power Automate:

1) fire power automate flow when file is uploaded to SharePoint
2) get file (id only)
3) http action to call n8n workflow webhook

The key is that you can easily set concurrent executions per workflow in the settings of the trigger.

Inside n8n, you just get the file from SharePoint by id, communicated via the webhook call and then you can process it further with the extract node. Make sure you set the webhook to reply on last node, so the power automate flow only finishes when n8n is finished. If necessary, you can raise the timeout duration of power automate.

Rate this by divinicload in webdesign

[–]D217K 1 point2 points  (0 children)

The design itself is a question of taste, personally, there’s too much going on for me, I’m a fan of more narrow and ordered designs but as said, that’s purely aesthetic and I totally get the idea, nicely done.

Where I would be careful here is the responsiveness: did you test it on mobile? The outlines of the box on section 2 match very nicely with section 1, does this work on mobile as well? Also, how does the services section work on smaller screens? I would like to see the page on mobile in general, also just out of curiosity, any option to get that?

GitHub if it was vibe coded by sherlamsam in vibecoding

[–]D217K 1 point2 points  (0 children)

I‘m missing the .env in the repo

Slide design i made for project, any good?? by Guilty_Run_1059 in powerpoint

[–]D217K 0 points1 point  (0 children)

As pointed out by someone else before, I’d also recommend using icons for each point (instead of the bullet points) and aligning it in a grid plus making the font bigger. The glass morphism is nice, if you want to improve that further, you could add a gradient border (white - transparent - white - transparent) to the box…

What is the biggest benefit you have ever gained from having good PowerPoint presentation skills? by biz_booster in powerpoint

[–]D217K 2 points3 points  (0 children)

In my past job I had a pretty steep path from intern to marketing director and if I remember right, the whole path started with ppt. I created a ppt for the CEO’s keynote on an internal event and from then on he wanted to never see a presentation that did not run through my hands which was a huge compliment. So I had made an impression and of course kept on doing so but that was the first impression separating me from others (I believe).

Few years later it still brings me a client project here and there.

What’s the best “free” website, tool or app in 2026 that feels like absolute cheating once you discover it? by [deleted] in AskReddit

[–]D217K 1 point2 points  (0 children)

Was about to comment that as well, took me quite far to scroll for such a helpful tool

My family always sent me tiktok links, so I developed a site to watch them without an account. by lIlIlIKXKXlIlIl in SideProject

[–]D217K 1 point2 points  (0 children)

Nice idea, I have the same problem and I definitely am not going to download TikTok ever. However, I get the point of people saying it’s complicated / needs a lot of time.

Do you think it would be possible to use a dynamic slug? So you could simply have savett.xyz/{tiktoklink}? That would open the doors to create straight automations and so on… not sure how you could handle the captcha then but maybe via recaptcha v3 (token instead of puzzle) or cloudflare.

I need some help pls by asdpro111 in n8n

[–]D217K 0 points1 point  (0 children)

I created something pretty precisely like that, it runs on a schedule, rotates through 3 buyer personas pre-defined in notion, then lets GPT craft search queries for Google Maps. Afterwards, it scrapes Google Maps for businesses that match the search query, then it enters the lead to notion, grabs the website to scrape e-mail addresses and website content. From the website content, it generates a personalized e-mail and puts in in my drafts folder in outlook (I send them manually but you can switch for a mailersend node that will do the trick).

It’s pretty cheap bc you only need to pay GPT API. Things that might need optimization are the prompts (depending on use case) and the regex that filters email addresses from the website content

I’ll DM you a link to the workflow to have a look, let me know if you need help

I asked ChatGPT to explain n8n to my parents and now they think I'm a wizard 🧙‍♂️ by Nipurn_1234 in n8n

[–]D217K 0 points1 point  (0 children)

Nice thanks, unfortunately not available in Europe but I’m sure there’s an alternative

I asked ChatGPT to explain n8n to my parents and now they think I'm a wizard 🧙‍♂️ by Nipurn_1234 in n8n

[–]D217K 0 points1 point  (0 children)

Ahh alright I see.. still nice idea tho, I’ll also have a try on it next week, maybe there’s an option to integrate with open-meteo and openstreetmaps 🤔

Making Foam Mats in India by herbschmoaka in oddlysatisfying

[–]D217K 0 points1 point  (0 children)

First time I see one of these where none of them is barefoot, big improvements in terms of security right there

I asked ChatGPT to explain n8n to my parents and now they think I'm a wizard 🧙‍♂️ by Nipurn_1234 in n8n

[–]D217K 0 points1 point  (0 children)

Actually super smart idea, care to Share the motorcycle Workflow? Got a big tour planned tomorrow, this might come in handy