HackerTrans
TopNewTrendsCommentsPastAskShowJobs

katrinarodri

no profile record

Submissions

[untitled]

1 points·by katrinarodri·anno scorso·0 comments

Show HN: I rewrote my Mac Electron app in Rust

desktopdocs.com
597 points·by katrinarodri·anno scorso·443 comments

Microsoft wants Windows to update all software on your PC

bleepingcomputer.com
3 points·by katrinarodri·anno scorso·2 comments

Open source tools for MEP engineering

golivecosmos.com
2 points·by katrinarodri·anno scorso·0 comments

Show HN: I created a home energy monitoring tool for ConEdison users

golivecosmos.com
4 points·by katrinarodri·anno scorso·2 comments

Roblox Creator Fund offers $500k for in-platform development

tubefilter.com
1 points·by katrinarodri·2 anni fa·1 comments

RaaS groups increasing efforts to recruit affiliates

helpnetsecurity.com
1 points·by katrinarodri·2 anni fa·0 comments

LLM React Node app template

github.com
1 points·by katrinarodri·2 anni fa·1 comments

Give yourself permission to be creative [video]

youtube.com
1 points·by katrinarodri·2 anni fa·0 comments

Why Creativity Matters for Founders

blog.golivecosmos.com
1 points·by katrinarodri·2 anni fa·1 comments

Google's AI-infused note-taking app is open to everyone in the US

engadget.com
1 points·by katrinarodri·3 anni fa·0 comments

Central Virginia transit system affected by cyber incident

therecord.media
3 points·by katrinarodri·3 anni fa·0 comments

Nicki Minaj fans using AI to generate "gag city" fan art

futurism.com
1 points·by katrinarodri·3 anni fa·0 comments

Silicon Valley CEOs for effective accelerationism

motherjones.com
2 points·by katrinarodri·3 anni fa·1 comments

Access original iCloud photo and video files on your Mac

medium.com
1 points·by katrinarodri·3 anni fa·0 comments

Mtn Dew Raid Q&A [pdf]

mountaindew.com
256 points·by katrinarodri·3 anni fa·168 comments

3rd round of Spotify layoffs this year

theregister.com
4 points·by katrinarodri·3 anni fa·0 comments

A case for moving away from the cloud and embracing local storage solutions

blog.golivecosmos.com
154 points·by katrinarodri·3 anni fa·153 comments

Show HN: I made an AI video search tool

golivecosmos.com
2 points·by katrinarodri·3 anni fa·0 comments

Create Clips from Your Videos

blog.golivecosmos.com
2 points·by katrinarodri·3 anni fa·5 comments

comments

katrinarodri
·anno scorso·discuss
Having rich UI library was important for us too. We went with Tauri because we wanted access to web UI libraries.
katrinarodri
·anno scorso·discuss
RAW files aren't supported yet, but we plan on including them. We're also working on a support page, I'll share that here when it's out.
katrinarodri
·anno scorso·discuss
Yeah, we were talking about the app itself, it was way too big when we first started.
katrinarodri
·anno scorso·discuss
Now knowing how big Electron is off the bat compared to Tauri, I think I'd have to learn a lot more about how to optimize Electron to build with it again. That said, I think Electron is great for prototyping an idea and quickly getting it out.
katrinarodri
·anno scorso·discuss
I see
katrinarodri
·anno scorso·discuss
Strange. From the comments here sounds like there are a lot of issues with Tauri's UI being inconsistent.
katrinarodri
·anno scorso·discuss
Yes, we were able to port the CLIP model to work with ONNX Runtime for inference
katrinarodri
·anno scorso·discuss
Yeah, familiarity with the UI component libraries was a big driver in using web technologies for it.
katrinarodri
·anno scorso·discuss
Interesting. I'd love to get our app size down further, under 15MB would be great.
katrinarodri
·anno scorso·discuss
Yes, it's nice that we can support the same functionality we were supporting in our Electron app using a much smaller binary with Tauri.
katrinarodri
·anno scorso·discuss
I'd love to see a comparison like this.
katrinarodri
·anno scorso·discuss
Interesting you ran into UI regressions on Windows. I'm looking forward for us to get to that point where we can test on a Windows and see what changes...hopefully it's smooth.

With Electron's UI powered by the same browser across platforms, you end up with a much more consistent experience. Makes sense to optimize for that.
katrinarodri
·anno scorso·discuss
sounds like you built a really useful app for working with large media libraries.

In our case, the bottleneck was related to how big the app was to start and how much we could optimize it to index media files for local AI search.
katrinarodri
·anno scorso·discuss
thanks for checking it out.

I'd love to write more about bundling redis binaries into these apps soon. There isn't a lot written about it now (at least that I could find) and it was a lot of trial and error to get it working.
katrinarodri
·anno scorso·discuss
What kind of issues are those? We want to support Windows soon. With Electron we had some cross-platform issues where our bundled binaries wouldn't run reliably in different platforms (even when the binaries were bundled and loaded for those specific platforms).
katrinarodri
·anno scorso·discuss
Happy to share the experience. It was something we debated for a long time. Rebuilding something that is already kind've working is daunting, but in this case we are happy with the results.
katrinarodri
·anno scorso·discuss
We actually haven't rolled out cross platform support yet with the Tauri version, so we will see how that goes. Our UI needs are simple, luckily. What kind of rendering differences were you seeing with Tauri? Was there one platform that worked the best/worst for your app? We'd love to support Windows next.

With the Electron version of the app, we had issues running our bundled binaries on Macs with Intel chip. That caused us so many headaches that we decided for the rebuild on Tauri that we wanted to focus on one platform first (Macs with Apple chip) before supporting other platforms.

We went with Tauri 1.4 and no issues so far. Will have to check out the docs for 2.0 migration and see what that looks like.
katrinarodri
·anno scorso·discuss
I work in energy services for commercial real estate and built a free energy monitoring tool for residential use after hearing from friends that they wanted more ways to monitor their ConEdison meter readings.

It's free to use and requires connecting your ConEdison account to see real-time and historical electric usage. The tool includes an energy usage graph that you'd see in your ConEdison portal, but with additional insights like peak daily and weekly usage patterns, percentage of usage occurring in off-peak hours, and recommendations for lowering energy usage.
katrinarodri
·2 anni fa·discuss
Roblox will prioritize multiplayer projects that feature mobile optimization, social mechanics, and in-experience avatars.
katrinarodri
·2 anni fa·discuss
A template for a node and react chat app that connects to HuggingFace or OpenAI.