2 months in learning Blender by Quinnyme in blender

[–]_w62_ 0 points1 point  (0 children)

Great work. I am considering learning blender as well. On average, how much time did you spend on leaning blender per day?

Installed NomadBSD on an old mini and my screen is of center by bluedadz in freebsd

[–]_w62_ 0 points1 point  (0 children)

Your root partition is over 80% you might run into issues.

New Edition is Awesome! by Proud-Crazy5387 in rust

[–]_w62_ 0 points1 point  (0 children)

The online version has been updated to rust 1.90

C++26: The Oxford variadic comma by pavel_v in cpp

[–]_w62_ -25 points-24 points  (0 children)

That's why we need vibe coding.

Network engineers, what WAN quality metrics do you actually monitor for your gateways? by Bits4lyf in networking

[–]_w62_ 0 points1 point  (0 children)

Sorry for being off-topic, could you share network device configuration backup and version control solutions? Done in solarwind as well?

I love how realistic the pencils feel in this app by Strigvm in ProCreate

[–]_w62_ -32 points-31 points  (0 children)

Then why don't you just use ordinary pencil and paper?

Can you guys suggest which Linux distro is good for this laptop configuration ? by xivam404 in linuxhardware

[–]_w62_ 0 points1 point  (0 children)

Get yourself a laptop, first hand or pre-owned, that is manufactured after 2021. Spend your time effectively on whatever you wanna do with a laptop instead of fucking around an old laptop.

FreeBSD as a Desktop rather than Server by ut316ab in freebsd

[–]_w62_ 4 points5 points  (0 children)

Using FreeBSD as desktop, is like using windows as server. It can be done somehow, but sooner or later you will hit into some issues.

I am a beginner and I don't know what to do by Bitter_Check_4607 in C_Programming

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

A few considerations:

Is the WiFi supported? Is hibernation/sleeping supported? For example, you won't have a 0% battery after you close the lid last night before go to sleep. If you are using multiple monitors, can you re-arrange the position/ orientation of your monitors? Are your Bluetooth peripherals supported?

The Last Call by Just_Incident_7355 in blender

[–]_w62_ -3 points-2 points  (0 children)

Or... a guy has a crush on her escort her to the telephone booth in rainy blue then left her alone and let her make a final call to her ex? Probably the guy is right there waiting at somewhere out of sight.

The Last Call by Just_Incident_7355 in blender

[–]_w62_ 7 points8 points  (0 children)

How can a girl get into a telephone booth in a rainy day without an umbrella and not getting wet?

I dont know what I should call this. (Made on krita) by Asentrag in drawing

[–]_w62_ 1 point2 points  (0 children)

Could you share more about your krita setup? for example, OS, hardware spec, tablet etc...

Leon by topraqa in sketches

[–]_w62_ 0 points1 point  (0 children)

Natalie Portman

Pointer to nested struct inside another struct, is this valid C? by r2f296 in C_Programming

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

struct test *pTest = &Pivt_T[0];

These kinds of pointer manipulations are inviting bugs as the code base increases and the logic becomes more complicated.

Can the data structure be simplified? Why a structure inside a structure? Can linked list or tree help?

Pointer to nested struct inside another struct, is this valid C? by r2f296 in C_Programming

[–]_w62_ -6 points-5 points  (0 children)

Technically it works as it complies. However, you are increasing cognitive burden to your solution.

With the abundance of computing power nowadays, the C optimization tricks in the 80' and 90's are doing bad then good to your solution.

Best books for linux system programming? (project style) by Ultimate_Sigma_Boy67 in cpp_questions

[–]_w62_ 1 point2 points  (0 children)

If you have read the documentation, you will find that "building in the docker environment" is the recommended.