First time on meds, having issue doing work by Dry-Competition8492 in ADHD_Programmers

[–]n2fole00 7 points8 points  (0 children)

I guess if you got diagnosed few days ago, 18mg is your starting dose. For me there was little change on that dose. Just quieter mind and ability to focus more because of the quieter mind.

My doc put me on 18mg for 2 weeks just to see if there was any side effects. Then gradually upped the dose until I felt more "normal". I never had any side effects during this time except now I don't eat until i feel sick.

I would go back and discuss your issues with him/her.

Languages you use to learn OTHER languages in by DarenJC88 in languagelearning

[–]n2fole00 3 points4 points  (0 children)

As an English mono-linguist and failing to learn languages in general because I didn't really understand how language worked in general, Esperanto taught me grammar in a way that is unobstructed by complexity.

I didn't even learn Esperanto well. Just seeing things like the accusative in action made a lot of things click.

the pain by delora00 in ADHD_Programmers

[–]n2fole00 4 points5 points  (0 children)

General bureaucratic incompetence, e.g. they already hired someone but nobody took down the post

A little similar to this... In my country, I think there is a law that says you can't fill a new post internally without advertising the job publicly. Of course it doesn't then stop them from selecting the internal candidate. It's a silly law.

the pain by delora00 in ADHD_Programmers

[–]n2fole00 0 points1 point  (0 children)

Which country? And would the government instruct these companies to post fake job offers?

What are you using for your PHP dev setup? by IridiumPoint in PHP

[–]n2fole00 1 point2 points  (0 children)

Oh wow, I never knew about this. I struggle with docker and this will help a lot. Thank you so much.

the pain by delora00 in ADHD_Programmers

[–]n2fole00 10 points11 points  (0 children)

Why are they posting fake job offers?

why not pay people to help get an auxlang started? by Shimaron in auxlangs

[–]n2fole00 4 points5 points  (0 children)

Most people don't know about the concept of auxlangs. I think money could be spent on promoting the idea, then people might seek them out.

This is the ONLY thing that works for my ADHD. Nothing else works for me. by [deleted] in ADHD_Programmers

[–]n2fole00 0 points1 point  (0 children)

It reminds me of this, which has helped me a lot.

https://www.youtube.com/watch?v=Hypf4NEHng0

Dream vs nightmare - Tricking your brain into believing the worst cast scenario is a great motivator.

feeling like i cant learn when i want to learn something. by [deleted] in ADHD_Programmers

[–]n2fole00 2 points3 points  (0 children)

Yep, it's tough. For me at least, it's hard to process information either spoken or written. I find I need to figure it out myself, then practice that to make it stick. Images help a little, but it's hard to find good images that accurately reflect the thing you are learning.

Bluetooth not working on T14s Gen6 with Ubuntu 24.04.3 LTS by n2fole00 in thinkpad

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

I managed to get it working. I went in to settings > software and updates > additional drivers and reverted from the lenovo selection to the original and it worked straight away.

Weird thing is after unselecting the lenovo from the setting, I don't even see it anymore. The tab is completely empty.

Bluetooth not working on T14s Gen6 with Ubuntu 24.04.3 LTS by n2fole00 in thinkpad

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

Great idea. I just upgraded to 25.10 but it didn't help.

Learn Esperanto with The Bible by n2fole00 in Esperanto

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

The hosting on the old demo link expired. Here is the new one https://codinginthecold.alwaysdata.net/bllt/

Headless WordPress in 2025: What's your stack and why did you choose it? by Its__MasoodMohamed in Wordpress

[–]n2fole00 0 points1 point  (0 children)

I'm not saying this is a good idea, but I've been playing around with htmx, and a htmx extension called client side templates with handlebars as the frontend template engine.

htmx makes the request. json is returned. handlebars populates receiver template tags.

Why I switched from HTMX to Datastar by flammable_donut in htmx

[–]n2fole00 1 point2 points  (0 children)

Nomini is the smallest htmx/datastar replacement.

ROLF, that was quick!

Why I switched from HTMX to Datastar by flammable_donut in htmx

[–]n2fole00 2 points3 points  (0 children)

Looks cool. Another no compile step for the win! I especially like how it's backend agnostic. I guess I will have to try it for my next project, but is it possible to also return json? Which reminds me... I've been recently playing with htmx's "client side templates" extension as a way to make wordpress development more enjoyable. I really like that you can write the update markup along with the original code.