Neovim Lua plugin that overrides vim.lsp.inlay_hint just to fill my desire to edit inlay hints. - GitHub - felpafel/inlay-hint.nvim: Neovim Lua plugin that overrides vim.lsp.inlay_hint just to fil...
The real question is how you managed to get your friends/family to switch to Signal
This was less than a year ago, constant disconnects. We soldiered through but the second mission in Halo 2 would consistently DC when starting the warthog phase
Plus all the Halos before, yeah. Unfortunately online co-op on the master chief collection just would not function properly for me and a friend which was devastating
Darktide is fire, it's a left 4 dead style game (horde shooter?). If you want 2d shooters, I really enjoyed Broforce and Huntdown (that one's a real gem)
Does cargo install --locked rusty-man
work?
Might be nice to have an updated alternative though yeah
I've been having issues building stuff in general without RUSTONIG_DYNAMIC_LIBONIG=1
for some reason, but woththaton it built for me
Didn't know about rusty-man
, that one's nice
Well I'm sure there's nothing suspicious going on there
I like zk-nvim
Unfortunately it's not nearly as cool IMO. Still fun though
Civ 5 and FTL would be my top suggestions. I think anything turn based is likely to be playable with just a mouse
Ffmpeg gotta be on that list
Currently going through this lol. React is pain in general, but React that I'VE written is a crime against humanity
I feel attacked
Yeah it's one or the other unfortunately
Shoutout
Link and maybe an image to give us an idea of what it's like?
Appreciate the offer, I'll just pick it up myself though. Thanks for the heads up about the sale
Never tried left4dead 2 tbh, but imo you should checkout darktide, it's the latest title from the company that made vermintide 2. It's one of my favourite games
Finally tried this game cause of this (and it was on sale) and it did indeed work flawlessly. Unfortunately didn't really like it but it's great it has support for those who do. I was spoiled starting off with darktife.

GitHub - Rolv-Apneseth/rofi-games: A rofi plugin which adds a mode that will list available games for launch along with their box art


cross-posted from: https://lemmy.world/post/19516210
Hey! Figured I haven't posted this on Lemmy before so should be OK to share here in case anyone else finds this cool/interesting.
This is a rofi plugin for launching your games, simple as that. I built it both because I think it looks cool and to make launching the game I know I want to play faster (no need to navigate the dreaded Steam UI). It parses games from several sources, such as Steam, Heroic Games Launcher, Lutris and Bottles, as well as some modded Minecraft instances (check out the readme for instructions).
The repo can be found here, and there's an AUR package available for Arch users.
Let me know what you think! I haven't built all that much but this my favourite tool that I've created (I am addicted to games).
GitHub - Rolv-Apneseth/rofi-games: A rofi plugin which adds a mode that will list available games for launch along with their box art


Hey! Figured I haven't posted this on Lemmy before so should be OK to share here in case anyone else finds this cool/interesting.
This is a rofi plugin for launching your games, simple as that. I built it both because I think it looks cool and to make launching the game I know I want to play faster (no need to navigate the dreaded Steam UI). It parses games from several sources, such as Steam, Heroic Games Launcher, Lutris and Bottles, as well as some modded Minecraft instances (check out the readme for instructions).
The repo can be found here, and there's an AUR package available for Arch users.
Let me know what you think! I haven't built all that much but this my favourite tool that I've created (I am addicted to games).

World Wonders Explorer - small Leptos site demoing a free API I built


Hey all, just sharing a small, single-page site I built using Leptos + TailwindCSS, mainly intended as a demo for an API I built using Axum. Hope someone also finds it interesting!
I'm sharing this site and not the API itself cause I figure it's easier to look at and understand, but if you want to roast some code I would appreciate any feedback you have on the API itself (repo here). Trying to leave the front end developer scene so this is the first API I've tried building, fairly basic but it was fun (I am a big Civ V fan - I hear it's inspired by some niche thing called human history?).
Edit: whoops, looks like the link didn't get set cause I put an image - the site is available here, and the repo for it is here. The live API is available here

Ah yes, the I in LLM


Searched up "the I in LLM" using Brave Search to find the link to this article and got given this very helpful AI summary!
Alt:
The i in llm
According to various sources, including experts and researchers, the “I” in LLM (Large Language Model) indeed represents Intelligence. LLMs are designed to mimic human-like intelligence by processing and generating vast amounts of natural language data. They utilize complex algorithms and neural networks to learn patterns, relationships, and context, enabling them to understand, summarize, generate, and predict new content.
In essence, the “I” in LLM signifies the model’s ability to:
- Reason and infer meaning from text
- Recognize patterns and relationships
- Generate coherent and contextually relevant text
- Adapt to new information and refine its understanding
This intelligence is achieved through massive training datasets, advanced algorithms, and computation

Not mine but this is a great plugin for customising the native LSP inlay hints. Hope some of you also find it helpful.
This is related to an earlier post I made, asking if there was a way to move the native LSP hints to the end of a line rather than appearing within the line. Found exactly what I was looking for with this plugin!

Help with native inlay hints
So I've just started using the native LSP inlay hints. I was wondering, does anybody know how to move the inlay hints to the end of the line, instead of in the middle of the line? Matter of preference I suppose, but I find it clutters the line too much.

First plugin - Neovim integration for multiple terminal file managers

Neovim plugin for terminal file manager integration - GitHub - Rolv-Apneseth/tfm.nvim: Neovim plugin for terminal file manager integration

Just thought I'd share here in the hopes of getting some feedback, and maybe it's useful for someone.
I created my first Neovim plugin, inspired by ranger.nvim (this is a fork of that) and other similar plugins. The main difference is allowing the user to choose between different popular terminal file managers so that they can try them out and see how they fit into their Neovim workflow. I also added some niceties like buffers are closed when deleting a file in the file manager and also allowing for completely replacing netrw
.
Let me know what you think! I won't lie it took a lot more hours than I'd be willing to admit for something so simple. May also post to R***it since unfortunately that's still the bigger Neovim community.