knoopx's comments

knoopx | 1 month ago | on: The Codex App

the three OSes is BS, none of them cares about linux

knoopx | 1 year ago | on: Resigning as Asahi Linux project lead

linux on game consoles might be a small part of the market, but it's a reality. there's a fair amount of manufacturers, devices and people buying them.

knoopx | 1 year ago | on: Google CodeGemma: Open Code Models Based on Gemma [pdf]

https://github.com/huggingface/llm-vscode

  "llm.backend": "ollama",
  "llm.url": "http://localhost:11434/api/generate",
  "llm.modelId": "codegemma:2b-code-q8_0",
  "llm.configTemplate": "Custom",
  "llm.fillInTheMiddle.enabled": true,
  "llm.fillInTheMiddle.prefix": "<|fim_prefix|>",
  "llm.fillInTheMiddle.middle": "<|fim_middle|>",
  "llm.fillInTheMiddle.suffix": "<|fim_suffix|>",
  "llm.tokensToClear": ["<|fim_prefix|>", "<|fim_middle|>", "<|fim_suffix|>", "<|file_separator|>"],

knoopx | 3 years ago | on: Logseq: Privacy-First, Joyful Platform for Knowledge Management

I have a very bad brain, logseq helps me answer things i would not be able like when was the last time I've seen someone, what are my most frequented places so I can easily recommend when someone asks, know if I already watched a move before renting it or get nearby concerts so I can plan the weekend before it's too late, quickly find tickets i bought half year ago, how much money did I spent the past trip, and all kind of personal information. all in a single place, just one Ctrl-k away. I only store personal info, no blog posts, technical notes or work stuff.

knoopx | 4 years ago | on: Kodi: An Open Source Home Theater System

I use plex and only archive music because my collection is rare and will degrade over time (vinyl). not owning the media is what prevents me from using these services too (apart from the lack of catalog). fortunately there's bandcamp and some other sites that understand the rights of the consumer. btw plex + plexamp is fantastic

knoopx | 10 years ago | on: Headbang: another personal music streaming webapp (Node.js+react)

Today I just released my take on personal music streaming. Some days ago "Phan An" released Koel (https://github.com/phanan/koel) and made me smile because I already started a similar project time ago, however instead of ripping of Spotify UI, which I personally find terrible, I made a "power user" UI that is album-centric (they way I listen music to), keyboard navigable and has a powerful filtering "omnibar". Check it out, it is just one "npm install" away!
page 1