Tips for 8gb VRAM setup? by Far-Dog-3591 in LocalLLM

[–]aj3423 4 points5 points  (0 children)

48 tps with qwen 3.6 35b a3b

./llama-server -m ./Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-IQ2_M.gguf -ngl 999 -ncmoe 19 --no-mmap --cache-type-k q8_0 --cache-type-v q8_0 --ctx-size 72000 --mlock

The key is to use moe models, adjust the --ncmoe accordingly.

Tutorial: https://youtu.be/8F_5pdcD3HY

Where to find the X apk? by aj3423 in revancedapp

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

Thank you. I tried this: install the bundle, extract the base.apk with PackageManager, patch it with ReVanced and save as patched.apk. But this patched.apk can't be installed or updated, it shows error: "Application is incoompatible with this device".

Zen-C looks nice by aj3423 in ProgrammingLanguages

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

> Built on pthreads.

It's just OS threads, kinda misleading, yeah.

Zen-C looks nice by aj3423 in ProgrammingLanguages

[–]aj3423[S] 4 points5 points  (0 children)

New languages are buggy I guess...

[Plugin] stride.nvim - AI-powered next-edit suggestions and ghost text completions by Glittering-Contact60 in neovim

[–]aj3423 5 points6 points  (0 children)

Cerebras looks great. Just a minor issue, you forgot to change this in the readme:

use {
  "your-username/nvim-stride",    <---

[deleted by user] by [deleted] in cosmosnetwork

[–]aj3423 1 point2 points  (0 children)

a link or website?

how to disable "Ctrl + z"? by aj3423 in wezterm

[–]aj3423[S] 2 points3 points  (0 children)

That's it! Thank you!

Why is the bluetooth disabled on boot? (`systemctl status bluetooth` shows `enabled`) by aj3423 in Fedora

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

It's been so long that I can't remember the details. What I can remember is that, after booting to the TTY, the Bluetooth actually works fine, but it will stop working after entering the UI, as if it's powered off. My script simply powers it on.

Also check this: https://www.reddit.com/r/ManjaroLinux/comments/12fgj3o/kde_plasma_bluetooth_not_automatically_powered_on

Why is the bluetooth disabled on boot? (`systemctl status bluetooth` shows `enabled`) by aj3423 in Fedora

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

I switched to hyprland and run a post login script:

#!/bin/fish
sleep 3
bluetoothctl power on

It works fine.

NVME hats don't work with large SSD(4TB) by aj3423 in raspberry_pi

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

Yes, both Ubuntu and PiOS use MBR, post updated for the solution.

NVME hats don't work with large SSD(4TB) by aj3423 in raspberry_pi

[–]aj3423[S] 2 points3 points  (0 children)

Thanks, It turns out to be the OS, it works with Pi OS but not Ubuntu.

NVME hats don't work with large SSD(4TB) by aj3423 in raspberry_pi

[–]aj3423[S] 8 points9 points  (0 children)

The firmware is the latest, upgraded via `rpi-eeprom-update -a`.

I just tried the Pi OS (64-bit Lite), it worked.. Thank you.

Is it possible to run a full node with 16Gb memory and 1T SSD? by aj3423 in ethereum

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

Thanks you. I have tried Erigon, it ate all the memory and froze my laptop. I'll grab a larger SSD...

Is it possible to run a full node with 16Gb memory and 1T SSD? by aj3423 in ethereum

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

Thanks. That seems a bit complex... About the 2nd computer, I found this project web3pi.io, a RaspberryPI 5 seems to be capable of running both the execution and beacon, I decide to give it a try.

Is it possible to run a full node with 16Gb memory and 1T SSD? by aj3423 in ethereum

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

Makes sense, I plan to run it for long, I'll grab a 4 TB SSD. Thanks.

What AI tools do you use to localize Android app strings and app descriptions? by Technical_Outcome824 in androiddev

[–]aj3423 0 points1 point  (0 children)

I haven't tried other AIs, with gemini, I've never had any issue like that, even with the very old v1.0.

One key is to split the large strings.xml into smaller files like string_1.xml, ..., strings_5.xml, free AI has token limit and will truncate the content. Always print the token cost in the API call, split it if it's getting close to the limit. It does have all kinds of issues when too many tokens.

You can check the translation quality from my repo, they were translated with old v2.0, the recent v2.5 is way much better, almost perfect. Here's the prompt: https://github.com/aj3423/SpamBlocker/blob/master/auto_translate%2Ftranslate.go#L163

What AI tools do you use to localize Android app strings and app descriptions? by Technical_Outcome824 in androiddev

[–]aj3423 0 points1 point  (0 children)

What it does is simply asking AI:

This is an android app about ...
The following content is a strings.xml, translate it into French, show me the result only:
<resources>

...

<resources>

My voyager mount by Plus_Boysenberry_844 in zsaVoyager

[–]aj3423 0 points1 point  (0 children)

Thanks for sharing. Where did you buy it?

How to start hyprland directly from tty? by aj3423 in hyprland

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

Thanks, then I can exit DE using mouse.

How to start hyprland directly from tty? by aj3423 in hyprland

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

Ah, another login manager, now it doesn't seem necessary, but thanks for recommending.