- 0 Posts
- 13 Comments
I’ve never written any Visual Basic (A or otherwise) but I was under the impression that VBA was just for extending functionality of existing Microsoft Office applications, no?
Which of these are you interested in using?
shrek_is_love@lemmy.mlto
Asklemmy@lemmy.ml•How big is your bookmark list in browser? Do you check them out regularly or too scared to revisit the pile?
5·9 days agoWhat do you use for notes and how do you connect it to Linkwarden? Many years ago I used Pocket (formerly known as Read It Later) and I eventually realized I was saving stuff and never going back to it.
I recently started saving stuff in HelixNotes because I figured the problem was saving things without context. (And putting them directly in my notes ensures there’s always context around them)
I haven’t tried Linkwarden but it sounds awesome. I just don’t wanna run into the same issue I had with hoarding links like I did with Pocket.
shrek_is_love@lemmy.mlto
Privacy@lemmy.ml•[Shitpost] Government bodies that block your VPN
32·9 days agoWhy do you use a VPN? I only use one when torrenting. Basically all my traffic is over HTTPS, and my DNS is encrypted via NextDNS so I don’t think I need one usually
You and I are both using Lemmy via the Lemmy.ml instance. If Lemmy.ml blocks (aka “defederates from”) another Lemmy instance, you and I won’t be able to interract with people on that blocked instance.
You can seen the block list here: https://lemmy.ml/instances
Removed by mod
I currently push to a private GitHub repository (planning on moving to a self-hosted Forgejo instance soon).
Although making my nix configuration public would be safe anyway since I use sops-nix which encrypts all my passwords in the repo using a key derived from my SSH key. During nixos-rebuild it decrypts them and puts them each in their own text file at
/run/secrets, with permissions set so you need sudo to view them. (The permissions can be tweaked as needed)It was a pain in the neck to get started with initially (like NixOS itself), but it was very much worth it. (Basically a necessity since putting secrets even in a private repo is considered bad practice)
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•tinyfeed 1.5.0: build a webpage for your feedsEnglish
1·20 days agoI got it working, thanks! I think I found a minor bug though. I could only get the
--templateflag to work when the file is in the current working directory. Subdirectories and absolute directories didn’t work. I worked around this by simplycding into where my template was stored before runningtinyfeed.Even
tinyfeed -i feeds.txt -o index.html -t ./template.html(with./) results in:fail to output HTML: fail to render HTML template: template: "./template.html" is an incomplete or empty template
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•tinyfeed 1.5.0: build a webpage for your feedsEnglish
6·21 days agoCheck the demo: https://feed.lovergne.dev/demo
It links out to the source webpage, so this might not be what you’re looking for.
Although this might inspire me to build a single page app generator using Astro that does that.
shrek_is_love@lemmy.mlto
Selfhosted@lemmy.world•tinyfeed 1.5.0: build a webpage for your feedsEnglish
2·21 days agoThis looks awesome, definitely gonna try this out! Any plans to add images/thumbnails? Looks like gofeed already returns them.
Do you use git? That basically forces you to do some documentation as you go. Multi-line commit messages are often helpful too. (When I first learned git, I only committed using
git commit -mwhich is a bit restrictive in terms of how much you can fit in commit messages)
All my computers (including servers) share the same NixOS Flake. So my documentation consists of:
- The Nix code itself
- The commit messages for each change I make
- Inline comments in the Nix code
- A few readme.md files to explain the contents of certain directories
shrek_is_love@lemmy.mlto
Open Source@lemmy.ml•Clean Room as a Service: Finally, liberation from open source license obligations
1·2 months agoI am once again begging people to click the link before voting

Are you interested in hosting this for people you already know and trust, like friends and neighbors, or am I misunderstanding your use case?
I’ve never tried it myself, but maybe see if Snipe-IT would work for your needs?
From their docs intro:
Unfortunately it doesn’t support OIDC.
There’s also the Koha library management system which does support OIDC.