HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ishanr

173 karmajoined 13 jaar geleden
Building software for humans

Submissions

Show HN: Augre – A cross platform ePub reader for deep reading

getaugre.com
1 points·by ishanr·4 maanden geleden·0 comments

Show HN: Anduin – A fast cross platform Git diff viewer inspired by Magit

github.com
2 points·by ishanr·4 maanden geleden·0 comments

Show HN: An immersive, social reading app for book nerds

5 points·by ishanr·vorig jaar·2 comments

Ask HN: Is there any good software for internal company newsletters?

1 points·by ishanr·3 jaar geleden·0 comments

Ask HN: Is there any good software for internal company newsletters?

2 points·by ishanr·3 jaar geleden·3 comments

A potpourri of interesting links – Sudopad

sudopad.com
4 points·by ishanr·4 jaar geleden·0 comments

Sudopad V2 – Now you can save your pads and create private boards

sudopad.com
2 points·by ishanr·4 jaar geleden·1 comments

Show HN: Sudopad – Private link sharing board for friends

sudopad.com
43 points·by ishanr·4 jaar geleden·31 comments

7x developer roadmap: Switch from React to Imba

scrimba.com
2 points·by ishanr·4 jaar geleden·0 comments

Show HN: 1Pager by Notik – The 1 click template for creating a 1-pager

notik.app
2 points·by ishanr·4 jaar geleden·2 comments

Show HN: Notik – A new way of managing projects

notik.app
8 points·by ishanr·4 jaar geleden·3 comments

Anyone interested in creating 30 second programming video tutorials?

discord.com
1 points·by ishanr·4 jaar geleden·0 comments

What a mind expanding language means

johnwhitington.net
2 points·by ishanr·4 jaar geleden·0 comments

Switching Megatorium to invite only nerdy video site

megatorium.com
1 points·by ishanr·4 jaar geleden·1 comments

Show HN: YouTube Competitor?

megatorium.com
3 points·by ishanr·4 jaar geleden·1 comments

comments

ishanr
·6 uur geleden·discuss
Everything about the book publishing industry is antiquated.

I wish Amazon focused on books instead of ecommerce.

The real disruption of books haven't really happened.

I thought eBooks and digital books would get us there, but it simply hasn't changed anything.

The Steam (valve software) of books hasn't happened yet.
ishanr
·24 dagen geleden·discuss
Seeing that aqua scrollbar fills me with such joy. This is when tech was joyful and fun. I think what happened to the scrollbar is such a reflection of our industry as a whole. A microcosm.
ishanr
·vorige maand·discuss
I want to try this, but unfortunately there are just too many Electron applications on my computer now.

I literally cannot run anymore without slowing everything down.

This is something which other software makers need to start considering.

There's actually limited RAM now on machines.

Codex and Claude Desktop both are gigantic memory hogs. And they leak memory all the time, but they provide value which is quite high.

Add in a couple of editors and the GitHub app. And then the actual browsers. And it actually stops me from downloading any more electron apps.

Could this be made into a native application?
ishanr
·2 jaar geleden·discuss
I am working on a ebook reader which uses AI to make reading easier and has a built in book club to talk about the book as you read it and once you are done.

Basically I am building it for myself as some books are hard to read, and if I can substitute a paragraph or some sections with an ELI5 version that would get me through a lot more books and may it so much fun.

And I love chatting about books and that is half of the fun for me, so I am building it in the app itself.

Using Tauri and Rust for all of this because I don't like slow apps.

Will also build mobile apps next once I am done with the desktop versions as I like syncing where I read etc.
ishanr
·3 jaar geleden·discuss
If you think Canada is the answer then let me stop you right there. Canada's problems are only increasing and while there are no school shootings there are stabbings and homeless problems are increasing everyday along with not a lot of competition so high prices for everything, rising house prices, rising grocery prices and lastly, healthcare is completely falling apart with no access to healthcare for months or years unless it is a complete emergency.
ishanr
·3 jaar geleden·discuss
The delivery piece can be email for sure but the discovery / browsing piece is harder to do through email.
ishanr
·4 jaar geleden·discuss
I use supabase as our backend for https://sudopad.com and recently crossed 1000 shared links. Has been pretty stable for me. The only thing I am waiting for is the ability to call a subabase function on db change.
ishanr
·4 jaar geleden·discuss
I use RLS quite heavily for my app Sudopad (https://sudopad.com) and it has been working quite well so far.

One gotcha specific to Supabase (where I run the backend) is because there is no anonymous login in Supabase, turning on RLS and using database functions marked as security definers are the way to go. Otherwise there is no easy way of stopping a 'select * from x' since some rows might not have a user_id if they are anonymous and I still want people to access the row if they know a specific primary key uuid.
ishanr
·4 jaar geleden·discuss
Thank you. I'll add the edit functionality shortly. I'm glad simple bookmark sharing is something that you like. After building it for just my friend, I see more and more use cases for it. Someone is already using it to share links with their classes.
ishanr
·4 jaar geleden·discuss
Yes adding it would be trivial. Right now I just add the new link with a note. Would it help your usecase?
ishanr
·4 jaar geleden·discuss
You could. Maybe not slack but google doc you can. But it just feels not built for this purpose. Along with the extension I'm developing this would let you share with 1 click and get notified in realtime if you want etc. It's a more purpose built app I guess.
ishanr
·4 jaar geleden·discuss
Pad url aliases would be nice to have. But I would have to gate it behind a login so that there are no clashes. Would you be ok signing up with a magic link for such a feature? Then you could name your pad with however short of a name you want. Without a login, even a short UUID would be random characters and hard to speak over the phone.
ishanr
·4 jaar geleden·discuss
Well why not. I can definitely see it can be useful. I just added it. Should be live. It's text field. So you can also write long notes if you want. It's up to you.
ishanr
·4 jaar geleden·discuss
Oh that is actually shynet self hosted analytics which is privacy friendly. https://github.com/milesmcc/shynet

But I think I'll just remove it for now.

Update: removed
ishanr
·4 jaar geleden·discuss
Interesting. Can you kindly let me know your browser and os?
ishanr
·4 jaar geleden·discuss
Huh. That is so strange. Your ideas about the browser extension is exactly what I have in mind. Ill post a link on sudopad once it is ready. I was going to build a Firefox extension first since that's what I use. Does that work for you?
ishanr
·4 jaar geleden·discuss
Ya that's a nice side effect I didn't think of. Thanks. I also use browser bookmarks a lot so I just bookmark one board for a friend and another for family.
ishanr
·4 jaar geleden·discuss
Yes exactly. Our company works remotely so often times I want to share something that I have read with my friends and talk about it later.

Do you see yourself using sudopad then?

Anything which would make it even better?
ishanr
·4 jaar geleden·discuss
Aah yes that is pretty cool. Puts the link in the body and the title in the subject.

Well should have used that more!

I do like a board which I can search later though and also multiple boards for different friends and family etc.
ishanr
·4 jaar geleden·discuss
> share via the browser itself to your email client

How do you do that?