knoopx
|
1 month ago
|
on: The Codex App
the three OSes is BS, none of them cares about linux
knoopx
|
5 months ago
|
on: Niri – A scrollable-tiling Wayland compositor
I'm using vicinae on Niri, no issues at all
knoopx
|
5 months ago
|
on: Niri – A scrollable-tiling Wayland compositor
I second this, if you are daily niri user, show your appreciation, I already did! Here's my personal setup, hope it inspires someone to try it
https://github.com/knoopx/nix
knoopx
|
6 months ago
|
on: Andrew Ng says bottleneck in AI startups isn't coding – it's product management
bullshit, open source is blooming as never before. also we already have good xml libraries, nobody is interested in that. but yeah i agree with the sentiment that ai is not the magical tool you were promised, useful nevertheless.
knoopx
|
6 months ago
|
on: Show HN: OverType – A Markdown WYSIWYG editor that's just a textarea
very nice!
knoopx
|
7 months ago
|
on: Crush: Glamourous AI coding agent for your favourite terminal
this is debatable, a proper TUI has the same complexities as conventional UIs + legacy rendering.
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: Improved evaluation times with pre-resolved Nix store paths
what a coincidence, my eval times have worsened over the past months too!
knoopx
|
1 year ago
|
on: Nvidia’s $589B DeepSeek rout
this, absolutely irrelevant to deepseek
knoopx
|
1 year ago
|
on: Nix – Death by a Thousand Cuts
knoopx
|
1 year ago
|
on: StackOverflow is banning accounts that delete answers in protest against OpenAI
lol, I hope Mr. Altman finds my 10 year old posts relevant
knoopx
|
1 year ago
|
on: Ask HN: Why is so many packages in LLM dev brittle?
you can probably blame pip
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
|
2 years ago
|
on: Shreddit is a Python program to remove all your Reddit comments
how it will not hurt reddit given any search result will give them a chance to throw you some ads? fuck reddit, i'm deleting everything. you can always use web cache.
knoopx
|
3 years ago
|
on: Logseq: Privacy-First, Joyful Platform for Knowledge Management
Rendering is very poorly implemented, and there's also a complete cljs runtime underneath.
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
|
4 years ago
|
on: Kodi: An Open Source Home Theater System
people used to buy CD/DVD/BR and rip them. nowadays it's easier and faster to download from somewhere.
knoopx
|
7 years ago
|
on: Ask HN: What are some amazing open source projects that you have found recently?
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!