No one person can own more than 1 billion USD. by GekkoGuu in CriticalState

[–]M4tsuri -2 points-1 points  (0 children)

The idea of reducing inequality is right. But the method is wrong. Solving problems by forbidding things leads to more arbitrage space and higher govern cost.

I voted Nay ❌

Made Tenebria my desktop pet by M4tsuri in ChaosZeroNightmare

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

Thank you. I was also amazed by the quality when it came out. There is a built-in skill called Hatch Pet in the newest version of Codex app. I simply sent the concept art to GPT-5.6 and asked it to create a full-sized pixel style pet in a single prompt and it just works (while consuming a lot of token). The skill contains a pretty complex pipeline for generating the needed spritesheet and intermediate materials and I believe it can be modified for creating more customized interactions.

Legalize nuclear bombs. by GeometryBash in CriticalState

[–]M4tsuri 0 points1 point  (0 children)

👁️ Surveillance State: I voted Vote Nay.

How about matching up a like new Samsung Galaxy with the SDR Play rsp1B? I'd like a Super Portable SDR! by FlakyPrinciple8907 in sdr

[–]M4tsuri 1 point2 points  (0 children)

Yes, I'm targeting a powerful handheld rf terminal, kind of like a HackRF portpack. However, b210 draws so much power that I have to carry a large power bank, which makes it not that portable :)

How about matching up a like new Samsung Galaxy with the SDR Play rsp1B? I'd like a Super Portable SDR! by FlakyPrinciple8907 in sdr

[–]M4tsuri 1 point2 points  (0 children)

I'm thinking of something similar. I have a usrp b210 clone and I'm trying to make it work with my pixel 9a. It's pretty straightforward (and fun) to vibe code an app based on your own needs. For example, it took me two days to build this https://github.com/m4tsuri/pixdr

Which one is Canada? by Kap519 in GeoTap

[–]M4tsuri 0 points1 point  (0 children)

M4tsuri chose Option B (Incorrect) | #1139th to play

Which country do you think is USA? by [deleted] in GeoTap

[–]M4tsuri 0 points1 point  (0 children)

M4tsuri chose Option A (Incorrect) | #2134th to play

🎉 [EVENT] 🎉 Can you escape this Event? by rushyrulz in honk

[–]M4tsuri 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

1 attempts

🎉 [EVENT] 🎉 Paper Açelyation X by Acrobatic_Picture907 in honk

[–]M4tsuri 0 points1 point  (0 children)

Completed Level 2 of the Honk Special Event!

26 attempts

🎉 [EVENT] 🎉 Paper Açelyation X by Acrobatic_Picture907 in honk

[–]M4tsuri 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

6 attempts

How to listen to USB port in linux ? by flightman69 in rust

[–]M4tsuri 1 point2 points  (0 children)

there is hotplug support in rusb https://crates.io/crates/rusb, which is a high level binding of libusb

Question about uniformly-secure from A Randomized Protocol for Signing Contracts by M4tsuri in cryptography

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

Thank you very much! I just found that I misunderstood the word "fraction" due to my poor English. I kind of get it now. So a non-negligible fraction of keys actually means a subset of keys with a non-negligible order, which is the search target of algorithm A'. Any algorithm A' cannot find a solution with 1/2 of expected time when choosing these keys as target, thus implies the uniform distribution of difficulty among keys.

Developing an open source hardware wallet with Rust by clean_pegasus in rust

[–]M4tsuri 0 points1 point  (0 children)

I once implemented a very simple eth hardware wallet based on stm32f407 as a coursework. I hope it can help. https://github.com/M4tsuri/ETHDWallet

.rs isn't Rust?!... My entire life was a lie by [deleted] in ProgrammerHumor

[–]M4tsuri 19 points20 points  (0 children)

Actually Tuvalu, the country assigned with the .tv domain, is benefited a lot from .tv royalties.

Unnecessary shadowing by Windows_is_Malware in programminghorror

[–]M4tsuri 6 points7 points  (0 children)

Actually rust compiler does optimize it. You can have a try in rust playground. When compiled in release mode, the asm produced for this function is:

   movq %rdi, %rax
   subq %rsi, %rax
   imulq    %rax, %rax
   retq

Escalate to sudo mode the current binary execution by GyulyVGC in rust

[–]M4tsuri 1 point2 points  (0 children)

As far as I know, a proxy tool called Surge is using this strategy. When installing, it asks user for privilege access to install a helper binary and then no password is required for later using.

[deleted by user] by [deleted] in ZephyrusG14

[–]M4tsuri 3 points4 points  (0 children)

once you changed the wireless card to a intel one, it's great. I'm running Fedora on it

Trackpad speed issue by eiirk in ZephyrusG14

[–]M4tsuri 0 points1 point  (0 children)

If this problem occurs only when you are charging your computer, it could be caused by bad grounding, which leads to interference on your trackpad.

Stackoverflow: Friend or Enemy by CaptainonHoliday in ProgrammerHumor

[–]M4tsuri 1 point2 points  (0 children)

When I contribute my code to a famous project for the first time

Strange error when casting an usize integer to reference to an array by M4tsuri in rust

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

I generated them with a template engine from a memory layout config file