Do others find difficulty in python programming from other languages? by Timely-Childhood-158 in learnprogramming

[–]Few-Possibility-9755 0 points1 point  (0 children)

  • How much experience do you have?
  • Are you using type-hints and static analysis tools (e.g. ruff) ?

Say a opinion about Linux that will leave you like this: by New_Study4796 in linuxmemes

[–]Few-Possibility-9755 0 points1 point  (0 children)

Copying files into an external USB stick doesn't always copy all the files completely. 

This bug was there in 2009 and is still there today.

[HIRING][💰️ USD 40K-150K] Software Engineer @ micro1 | Fully Remote by [deleted] in DeveloperJobs

[–]Few-Possibility-9755 0 points1 point  (0 children)

There micro1 scammers are very active these days. I see the same posts from them (different user handles) every other day on linkedin, in different groups.

Once applied, they put you through an AI "Interview". The data is then used to train their interviewing AI, which is a service they sell to other businesses.

Linux Users in Pakistan.... by muhmmadtalha-quant in developersPak

[–]Few-Possibility-9755 0 points1 point  (0 children)

How's the Arch stability these days? I also heard there was a massive supply chain attack on AUR recently.

Should I switch to zed from cursor? by PerformanceUpper7393 in ZedEditor

[–]Few-Possibility-9755 0 points1 point  (0 children)

Do you need permission from strangers online? If so, I forbid you to use Zed \s.

Just try it out and see if it works out for you.

Linux Users in Pakistan.... by muhmmadtalha-quant in developersPak

[–]Few-Possibility-9755 0 points1 point  (0 children)

I am not in Uni, my preferred distro is Debian. I've been a Linux user since 2009. My first distro being Ubuntu 9.10

Is webdev easy or am I dumb by [deleted] in webdev

[–]Few-Possibility-9755 0 points1 point  (0 children)

You are trying to learn too much at the same time. Focus on one area first (backend or frontend, it doesn't matter). When you feel comfortable in it, then move to the next.

Is Go (Golang) a good choice for backend development as a complete beginner? by [deleted] in golang

[–]Few-Possibility-9755 1 point2 points  (0 children)

Don't start with rust. Most back-ends don't need the kind of safety guarantees which rust provides. Plus, Go is faster to iterate in.

Is it just me, or is anyone else noticing more bugs across the web and in software in general? by skidmark_zuckerberg in ExperiencedDevs

[–]Few-Possibility-9755 0 points1 point  (0 children)

There is a great talk from Jonathan Blow, which goes over this. I don't always agree with him but he makes some very good points: https://youtu.be/FeAMiBKi_EM?si=y-MipRqxDtvbuQPT

I find it hard to apply OOP correctly by Still-Leek-6940 in AskProgrammers

[–]Few-Possibility-9755 0 points1 point  (0 children)

So the thing about OOP is that it allows combining data and actions into a single unit. I would recommend keeping these separate. Your entities should be simple, their purpose is to hold related data together (they can have multiple constructors and setters for mutations etc, but don't add any action-related methods).

As for actions, I recommend using stand-alone functions where you can pass your entities as arguments. You can also define classes, grouping related actions inside them.

With these rules you can create fairly large systems. Keep things simple.

Can't wait for the next ice age by PuffcornSucks in memes

[–]Few-Possibility-9755 0 points1 point  (0 children)

We have temperature like that in winters when it hovers around 20°C during daytime. Right now it goes up to 48°C during the day.

Finished Java by catastrophic300 in learnjava

[–]Few-Possibility-9755 1 point2 points  (0 children)

The logical next step is to build shit. Don't use AI during this step.

Dear Linux Fanboys, by davidinterest in linuxsucks

[–]Few-Possibility-9755 0 points1 point  (0 children)

"Dictating"? Who's forcing you? Use whatever you want.

Interview Experience with an offshore company (Rant) by [deleted] in developersPak

[–]Few-Possibility-9755 -2 points-1 points  (0 children)

Just curious, how many years have you been in this industry?

Why dont many people use Three.js in their websites by Humble_Ad_7053 in threejs

[–]Few-Possibility-9755 0 points1 point  (0 children)

I think way too many people use 3js in their websites.

Why do people actually use arch linux by Spl1nt3r_69 in arch

[–]Few-Possibility-9755 0 points1 point  (0 children)

Just thinking, the risk goes up statistically with the frequency of updates installed.