Hacker News new | past | comments | ask | show | jobs | submit | Mikescher's comments login

Shameless plug: A while ago I wrote a cli for firefox sync [1] (in my case mostly to automate some stuff when I create bookmarks).

It does not really solve your problem for browser-history/credentials etc. But as long as you use a client that you verified you can be kinda sure the data is E2E encrypted and can't be read by Mozilla.

Also on a side note: To this day the weave protocol is one of the more (needlessly) complex protocols I ever implemented and I'm still not sure what problems some of the design decisions solve...

[1] github.com/mikescher/firefox-sync-client


This looks very useful, thanks for creating!


Does this have the ability to read the open tabs that are synced from all devices?


A while ago I did something similar. I'm already downloading various playlists via yt-dlp and wrote a web interface [1] to view/play/search them.

My biggest annoyance at the time was importing my existing videos (and converting them to a streamable format, generating thumbnails and hover-previews etc). Do you have any plans of allowing to import existing yt-dlp folder (in the standard layout with a bunch of mkv files, the info.json, the subtitles etc). Because my current archive contains a lot of already-deleted videos :(

[1] https://github.com/Mikescher/youtube-dl-viewer


I do eventually, might be in v1.3 next month or sadly v1.4 depending on how much I've got on my plate :)


I'm no cryptographic expert, but I always liked the simple design of the kdbx files. So simple that I can understand it and see tat there are no (obvious, assuming the underlying algorithms are called correctly) problems:

The whole database is a single big xml document which is then encrypted with a normal symmetrical encryption method (most of the time AES). And that is already the core of it. There are a few additional things (A user-chosen key-derivation-function is used to increase the brute-force time and there is a header in the binary format with such things as keepass version, which algorithms are used for encrypting and a checksum...).

But in comparison to other cloud-based password managers it's a nice feeling to intuitively "know" whats happening under the hood.


This is mainly a program to scratch my own itch,

a while ago I had a periodical cron script that would check if a specific domain is available. I wanted to get a notification on my smartphone as soon as the domain was free. But I couldn't find a simple way of sending a push notification from a bash script. I ended up using the IFTTT API to send a Pushbullet message to my phone which triggered a Tasker task to play a loud sound - it worked at that time, but I still think it was stupidly complicated.

So I decided to make an app where you can send a text to a very simple API and get a notification on your phone. And over the last weekend I decided to polish it enough in case someone else runs in the same need :D


Not when I posted it here :D.

But it seems like there is interest [0] and it doesn't look too complicated. So yes, I will try to add an additional frontend with Gtk# for Linux/Mac.

[0] https://news.ycombinator.com/item?id=13806328


Hi,

I have to admit it was mostly because I didn't like the electrum clients. I just felt wrong to have a program always in the background runnning that permanently uses 250MB RAM.

Also last time I tested it, it ran pretty slow on my machine. But it could be that this has become better.


Hello HN,

For the last few weeks I made my own notes client (mainly for [simplenote](https://simplenote.com/)) because the standard Electrum client felt pretty ... heavy.

Multiple backends are supported via plugins. Currently you can use it to access your notes on simplenote, Standard Note, Nectcloud/owncloud or no remote (aka local only).

I plan on adding Evernote support (only for plain, unformatted notes) and a better editor with a little bit of markdown highlighting (similiar to [qownnotes](http://www.qownnotes.org))

Tell me what you think and if you have ideas/criticism :D


You might want to indicate somewhere that this is for Windows only. I downloaded the source on my Linux machine and took a while figuring out that it's a MS Visual Studio project.


Hmm good point, I will add it to the landing page


Ran into same issue. Noted you put (Windows) on the download button, just assumed Linux had to be built from source.


I think you could add a UI project using Xamarin without much trouble and make the whole thing cross-platform with Linux, Mac and potentially Android/iOS support. From what I've seen the WPF-specific code is restricted to the AlephNote.App project in the WPF namespace. It should not be difficult to reuse the non-WPF code in a separate UI project.

I've been dying for an open-source replacement for Evernote and I've been looking for an opportunity to learn Xamarin so I'm willing to contribute this if you're interested.


That sounds - actually - pretty interesting.

But isn't Xamarin.Forms only for mobile platforms? I can't find any information about building desktop apps with it (but also my only experience with Xamarin is currently MonoGame).


Yes you're right, Xamarin Forms seems to be targeted at Windows/iOS/Android portability with a common XAML codebase. For cross-platform desktop apps the best choice seems to be something like [Gtk#](http://www.mono-project.com/docs/gui/gtksharp/] But I think the same principles would apply: the UI projects would utilize the non-platform specific code in AlephNote.App and the plugin framework etc. It would probably be necessary to have a separate Mobile UI project anyway, but it still would reuse a lot of the existing C# code.

I'm totally a beginner with Xamarin and Gtk# but I'd be willing to give this a shot. I really like how multiple backends are supported via plugins in AlephNote.


I created an issue [0] for this. I'm trying to find time today to organize the project structure for this, so that it shouldn't be too hard to add other UI frontends.

You are more than welcome to contribute, especially because I'm also completely unexperienced with GTK# :)

[0] https://github.com/Mikescher/AlephNote/issues/1


How many notes have you tested this with?

Similar apps choke pretty hard on large collections of notes (1,000+)


Wow, 1000+ notes o.O

My max. test case is around 100 notes. I honestly don't know how that many notes would perform, because all notes are always loaded.

If there is demand I could look into only lazy loading the actual note content and probabl other tweaks for big collections.


As an example, I use these apps for daily journaling, so I'll generate at least 365 notes a year. In practice, it's quite a few more.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: