Hacker Newsnew | past | comments | ask | show | jobs | submit | mukeshsoni's commentslogin

I have built something similar but only for photos - https://viroop.com. It is free for now. You have to run this command on the extracted app for MacOS to not show you the dreaded "App is damaged" dialog - `xattr -d com.apple.quarantine Viroop.app`.

My app is built with tauri too. It supports all kinds of images - - JPEG - PNG - TIFF - WEBP - BMP - ICO - GIF - AVIF - HEIC/HEIF and RAW images from various camera manufacturers.

The image reading and processing (for exporting images) is all done on the rust side. These are the crates i use - image - libheif-rs -> to read HEIF/HEIC images - rawler -> to read JPEGs embedded inside RAW images - libraw -> to convert RAW images to JPEGs and PNGs - rexiv2 -> to read image exif data

I use the candle crate to download the CLIP model and generate index pairs for images. I store the faiss indexes in a file on the file system.

I am using the app personally for about a month and it feels amazing to use something you have built yourself.

I hope to add an image editor to the app in the future so that I have my own app management and editing software which is enough for my ametuer needs.

Any kind of feedback would be most welcome.


I have been making a photo management app for myself (https://viroop.com/) since i hate paying the monthly Adobe tax for Lightroom. I like Lightroom but for my needs, paying $10 per month is too much.

I have built the basic photo management functionality. I have also added conversational search using the CLIP model, which is working really well.

I hope to add a photo editor to the app because that's the part i love about Lightroom. It's a photo management app with a built in photo editor (which is really good).


Why not use Adobe Bridge? It's free.


f


If anyone wants to host their own workflowy - https://github.com/mukeshsoni/deepnotes-editor

Written in react and uses draft-js for rich text editing.

I would love for someone to send a PR which adds a vim mode like vimflowy.

Edit - Here's a version i deployed which can sync your notes to dropbox - https://www.deepnotes.in


I wrote a workflowy clone for myself so that i could store my notes on my dropbox account - https://www.deepnotes.in/.

But things like collaborative editing become impossible with this model. Or maybe i don't know enough.


I wrote a workflowy clone in draftjs, to see if it's possible to do it - https://dumpster.netlify.com/

It keeps data in local storage and has an option to back it up to your dropbox account.

Nowhere as smooth and bug free as workflowy, but it was a fun experiment.

Warning - Has a lot of bugs in mobile. Leads of loss of data.


Here's an implementation of the calculator in javascript using xstate - https://github.com/mukeshsoni/statechart-calculator


My guess is most people will end us listening to a lot of rehashed mediocre stuff. People will get addicted to listening to random conversations and won't even know what else to do. It will be like twitter but without any feedback mechanism. It will replace people's song listening time with a less melodic medium. Scary.


html and css

I have been calling myself a frontend engineer for last 7 years. Not that i did not know html and css but my focus was always on javascript. This year i focused on web accessibility and that made me realise how much i didn't know about html and css. I now figure out how my component (<react_developer>) will look implemented just in html and css and then add interactivity with javascript. It feels like someone cleaned my hazy glasses. Accessibility for the win.


I recently went through Sarah Drasner's workshop "Design for developers" https://frontendmasters.com/workshops/design-for-devs/

It went through exactly the points you mention in good detail. And she also showed implementation of some of these ideas on the web.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: