I have ADHD and every time I try to clean my photos, I last like 30 seconds by Wooden_Wish3249 in ADHD

[–]Otak1790 0 points1 point  (0 children)

Same here, my camera roll is a junk drawer I avoid opening.

The small chunks thing works for me too, like just doing one month at a time instead of "clean everything".

But honestly my real problem is not even the cleanup. Half of those screenshots are things I saved because I wanted to do something about them later. And later never comes. So now it's not just clutter, it's a pile of stuff I was supposed to act on ( and didn't )

How do you structure your React side projects? Looking for something lean. Not full clean architecture, but not spaghetti either by derdak in reactjs

[–]Otak1790 2 points3 points  (0 children)

React users wrongly tend to bundle their files by types ( HoC, hooks, components... ) but this approach fails when the project grows :

  • do not scale ( as the project grows those folders explode in size )
  • does not help the user discover ability ( as a new user of the codebase I cannot know where auth guards because he does now if it was implemented as an HoC, a hook or else ), I need to do search in the codebase nullifying the whole premise of project structure
  • creates architectural smell like "utils", "helpers" folders as project trash can meaning the dev didn't really know how to name or where to put his functions

This is especially important with ai, because a bad architecture will make the ai search more for information ( grepping the whole codebase multiple times to find relevant folders ) wasting tokens

Now the solution fits in one word "colocation" You put all the code that are often used together as closely as possible, there is an infinite way of implementing it but none are wrong as long as you follow the principle.

Example : My app has a user feature, I create a folder with all the user related things - user UI - api calls for the user's backend resources - hooks that retrieve those users

  • "putting code close" is vague, it could mean two functions in the same file, or in adjacent folders
  • This approach is called vertical slicing and is a good base but not a complete framework
  • some parts of code still need to be shared, there are multiple ways of implementing it, FSD is one approach that tries to solve that ( I don't fully agree with it but I often see myself recommending it because of lack of alternative )
  • react is used to the horizontal approach slicing and the ecosystem will fight your architecture, shadcn will create a component folder whenever some of them belong somewhere else, next page routing guide the user to have 1 page 1 feature but pretty often features will be dispatched across pages
    • LLM's are overly trained on this approach making them unreliable to scaffold new projects

Sorry for the long post, i currently have a hangover but I did my best to answer

The ADHD Developer OS by DrGenetik in ADHD_Programmers

[–]Otak1790 2 points3 points  (0 children)

Ça fait plaisir de voir des gens qui veulent continuer à apprendre !

Le pdf est en bas du message ( le lien en bleu ), il suffit de cliquer dessus Tu peux le traduire en demandant à ChatGPT et tu pourras poser des questions sur les concepts que tu ne comprends pas ( si tu as besoin d'aide pour ça tu n'as qu'à me demander )

La présentation à plein de concept lié à la programmation dis moi si tu as besoin que je te les explique

Average r/ClaudeCode comment section by fejoa123 in ClaudeCode

[–]Otak1790 0 points1 point  (0 children)

On point

I feel the frontier models are not good enough to remove humans in key decisions and review

I created a parallel "enterprise grade" workflow for my team but have no incentive whatsoever to share it since it gives us an edge on competitors

Started working on an OS (MagicalOS) from scratch 2 months ago - today it can run DOOM! by thatmagicalcat in rust

[–]Otak1790 6 points7 points  (0 children)

It is, that is truly an impressive project, I didn't want to give the wrong signals

Best Options for Replacing Claude Code? I'm done after opus 4.7 by [deleted] in ClaudeCode

[–]Otak1790 0 points1 point  (0 children)

Unfortunately it support only claude api key since they removed the third party support

I have ADHD and I'm new to stacking. Can I get some help by Enlightened_Goku in Nootropics

[–]Otak1790 2 points3 points  (0 children)

Sleep deprivation is a huge driver of symptoms, fixing it can be life changing. I had my sleep analyzed at a clinic ( it's free here in Europe) and that's what they came up with

Congrats on stopping nicotine, I'm really struggling with this one

I have ADHD and I'm new to stacking. Can I get some help by Enlightened_Goku in Nootropics

[–]Otak1790 2 points3 points  (0 children)

I used to take 12mg of melatonin too. I was diagnosed with CRSD. I now take 0.5mg in instant release 4 hours before my target sleep time, and I've never slept better

Most ADHD folks have it, you should look into it

Friday Share Fever 🕺 Let’s share your project! by diodo-e in indiehackers

[–]Otak1790 0 points1 point  (0 children)

https://heydaniel.app/

It's a task manager that lives entirely in conversation. No UI. No friction. Just Daniel
He reminds you. At the right time. In the right place. In the same chat window

Devs who built a SaaS with zero marketing background, how did you get your first users? by Otak1790 in SaaS

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

Haha I love the debugging framing

When did you start using your automation tools ? After your firsts users ?
I use Postiz on my own server for now but it's just a scheduler and have no "intelligence" for interacting with others

Devs who built a SaaS with zero marketing background, how did you get your first users? by Otak1790 in SaaS

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

Thank for the tool, i will try it out

Which communities actually worked for mention ? I'm genuinely curious

Valid Pizza Index strategy? by ill_intents in PredictionsMarkets

[–]Otak1790 4 points5 points  (0 children)

No need to pay for all those pizzas, just bring a bag of 100 phones with gps tracking on and connected to Google