RGD2

Results 60 comments of RGD2

Although I don't recommend it - it means you won't be able to insert utf-8 characters with `u`, since you'll cover over the special insert mode.

Mine just said "----BOUND----" or so, not sure how I managed to fall into it, but it was when I was deleting empty lines between two blocks using V to...

I'm very interested in any updates on this. I think this needs higher priority. How else to show new users pro tricks like typing SHIFT+(!,$), CTRL+([,E) to insert the last...

Not sure if relevant, but I've noticed I sometimes see device code `1000381b`, which ... doesn't exist in the Gowin documentation... I have a mix of GW1N-4 (which is code...

Nice benefit of this is, if you redefine a variable accidentally, then the 'pretty name' will straight away vanish from the display, which is likely to be noticed.

I believe this is because the code assumes all cards support that item in the `/sys/class/drm/card0/device/hwmon/hwmon2/` directory. I get this crash because I've got built-in graphics showing up in `/sys/class/drm/card1/device/hwmon/hwmon3/`,...

Better workaround: append this to your `/etc/amdgpu-fan.yml` file: ``` cards: - card0 ``` This is enough to make it ignore card1, the built-in graphics. Solved the issue for me immediately.

Interesting note, doesn't appear to drop/duplicate packets when ping flooded: ```bash $ sudo ping -f -c 50000 192.168.1.20 PING 192.168.1.20 (192.168.1.20) 56(84) bytes of data. --- 192.168.1.20 ping statistics ---...

Just passing by... looks like one can give pandas a memmapped array behind its handy functionality. I'll just leave this here: Goodbye and good luck!

Load and save pandas data with memmapping: https://gist.github.com/luispedro/7887214 Comprehensive guide to 'out of memory analytics' with pandas using a memory mapped file-backed array: http://hilpisch.com/TPQ_Out_of_Memory_Analytics.html#/5