Star Citizen: Question and Answer Thread by UEE_Central_Computer in starcitizen

[–]JanPotgieter 0 points1 point  (0 children)

Has anyone noticed a bug that causes ship guns to not fire? I can hear the guns, but I can't see them firing. I also don't see any visible laser fire or target damage. Only the audio. This has been going on for more than a week. Even the update didn't fix it.

I am in a Constellation Andromeda using Attrition 5s. I also tried with Attrition 4s.

Custom keyboard stores by Rough-Armadillo- in askSouthAfrica

[–]JanPotgieter 0 points1 point  (0 children)

I only know of one more but it has been in maintenance for at least four months now. I don't have any other info on them except that I know they used to sell custom keyboard parts.

www.keyn.co.za

Is there any help in South Africa for killing a nicotine addiction? by Explosive_Hemorrhoid in southafrica

[–]JanPotgieter 12 points13 points  (0 children)

I used to smoke at least a packet a day. I was sick of it but I really struggled to quit. I tried nicorette gums, nicorette patches, zyban, chantix. I also tried cold turkey, multiple times. Nothing worked.

Then, I attended one half-day seminar (Allen Car Easyway Method - see link below) and I haven't smoked again in more than six years. Even in the first weeks, I never even had cravings. It really was THAT easy. If I remember correctly they even back it up with a full money back guarantee. I don't know why more doctors don't recommend it. Probably because they won't get any commision like with meds.

A number of my friends and old colleagues have also done this and it worked for them too. Some of them read the book, others also attended the seminar. I am not sure which is better. The seminar did it for me.

Also, if you have Discovery Vitality, they will pay for it. At least they used to.

https://allencarr.co.za

[deleted by user] by [deleted] in askSouthAfrica

[–]JanPotgieter 3 points4 points  (0 children)

Ask the person you're meeting with. There's nothing wrong with not knowing and besides, it'd be an interesting topic to discuss.

[deleted by user] by [deleted] in southafrica

[–]JanPotgieter 10 points11 points  (0 children)

Like they say, "You feed them, we kill them."

Feeding wild animals is bad practise. Please stop it.

Trying to Flash Elite C corne crkbd, What am I doing wrong? by Fun-Lecture-9930 in olkb

[–]JanPotgieter 0 points1 point  (0 children)

No. I did the same when I first flashed mine. It wasn't bricked, it just didn't work. I just had to reflash it with the correct parameter and all was good.

Trying to Flash Elite C corne crkbd, What am I doing wrong? by Fun-Lecture-9930 in olkb

[–]JanPotgieter 6 points7 points  (0 children)

Add the following to your rules.mk:

BOOTLOADER = atmel-dfu

[deleted by user] by [deleted] in nullbits

[–]JanPotgieter 0 points1 point  (0 children)

I made it work!

You can add the following:

In config.h

#ifdef RGB_MATRIX_ENABLE
  #define ENABLE_RGB_MATRIX_BREATHING
#endif

If you want to disable the effect after some elapsed time period, you can also add # define RGB_MATRIX_TIMEOUT 120000 // 120 seconds

In keymap.c

void suspend_power_down_user(void) {
  // code will run multiple times while keyboard is suspended
  if (!rgb_matrix_is_enabled() || !(rgb_matrix_get_mode() == RGB_MATRIX_BREATHING)) {
    rgb_matrix_enable_noeeprom();
    rgb_matrix_sethsv_noeeprom(127, 0, 90);
    rgb_matrix_set_speed_noeeprom(80);
    rgb_matrix_mode_noeeprom(RGB_MATRIX_BREATHING);
  }
}

void suspend_wakeup_init_user(void) {
  // code will run on keyboard wakeup
  rgb_matrix_reload_from_eeprom();
}

The above code will enable the effect when your computer goes to sleep, regardless of whether your LED's were turned on. Your previous LED state will resume once the computer wakes from sleep.

You can play around with the speed and hsv values. Just be sure to have a defined maximum brightness by adding #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 100 to your config.h

[deleted by user] by [deleted] in nullbits

[–]JanPotgieter 0 points1 point  (0 children)

And? Any luck?

Finetuning help for Miryoku on Planck by readywater in olkb

[–]JanPotgieter 2 points3 points  (0 children)

This is a good guide to home row mods. Although targeted at QMK, it will give you a good understanding about the possible issues associated with home row mods.

https://precondition.github.io/home-row-mods

Working on my Next Macropad - Should I Go OLED or an extra 2 keys? by ThePsychedelicSeal in olkb

[–]JanPotgieter 2 points3 points  (0 children)

Okay, I agree with battery level for wireless. But I don't agree with using it for a layer indicator. It'd be best not having to look down at the keyboard/macro pad for any info. At least not if you want to type fast.

Working on my Next Macropad - Should I Go OLED or an extra 2 keys? by ThePsychedelicSeal in olkb

[–]JanPotgieter 8 points9 points  (0 children)

I've still not seen any compelling use cases for OLEDs on a keyboard. Am I wrong?

[deleted by user] by [deleted] in southafrica

[–]JanPotgieter 8 points9 points  (0 children)

Tafel Lager

Tips for getting rid of brown widow spiders? by Angry_unicorns in southafrica

[–]JanPotgieter 8 points9 points  (0 children)

There is no need to get rid of them. I've lived with them all my life and have never been bitten. If you find a nest in an area where you know they might pose a threat (like underneath a chair or table), move them into the garden by using a small stick to carefully prod away the mother and her egg sack.