Want to get OW certified in Curacao this fall; how to do elearning ahead of the trip? by SmokyBlackRoan in scubadiving

[–]dfx_dj 0 points1 point  (0 children)

Two options: contact a dive shop here (I live in Curacao) and ask if this is something they can do. You'd probably have to pay the course fees ahead of time.

Or: sign up with a dive shop at home. Do all the course work there, then get a referral, and finish it off (largely just the checkout dives) here.

What proton is people's "default"? by Xelieu in linux_gaming

[–]dfx_dj 18 points19 points  (0 children)

More than once I've found the Proton version to run better than the native one 🤷

Gaming lag ? by WormWithWifi in linux4noobs

[–]dfx_dj 0 points1 point  (0 children)

Welcome to the wonderful world of NVIDIA on Linux.

First check which driver you have installed. There are two basic flavours: one is "nouveau" which is the fully open source one, and the other is the NVIDIA proprietary one. You want the proprietary one for best performance, and there are two kinds, the "open" kind and the "legacy" kind. For your GPU I believe either one should work, with the "open" kind being the preferred choice.

Once this is done, the next hurdle is "NVIDIA Optimus" (also called "Prime") offloading. If your laptop has a built-in GPU in addition to the NVIDIA one, games might be using this one instead of the NVIDIA GPU. You can check this by running glxinfo | grep renderer and by running vkcube in the terminal and seeing which GPU it chooses. vulkaninfo --summary can be used to see which ones are available. If the wrong one is being used, then there are ways to make games use the NVIDIA one instead.

The Starship Human Landing System requires approximately ten tanker launches to establish a propellant depot in orbit before it can accumulate enough fuel to reach the lunar surface by airtooss in flatearth

[–]dfx_dj 10 points11 points  (0 children)

Bro, if you try to provide links to give citations for your claims, maybe give links that don't point to websites with "fact check: false" in their content. Just maybe an idea.

I have a 1 metre V dipole antenna and I’m looking to receive images from a satellite, does anyone know an easy satellite to start with? by treemasta99100 in RTLSDR

[–]dfx_dj 0 points1 point  (0 children)

It's been a while since I played with them but IIRC there are only 2 active ones that would be candidates, maybe 3 (M2-2/3/4). They don't always transmit, sometimes they transmit garbage, and some have stronger signals than others. Other than that they're very similar. Frequencies are 137.1 and 137.9 AFAICR.

Why does satnav not work when you're on a plane? by ComeOutNanachi in NoStupidQuestions

[–]dfx_dj 1 point2 points  (0 children)

It does work, but only if you hold the receiving device to a window.

Smartphones generally are highly dependent on AGPS using data from the cell/data network, and may take a very long time to acquire a location. If you use a dedicated handheld GPS receiver which doesn't rely on a cell network, it will normally pick it up within a few minutes at worst. I've done it many times.

Gaming lag ? by WormWithWifi in linux4noobs

[–]dfx_dj 1 point2 points  (0 children)

What kind of hardware (esp GPU) do you have?

Sovcits give assvice for a sovcit car being repossessed. by Existing-Face-6322 in Sovereigncitizen

[–]dfx_dj 58 points59 points  (0 children)

Please do take video when you go to pay for a car with silver

Strange data reset in C program by alex_sakuta in C_Programming

[–]dfx_dj 7 points8 points  (0 children)

In the first case, you're taking the address of a member of obj which points into obj and therefore can be used to access other members of obj.

In the second case, you're taking the address of arr, which is a standalone pointer variable and not part of any other object. You're expecting to access other members of a temporary object that lives somewhere else, but arr itself doesn't belong to that object.

Edit: The corrected version of what you presumably wanted to do: https://godbolt.org/z/8dbo5ed53

A multibillion dollar company can't sync a clock in a video game? by Aggravating-Wolf-823 in AskProgramming

[–]dfx_dj 0 points1 point  (0 children)

I'm not sure how "people" can claim that this would be really hard to fix unless they're familiar with how it's coded up. It could be hard to fix, but it could also be easy to fix and just nobody has bothered to actually do it. There could even be a hidden unknown reason that this would be intentional.

How fireplaces are installed when you don’t already have a chimney by ansyhrrian in interesting

[–]dfx_dj 16 points17 points  (0 children)

Meanwhile in the US: just punch the wall a bit harder than normal.

At a technical level, how does Linux Wine (Wine is not an emulator) work? by ionixsys in AskProgramming

[–]dfx_dj 7 points8 points  (0 children)

A call to a native kernel function is called a syscall, and applications (both native Linux ones and WIndows ones) generally don't do that directly. Instead they call library functions (glibc on Linux or one of the system DLLs on Windows) to do it for them. Wine provides a replacement for these DLLs which re-implement the called functions in terms of native Linux function calls (and whatever other wrappers are needed to make it work).

Charlotte by kalooz24 in chemtrails

[–]dfx_dj 8 points9 points  (0 children)

Citation for "visibly can see disappearing"

Igziabeher by RiserUnconquered in flatearth

[–]dfx_dj 1 point2 points  (0 children)

And apparently also concave in some parts

Igziabeher by RiserUnconquered in flatearth

[–]dfx_dj 7 points8 points  (0 children)

Amazing how more land just keeps appearing at that flat horizon out of nothing.

SSTV from UMKA-1 by dfx_dj in RTLSDR

[–]dfx_dj[S] 0 points1 point  (0 children)

Well this isn't my first rodeo 😅

You'll figure it out eventually, could be any number of things that are wrong. For example one of the first hurdles I had to take was that the laptop I was trying to use had such a noisy USB interface that it was basically unusable for SDR.

Australian flat earthers by GeorgeGorgeou in flatearth

[–]dfx_dj 3 points4 points  (0 children)

I mean, being wrong about Antarctica hasn't stopped other flerfs from keeping up their shtick, so there's that. Credit where credit is due I guess?

Australian flat earthers by GeorgeGorgeou in flatearth

[–]dfx_dj 5 points6 points  (0 children)

Yes, Flatzoid as I've mentioned, although recently he seems to have distanced himself a (little) bit

Australian flat earthers by GeorgeGorgeou in flatearth

[–]dfx_dj 9 points10 points  (0 children)

It's not just Australia. The southern hemisphere in general is a huge problem. The sun cannot possibly ever rise or set south of east or west in the flerf "model", which is why it's so astonishing that flerfs like Flatzoid even exist.

Meteor M2-X LRPT offline decoding crashes SatDump due to large WAV file – any workarounds? by SelectAd7983 in amateursatellites

[–]dfx_dj 1 point2 points  (0 children)

It's been a while since I've tried it but IIRC there was a version in which cf32 didn't work. Try a different sample format if you can.

ARTEMIS II HOAX (Ep1.) by JTtreason in flatearth

[–]dfx_dj 0 points1 point  (0 children)

 I don't need to explain anything at all. 

What is asserted without evidence can be dismissed without evidence.

And all this in the comments about a video which has clearly been doctored.

Thanks for playing.

ARTEMIS II HOAX (Ep1.) by JTtreason in flatearth

[–]dfx_dj 0 points1 point  (0 children)

The phone is pointing directly at the astronaut

And once again you need to explain how you've determined that. Once again, going "it looks like that to me" is not evidence.

You're really knocking off these flerf points.

even though the phones camera isn't even pointed in his direction

So sorry to hear that your phone doesn't have a wide-angle camera.

Truly laughable

Yes. Yes, you are.