There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

kratoz29 , in NaN Cat wallpaper [artist unknown]

I dusted off my old iPhone 6s and remember about those Nyan Cat games for mobile, surprisingly they are still in the App store! I downloaded the Nyan Cat Jump game again and it was like going back in time!

ImplyingImplications , in kesiYaNgamia

…shouldn’t the text be on the opposite arms?

Anticorp , in Always commit

ABC, always be committing.

Boxman , in Pure Evil

Me who programs in rust with a specific compiler message to tell me what happened

Hawk ,

Cargo fix

h_a_r_u_k_i , in Easy peasy
@h_a_r_u_k_i@programming.dev avatar

From my personal experience, AWS is extremely powerful (especially on security and networking). If you cross the learning curve, and know automation or Infrastructure as Code (e.g. Terraform) then it’s fast and easy to build almost any architecture.

But yes, it’s overkill for a simple website or a simple setup (if one is not familiar with AWS).

PixxlMan , in It's a mass extinction event

Thinking that C# is just Unity is a MASSIVE disservice to C# and dotnet imo. Unity’s usage of C# is really crummy, basically relegating a very powerful language to working as a weird scripting language.

kryllic ,
@kryllic@programming.dev avatar

Agreed, I feel like if someone starts their C# journey exclusively in Unity, they won’t have a solid foundation in the actual language, just that specific implementation of it as a scripting language.

Eloise ,

Can confirm as someone who did exactly that before starting over with c++

Elderos ,

It is pretty damn close to actual C# nowadays. Some version, I think it was 2019, really upped up the scripting backend.

modulojs ,

Absolutely. C# in Unity always seemed to me like a square peg in a round hole.

From my perspective (teaching game programming classes), it’s incredibly clunky for beginners when compared to others. Unity needed a tightly integrated, noob-proof scripting language. Despite C# being the primary language, it’s integration and setup with the rest of Unity seems surprisingly lacking, and, like you’re referencing, you don’t even get convenient use of the broader C# / Mono / .net ecosystem, which makes skills more portable. Even the “bad old days” of Flash/ActionScript were much easier for students, and results in more portable coding skills (e.g. at least transitioning to Web / JavaScript from Flash / ActionScript is easier)

It’s much easier to teach same lessons / concepts using Godot, though sadly Unity is much better known. Hopefully the present pricing chaos might shift the needle a bit on this!

Cethin ,

Unity used to also have UnityScript, but it’s deprecated. It was like JS, but it wasn’t really used by many people compared to C#.

Elderos ,

I am curious, what exactly is missing in the latest LTS version from .Net what makes it so clunky to use for students? Afaik it is pretty solidly close to actual .Net 4.7 nowadays.

dylanTheDeveloper ,
@dylanTheDeveloper@lemmy.world avatar

I’d say the same with Unreal and C++

dukk ,

I mean you’re right, but I’ve never met anyone who thinks that way. C++ is everywhere (although C++ itself is just a hot mess of a language imo).

dylanTheDeveloper ,
@dylanTheDeveloper@lemmy.world avatar

C++ is pretty good by itself but I end up using mostly C for actual functions, QT, wxwidgets and a few others utilise C++ to a degree but my god does it get messy without the help of a visual aid (blueprints, formbuilder etc)

xantoxis ,

Not to mention C# is also the best way to write a Godot project.

tomjuggler , in It's a mass extinction event

Fun meme but corporate job listings in my town contradict the premise.

Let them C# I’m sticking to C++ and Python.

xantoxis , in How the IT guys see the users

haha user dum

dylanTheDeveloper ,
@dylanTheDeveloper@lemmy.world avatar

Printer bad upvotes to the left

Obi ,
@Obi@sopuli.xyz avatar

Akshually they’re to the right on my app.

HubertManne , in Always commit

commit history was how I determined when to do the nightly and big weekend backups for a place I admined at one point. It was so annoying that we had one developer that liked to stay up way late and one that like to get up way the fuck early. Thank god they were all colocated at that point in time. If they had different timezones I would have just had to say eff it and let them have some poorer preformance.

TechieDamien , in NaN Cat wallpaper [artist unknown]

I can confirm that the cat is indeed not a number!

kambusha , in How the IT guys see the users

I do feel kinda bad for people. There’s very few jobs left where you don’t interact with a computer in some form or another, and the reality is that it’s not for everyone. Of course most people can benefit from using these “tools” but since they’re always upgrading, there keeps being something new to learn.

Personally, I love technology and playing around with new tech. However, if I’m great at sales or a lawyer or something, that’s where I add value, not in knowing how a computer works. So I can see how people get frustrated with it.

In the end it boils down to, pretty much everyone needs IT, but IT doesn’t need everyone. Think about it, when was the last time you worked at a company where an employee didn’t have a computer or need a computer for some task that they do?

Reddit_Is_Trash ,

Most technology problems would be solved by people having basic problem solving skills. I don’t feel bad for people who don’t “understand” technology while at the same time not putting in the slightest amount of effort to understand. Some people get thrown off by 2FA, and every single 2FA I’ve ever done has had easily followed instructions. People just don’t put in the effort.

NightAuthor ,

On the flip side are IT people who are apparently unable to RTFM. They try 15,000 solutions that logically make sense, exhaust logical options and start doing random shit that’s got almost no chance of working, but never stop to just check the docs.

LufyCZ ,

Yea coz that’s boring and for nerds

NightAuthor ,

Personally, I usually try something before going to docs. Sometimes I exhaust all ideas I have before going to the docs. But I never just do random shit until I’ve tried everything that makes sense, read the docs, and asked around the internet (maybe try random stuff while waiting for replies online)

LufyCZ ,

I was mostly kidding, though it depends on the problem itself - if I need an explanation for a function argument, no point testing shit if the docs answer it in 15 seconds. If it’s something more solution-y, I might do some testing before consulting the papers

pinkdrunkenelephants ,

Everyone who uses a computer has a responsibility to understand the basics of how it works because computer usage is so ubiquitous to daily life, and that’s true regardless of your field.

Dass93 ,

I have worked(as pedagog and construction) with people that doesn’t give a sit about IT. But are forced to it, and it’s just to document they’re work to bosses ex. So they just do what is needed and if there is a problem it’s not they’re respons to get it working, this must be the guy/lady that forced them to it, BUT they have zero sense to solve it problems.

ledtasso , in It's a mass extinction event

Hot take (maybe?) C# looks like a great language, better than Java. I wish I had an excuse to use it.

bi_tux ,
@bi_tux@lemmy.world avatar

Tbh it’s just microsoft java with worse support on GNU/Linux

The only reason I used it were the unity libraries

brezelradar ,
@brezelradar@feddit.de avatar

Tbh it’s just microsoft java

Microsoft made so many javas (remember Visual J++ or J#?), C# is the only one that survived. Well, Microsoft now also ships OpenJDK, apparently.

Hawk ,

Use it on Linux daily, no issues here.

deveaux ,

If this were ten years ago, sure.

Mananasi ,

There’s many reasons to dislike C#, but this is just plain wrong

Elderos ,

Java feels archaic compared to C#. I am not sure what problems you’re having on Linux? This sounds like a very outdated take tbh.

locuester ,

Definitely not the case. I’ve been doing C# for over 20 years. For the last 6 years I’ve used it to write Linux services exclusively.

The “Java” relation was true 20 years ago, and the “Linux” argument was true 7 years ago. But neither hold any water anymore. It’s a great language and framework to write a wide variety of software with.

Matthew ,

I’m not the best judge, as I’ve not exactly explored a ton of languages, but I love C#.

Pipoca ,

Being a much better language than Java isn’t exactly a high bar.

python , in Pure Evil

ESLint has entered the room

MeatsOfRage ,

Or any coding software really. Does this guys friend code in notepad?

min_fapper , in Always commit

The most common advice for git is

commit early. commit often

Do not however, follow the same advice for relationships.

XTornado , in Always commit

W E

W A S

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines