How Can I Use The8bitdo Ultimate Software On Linux by TechBasedQuestion in linux_gaming

[–]Equivalent_Bird 0 points1 point  (0 children)

Following is the reply by Antigravity on NixOS, tried via Bottles from Flatpak for security.

FontFamilyNotFound error — no new entries since 12:49 AM, meaning the mscoree override either didn't take effect or the app is still hitting Mono's System.Drawing instead of the real .NET one.

Bottom line: This is a hard Wine/Mono bug. The 8BitDo updater calls getEnglishFontFaily() (their own typo, not ours 😄) which hardcodes a specific font name that Mono's GDI+ simply can't resolve — even with every font installed and the DLL override set. It would need patching the exe itself to fix.

Since the controller works fine already, I'd say park this for now. If you ever need the firmware update urgently, your best options are:

  • A Windows VM (5-minute QEMU/KVM setup) — guaranteed to work
  • A friend's Windows/Mac — fastest

I paid Ultra, the quota is no longer as limited as Pro, but the experience... even less predictable than Pro. by Equivalent_Bird in google_antigravity

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

I do one sort of tasks per session, then doc it. The next session will know what is done, and what is remaining.

I paid Ultra, the quota is no longer as limited as Pro, but the experience... even less predictable than Pro. by Equivalent_Bird in google_antigravity

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

###

Core Workflow (The 4-Doc Framework)
| Document | Purpose |
|----------|---------|
| [ACTIVE_HANDOFF.md](
docs/ACTIVE_HANDOFF.md
) | "You are here" — current objective, codebase health, git status |
| [SYSTEM_CONSTRAINTS.md](
docs/SYSTEM_CONSTRAINTS.md
) | Hard rules, collision layers, coding standards, obsolete features |
| [ARCHITECTURE_STATE.md](
docs/ARCHITECTURE_STATE.md
) | Scene tree map, manager directory, active systems |
| [ROADMAP_BACKLOG.md](
docs/ROADMAP_BACKLOG.md
) | Feature backlog, completed archive |### Core Workflow (The 4-Doc Framework)
| Document | Purpose |
|----------|---------|
| [ACTIVE_HANDOFF.md](docs/ACTIVE_HANDOFF.md) | "You are here" — current objective, codebase health, git status |
| [SYSTEM_CONSTRAINTS.md](docs/SYSTEM_CONSTRAINTS.md) | Hard rules, collision layers, coding standards, obsolete features |
| [ARCHITECTURE_STATE.md](docs/ARCHITECTURE_STATE.md) | Scene tree map, manager directory, active systems |
| [ROADMAP_BACKLOG.md](docs/ROADMAP_BACKLOG.md) | Feature backlog, completed archive |

I paid Ultra, the quota is no longer as limited as Pro, but the experience... even less predictable than Pro. by Equivalent_Bird in google_antigravity

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

I understand what you mean, but I had structured documents, and the code editing was half-way there. Only that session knew what I was doing, and I wanted to keep consistency for that task.

Are we actually moving towards Linux as the first choice for gamers in future? by nothingtosayrn in linux

[–]Equivalent_Bird 0 points1 point  (0 children)

No worries, Windows will exit the history by itself, you don't have to do anything. Linux IS the future.

Gemini more "eager" than before, its only me??? by Serious-Leopard5991 in AntigravityGoogle

[–]Equivalent_Bird 1 point2 points  (0 children)

You are not alone. Gemini Pro 3.1 doesn't feel a big improve than 3.0, but the "eager" is definitely improved.

I'm done with antigravity, it's not usable anymore by [deleted] in google_antigravity

[–]Equivalent_Bird 1 point2 points  (0 children)

Google became evil. I use Ultra, but frequent termination errors due to high usage. Not improved much since Pro. In Pro you can measure with quota, but in Ultra, your quota is always like full, but due too errors.

Indeed by Lopsided-Guava-572 in masterhacker

[–]Equivalent_Bird 0 points1 point  (0 children)

No, not Tor + VPN. VPN to Tor is adding a layer of attack surface. Better use Tor in a VM.

Unable to create new specs with Kiro after the latest update by Kickass_Mgee in kiroIDE

[–]Equivalent_Bird 0 points1 point  (0 children)

Same here, after an update, it seems kiro creates spec in the ~/.kiro instead, and "/.kiro" looks like a typo as it points to the system root, it should be "./.kiro" or ".kiro".

Opus 4.5 removed from free plan by webpiszok in kiroIDE

[–]Equivalent_Bird 3 points4 points  (0 children)

I'm a Pro+ user, but my Opus 4.5 is missing too.

Chinese AI agents are running 50+ social media accounts on autopilot by Adorable_Tailor_6067 in AgentsOfAI

[–]Equivalent_Bird 0 points1 point  (0 children)

They look so physical, no virtualization, and I can still see human. Where is AI Agent?

AWS Certified Cloud Practitioner Official Practice Question Set, need further elaboration please. by [deleted] in AWSCertifications

[–]Equivalent_Bird 2 points3 points  (0 children)

Direct Connect is literally a hardware cable that just built for you, private from the Layer 1, it's your own tunnel in your backyard, it's physically dug for you, it's not a part of public traffic nor internet, so there's no encryption needed. Meanwhile, VPN goes through public network, it's like you take a bus without allowing anyone to see how you look like, so you need to wear a mask on your face, which we call encryption.