• 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • Not sure a short summary will cut it.

    They had no competition for a long period and ended up with an accountant CEO that caused their R&D to stagnate massively. They had a ton of struggling and failing to deliver all in most areas, and they wombled about releasing CPU generations with ~4% performance uplifts, probably saving a few bucks in the process.

    AMD turned back up again with Ryzen and Epyc models that were pretty good and and an impressive pace of improvement ( like ~14% generational uplifts ) that caused them such a fright that they figured out they had to ditch the accountant.

    Pat Gelsinger was asked to step up as CEO and fix that mess. They axed some obvious defective folks in their structure and rushed about to release 12th generation products with decent gains by cranking the power levels of the CPUs to absurd levels, this was risky and it kind of looks like they are being bit with it now.

    Server CPU sales are way down because they are just plain uncompetitive. They have missed out on the chunk of money they could have got from the AI bubble because they never had a good GPU architecture they could leverage over to use. They have been shutting down unprofitable and troublesome divisions like the Optane storage and NUC divisions to try and save money, but they are in a bad way.

    The class actions mentioned elsewhere in the thread are probably coming because the rush to make incremental improvements to 13th generation and 14th generation CPU’s resulted in issues with power levels and other problems that seem to be causing those CPU’s to crash and sometimes fail altogether.


  • Yeah, I reckon having a split of the frontend and the backend results in about half the complexity in each. If you have multiple frontends you can upgrade whatever the least important one is to see if there are any problems

    I didn’t really answer your original question.

    When I was using NUC’s I was using Linux mint which uses cinnamon by default as the window manager. Originally I changed it to use some really minimal window manager like twm, but then at some point it became practical to not use one at all and just run kodi directly on X.

    If I was going back to a Linux frontend I’d probably evaluate libreELEC as it has alot of the sharp edges sorted out.


  • I used to run kodi on linux on intel NUC’s connected to all our TV’s a while ago. I don’t remember it being particularly unreliable. The issue that made me change that setup was hardware decoding support in 4k for newer codecs.

    What I’ve had doing that frontend function ( kodi, jellyfin, disney plus, netflix etc ) for the last few years is three Nvidia shield TV pro’s which have been absolutely awesome. They are an old product now and I suspect Nvidia are too busy making money to work on a newer generation version of them,

    The biggest surprise improvement was how good it was being able to ( easily ) configure their remotes to generate power on / off and volume up and down IR codes for the TV or the AV amp they were using so you only need a single remote.

    Separating the function of the backend out from the frontend in the lounge has reduced the broken mess that happens around OS upgrades drastically.


  • Most hubs didn’t protect you from anything in particular.

    Most of them would forward everything to every port, some really insane ones would strip out the spanning tree that could have prevented a loop.

    It’s been a long time since I did anything that goes as far into a network as the desktop, but 15+ years ago we had a customer ring up with the same sort of complaint. After we followed the breadcrumbs on site we found a little 8 port hub ( that we hadn’t supplied ) plugged into two wall ports that went to two different Cisco edge switches in the server room, two cisco phones also with their passthrough ports both patched into same switch and then two desktop PC’s.

    Amazing.


  • I replaced mythtv with tvheadend on the backend and kodi on the frontend like 5 or 6 years ago.

    The setup and configuration at the time on mythtv was slanted towards old ( obsolete ) analog tuners and static setup and tvheadend was like a breath of fresh air in comparison where you could point it at a DVB mux or two and it would mostly do what you want without having to fight it.

    I’m not sure how much longer I’ll want something that can tune DVB-S2 and DVB-T though. Jellyfin and friends handle everything other than legacy TV better than kodi these days.



  • The most impressed I’ve been with hardware encoding and decoding is with the built in graphics on my little NUC.

    I’m using a NUC10i5FNH which was only barely able to transcode one vaguely decent bitrate stream in software. It looked like passing the hardware transcoding through to a VM was too messy for me so I decided to reinstall linux straight on the hardware.

    The hardware encoding and decoding performance was absolutely amazing. I must have opened up about 20 jellyfin windows that were transcoding before I gave up trying and called it good enough. I only really need about 4 maximum.

    The graphics on the 10th generation NUC’s is the same sort of thing that is on the 9th gen and 10th gen desktop cpu’s, so if you have and intel cpu with onboard graphics give it a try.

    It’s way less trouble than the last time I built a similar setup with NVidia. I haven’t tried a Radeon card yet, but the jellyfin docs are a bit more negative about AMD.




  • There’s no way of knowing what happened there.

    But back in the mid to late 2000’s we had a whole bunch of residential internet customers and every so often one would blow their traffic cap by a bunch and would ring up and say “Your billing system is wrong!”.

    Then whoever could be bothered in the office would do some modest analysis on their netflow data and come up with something like "18% of your traffic this month was redtube.com, 33% was pornhub.com and 9% was xhamster.com.

    We never knew if whoever was on the phone was the raging porn addict or it was one of their associates. Either way they would say “Oh well, I guess we will never know then. Thanks for your help. Bye.”. Followed by them quietly paying the bill.


  • I just read the update to the post saying that the issue has been narrowed down to the NTFS driver. I haven’t used NTFS on linux since the NTFS fuse driver was brand new and still wonky as hell something like 15 years ago, so I don’t know much about it.

    However, it sounds like the in kernel driver was still pretty fresh in 5.15, so doing as you have suggested and trying out a 6.5 kernel instead is a pretty good call.


  • If you haven’t already, try running hdparm on your drive to get an idea of if the drives are at least doing large raw reads straight off the disk at an appropriate performance level.

    This is output from the little NUC I’m using right now:

    # lsblk
    NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
    sda      8:0    0 465.8G  0 disk 
    ├─sda1   8:1    0   512M  0 part /boot/efi
    ├─sda2   8:2    0 464.3G  0 part /
    └─sda3   8:3    0   976M  0 part [SWAP]
    
    # hdparm -i /dev/sda
    
    /dev/sda:
    
     Model=Samsung SSD 860 EVO 500GB, FwRev=RVT02B6Q, SerialNo=S3YANB0KB24583B
    ...
    
    # hdparm -t /dev/sda
    
    /dev/sda:
     Timing buffered disk reads: 1526 MB in  3.00 seconds = 508.21 MB/sec
    
    

    If your results are really poor for this test then it points more at the drive / cable / controller / linux controller driver.

    If the results are okay, then the issue is probably something more like a logical partitioning / filesystem driver issue.

    I’m not sure what a good benchmark application for Linux that tests the filesystem layer as well is other than bonnie++ which has been around forever. Someone else might have a more current idea of something to use for this.


  • It might help for the folks here to know which brand and model of SSDs you have, what sort of sata controllers the sata ones are plugged into and what sort of cpu and motherboard the nvme one is connected to.

    What I can say is Ubuntu 22.04 doesn’t have some mystery problem with SSDs. I work in a place where we have in the order of 100 Ubuntu 22.04 installs running with SSDs, all either older intel ones or newer samsung ones. They go great.


  • 1988 Nissan Skyline GT with an RB20DET.

    It was abandoned by my uncle at our place when he moved overseas and subsequently my sister drove it around a bit. Eventually it leaked coolant from the water pump, overheated and blew a head gasket because she wasn’t paying attention.

    I was unemployed and bored and I decided to pull it apart and bought all the bits to fix it. I didn’t really know anything about mechanical stuff at the time, but I am good at logic and try not to be useless at practical stuff even though I’m really a computer geek. I drove it around for a bunch of years after that until I was earning enough money that I could buy something I wanted which was a Mitsubshi EVO 1.

    So to answer the question, favorite thing was that I rescued it from oblivion even though I didn’t know much about cars or engines at the time.


  • That is a great point. Even if you look at it from a total psychopath accountant’s point of view, chucking a few scraps at the parents to keep them from totally giving up is a tiny fraction of the cost of the alternatives.

    When our child was diagnosed the fairly bulky information pack that the DHB gave us had this depressing sheet at the start with a foreword that said you need to rethink any goals you might have had for your child. In the same section there was something to the effect that more than half of marriages where a child has this diagnosis end in divorce.

    I was freaking amazed they would put that in writing ( even if it is true! ). I told my partner that she would be best to skip the start and look at the rest of the information.


  • I’m one of the parents of a child that qualifies us for this funding. It was fairly challenging for us to find an angle to use it prior to the changes, and after them it is very close to useless.

    The kids covered by it often can’t leave their homes without a huge amount of distress ( think of the worst meltdown your neurotypical kid has ever had ). Parents of kids at the higher end of the autism spectrum are often being hit and bit every day. Finding anyone who will deal with this for the $80 a day respite funding is often incredibly unrealistic.

    The single brain celled analysis of the minister complaining about pedicures being paid for with respite money annoys the hell out of me. Having a kid at the extremes of disability is a life sentence. It is a marathon rather than a sprint. Your kid might never smile at you or thank you ever for a life time of care. If a pedicure is what will fit in the hour and a half window that you can arrange for the your kid to be safe, and it keeps you going for the next couple of weeks I think is an absolute bargain.

    Stuff that might seem frivolous on its face like buying lego or games might be the only option for some parents to get a couple of hours without needing to wrangle their kids.

    We have a great kid that is towards the more high functioning end of the autism spectrum and are in a financial position where it doesn’t matter that much to us. I feel horribly bad for anyone who was making good use of this funding and now are facing having to go it alone again.


  • We did an address check when we could first order it and about a third of the folks in the office could get it about a year and a half ago. I know the majority of the address checks that we do for commercial locations in tenders come up positive now.

    It is not cheap to get an off the shelf router that does a solid job of forwarding multiple gigabits and the vast majority of folks ( me included ) probably will rarely notice the difference outside of speed tests. The last firewall build that I did for home was with a pair of virtual Linux boxes with 10G interfaces just so I could do a 2G or 4G GPON upgrade later on without having to throw everything out.

    In New Zealand it seems like 10G GPON services are mostly cannibalizing high quality lit ethernet services at 1G and 10G subrate rather than replacing consumer tails. So more likely a business is going from spending $1500 a month on uncontended 1G to spending $400 a month on contended 4G, rather than a residential user going from spending $150 on 1000/500 to $280 on 2000/2000.


  • My day job is building ISP networks. It’s been about 20 years since I had a home connection that I didn’t configure up both ends of myself.

    I’ve got a 1G / 500M tail into home where I am right now, not that that is particularly impressive. One of the jobs I’ve been putting off at work is standardising our usage of the 10G GPON platform available here in NZ, when I do that I’ll get one of the >1G tails to use at home.

    Usually the answer is how ever much I can be bothered building, but my usage is pretty low.