budafish's comments

budafish | 2 years ago | on: I'm fed up with it, so I'm writing a browser

There are a lot of words the author used to simply say, "I'm going to start my pet project, which I also believe is going to fail very soon for a number of reasons"

Not much actual good content here.

budafish | 2 years ago | on: Five Books: The best books on everything

Thank you for this. I had no idea this series existed! It's exactly the level of info I want when picking up a new topic!

And bonus is my local library stocks many of them!

budafish | 3 years ago | on: Which face is real?

The real image loads faster for me than the fake one. So I just click the first picture and it's correct.

budafish | 3 years ago | on: Hacker News Official API

I use materialistic also, but as far as I'm aware that hasn't been an update to the app in years. In addition I believe the materialistic app listing on Google Play is also been removed.

Do you have some updated version that I'm unaware of?

budafish | 4 years ago | on: Show HN: BookStack – An open source wiki platform and alternative to Confluence

Some time ago I was trying to transition to platform to help me capture my own personal notes and organise my knowledge. BookStack was a good front runner, but I think the lack of mobile editing along with the hassle of upgrades made me end up using Notion.

Now by all means notion isn't perfect at all, but for me who just wanted to start writing notes it seems the right choice at the time.

I would like to switch to BookStack as it looks great and is a great product, but the one issue that worries me is when it comes to upgrades and migrations. Generally I found when upgrading database based platforms I end up messing up hugely causing myself a huge headache, and then eventually not upgrading at all. For example I used Monica CRM, and totally botched the upgrades eventually just closing it down and using Google contacts instead.

If there was an easy way to solve for that I'd definitely be on board with self-hosting it myself. But at the moment I just don't have the time to resolve upgrade issues :(

budafish | 4 years ago | on: Nim 1.6.2

(on mobile) You could use Nimssequence iterators

[x.name for x in someList if x.age > 5]

Is the same as:

x.filterIt(it.age > 5).mapIt(it.name)

In a way it reads better.

budafish | 4 years ago | on: GNU nano is my editor of choice

From the faq.

Does micro support Vi keybindings?

Currently micro does not have any sort of Vim emulation. However, this is the next major feature that is planned, so stay tuned.

page 1