HN user

jfkw

92 karma
Posts0
Comments28
View on HN
No posts found.

I would gladly pay extra (in terms of OEM's profit margin) for a de-contented EV that aims to stay reliable, offline, and be easier to field-repair and upgrade as components improve. Our phones are better than any infotainment system. Batteries and motors will get better in time.

https://www.slate.auto 's pickup seems to be heading in this direction, and now Carice enters in a higher-end market segment. If someone does a minivan or other people-hauler configuration similarly, I'd be first in line.

The idea never made sense to me, the car couldn't earn enough money to overcome the hassle and risk. I would never let random strangers ride in a car I owned without supervision. There would be a daily mess to clean up, often damage. What happens when a passenger does something that gets the car and owner caught up in civil forfeiture laws?

Can the developer or any Rust users comment on using Sonatino with the Rust ESP32-S3 toolchain?

Is there an SVD file defining the Sonatino's specialized peripherals so one can use rust2svd to create a Peripheral Access Crate (PAC) specific to the Sonatino? I'm interested in the other ergonomic Rust HAL representations as well.

https://github.com/esp-rs/esp-pacs/tree/main/esp32s3

https://github.com/rust-embedded/svd2rust

https://github.com/rust-embedded/awesome-embedded-rust?tab=r...

I was hopeful this would be minimalist, secured contacts version of general purpose OS used in more powerful smartwatches. Regular phone and message apps, parent-limited contacts, communications logged where the parent can review/block it.

We are currently sharing a Verizon Gizmo 3 among multiple children. The GizmoHub app is not bad but its mandatory use is frustrating. Friends need substantial parental help to start communicating with the Gizmo user (account creation with Verizon). Forcing all communications through a dedicated and clunky app is a non-starter.

Battery life is the other challenge. Kids don't heed advice to conserve the less than all day battery life. Later when communications for pick-up are most needed, the watch is often low on power.

https://github.com/LemmyNet/lemmy

"... Lemmy is similar to sites like Reddit, Lobste.rs, or Hacker News: you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the Fediverse."

Glad to see Lichess mentioned here. I have been trying without success to log in or password reset using a Gmail account. Messages from Lichess never seem to be delivered to Gmail, even to the Spam folder. Short of creating a throwaway account to access the forums, is there any alternate way to contact Lichess admins to ask if this is a known issue?

I've never understood what motivated financial institutions to grant Mint access to account transactions and balances? Did pre-acquisition Mint somehow reach a tipping point in active users where financial institutions decided their customers would choose other banks if theirs wasn't accessible through Mint?

Are there other competing tools that have similar reach connecting to financial institution accounts?

Of all the free services to kill, this one really hurts. I just got my parents migrated to using Cloud Print with their Chromebooks and iStuff. As I am providing the usual family-plan IT advice from several timezones away, Cloud Print solved the biggest headache of getting their current project printed to their house or office from wherever they are (or me, if I am helping them). Supporting local printers was a time sink, and remote printing is the logical complement to cloud applications. It seems shortsighted to give it up when there is no real competition in this space AFAICT.

From the article "... To make GitLab better faster, we need more data on how users are using GitLab. SaaS telemetry products, which provide analytics on user behavior inside web-based applications, have come a long way in the past few years. They are an important tool for rapidly improving user experiences because you can understand what users are doing (or not doing) in the app. GitLab has a lot of features, and a lot of users, and it is time that we use telemetry to get the data we need for our product managers to improve the experience."

This doesn't seem like a sufficiently good justification add telemetry features which some users may find objectionable.

Perhaps those resources would be better spent on a feature that let the user who is annoyed by a slow operation to:

- Begin recording user interaction telemetry locally - Perform the slow or buggy operation - Stop recording, generating a data bundle file. - Allow the user to review the data bundle in human-readable format - Optionally take the data bundle to a less secured system as needed - Submit the data bundle to GitLab engineering as a well-filed issue

Done that way, I think most users would welcome the interaction with Gitlab. For telemetry, not so much.

I also favor issue tracking integrated with the source code and experimented with most of these systems. The first roadblock I noticed to using distributed issue trackers was that the client programs need to be extremely convenient to install on the personal OS and mobile device of everyone involved in the project, something which is very difficult to deliver. A web interface with editing capability could cover some cases, but then you're obliged to host it on a server somewhere.

Indeed. I have three XO-1 from the original G1G1 program, and my small kids love them. They are at this point a little difficult for the kids to use due to slow UI response, degraded touchpad accuracy, lack of limits on objects created in the physics program, text to speech program, etc.

I have been looking for and would eagerly buy a Rasberry PI retrofit kit if someone makes one.

Gmail Add-ons 9 years ago

Would this API support manipulation of message composition format? I would really like a gmail add-on that eliminated quoted text in replies by default, with a button to "reply with quoted text" for the rare occasions when it is wanted.

Somewhat off-topic:

Fellow longtime Gentoo and recent Alpine user here. I haven't encountered undue conflict burden from configuration file updates. Some projects do churn whitespace etc, in configuration defaults files, which is unfortunate but not specific to any distro.

If an application supports a conf.d style override, I use that, containing only settings which differ from default.

Is there something inherent about Alpine packaging that handles local config differently?

How do the monolithic repository companies handle dependencies on external source code?

Are libraries and large projects e.g. RDBMS generally vendored/forked into the monolithic repositories, regardless of whether the initial intent is to make significant changes?