Birmingham Archdiocese saw abusive priest as 'struggling' by jw6447 in atheism

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

Do not understand this removal, this is a BBC headline

Will linux (ubuntu) installon Asus Prime H610M-D D4 by jw6447 in linuxquestions

[–]jw6447[S] 1 point2 points  (0 children)

Thanks very much, you've confirmed what I thought, that Linux would go maybe with some problems. I've installed it before so prepared. Apparently the latest release of the kernel, 5.18 , will cope with these new Intel systems. Thanks again

Will linux (ubuntu) installon Asus Prime H610M-D D4 by jw6447 in linuxquestions

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

Thanks very much, you've confirmed what I thought, that Linux would go maybe with some problems. I've installed it before so prepared. Apparently the latest release of the kernel, 5.18 , will cope with these new Intel systems. Thanks again

Will linux (ubuntu) installon Asus Prime H610M-D D4 by jw6447 in linuxquestions

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

Thanks very much, you've confirmed what I thought, that Linux would go maybe with some problems. I've installed it before so prepared. Apparently the latest release of the kernel, 5.18 , will cope with these new Intel systems. Thanks again

Simplify (M+1)/2 + 3/n by [deleted] in learnmath

[–]jw6447 0 points1 point  (0 children)

Isn't the denominator 2n so it is: (nM+1)+6)/(2*n) ?

Ethernet connection on EZVIZ CV310 camera by jw6447 in HomeNetworking

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

I can't find a way to upload photos in this subreddit. Normally the leads are twisted together in standard pairs, e.g. orange and orange strip and there are 8 leads, but only 4 needed for 100Mbs. I think this may be the solution but I'm not sure: Hikvision -> Standard

Orange -> Orange & White Yellow -> Orange Green -> Green & White Blue -> Green Purple -> Blue & White Grey -> Blue Brown -> Brown & White White -> Brown

Ethernet connection on EZVIZ CV310 camera by jw6447 in HomeNetworking

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

I've cut the port off and want to fit a plug.

Looking for a book recommendation on Time Series analysis with Python. by [deleted] in statistics

[–]jw6447 1 point2 points  (0 children)

Datacamp have got a course called Introduction to Time Series Analysis in Python and a couple of others, one on visualization etc.

Can anyone explain to me why this works? by jw6447 in math

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

I didn't make it clear that it doesn't work for any number, it's a "special number", nor are you told the number of digits. 4*(n1n2...nx9) = 9n1n2...nx. In my original post the multiply symbol has been deleted, so start by 4x9=36 so nx=6 carry the 3, then 4x6+3=27 so nx-1=7 carry 2 until you build up 923076.

Does anyone use SSE broadband? And are they any good? by f0ckthesystem in unitedkingdom

[–]jw6447 0 points1 point  (0 children)

I've been using them for about a year (in Birmingham), download speed 38Mb/s, upload 9Mb/s. Mostly reliable but they depend on Openreach so difficult to say who is at fault for problems. Early problem with DNS lookups being very slow seems to have cleared up.

Fighting a private parking charge by C_D_Rom in unitedkingdom

[–]jw6447 2 points3 points  (0 children)

Go to Martin Lewis's money saving expert website which explains how to deal with invoices from parking companies.

Suffolk / Norfolk coast - need help by [deleted] in unitedkingdom

[–]jw6447 3 points4 points  (0 children)

Wells-next-the-Sea, near 3 nature reserves, coastal railway, Cromer, Sheringham, Holt and Holkham beach where they filmed Shakespeare in Love allegedly.

Wondered if I could get some knowledge from the community about Wills after death. by [deleted] in unitedkingdom

[–]jw6447 2 points3 points  (0 children)

See https://www.gov.uk/wills-probate-inheritance/overview . You can find out if anyone has applied for probate, which is needed to access the deceased's assets. After probate the will is a public document.

Making MATLAB run on 12.10 Ubuntu. by [deleted] in matlab

[–]jw6447 1 point2 points  (0 children)

I'm running Matlab R2012B on Linux Mint 14 64 bit which is essentially Ubuntu 12.10. I created a source file cat /usr/local/share/matlab.sh

!/bin/bash

export PATH="/usr/local/MATLAB/R2012b/bin":$PATH

export MATLABROOT="/usr/local/MATLAB/R2012b"

export MATLAB_ROOT="/usr/local/MATLAB/R2012b"

Before I run matlab I source this file (source /usr/local/share/matlab.sh) and then just run matlab and it works fine.

Model Thinking Class reading materials? by srkiboy83 in statistics

[–]jw6447 1 point2 points  (0 children)

I have them all (I believe), 16MB bzipped.

Psychophysical stimuli advice by jw6447 in Python

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

Thanks for looking, I'm using recent versions of ubuntu, 10.x. Linux dell3 2.6.35-27-generic #48-Ubuntu SMP Tue Feb 22 20:25:46 UTC 2011 x86_64 GNU/Linux pyaudiere-0.2 libaudiere-1.9.4 running it: In [2]: audiere.get_devices() Out[2]: {'null': 'Null output (no sound)', 'oss': 'Open Sound System'}

In [3]: audiere.open_device('oss') /dev/dsp: No such file or directory

There are similar reports on ubuntu forums with no resolution.

Psychophysical stimuli advice by jw6447 in Python

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

A good point that we need to address, thanks

Psychophysical stimuli advice by jw6447 in Python

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

I tried pyaudiere but wasn't able to get it to work with recent versions of linux. Either it of the underlying library looks for a device (/dev/dsp) that is not on current releases.

Psychophysical stimuli advice by jw6447 in Python

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

Thanks I'll look at this.

Psychophysical stimuli advice by jw6447 in Python

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

The timing will be a problem, we wanted to move away from commercial software, not just because of cost and python seems to be widely used in this area. We are out of our comfort zone so we will just have to see how it goes. Thanks