HackerTrans
トップ新着トレンドコメント過去質問紹介求人

VivaTechnics

no profile record

投稿

[untitled]

1 ポイント·投稿者 VivaTechnics·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 VivaTechnics·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 VivaTechnics·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 VivaTechnics·10 か月前·0 コメント

コメント

VivaTechnics
·4 か月前·議論
We are developing a single-passenger autonomous vehicle, capable of traveling over 1000 miles, performing fully automated vertical takeoff, cruise, and landing.

Info (not recent) available here: https://awz.us/docs
VivaTechnics
·5 か月前·議論
fn main() { let mood = "awful";

    let mut msg = r#"
    We feel super sad.
    Rust in Peace.

    Steel dreams compile to dust,
    Silent threads unwind.
    Memory fades,
    Borrowed time returned.
    "#;

    println!("{}\n{}", mood, msg);
}
VivaTechnics
·5 か月前·議論
Similar to Kiva Systems which was Amazon's best acquisition, Waymo is simply Google's best acquisition. (We live in San Francisco and it feels much safer around these Waymo cars than average "drivers".)
VivaTechnics
·5 か月前·議論
AI doesn’t eliminate deep thinking; mediocre companies and minds do. Don't blame everything to AI and find a true company and find a way to join them.
VivaTechnics
·6 か月前·議論
OPINION:

This will only compound wasted time on Claude.ai, which exploits that time to train its own models.

Why time wasted? Claude’s accuracy for shell, Bash, regex, Perl, text manipulation/scripting/processing, and system-level code is effectively negligible (~5%). Such code is scarce in public repositories. For swarms or agents to function, accuracy must exceed 96%. At 5%, it is unusable.

We do also use Claude.ai and we believe it is useful, but strictly for trivial, typing-level tasks. Anything beyond that, at this current point, is a liability.
VivaTechnics
·7 か月前·議論
Python won because simplicity scales. Like English—26 letters, minimal grammar—it became the default. Python mirrors that trajectory.

It is trivially learnable, absurdly flexible, and unmatched in ecosystem leverage. No simpler language delivers comparable reach.

Python may not be so suitable for systems, real-time, or performance-critical work—that’s Rust, C, and C++.

Nevertheless, every serious engineer must know Python, just as they must know shell/bash scripting. Non-negotiable.