576
1
submitted 3 years ago by menturi@lemmy.ml to c/programming@lemmy.ml

I am looking to purchase a license for Windows but am unclear on where to do this. I am specifically interested in a retail key license. I was initially considering purchasing a license from the Microsoft Store, but there were a few online posts deterred me from using this source, primarily because it a digital license to my understanding.

I've read a few posts that say how digital keys are tied to the motherboard, similar to OEM licenses. The whole reason I want a retail license is so it is not tied to my motherboard, and I can transfer it if I replace the motherboard at some point or build a new PC later on. It looks like the MS store only offers digital licenses though from what I can see. Or maybe number of transfers in a digital license is limited (it is unclear to me)?

There was a post on MS's Answers forum saying it is a digital license tied to my account, not a key license. I'm okay with a license tied to my account, but he had difficulties actually getting it to work since it wasn't a key that was simply emailed to him or something like that, so I'm hesitant to purchase a digital license from the Microsoft store and would rather purchase a key license that I can just type in at installation or first startup.

So I am interested in a legit source to purchase a retail key license, not an OEM license and not a digital license. But it is unclear where to actually do this. Any clarity on confusion on my part or suggestions for where to purchase such a license would be greatly appreciated?

I'm not sure what other community to post this question in so I hope it is okay to post here.

577
25
submitted 3 years ago by Linnce@lemmy.ml to c/programming@lemmy.ml

I don't really want to go in depth into programming, I just want to know what I'm looking at if I ever come across anything like that at my job (mechanical engineering) and maybe solve some simple problems.

I learned C and Java in my first year in college, but it's all mostly forgotten. I'm leaning towards Python since I read it's relatively simple and used a lot nowadays, and it's what my teachers used later on in college anyway.

What do you guys think?

Thanks in advance!

578
9
submitted 3 years ago by yogthos@lemmy.ml to c/programming@lemmy.ml
579
1
submitted 3 years ago by ray@lemmy.ml to c/programming@lemmy.ml
580
1
submitted 3 years ago by yogthos@lemmy.ml to c/programming@lemmy.ml
581
28
submitted 3 years ago by overflow64@lemmy.ml to c/programming@lemmy.ml
582
9
Modern C for C++ Peeps (floooh.github.io)
submitted 3 years ago by k_o_t@lemmy.ml to c/programming@lemmy.ml
583
-2
submitted 3 years ago by yogthos@lemmy.ml to c/programming@lemmy.ml
584
3
submitted 3 years ago by bahmanm@lemmy.ml to c/programming@lemmy.ml

Are there communities focused on data storage and processing? I'm looking for one where people talk a lot about databases (No/SQL), message brokers (eg Kafka or RabbitMQ) and data retrieval/processing patterns.

I'd create one such, but I already know I haven't got the time to mod anything.

585
2
submitted 3 years ago by Tarantishko@lemm.ee to c/programming@lemmy.ml
586
1
submitted 3 years ago by yogthos@lemmy.ml to c/programming@lemmy.ml
587
6
submitted 3 years ago by amoroso@lemmy.ml to c/programming@lemmy.ml
588
2
589
13

So, I've been promoted to Senior Engineer in the last couple of months and that felt really good because I felt that people recognized my efforts to progress and that my dedication paid off. The problem is that, as a senior, I am supposed to become more part of the recruitment processes, through code review candidates applications, interviewing, etc. All fine by me, but sometimes I get haunted by the too familiar Imposter Syndrome when looking at the code submissions of some candidates for some of the challenges we ask them, I am supposed to be evaluating people that in some cases have (at my eyes) solutions that I would not be able to implement in such detail or finesse and some times I end up spending some hours going through some solutions just to grasp everything that a candidate has done. Am I an imposter or is this just another phase of the process?

590
-1
submitted 3 years ago by yogthos@lemmy.ml to c/programming@lemmy.ml
591
2
submitted 3 years ago by aceospos@lemmy.ml to c/programming@lemmy.ml

So on a different platform, I came across heated conversations about more experienced tech workers being unwilling to mentor new entrants. While I thought that was an unfair accusation, I thought to ask a wider audience their views and thoughts on mentoring upcommers. Do you mentor anyone? Were you mentored? How much impact does mentoring have on career growth?

592
4
submitted 3 years ago by yogthos@lemmy.ml to c/programming@lemmy.ml
593
8

cross-posted from: https://lemmy.ml/post/1507151

I'm trying to build a minimal CLI that would sync subscriptions between 2 or more lemmy accounts.

To do so, the CLI would need to:

  1. login to each account. For this I can use the login endpoint.
  2. get a list of subscriptions from each account. <- This is where I'm currently stuck.
  3. subscribe the accounts to the communities of other accounts. I think I can use the followCommunity endpoint.

My question is, how do I get a list of communities that a user follows?

594
10
New C++ features in GCC 13 (developers.redhat.com)
submitted 3 years ago by JRepin@lemmy.ml to c/programming@lemmy.ml

The latest major version of the GNU Compiler Collection (GCC), 13.1, was released in April 2023. Like every major GCC release, this version brings many additions, improvements, bug fixes, and new features. GCC 13 is already the system compiler in Fedora 38. Red Hat Enterprise Linux (RHEL) users will get GCC 13 in the Red Hat GCC Toolset (RHEL 8 and RHEL 9). It's also possible to try GCC 13 on godbolt.org and similar web pages.

Like the article I wrote about GCC 10 and GCC 12, this article describes only new features implemented in the C++ front end; it does not discuss developments in the C++ language itself. Interesting changes in the standard C++ library that comes with GCC 13 are described in a separate blog post: New C features in GCC 13

595
1
submitted 3 years ago by yogthos@lemmy.ml to c/programming@lemmy.ml
596
4
submitted 3 years ago by JRepin@lemmy.ml to c/programming@lemmy.ml
597
4
submitted 3 years ago by JRepin@lemmy.ml to c/programming@lemmy.ml

An important part of working with Vulkan and other modern explicit rendering APIs is the synchronization of GPU/GPU and CPU/GPU workloads. In this article we will learn about what Vulkan needs us to synchronize and how to achieve it. We will talk about two high-level parts of the synchronization domain that we, as application and library developers, are responsible for:

  • GPU↔GPU synchronization to ensure that certain GPU operations do not occur out of order,
  • CPU↔GPU synchronization to ensure that we maintain a certain level of latency and resource usage in our applications.
598
2
submitted 3 years ago by slembcke@lemmy.ml to c/programming@lemmy.ml

This is an interactive blog post I wrote a few months ago about how to do fancy water simulations using FFTs. It doesn't assume any Fourier Transform or complex number knowledge. Even if you aren't interested in simulations, have a play with the widgets and learn a thing or two about waves. :)

599
1
submitted 3 years ago by JRepin@lemmy.ml to c/programming@lemmy.ml
600
3
view more: ‹ prev next ›

General Programming Discussion

10014 readers
14 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 7 years ago
MODERATORS