Viewing profile — budafish
budafish
HN member- Joined
- Mon, Apr 30, 2018, 12:49 PM UTC
- HN karma
- 78
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About budafish
No profile information was provided.
Recent public activity
-
comment
Comment #41697043
I use Linking. It's quite good and actually being developed. https://linkding.link/
-
comment
Comment #41451103
See this for an explanation - https://github.com/satwikkansal/wtfpython?tab=readme-ov-file... > all([]) returns True since the iterable is empty.
-
comment
Comment #38099773
Also if you didn't want to do a hx-confirm, you could pop up a separate modal on button press. And then when the delete is pressed in the modal use a hx-target to update the specif…
-
comment
Comment #37608725
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…
- story
-
comment
Comment #36592572
http://www.amishbhadeshia.co.uk Blog about tech banking and consulting
-
comment
Comment #35856880
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!
-
comment
Comment #34366561
HTMX has a complimentary framework like alpinejs called Hyperscript [0]. (On second thought not exactly like alpine..) [0]: https://hyperscript.org/
-
comment
Comment #34176143
also @net use Z: \\administrators Would achieve the same effect :)
-
comment
Comment #33594691
The real image loads faster for me than the fake one. So I just click the first picture and it's correct.
-
comment
Comment #33364103
Is that by using that radarr watchlist integration?
-
story
Ask HN: How do you optimise your outlook workflow?
There not that much discussion on this on the internet as it is quite personal, but I am really interested to see what "hacks" people have added into outlook (or others) to optimis…
-
comment
Comment #32544955
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 re…
-
comment
Comment #32385315
100% agree. Made me feel a bit nauseous.
-
story
Ask HN: How do I start learning about lower level compiled languages?
Hi HN I work quite a lot with Python and JS, and some other higher level languages, but have recently wanted to get involved in lower level languages, particularly NIM. I have alre…
-
comment
Comment #31975548
Wait. Is this true? As in they have laws they just don't enforce them?
-
comment
Comment #31680451
I have a blog post on setting up a Hugo + Netlify blog on my own blog. https://www.amishbhadeshia.co.uk/posts/setting-up-a-new-blog...
-
comment
Comment #29946295
Use the integrated logging handler. That's all you need.
-
comment
Comment #29853715
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 …
-
comment
Comment #29592233
(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.
-
comment
Comment #28349647
Something like Tidbyt? https://www.kickstarter.com/projects/tidbyt/retro-display
-
comment
Comment #28175478
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.
-
comment
Comment #28175004
I've been a really big fan of Micro[1]. A single binary with excellent out of the box features. Mouse mode, syntax highlighting, tabs etc [1] https://github.com/zyedidia/micro
-
comment
Comment #26326866
I think the word "more" implied it was 100% on top of the existing.
-
comment
Comment #26157500
Keeweb is what I use on all platforms. Yeah it's an electron app but it supports natively storing the keepass file in the cloud. Works online or offline and has global autotype. Wo…