Live data from Hacker News

Viewing profile — spease

spease

HN member
Joined
Fri, Nov 17, 2017, 6:05 PM UTC
HN karma
537
Public activity
212 items

About spease

meet.hn/city/37.3893889,-122.0832101/Mountain-View

Interests: AR/VR, Climate Tech, Healthcare, Mobile Development, Open Source, Robotics, Startups, Technology, Web Development

---

Recent public activity

  1. comment
    Comment #48342591

    > the Rust community is aggressive "rewrite it in Rust!", "no memory unsafe languages!" This is more of a meme than reality at this point.

  2. comment
    Comment #48342572

    > You can't have a house built 100% fast but also 100% cheap and with 100% quality. That’s essentially what technological development does, is make those tradeoffs more favorable.

  3. comment
    Comment #46995618

    Yeah, I cannot understand why people are thinking a gigabyte of RAM in this context save for their context being imagining what this would take with a python HTTPS server streaming…

  4. comment
    Comment #46995416

    I really feel like a lot of the people objecting in this thread are people who have just written web apps in Python whose closest experience with the audio-visual space is WebRTC. …

  5. comment
    Comment #46995088

    The original comment was complaining about backup cameras seemingly adding significant electronics requirements. In practice, you’re not going to tie intimate knowledge of the matr…

  6. comment
    Comment #46994820

    https://wiki.st.com/stm32mpu/wiki/How_to_display_on_HDMI But mostly it’s the fundamental problem space from an A/V perspective. You don’t need iPhone-grade image processing - you j…

  7. comment
    Comment #46980620

    A gigabyte!? You shouldn’t need any dedicated RAM. A decent microcontroller should be able to handle transcoding the output from the camera to the display and provide infotainment …

  8. comment
    Comment #46793588

    There was a library for Rust called “faster” which worked similarly to Rayon, but for SIMD. The simpleminded way to do what you’re saying would be to have the compiler create separ…

  9. comment
    Comment #46791021

    “…just think, Wally, everything that makes this thing go was supplied by the lowest bidder.” - astronaut

  10. comment
    Comment #46790987

    > Surely everyone would want such a key piece of technology to be air tight and easy to debug 1. Tragedy of the Commons ( https://en.wikipedia.org/wiki/Tragedy_of_the_commons ) / B…

  11. comment
    Comment #46772617

    Just because the fed exists doesn’t mean the entire economy shuts down with the government. It depends on how it’s structured.

  12. comment
    Comment #46172600

    > It is the first model to get partial-credit on an LLM image test I have. Which is counting the legs of a dog. Specifically, a dog with 5 legs. This is a wild test, because LLMs g…

  13. comment
    Comment #45864796

    I started with desktop applications, so my go-to for GUI has been Qt, especially QML. It works on Windows / MacOS / Linux as well as iOS and Android. I think there’s now a way to c…

  14. comment
    Comment #45257534

    Yeah, they could call it Tizen or something.

  15. comment
    Comment #45177531

    Yes. And everyone is glossing over the benefit of unified memory for LLM applications. Apple may not have the models, but it has customer goodwill, a platform, and the logistical i…

  16. comment
    Comment #44747065

    Slint recently added Bevy support. I’ve been keeping an eye on it since I’ve used Qt and love working in Qml.

  17. comment
    Comment #44674140

    Whose interests corporations act in is not arbitrary, it’s tied to how they make money. Meta and Google make their money primarily from advertisers, Apple makes money from consumer…

  18. comment
    Comment #44632941

    Reminds me of “The Bully and the Beast” by Orson Scott Card.

  19. comment
    Comment #44616238

    Personally, I’d really like a crossplatform declarative package manager in a mainstream or mainstream-style language, where the nixpkgs equivalent can be JITed or AOTed including t…

  20. comment
    Comment #44616092

    > It would be very expensive to run such a trial, over a long period of time, and the administrators would feel ethically bound to unblind and then report on every tiny incidentalo…

  21. comment
    Comment #44615912

    Yeah, Rust tends to have enough type-safety that you can encode project-specific constraints to it and lower the learning curve to that of Rust itself, rather than learning all the…

  22. comment
    Comment #44615828

    > I had my journey of using Rust to implement a WinAPI-based app in which I did lots of unsafe (from Rust's point of view) operations. I spent more time on fighting with Rust's pro…

  23. comment
    Comment #44544084

    There are some big caveats to this approach. Note “Known Problems” for the library. Particularly, you need to use a polling backend for network / VM filesystems. I didn’t see any n…

  24. comment
    Comment #44276342

    Or using cameras to render what’s behind the phone as a background. That would help explain the continued focus on thinness.

  25. comment
    Comment #44218426

    > While Nixpkgs is an amazing resource, Nix != Nixpkgs. Nixpkgs is highly unideal for cases where you want to be able to pull arbitrary versions of toolchains, but it is not the on…