Skip Navigation

Posts
44
Comments
1241
Joined
3 yr. ago

  • Oh yeah. You're right.

  • Fact.

    But to be honest, the strength of the body of the Framework is pretty weak. Drops and more pressure result in permanent bending. I've already replaced one bottom. So if one wants a physically durable machine that can be thrown around, upgradeability might be okay to give up.

  • I thought they went away from it for their latest gens.

  • Ooh yes baby! As an early Framework adopter who's repaired it already a few times, including a solder job on the board, I am happy to see it. I am getting increasingly angsty about where Framework would go in the future as its VCs crank up the profit knob. Having the biggest real manufacturer in the world introduce an alternative is fantastic. With that said, it also depends on Lenovo actually making parts direct-for-purchase available at decent prices. Without that, repairability serves just as marketing wank.

    E: Is that a magnesium body plate?

  • Deleted

    Permanently Deleted

    Jump
  • Pretty sure OP is sarcastic

  • Supposedly. Says 148 in About.

  • Maybe the article was written by AI that hallucinated the setting.

  • all you have to do is click on Settings > AI Controls. You'll then see a very bold and prominent option called 'Block AI Enhancements.'

    I don't see it on mobile though.

  • I used to be on the China-bad bandwagon when I bought our current Sony. I didn't understand nearly as well how production worked as I do now. The next time I have to buy one I'd evaluate on the basis of quality regardless of origin. I'd also avoid high amount of custom software to avoid annoyance and security holes, just like I did when I purchased our current one.

  • Interesting. 3B models run decently fast on my CPU and I have a lot of system RAM. 🤔

    E: Just tried it on 100% CPU on AMD 7700 with DDR5 3600 and it does 6.5t/s. Not bad.

  • They always made very good TVs, tube, plasma, LCD.

  • Yup, that's what I was referring to.

  • Aaand another one bites the dust. So who's left that still makes non-PRC TVs? Just the Koreans I think. When I last shopped TVs I looked for non-PRC options and the only ones available in Canada were LG, Samsung and Sony. Sony already bit the dust a short while ago.

  • The acl, norm, xattr, dnodesize options are all to make ZFS behave like a Linux filesystem and are pretty standard for using ZFS on Linux. They aren't default because ZFS' defaults are for Unix.

  • I do:

     
        
    sudo zpool create \
       -o ashift=12 -O acltype=posixacl -O compression=lz4 \
       -O dnodesize=auto -O normalization=formD -O relatime=on \
       -O xattr=sa \
       mypool \
       raidz2 \
       wwn-0x5000cca284c06395 \
       wwn-0x5000cca295e115f3 \
       wwn-0x5000cca2a1ef9c90 \
       wwn-0x5000cca295c03910 \
       wwn-0x5000cca29dd216b0
    
      

    I'm then going to optimize recordsize depending on the workload in datasets. E.g. Immich db might use 8K or 16K recordsize while the library dataset where the files are might be larger so that search is faster. Etc.

  • Secuarr?

  • Install Ollama on a machine with fast CPU or GPU and enough RAM. I currently use Qwen3 that takes 8GB RAM. Runs on an NVIDIA GPU. Running it on CPU is also fast enough. There's a 4GB version which is also decent for device control. Add Ollama integration in Home Assistant. Connect it to the Ollama on the other machine. Add Ollama as conversation agent to the Home Assistant's voice assistant. Expose HA devices to be controllable. That's about it on high level.

  • HA with local LLM on Ollama. Can imtegrate the Android app as the default phone assistant. I don't think it can use a wake word on the phone though. I invoke it by holding the power button, like a walkie.

  • Using Home Assistant with Qwen locally. It functions better than any version of Google Home I've had. Understands me without having to think about how I say things. Can ask it for one or multiple things at the same time. Can even make it so that it pretends to be Santa Claus while responding. My wife was ecstatic when she heard the Ho-ho-ho while asking to turn the coffee machine on on Christmas.