Viewing profile — spease
spease
HN member- Joined
- Fri, Nov 17, 2017, 6:05 PM UTC
- HN karma
- 537
- Public activity
- 212 items
- HN profile
- View on Hacker News ↗
About spease
Interests: AR/VR, Climate Tech, Healthcare, Mobile Development, Open Source, Robotics, Startups, Technology, Web Development
---
Recent public activity
-
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.
-
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.
-
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…
-
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. …
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #46791021
“…just think, Wally, everything that makes this thing go was supplied by the lowest bidder.” - astronaut
-
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…
-
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.
-
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…
-
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…
-
comment
Comment #45257534
Yeah, they could call it Tizen or something.
-
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…
-
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.
-
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…
-
comment
Comment #44632941
Reminds me of “The Bully and the Beast” by Orson Scott Card.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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.
-
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…