r/lowlevelawaretech

▲ 23 r/lowlevelawaretech+1 crossposts

正直言って

最近IMEの頭が悪すぎてすごくイライラする。
ちょっと前までGoogle IMEを使っていた。その前はAtokだったんだけど、Atok7から8になるときに急激にレベルが落ちてかなりイライラしたんだ。AIを使ってかなり便利になるって触れ込みだったけどひどいもんだった。
それにサブスク化が追い打ちをかけてきたので、Google IMEに乗り換えた。
でもだんだんこれも頭が悪くなってきた。
で、数日前からMicrosoftのIMEに戻してるんだけど、こっちのほうがまだいい気がしている。

というか、昔もっとIMEなかったっけ?

reddit.com
u/Maruoo-liner0099 — 1 day ago

ゲーム機にArmbianを移植(まだやってる)

さすがにRockchip RK3576ともなるとPlasma MobileもGnomeもけっこう快適。
機種これ。びたぷろ。
https://jp.anbernic.com/products/rgvita-rgvita-pro

内蔵emmcにOS焼けるものであれば現在のボトルネックであるMicroSDカード上のシステムからオサラバできそうだ。

3枚目はモニタの設定失敗してサイケ光線が発生したところ。
スマートグラスやら最初からついてるHDMIなんかも動く。

たださーこれさー、充電ポートを兼ねるUSB-C、reboot後に認識しなくなる。
shutdown -h nowでもUSB機器が刺さっていると再起動してその後lsusbさえ通らなくなる。
充電IC側のwake設定の問題なんかねえ?もしそうならセキュリティホールとかよんで差し支えないのでは。

しかしまあけっこうよく動くようになった。労働のあとのたばこは染み入るね。

u/NeighborhoodSad2350 — 2 days ago

朝からcopilotに嘘つかれて凹んでる😭

とある人物が同姓同名の別人って言って譲らないから
違うっしょってWikipedia貼っても違うんで
写真アップしたらコロっと立場変えて
ネットの噂話しただけとか言いやがるw

reddit.com
u/Ok-Conference-9984 — 2 days ago
▲ 2.1k r/lowlevelawaretech+2 crossposts

Anthropic embedded spyware in Claude Code — and attempted to hide it from you

tl;dr: Since version 2.1.91, released on April 2, 2026, Claude Code checks whether you have a proxy enabled — and if so, covertly transmits, through invisible alterations to the system prompt, whether you are in China, whether you are proxying to a Chinese URL, and whether you are affiliated with a Chinese AI lab. Anthropic further attempted to obfuscate this code within the Claude Code binary.

Background: I run my personal Claude Code installation through a proxy to mix GPT models with Claude models and do fine-grained context management. Today, with version 2.1.196, Anthropic disabled remote control when proxying is enabled. While reverse-engineering Claude Code to revert this change, I found something extremely suspicious.

The code

Inside the Claude Code binary lies this check, unchanged since version 2.1.91. The check does the following:

  • If you are using a proxy:
    • Check whether the system timezone matches Asia/Shanghai or Asia/Urumqi.
    • Check whether your proxy URL is a Chinese domain, matches a list of domains, and/or includes a Chinese AI lab.
  • Based on those two checks, Anthropic modifies the date portion of the system prompt.

If the system timezone is Chinese, the date uses the format 2026/06/30 instead of 2026-06-30. And depending on the proxy URL, the apostrophe in "Today**'**s date is" changes:

  • Is a Chinese domain and/or matches the domain whitelist, but is NOT an AI lab: \u2019, "right single quotation mark" — ’
  • Is NOT a Chinese domain and/or matches the domain whitelist, but IS a Chinese AI lab: \u02BC, "modifier letter apostrophe" — ʼ
  • Is a Chinese domain and/or matches the domain whitelist AND is a Chinese AI lab: \u02B9, "modifier letter prime" — ʹ

You can verify this yourself in the Claude Code source code. In version 2.1.196, the relevant functions are Crt(), Rrt(e), e0t(), Zup(), edp, and Vla. Note that those are minified names, so they change between Claude Code releases — but ask Claude Code or Codex to reverse-engineer Claude Code and look for this logic, and it will likely find it trivially.

The intent

Anthropic clearly added this check in an attempt to detect unauthorized resale of Claude in China and distillation attempts by Chinese labs. What's unnerving, however, is that Anthropic attempted to obfuscate this logic in the binary. Much of it is XOR-obfuscated with the key 91, likely to prevent it from showing up in a plain strings dump. Furthermore, the release notes for version 2.1.91 make absolutely no mention of this check.

Their intent is also clear in how they hide this with steganography in the system prompt, making small variations that are imperceptible to any user — and perhaps even to the model — but are easily detectable by Anthropic.

A fundamental violation of user trust

While this use case — attempting to detect unauthorized resale and distillation — is understandable, the fact that Anthropic covertly transmits information about your system and proxy settings without your knowledge or consent is a fundamental violation of user trust. Not only is surveilling every user in a timezone a fundamental overreach, but its very existence opens the door to a much more serious concern. If Anthropic is willing to secretly transmit information about your system simply because you're Chinese, what's stopping them from secretly steering the model to behave worse (which they attempted to do with Fable before researchers called them out) — or worse, maliciously?

Developers like me give Claude Code full filesystem and significant shell access so it can do its job. But this also means nothing is stopping Anthropic from exploiting it for full remote code execution on your system. Today it's a timezone check. Tomorrow, it could be system sabotage or data exfiltration.

Given the trust that developers place in Claude Code, I think it's important to call for more transparency from Anthropic. While IP protection is reasonable, it should not come at the cost of embedding what amounts to spyware on every developer's system.

I think it's also important to note that checks like this, while compromising the privacy of legitimate users, are also trivial to bypass for any moderately sophisticated adversary. So it's debatable whether this even achieves its intended purpose of preventing unauthorized resale or distillation while simultaneously violating the privacy of legitimate users.

reddit.com
u/Hib3 — 5 days ago

サーバー証明書の有効期間が将来的に47日に←これ

何をすればいいのかよくわかってなくて47日サイクルでひたすら手作業で更新し続ける組織とか、もう諦めて失効したまま無理やり使い続ける組織とか出てきそうでアツい

reddit.com
u/re_ndezvous — 3 days ago

電子工作

家のPCを外から電源操作と画面操作したかったので、ipKVMを作ってみました 回路をchatGPTに聞いたらVCCとGNDが短絡するような回路図を作ってきてヒヤっとした… でも既製品を買うより数千円近く安い

u/Yarukiless-cat — 5 days ago
▲ 24 r/lowlevelawaretech+1 crossposts

2014年頃?高校2時代のiPhone5

Winterboard活用してウィジェット置いたり、アプリの位置移動して当たり判定変えたりしてた気がする
上も下もそれぞれアプリが移動してたかな
SwipemintLaunch+には当然スキームURL活用して即開けるショートカット作ってた

u/Hib3 — 5 days ago

CachyOS入れてみたメモ(ノート)原文ママ

chacy?CachyOSか。というものをスクリーンショットとか見て気になって、入れてみた。

ちょうどHuawei MacXのストレージ余っていたので。

Hyprland、挫折。

入れるのはVentoyですぐ入ったが、入れてからがムズかった。

オタクが萌えデスクトップとかやってるのは色々知ってるから出来るのだろう。

幸いUbuntuでのデュアルブート(26.04にした)なので困ることも特にないが、これは慣れが必要そうだ。

色々なDEを試せる事はすばらしい。

挫折したHyprlandからKDE Plasma をインストールするのに3時間かかった。親機で調べつつやればよかった。

行きはよいよい とはこの事か?とまれ、無事にKDE Plasmaでぼちぼちやっていくか。

VSCodium、とかも慣れないと……。

OpenBoxとかはスクショがAndroidっぽい、FGOの沖田総司などと良さを感じた。

Xfceとかも使ってみたいな。

Archの外国人音声でワーっとなって電プチしていた身からすると、Ventoyから30分で入る「全てはパッケージ」という思想はけっこうGood。

Alpineは英語のターミナルで挫折したからな。

コマンド打っても失敗したので、ウーム。

ソフトウェアは継続的にメンテナンスされている事こそ全て、みたいな気持ちや、カスタムやらできるのは良いがそれ前提にデフォルトを簡素にしていいものではないんだな、と分かった。

自作OSは進捗あったけどそれはコード上の事で、マイルストーンの様な大きな進みはない。

そしてCachyOSを見て打ちひしがれるという……。

ネットから引っぱるカスタム方式が最も良いのか?

まあそれはそうだろうなあ……。

実用に耐えうるOSを見ると自分の作りものがちっぽけに見えるのをやめたい。

普段目を背けて生きて(作って)いるのに、少しディストロを浮気してみると憂鬱(ノートではカタカナ)になる。

本当はもっと軽量で入れやすくてみんな使いやすい構造があるはず……設計があるはず……。

カーネルとDEの分離とかは自分も今日初めて知った概念なので、

CachyOS、おすすめの設定とかどっか転がってないかな……。

おすすめのアプリ、とかも気になる。

---

PS 昨日の22時頃投稿しようとして床に寝転がってたらキーボード打ってる途中に寝てしまったようで、朝から長文です

reddit.com
u/k1y6k — 4 days ago

4k生成してみました。

>>> 3/4枚目: 生成開始 (Size: 3840x2160, Steps: 4, Seed: 179583558, 文字数: 666)

⏱️ Generating: 100%|█| 4/4 [04:21<00:00, 41.17s/it, Fina

✅ [OK] 受信完了。生データから画像を強制抽出します...

📦 PNG画像データ検出 (データサイズ: 9607236 文字)

✅ [SUCCESS] 画像を抽出・保存しました! (3840x2160)

📊 【処理時間レポート】

├ 準備・通信ラグ : 1.60 秒

├ Ollama生成処理 : 261.51 秒

├ 画像変換・保存 : 0.38 秒

└ 総合計時間 : 263.49 秒

{

"model": "x/flux2-klein:4b",

"prompt": "tracks, surrounded by mountain ranges shaped like a giant human face. Endless Escher‑like staircases loop and fold into themselves, while colossal motionless creatures stand silently in the landscape. A hyper‑dense compression city rises nearby, with houses packed only one meter apart. Crossing a shimmering boundary flips the entire color palette into its inverted hues. Scattered throughout the scene are oversized everyday objects—such as a massive toothbrush and a floating cup—along with bizarre, nonsensical signs reading ‘Turn Here,’ ‘Do Not Stop,’ and ‘Do Not Laugh.’ Rendered in vibrant voxel style, isometric perspective, sharp lighting, and high detail.”",

"width": 3840,

"height": 2160,

"steps": 4,

"seed": 179583559

}

u/Ok-Conference-9984 — 6 days ago

ぽまえらはどこから知識を得てるんや

欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!欲しい!

reddit.com
u/zakana_salroe — 6 days ago

子どもたちはどれほど技術に詳しいのか?

私の知り合いに中学生とかいるけどみんな検索エンジンとブラウザ混同してたりするんだよね
でもネットとか見てると小学生~高校生ぐらいの子が自分より高度な知識を持っててびっくりする

reddit.com
u/zakana_salroe — 7 days ago

サブレディット内での注意喚起

本サブレディット(以下サブレ)で外国の方と思われる方から暴言が確認されました。

当サブレでは本家LLLと同じく暴言は禁止ですのでご注意ください。

以上モデレーターからでした。

追記:おふざけでも許しませんのでご注意ください。

今回は私に対してなので7日のミュートで済ませますが、私に対してではない場合容赦なく1ヶ月ミュートしますのでご注意ください。

暴言は許しませんやりませんスタイルでやっていきます。

reddit.com
u/Hot-Argument-3994 — 5 days ago
▲ 34 r/lowlevelawaretech+2 crossposts

ちょっとだけ愚痴

正直言って、もう40年ぐらいネットやってきたけど、ここまでつまらなくなったのは初めてかもしれない。
なぜそうなったのか考えてみると、最近は政治的ポストやコメント、性的なものや殺伐なものが多すぎて、クリエイティブなものが全くないんだよ。特に何の問題もない投稿であっても、罵声浴びたり削除されたり。
現実世界でもそうで、男女関係だけではなく、仲間を作るという意味でも、そういう場所がなくなってしまったし、そういうチャンスもなくなってしまったし、悪意のある人間たちがそれを全て潰してしまったっていうのもある。
デジタルデトックスにはいいかもしれないけど、それはリアルに仲間がいると言う「我が家」があって初めて成立することで、それもいない人間にとっては、人生そのものがつまらなくなると言う、退屈な話になってしまうんだ。

個人的には、ネットで突破口を作って、リアルで地盤を固めて、いろいろ広げていくというのが私は理想だと思っているけど、今じゃそれも難しいものになってしまったしね。
一時期、それを作りかけてた人がいて、素晴らしいアイディアだと思ってたけど、結局その人も自分の金儲けにそれを利用しようとしてただけってのがわかって、彼とは縁を切ったんだ。
Facebookとかでも後々つながろうとしてきたけど、とっととブロックしたね。こちらの意見を聞こうとせずに、勝手に私を悪者にした部分もあったから。つながろうとしてきたときに、それについての謝罪も一切なかったしね。

reddit.com
u/Maruoo-liner0099 — 8 days ago

生成文をもし人工知能が学習したらどうなるんか

ものすごくつまらない平坦化された結果しか生成されない
かな。もうそうなってきてる。

reddit.com
u/Ok-Conference-9984 — 6 days ago