budafish | 1 year ago | on: The best browser bookmarking system is files
budafish's comments
budafish | 1 year ago | on: Layman's Guide to Python Built-in Functions
> all([]) returns True since the iterable is empty.
budafish | 2 years ago | on: Htmx, Rust and Shuttle: A New Rapid Prototyping Stack
budafish | 2 years ago | on: I'm fed up with it, so I'm writing a browser
Not much actual good content here.
budafish | 2 years ago | on: Ask HN: Could you share your personal blog here?
Blog about tech banking and consulting
budafish | 2 years ago | on: Five Books: The best books on everything
And bonus is my local library stocks many of them!
budafish | 3 years ago | on: Alpine.js
budafish | 3 years ago | on: Saying “sup” with `net send`
@net use Z: \\administrators
Would achieve the same effect :)budafish | 3 years ago | on: Which face is real?
budafish | 3 years ago | on: Why I use Jellyfin for my home media library
budafish | 3 years ago | on: Hacker News Official API
Do you have some updated version that I'm unaware of?
budafish | 3 years ago | on: To uncover a deepfake video call, ask the caller to turn sideways
budafish | 3 years ago | on: Popcorn Time Is Back
budafish | 3 years ago | on: Building a personal blog using Django
https://www.amishbhadeshia.co.uk/posts/setting-up-a-new-blog...
budafish | 4 years ago | on: Rich: A Python library for rich text and formatting in the terminal
budafish | 4 years ago | on: Show HN: BookStack – An open source wiki platform and alternative to Confluence
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
[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: Traintrackr – Live LED transit maps
budafish | 4 years ago | on: GNU nano is my editor of choice
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.
budafish | 4 years ago | on: GNU nano is my editor of choice
https://linkding.link/