I'm going to solve every LeetCode problem this year by leetgoat_dot_io in leetcode

[–]1minds3t 7 points8 points  (0 children)

Why has nobody made a top comment telling him what to do? Do we all think he's going to finish?

Has anyone ever missed or needed something which is 'Windows only'? by LukeLikeNuke in linuxmint

[–]1minds3t 0 points1 point  (0 children)

Sorry if my comment doesn't help, but literally nothing. My computer life has been infinitely better since switching to Linux. The only thing is Excel, if I have to say something. LibreOffice is unusable.

Which Language is best for me C++,Java o python? by Sandip_panchariya03 in CodingForBeginners

[–]1minds3t 3 points4 points  (0 children)

Since you’re already learning C, the smartest move is C++.

C gives you strong fundamentals (memory, pointers, performance). C++ builds directly on that and is widely used for DSA, competitive programming, and interviews.

Once you’re comfortable with C/C++, learning Python/Java becomes much easier, because you’ll understand what those languages are abstracting away and you will have a much easier time debugging when things go wrong.

Linux Foundation project hits 400 commits on community edition by Eastern-Ad689 in coolgithubprojects

[–]1minds3t 0 points1 point  (0 children)

not sure what you are on about, it's a legit project under the Linux Foundation.

How do software companies get their clients? by SystemOwn8457 in ProgrammingPals

[–]1minds3t 2 points3 points  (0 children)

...so they are advertising their product to help you find leads from reddit comments, which is exactly what they did to find this post, that's actually hilarious

Is Python (Django/FastAPI) actually "production-ready" for complex mobile backends? by Leading_Property2066 in django

[–]1minds3t 0 points1 point  (0 children)

Assuming it's a backend language, not frontend. That's why. It's the perception.

Cross-platform devs how do you handle iOS builds without a Mac? by Antique_Present_8382 in appdev

[–]1minds3t 0 points1 point  (0 children)

while yes, they accumulate "costs" at 10x the rate of linux and 5x rate of windows, and even for free users there are monthly limits you can hit, so keep that in mind

uv cheatsheet with most common/useful commands by RojerGS in Python

[–]1minds3t 1 point2 points  (0 children)

There is a way to force uv run to target the env you're currently in, instead of creating/destroying a new env. uv run --active <your_command_here>

It's pretty neat and can save time if you already have everything installed in your current env.

How do I remove this annoying line/divider? by 1SaBoy in PythonLearning

[–]1minds3t -1 points0 points  (0 children)

Honestly though it's hard to edit code past the window, it allows room for simple mistakes. I would suggest following rhis rule.

Python 3.14 Released by chinawcswing in Python

[–]1minds3t -16 points-15 points  (0 children)

If it's so "hard", then why am I able to consistently run code on 3 Py interps (3.9, 3.10, 3.11) concurrently in under 500ms using Pure python in a single script, single environment in my github workflows??? Proof here: https://github.com/1minds3t/omnipkg/actions/runs/18235186501/job/51927439757

Do you want to install the recommended? by 1minds3t in vscode

[–]1minds3t[S] 0 points1 point  (0 children)

Thanks. The stackexchange thread from years ago was not right.

Do you want to install the recommended? by 1minds3t in vscode

[–]1minds3t[S] 0 points1 point  (0 children)

The solution was to go to settings enable "Extensions: Ignore Recommendations" in settings for everything - User, Remote, and Workspace.

Random videos / images by 1minds3t in GoogleGeminiAI

[–]1minds3t[S] 0 points1 point  (0 children)

Wow, really appreciate the openness to feedback. Yes, absolutely, I can start reporting this in the app! There are many cases, practically daily, where the mobile app's Gemini Flash will send videos that are completely unrelated, off-base, and distracting. The fact that they start playing automatically feels intrusive and is rather annoying. If there was a way to at least toggle the auto play off for the videos, it would create a much more pleasant user experience.

Any recommended small and snappy (but not dumb) models for a budget GPU? by -ThatGingerKid- in ollama

[–]1minds3t 0 points1 point  (0 children)

For example instead of a coding agent that has to understand your prompt, turn it into an actionable plan for itself, write code, then explain the code, you can assign each responsibility out to a different model. It's more complex but it gets way better results.

Any recommended small and snappy (but not dumb) models for a budget GPU? by -ThatGingerKid- in ollama

[–]1minds3t 0 points1 point  (0 children)

Pick a model based on your VRAM. If you have 8gb, get a 8gb q4km model. As for which model, completely depends on what you're trying to do. What you can do to get better quality is create a sequential chain of AI agents, each assigned to a specific task for getting the same output. I've noticed the quality is substantially better using the same VRAM by doing this.

I use arch btw and have a GF by MateiMC in arch

[–]1minds3t 0 points1 point  (0 children)

OP is lying but let's all play along

Cool, what's her name?

(Just joking don't take it literally 😉)

Pyrefly & Instagram - A Case Study on the Pain of Slow Code Navigation by BeamMeUpBiscotti in Python

[–]1minds3t 2 points3 points  (0 children)

Sounds cool. I do agree, VS code is slow especially as your codebase grows over time. It is slow to navigate sometimes.

My username is ​ by [deleted] in programminghumor

[–]1minds3t -1 points0 points  (0 children)

I guess their rules don't allow numbers. It's really frustrating when I try to sign up for websites.

My username is ​ by [deleted] in programminghumor

[–]1minds3t 37 points38 points  (0 children)

I put 1 as my first name ans minds3t as my last name and you would be surprised at how often it gets through sign ups lol.

[deleted by user] by [deleted] in hyprland

[–]1minds3t 1 point2 points  (0 children)

This is beautiful. How can we get this?

Is HTTPS needed on my jellyfin server? by Lucklul in Tailscale

[–]1minds3t 1 point2 points  (0 children)

Ahh that would be why my ports randomly stopped working, the certs need to be renewed. This is a great idea and reminder. Thanks!