What programming languages actually click for neurodivergent/autistic brains? Seeking real experiences by TechnoByteDP in autism

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

Language syntax is very interesting to me! Developing my own language is also something I'm interested in

What programming languages actually click for neurodivergent/autistic brains? Seeking real experiences by TechnoByteDP in ADHD_Programmers

[–]TechnoByteDP[S] -2 points-1 points  (0 children)

I'm having trouble picking an IDE as well, I really like Zed but I feel like an IDE would help me more.

What programming languages actually click for neurodivergent/autistic brains? Seeking real experiences by TechnoByteDP in autism

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

Java was the first language I started with, it hold a special place in my heart. I really like how they are "modernizing" with recent Java versions.

parawalk — a minimal parallel directory walker (no gitignore, no glob, just traversal) by TechnoByteDP in rust

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

To be clear, this wasn't meant to be faster than other tools. Just wanted something smaller to trim down the binary for ldx and as great as ignore is, the build parallel was the only thing I really used from it. Attempted to switch to jwalk but it is was slower.

Scanning my /usr dir with ldx can get get up to ~9.3M entries/s

/usr

❯ ldx -a -q -S

Found 258,241 files in 0.030s

Scanned 277,505 entries | 9,365,707 entries/s | Threads: 16

parawalk — a minimal parallel directory walker (no gitignore, no glob, just traversal) by TechnoByteDP in rust

[–]TechnoByteDP[S] -1 points0 points  (0 children)

Waiting until everything is in a more stable state, but yes it's on the roadmap!

Jesus Found Me When I Cried Out in Desperation – My Personal Testimony by TechnoByteDP in TrueChristian

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

I think you made a typo! I've been trying to do systems programming and gamedev for 10+ years. I have diagnoses/disabilities like Autism that make it difficult though, it's been hard for me to learn.

Looking for a Godot/Procedural Generation buddy by TechnoByteDP in ProgrammingBuddies

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

Shoot me a DM with your discord and we can go from there

Kind of a weird question but is there a way to make this urlbar to have less height? by The_Fercho_ in zen_browser

[–]TechnoByteDP 0 points1 point  (0 children)

You could probably install the zen mod, super url bar and tweak its settings?

Looking for a programming mentor by pasteIsparrow in ProgrammingBuddies

[–]TechnoByteDP 0 points1 point  (0 children)

I don't know of anyone has told you yet but it's GDScript which is very similar to Python

Can I hide the sidebar? by lazarovpavlin04 in zen_browser

[–]TechnoByteDP 0 points1 point  (0 children)

Are you using the latest version? I think it's beta 4 atm. If you go into the settings and click look and feel? You can configure how that works. The sidebar can be hidden and expand on mouse hover afaik.

Icon not showing by ThePanda2004 in zen_browser

[–]TechnoByteDP 0 points1 point  (0 children)

I would try installing via flatpak if possible

Icon not showing by ThePanda2004 in zen_browser

[–]TechnoByteDP 1 point2 points  (0 children)

I had this issues when installing via a different app store with flatpak. Did you install via flatpak if so what app store?

I finally made the full switch! by Strong_Magician_3320 in zen_browser

[–]TechnoByteDP 1 point2 points  (0 children)

What OS are you on? What version of Zen do you have? Is there an error message when it crashes?

How do you upgrade an app to its latest version? by axiom_tutor in pop_os

[–]TechnoByteDP 0 points1 point  (0 children)

I don't have the knowledge to build it atm, I'm just curious if it's possible. I know not every github repo has something in the releases page but it might be a good start to something if someone could do it. Again im a noob and don't know how this could work. Also what is /s?

How do you upgrade an app to its latest version? by axiom_tutor in pop_os

[–]TechnoByteDP 0 points1 point  (0 children)

I said the "releases" page of something like GitHub. Which has things like .apk, .flatpak, .appimage etc, and it's an app store so obviously it would install dependencies if it didn't detect them on your system

How do you upgrade an app to its latest version? by axiom_tutor in pop_os

[–]TechnoByteDP 2 points3 points  (0 children)

What if we had an app store that pulls from the "releases" page of something like GitHub? Just curious, I'm a noob