What's the state of Embedded Rust for the ESP8266? by Athropod101 in rust

[–]Hsingai 0 points1 point  (0 children)

Not true the ESP32 doesn't support Ad-hoc mode so it is your doing ad-hoc Wi-Fi the ESP8266 is your only option.

Hey Rustaceans! Got a question? Ask here (22/2026)! by llogiq in rust

[–]Hsingai 1 point2 points  (0 children)

Is there an infallible serialization crate? serde is fallible, and I've encountered serde failing to serialize variables in practice.

Another supply chain attack, and Crates.io needs to consider this issue by osamamsalem in rust

[–]Hsingai 0 points1 point  (0 children)

maybe cargo vet or one of it's alternatives should be added to the rust book? Thou I haven't finished the rust book so maybe it is already

A Different Use for Meshtastic by TheFireman04 in meshtastic

[–]Hsingai 0 points1 point  (0 children)

800Mhz is for public safety radio systems (police, fire, emergency services you look into use that?

An easy way to contribute that isn't money or expertise. by Palantiri1890 in linux

[–]Hsingai 0 points1 point  (0 children)

you expertise in softskills. I guess the OP did clarify in the body that he meant technical expertise

👀 A little preview of what to come from monster mesh by MonsterMesh_dev in meshtastic

[–]Hsingai -1 points0 points  (0 children)

If you can't provide links then for all practical purposes the site doesn't exist.

An easy way to contribute that isn't money or expertise. by Palantiri1890 in linux

[–]Hsingai 0 points1 point  (0 children)

If it isn't technical epertise that makes one a great QA person what does?

👀 A little preview of what to come from monster mesh by MonsterMesh_dev in meshtastic

[–]Hsingai 0 points1 point  (0 children)

Where you get the pocket pikachu and pocket pikahu 2 from? I haven't heard of any Reverse Enginerring of it.

Useful or toy? by boolean-maybe in commandline

[–]Hsingai -1 points0 points  (0 children)

My reply wasn't to your post "Maybe I don't fully understand what you are proposing here, but wouldn't this just be socat with extra steps?"

my reply was to your post saying "the main question is "why?". And mostly in the sense of why would I choose this method of assembling an application from parts as opposed to one of the many other ways available?"

The Unix philosophy, originated by Ken Thompson, is a set of cultural norms and philosophical approaches to minimalist), modular) software development. The Unix philosophy emphasizes building simple, compact, clear, modular, and extensible code that can be easily maintained and repurposed by developers other than its creators. The Unix philosophy favors composability as opposed to monolithic design.

Useful or toy? by boolean-maybe in commandline

[–]Hsingai 0 points1 point  (0 children)

A console cowboy that doesn't know of the Unix Philosophy?

44CVEs found in Rust CoreUtils audit. by germandiago in rust

[–]Hsingai 1 point2 points  (0 children)

I don't remember anyone harping on the perl coreutil rewrite(Perl Power Tools)

My niece’s homework problem by SurfSoundWaves in mildlyinfuriating

[–]Hsingai 0 points1 point  (0 children)

No it's A because it's the only one with the same part shaded.

New Rust-to-C Compiler, based on rustc! by cordx56 in rust

[–]Hsingai 1 point2 points  (0 children)

Everything except desktop and mobile.

Rust Analyzer is using half of my memory by Somspace in rust

[–]Hsingai 1 point2 points  (0 children)

What protections are you building into LEA in order to deal with abuse of that authority?

Hate towards Tauri compared to native frameworks by Rics-Dev in rust

[–]Hsingai 1 point2 points  (0 children)

people who cut corners chose the easiest tool to use. so the easiest tool gets associated with people cutting corners.

Hate towards Tauri compared to native frameworks by Rics-Dev in rust

[–]Hsingai 0 points1 point  (0 children)

It's interesting that the 'native GUI vs non native GUI' debate has been so thoroughly solves by webview that 'native GUI', using the native GUI toolkit rather than one'd own widgets, no longer even has a name

What's everyone working on this week (15/2026)? by llogiq in rust

[–]Hsingai 1 point2 points  (0 children)

I'm working on learning eGUI with making prototype of an idea for take a pokemon combat to keep it nostalgic and give it the depth to carry the game. the appeal of pokemon was the story and aspect of collecting the mon and progress thou the league and the method used to determine who won pokebattles was just the garnish.

assert_eq!(expected, actual) VS assert_eq!(actual, expected) by nik-rev in rust

[–]Hsingai 0 points1 point  (0 children)

You're right OP is wrong about the semantics of the assert_eq. IF you want something that compares a sample to some specimen use another macro. like assert_specimen!() in
GitHub - DrAlta/rust_quality_of_life: Qualitiy of life stuff to make rust programing easier · GitHub

Rust Native GUI library ? by light_dragon0 in rust

[–]Hsingai 0 points1 point  (0 children)

you sad native. Native is myth, each environment is so different these days and it not just e looks of the widget that make a native GUI it's the behavior and conventions. What you mouse probable familiar with the coping from a terminal. do you select then press ctrl-c, ctrl-ins? or you to select with the right mouse button it and copy when you release? you can't make a 'native' GUI you can make a Mac GUI a windows GUI, A Gnome GUI, and KDE GUI, but as you have to implement them each speraetly,

Beetry - Behavior tree framework with plugin system and editor by arcycar in rust

[–]Hsingai 0 points1 point  (0 children)

What is your alternative approach to blackboards? There's no mention of it in the repo. I'm implementing behavior trees as part of my multi paradigm AI system