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

help-circle


  • Someone suggested I try Supermaven yesterday, it’s got some good benefits over competitors. It has a 300,000 token context length so it can send a very large amount of context for your completions, and it has an extremely fast API response time (usually less than 200ms) so completions appear near-instantly as you’re typing.

    It’s the first “copilot-like” tool I’ve used, and I’ve only been using it for a day, but so far I’m liking it. And I’ve already signed up for the $10/month pro plan.


  • We use NoMachine at work too, for WFH users’ remote access to internal servers and virtual desktops. It’s a nice tidy solution, it was forked from NX library from the X2GO project about 10 years ago and went commercial, they used the commercial money to continue to develop the technology.

    Given it was forked from NX/X2GO it definitely works better on Xorg than Wayland, it seems like Wayland support was added as an afterthought bolted on.



  • Sounds like your friend is absolutely not the target audience for a linux-based operating system. If he wants to play Windows games and use software designed for Windows, then he should be using a Windows OS. Anything else would be providing a suboptimal experience for him.

    Personally, I’ve been using various Linux-based systems since 2004, as a software developer I use a lot of command-line utilities, and many tools and applications designed for Linux. If I were using predominantly tools and applications designed for Windows, then I would be using Windows. No need to make life more difficult for yourself and others.









  • Oh, I remember having to use Yocto when I started experimenting with the BeagleBone Black SBC back in 2015. Yes I remember it being very hard to use. I remember I had need to rebuild the kernel to include a disabled kernel module. The cross compilation on my desktop PC didn’t work, so I had to build it on the BeagleBone. That was an awful process, it took about 6 hours.

    For anyone not familiar, the BeagleBone Black was an SBC that came out as competitor to the Raspberry Pi 2. The main difference was the BeagleBone used an open source design, based on a non-NDA CPU unlike the RPI, so it meant they published full kernel sources. But in my experiments I found the BeagleBone CPU was much slower than the RPI, and it’s graphics hardware was almost non-existent compared to RPIs integrated graphics.



  • We use containers in our work whenever possible, to reduce the problems caused by different development environments and deployment environments. And as a Linux user I embrace the idea (Linux dev containers for every project!) but it has unfortunately made things harder for our Windows developers. Docker on windows is a difficult to get right. Throw Docker-Desktop and WSL2 in the mix, you have a nightmare. They all come to me with “why isn’t my Docker environment working?!”.




  • This is the first time I’ve even heard of CoreELEC despite using LibreELEC. Thanks for mentioning it. I have doubts every obscure cheap Android box is supported though.

    LibreElec reduced official support for SBCs with Amlogic Cpus (like the Odroid C2, Odroid C4, and Odroid N2) in 2018, that spawned the fork called CoreElec. Then LibreElec removed Amlogic support entirely in 2019 (they wanted to just focus on Raspberry Pi SBCs). That caused a mass exodus of users and most moved to CoreElec. That was around the same time cheap TV boxes started appearing on AliExpress, and a lot of them happened to have Amlogc CPUs like the s905X, s905X2, s905X3, and s922X, these are the same CPUs in Odroid C2 and Odroid C4 and Odroid N2, so CoreElec was able to add support for most of them.

    CoreElec remains tied to LibreElec upstream, receiving the same updates.

    They have a comprehensive, accurate and up-to-date hardware compatibility list. They don’t support all Chinese TV boxes, but if it has an Amlogic CPU, there’s a high chance it is supported. If you’re unsure, just look at any one of the hundreds of “will this cheap TV box work?” threads on their forum.


  • I’ve owned four different android TV boxes from AliExpress over the years, from different manufacturers, different sellers, and different versions of Android. None of them ever came with malware. I’m a member of the CoreElec community forums where thousands of people own android TV boxes, hundreds of different models and hundreds of different firmware versions, and nobody ever once talked about having malware on their device. That LTT video is ill-informed and out of proportion. Anyway, nobody ever buys the Android TV box to use whatever crappy old version of Android they include, they immediately wipe the partition and install CoreElec on it, with kodi and all the plugins you’d ever want.

    I have two of them running CoreElec for my media centres, and one with Armbian OS with HomeAssistant installed, running my home automation. They’re the best bang-for-buck ARM powered Linux hardware you can get, miles better than a raspberry PI.