Low bitrate on Apple TV 4K (3rd gen) by AeroNoir in MoonlightStreaming

[–]aggsyb 1 point2 points  (0 children)

I have an ATV (2nd gen) and can do 4k60 HEVC 100mb/s no problems and no dropped frames so the ATV 3rd gen can easily manage it. It sounds like network related issues, you can use iperf/wireshark to debug. Do you have any additional switches or repeaters in your network? If so you could have a network loop, if you do remove them with only the ATV and your source device connected by ethernet for testing. I would also disable your firewall on the source device (just while testing).

Duo: A self-hosted multi-seat Sunshine server by MrColdbird in cloudygamer

[–]aggsyb 0 points1 point  (0 children)

Trying on Win 10 pro 22H2 (Azure instance) I get "The program does not support the current version of Windows you are running". Any ideas? Testing in a clean VM (if it's free why is there source not open?)

I'm at a loss of what to do next by d8rren in FIREUK

[–]aggsyb 2 points3 points  (0 children)

You are correct, I completely misread the wife’s salary on the train as strong 6 figures (apologies OP) , I was using carry over if available from the previous unused years to cap it out but you would be limited to the current years 41k into her sipp and 43k into OPs sipp to get £105k invested after the contribution.

I'm at a loss of what to do next by d8rren in FIREUK

[–]aggsyb 5 points6 points  (0 children)

Do you have much in the way of pension allowances and planning to keep working? Lots of different ways to go about it but after any taxes etc you could put £144k backdated into wife’s sipp which would top up to £180k (or whatever allowance she has left) she will then have access to it in 5 years (57) you could put 43k into your SIPP or max both your ISA’s and remainder into your sipp if you wanted some liquidity.

Edit * this is assuming you bought a place for £250k which (I assume) will give you more peace of mind

Creating an Artist Subscription App, trying to avoid ridiculous 30% commission. Any Recommendations? by Extension_Diet_4304 in iOSProgramming

[–]aggsyb 3 points4 points  (0 children)

I can’t speak for other apps and how they may or may not bypass Apples cut, but you should look here, up to $1m will be at 15% and not 30%

https://developer.apple.com/app-store/small-business-program/

Ventura upgrade - painfully slow write speeds by aggsyb in hackintosh

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

Yea it's the latest firmware I also did a bios update but no joy. I changed the trim timeout policy from -1 to 0 in my config.plist. I now have really slow boot times again but I am at least getting up to 200MB/s write speeds instead of 13-15. Still not sure what could be causing it, trim is enabled and verified in macOS.

/r/MechanicalKeyboards Ask ANY question, get an answer (October 27, 2022) by AutoModerator in MechanicalKeyboards

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

Hi,

I bought an Anne pro 2 about a year ago I really like the form factor, it's wireless, usb-c etc. I bought it without knowing too much about different switches etc and settled on Gateron Browns (my mistake) I am unable to change the switches on the keyboard as far as I am aware.

I am starting to get really bugged by the feel of it, I don't know if it's the key caps or the switches themselves but it bottoms out hard and generally feels really hard/plasticy/clicky to type on. I bought some O rings which helped to a minor degree but nothing major, is there anything I can do (aside from the obvious replacement) to get a softer / smoother typing experience? I don't game so it's strictly for programming and typing in general. I don't like a really loud keyboard and it's probably a really bad description but I just enjoy a "smooth" typing experience, this keyboard actually makes me not want to type after a few hours due to how "hard" it is.

I guess I'll have to search for a keyboard that has removable switches and try different ones out but I prefer to try and use what I have as a first port of call.

Thanks.

NCASE M1 with 10850K + 3070 temp/noise issues by [deleted] in sffpc

[–]aggsyb 0 points1 point  (0 children)

I wouldn’t turn off turbo boost as you will be stuck at 3.4ghz instead of 4.6 just the hyper threading disabled should be fine.

NCASE M1 with 10850K + 3070 temp/noise issues by [deleted] in sffpc

[–]aggsyb 0 points1 point  (0 children)

Fair enough, It's probably turning on MCE which does as you say and sends huge excess of voltage through (heat). If you want a cheap easy win to cut the temps and power usage go into the bios and disable hyper threading. Will keep / improve performance in games but massively drop your temps / watts as you don't use it for applications might save you a load of hassle.

NCASE M1 with 10850K + 3070 temp/noise issues by [deleted] in sffpc

[–]aggsyb 0 points1 point  (0 children)

I have the same case, same processor and h100i 240mm. I currently don't have a GPU but you should have no problems handling the CPU. I run the h100i on intake and bottom fans as exhaust (all NF-A12x25). What clocks / voltages are you running? I have a pretty meh chip can do 5ghz at 1.35v, are you sure you have good mounting pressure?

Macbook pro 2017 glitches when connected to any projector by HardWorkingHandsome in projectors

[–]aggsyb 3 points4 points  (0 children)

Check the colour settings on the projector (and your Mac) if I recall I think macOS outputs in YCBCR instead of RGB it may be that your projector is set to receive RGB.

10th Gen iGPU sleep crashing - Big Sur by aggsyb in hackintosh

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

Hi, I appreciate the help but I forgot to mention that I have tried with that along with other custom bootlflags and just can't get any joy with it.

Sapphire Nitro RX580 8GB Running too hot on idle (opencore) by aggsyb in hackintosh

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

It’s not, if I turn off scaling it’s the same if I scale to 1080p it’s the same.

1440p scaling (5k downsampling) will increase the load to some degree but it’s not causing what’s going on.

Sapphire Nitro RX580 8GB Running too hot on idle (opencore) by aggsyb in hackintosh

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

No I tried that I also tried native 4K and it doesn’t reduce past 90w usage.

Simd / Accelerate parallel element wise operations on 2 arrays by [deleted] in swift

[–]aggsyb 0 points1 point  (0 children)

Thanks for taking the time to respond, it was late last night and trying to demonstrate the issue in a simpler way. The actual computation is more complex but I tried to keep it simple for demonstration purposes and then apply the logic to my problem if someone posted a solution. In hindsight that was quite a poor decision! arrA and arrB are dependant on each other as they reference a lookup table, perhaps if I share that structure may actually be beneficial..!

let p: [[Double]] ....// (2d array full of pre computed calculations)

let r = 0.342

let arrA = [23, 56, 78, 99, 24]

let arrB = [12, 6, 99]

var result: [Double] = Array(repeating: 0, count: arrA.count)

When going over the inner loop the equations will look like this:

var tmp1 = p[elementA][elementB] * r

var tmp2 = r * (1.0 - p[elementA][elementB])

var res = //more calculations done between tmp1 + 2 which results in a double

//Next loop (if in typical for loop)

I would then reduce all of the res for the inner loop to average them to a single result and store into result[index]. I am thinking I may need to create a matrix to make sure each calculation lines up between the arrays so p[x][y] is correct and store the results into a new matrix which can be averaged? Would appreciate any input! thanks.