Jayjader
@Jayjader@jlai.lu
- Comment on Let's try it on this mushroom! 3 days ago:
Quinces are not that edible when raw. Best cooked as veg alongside meat, or jellied into gummies, in my experience.
- Comment on mastodon age verification 1 week ago:
Davos, Switzerland 1996
Thirty years have not been kind
- Comment on HelixNotes - a local-first markdown note-taking app (Rust + Tauri, AGPL-3.0) 1 week ago:
Hi, not OP, but: that’s known as frontmatter, it’s somewhat widespread, and thus I suspect that it’s much more difficult to have it live at the end of your markdown files than in a separate file or db altogether - unless OP is already rolling their own markdown parser.
- Comment on Bonobos can "play pretend" 2 weeks ago:
I wonder if the “language training” has anything to do with it.
- Comment on Rootless Containers with Podman 3 weeks ago:
In case you omitted the following out of ignorance and not by deliberate choice:
podman unsharecan be used to (mostly) painlessly access the files created by rootless podman. - Comment on theoretical considerations on identity management 3 weeks ago:
Someone is working on something related: soatok.blog/…/announcing-key-transparency-fediver…
The rest of their blog is pretty great, too!
- Comment on Video games, random friend requests, and scammers! 3 weeks ago:
I get random friend requests from accounts in discord servers that I haven’t even viewed, let alone interacted in, for years - most have some sort of “live/laugh/love” bio blurb. Maybe I’m just an antisocial hermit at this point, but I ignore every single one.
In comparison, Steam seems a lot more genuine. You can always try suggesting discord for voice chat if you’re leery of installing an unknown program just for talking to that user.
- Comment on Getting worn out with all these docker images and CLI hosted apps 4 weeks ago:
I hesitate to bring this up because you’ve clearly already done most of the hard work, but I’m planning on attending the following conference talk this weekend that might be of interest to you: fosdem.org/…/VEQTLH-infrastructure-as-python/
- Comment on How many containers are you all running? 4 weeks ago:
I recently went from 0 to 1. Reinstalled my VPS under debian, and decided to run my forgejo instance with their rootless container. Mostly as a learning experience, but also to easily decouple the forgejo version from whichever version my distro packages.
- Comment on Kitten Mittens 4 weeks ago:
When you’re coming back from the rave and it snowed
- Comment on Real and True 4 weeks ago:
I daydream of #16
I’ve worked on a reverse #10 before (i.e. vertical monitor in the middle, surrounded by two landscape monitors)
Apparently Linux Torvalds works on dual 6k monitors
- Comment on Why medieval city-builder video games are historically inaccurate - Leiden Medievalists Blog 4 weeks ago:
No worries! Your skepticism is warranted, given the broader landscape of games that have done early access.
- Comment on Why medieval city-builder video games are historically inaccurate - Leiden Medievalists Blog 4 weeks ago:
In my experience it’s already a lot of fun, but you can definitely feel the alpha+solo dev combo on certain aspects. Still, dwarf fortress has been in development for over 20 years and it’s still arguably in alpha, and just as arguably contains more video game than many fully released ones do. That metric on it’s own doesn’t necessarily mean much.
- Comment on Why medieval city-builder video games are historically inaccurate - Leiden Medievalists Blog 4 weeks ago:
Ostriv fits many of their recommendations.
- Comment on About decentralised storage of fediverse data. 5 weeks ago:
I’m not sure if this is exactly what you’re looking for, OP, but I do know of activitypods.org.
- Comment on If only 5 weeks ago:
time for hardcore shuffle to make a comeback?
- Comment on Fax 5 weeks ago:
Someone has apparently deemed it kind of bad.
Shame, I would have liked Serial Experiments Lain 2.
- Comment on Fediverse Report – #148 – On Protocol Governance 5 weeks ago:
Great summary of the current state of things and of the actors involved. There’s a certain flavor of “oh no, if it isn’t the consequences of my own actions!” to this situation that’s quite disheartening.
- Comment on we need more users 1 month ago:
I’m not sure how the comments are counted, but there may be an increase in comments in Lemmy communities made by accounts from other fediverse software like piefed and mastodon.
- Comment on Culture Workers in the Fediverse 1 month ago:
The accounts that post to !unix_surrealism@lemmy.sdf.org and !funhole@lemmy.sdf.org are pretty great. I don’t know any of their IRL names (nor do I wish to, to some extent).
- Comment on A post-American, enshittification-resistant internet (39C3) 1 month ago:
Then I guess it’s time to put “AI” (actually 3 if-statements in a trench coat) into all my software projects so they can legally jailbreak corporate software!
- Comment on Ska ftw 1 month ago:
I don’t know what the exact genre name is but Opeth’s Eternal Rains Will Come comes to mind
- Comment on Spidertron model from factorio game 1 month ago:
At least they aren’t green tips!
- Comment on Suggestions for Community Organizing 2 months ago:
Also, no federation on the NodeBB/piefed unless/until the users overwhelmingly ask for it.
- Comment on Suggestions for Community Organizing 2 months ago:
NodeBB or maybe piefed to host announcements and provide a place for questions and feedback.
Consider creating an account for each household with a “correct horse battery staple” style password that’s easy to input on mobile, print out a little slip of paper with an explanation blurb and account name & password, and deposit in their mailbox.
Do not expect any users until you’ve hosted several game nights that had multiple attendees. From what you say you are the events committee, not the online life committee. I would thus recommend to stay focused on events until people bring up, unprompted, a desire for more casual day-to-day interactions. You want to be integrating into their existing habits, not trying to replace them. Let the “switching” happen on their own initiative lest they feel like they’re being co-opted for your own personal agenda.
- Comment on ActivityPub Client API: A Way Forward 2 months ago:
Interestingly, that page cites vocata as related work
- Comment on typical lemmy users on their way to work 2 months ago:
how delightful
great dedication to the bit - Comment on I played Mists of Noyah, and let me tell you... 2 months ago:
Thank you for going to the effort of typing out this review. I hope the catharsis it gave you makes up (in part) for the torment the gameplay inflected upon you.
If you haven’t already, I suggest posting this review on steam; the specificity of your complaints is valuable feedback on the off-chance the devs care about making “good” games and I imagine few prospective buyers will find this fedi post.
- Comment on what do y'all use for CI/CD? 2 months ago:
I dislike yaml as much as the next person, but you can always “just” write Jason. Unless I’m misunderstanding your criticism?
- Comment on what do y'all use for CI/CD? 2 months ago:
Forgejo has their own runner: forgejo.org/docs/latest/…/runner-installation/
I’ve used it on my personal machine, was very easy to setup and mostly compatible with GitHub actions out-of-the-box (including things like
actions/checkout@v4).