Spyke

Posts

selfhosted·Selfhostedby_hovi_

Gadgetbridge data dashboard

Hey all. Unemployed and looking for something fun/interesting to work on lol

I use gadgetbridge to connect to a smart ring to track some basic health data, and while having everything on the phone is OK, I much prefer doing/viewing things from my PC. I thought maybe having some kind of self hosted dashboard/site displaying data gathered by gadgetbridge could be cool, but what do you guys think? Anything more interesting that could be done with the database that it can export on a schedule? I've also considered having gadgetbridge as one of several sources, but I'm not sure how many other privacy conscious options are out there.

I'm thinking of just leaving the transferring of the database to other programs, would that be acceptable? I already have gadgetbridge export every 2hrs and use syncthing to get it onto the NAS.

Would appreciate any thoughts, or if you think it's unnecessary even.

View original on lemmy.world
programming·Programmingby_hovi_

CV/Resume generation?

What do you guys use to build your CVs? Do you automate it in any way or just use something like Google Docs? I'd be interested to know.

Personally I've been using rendercv for a while and I can't imagine going back to doing it manually. However, I think I might need some more flexibility. Been struggling to get any interviews so I've been doing what I can to experiment with my CV. If any of you have a good typst template they've actually used to land a role I would love to steal borrow it.

View original on lemmy.world
linux_gaming·Linux Gamingby_hovi_

GitHub - Rolv-Apneseth/rgd: Installed game detection utility for Linux

Hey all. I believe I've previously posted about rofi-games (rofi plugin to launch games installed on your system) - but I've recently built rgd as an alternative.

This one is a CLI, and has less features (no custom entries, no sorting based on usage, etc.) but is much more adaptable. It can be used in scripts with any picker program in order to launch your games, or do anything else with the data parsed about each game. I've also included some scripts for popular pickers like fuzzel, dmenu, fzf, rofi and more.

It uses the same library I built for rofi-games for detecting games from different launchers installed on the system so it should work the same.

I really love rofi-games (unbiased btw) and I've been meaning to create an alternative for those who don't use rofi or don't need the extra features. Hope this fits that niche. And beyond just launching games, I'm sure someone will have a use for the data returned by rgd.

Let me know what you think and if you have any issues. Thanks!

p.s. Don't judge the image too hard - the idea was to show it can work for many different picker/finder programs but uh... that could look better, I can't lie

View original on lemmy.world

GitHub - Rolv-Apneseth/clipvault: Clipboard history manager for Wayland, inspired by cliphist

cross-posted from: https://lemmy.world/post/35228673

Hope it's alright to also share this here

Hi all. I just wrote a small alternative to cliphist in Rust. Has a couple of additional features over cliphist while still trying to keep the same spirit of simplicity.

If you are on a Wayland compositor like Hyprland or Sway and like simple clipboard history managers, consider checking it out. Hopefully it can be helpful to others too. I am also happy to accept any feedback.

GitHub - Rolv-Apneseth/clipvault: Clipboard history manager for Wayland, inspired by cliphisthttps://github.com/Rolv-Apneseth/clipvaultOpen linkView original on lemmy.world
hyprland·Hyprland Desktop Environmentby_hovi_

GitHub - Rolv-Apneseth/clipvault: Clipboard history manager for Wayland, inspired by cliphist

cross-posted from: https://lemmy.world/post/35228673

Hope it's alright to also share this here

Hi all. I just wrote a small alternative to cliphist in Rust. Has a couple of additional features over cliphist while still trying to keep the same spirit of simplicity.

If you are on a Wayland compositor like Hyprland or Sway and like simple clipboard history managers, consider checking it out. Hopefully it can be helpful to others too. I am also happy to accept any feedback.

GitHub - Rolv-Apneseth/clipvault: Clipboard history manager for Wayland, inspired by cliphisthttps://github.com/Rolv-Apneseth/clipvaultOpen linkView original on lemmy.world
rust·Rustby_hovi_

GitHub - Rolv-Apneseth/clipvault: Clipboard history manager for Wayland, inspired by cliphist

Hi all. I just wrote a small alternative to cliphist in Rust. Has a couple of additional features over cliphist while still trying to keep the same spirit of simplicity.

If you are on a Wayland compositor like Hyprland or Sway and like simple clipboard history managers, consider checking it out. Hopefully it can be helpful to others too. I am also happy to accept any feedback.

GitHub - Rolv-Apneseth/clipvault: Clipboard history manager for Wayland, inspired by cliphisthttps://github.com/Rolv-Apneseth/clipvaultOpen linkView original on lemmy.world
rust·Rustby_hovi_

GitHub - Rolv-Apneseth/omaro: TUI for lobste.rs

cross-posted from: https://lemmy.world/post/34689167

Wrote this TUI in Rust, using ratatui.

I just finished a first version of a personal project which I think is pretty cool, posting to get feedback and maybe others can enjoy using it too - omaro.

It's a TUI for lobste.rs, with vim-like (and regular) keybindings, mouse support, UI configuration, locally-saved read state for posts, and more. Check out the repo for more details.

Let me know what you think! Any feedback is appreciated.

GitHub - Rolv-Apneseth/omaro: TUI for lobste.rshttps://github.com/Rolv-Apneseth/omaroOpen linkView original on lemmy.world
opensource·Open Sourceby_hovi_

Omaro - TUI for lobste.rs

I just finished a first version of a personal project which I think is pretty cool, posting to get feedback and maybe others can enjoy using it too - omaro.

It's a TUI for lobste.rs, with vim-like (and regular) keybindings, mouse support, UI configuration, locally-saved read state for posts, and more. Check out the repo for more details.

Let me know what you think! Any feedback is appreciated.

View original on lemmy.world
linux_gaming·Linux Gamingby_hovi_

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).

View original on lemmy.world
unixporn·Unixpornby_hovi_

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).

View original on lemmy.world
rust·Rustby_hovi_

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

View original on lemmy.world
programmer_humor·Programmer Humorby_hovi_

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 computational power. As a result, LLMs have become increasingly sophisticated, enabling applications such as language translation, text summarization, and even creative writing.

In summary, the “I” in LLM represents the model’s core capability: Intelligence, which enables it to process and generate human-like language with remarkable accuracy and flexibility.

View original on lemmy.world
neovim·Neovimby_hovi_

GitHub - felpafel/inlay-hint.nvim: Neovim Lua plugin that overrides vim.lsp.inlay_hint just to fill my desire to edit inlay hints.

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!

GitHub - felpafel/inlay-hint.nvim: Neovim Lua plugin that overrides vim.lsp.inlay_hint just to fill my desire to edit inlay hints.https://github.com/felpafel/inlay-hint.nvimOpen linkView original on lemmy.world
neovim·Neovimby_hovi_

First plugin - Neovim integration for multiple terminal file managers

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.

First plugin - Neovim integration for multiple terminal file managershttps://github.com/Rolv-Apneseth/tfm.nvimOpen linkView original on lemmy.world