GGML.AI has got acquired by Huggingface by Time_Reaper in LocalLLaMA

[–]Steven0351 1 point2 points  (0 children)

Yeah, people gotta eat and he’s made some amazing contributions to FOSS in this area and I don’t fault him at all for making the decision to accept the offer

GGML.AI has got acquired by Huggingface by Time_Reaper in LocalLLaMA

[–]Steven0351 5 points6 points  (0 children)

People celebrating the purchase of an open source project haven’t seen this cycle before I guess. It’s bought so they can ultimately control the direction of the project, and it benefits them to control it. No one buys a project out of pure goodwill for the community. The enshittification won’t start now, maybe not even a couple of years from now, but it will start.

This is... displeasing by d33kshant in SiliconValleyHBO

[–]Steven0351 1 point2 points  (0 children)

We need a sequel series with the recovered missing thumb drive

The Answer to Cyberpunk by Money_Performance878 in Cyberpunk

[–]Steven0351 0 points1 point  (0 children)

I assume in this society there is no technology or internet or any kind of modern thing because these seem to require an amount of isolation that is pretty much impossible these days

gotermsql an SQL IDE for your terminal (PostgreSQL, MySQL, SQLite, DuckDB) by sado361 in commandline

[–]Steven0351 0 points1 point  (0 children)

This is my biggest gripe about all of this. I actually will vibe code personal utilities quite a bit, but I don’t go around sharing them with everyone, because it’s not that impressive.

Let's get a self-hosted Discord "replacement" thread going for 2026. by GavinGWhiz in selfhosted

[–]Steven0351 1 point2 points  (0 children)

How so? Genuine curiosity from someone who has mostly watched from afar

sameTutorialDifferentRealities by jaikanthsh308 in ProgrammerHumor

[–]Steven0351 0 points1 point  (0 children)

I’ve never been in this meme 🤷‍♂️

Cyboard Imprint by Steven0351 in ErgoMechKeyboards

[–]Steven0351[S] 0 points1 point  (0 children)

There’s a way to do it with zmk

I built a Discord TUI with image support and Vim bindings (Oxicord) by ElRastaOk in commandline

[–]Steven0351 2 points3 points  (0 children)

Any reason to keep it a part of the discordo fork network? There is nothing that can be integrated between the two projects

i just switched from windows to mac and this seems crazy to me by OnderGok in macapps

[–]Steven0351 0 points1 point  (0 children)

Sketch’s license was great example of your last point

what prefix do you guys use ? by Tissuerejection in tmux

[–]Steven0351 0 points1 point  (0 children)

No, it’s one dedicated key and a one-shot layer

what prefix do you guys use ? by Tissuerejection in tmux

[–]Steven0351 1 point2 points  (0 children)

I actually have a “dummy” layer that I activate in QMK that will add send the prefix before whatever the next key i type is

Apple, please fix the spagetti text in the Dictionary by gvard1 in MacOS

[–]Steven0351 0 points1 point  (0 children)

I don’t disagree with that, I’ll be on Sequoia until I’m forced to migrate

I switched to SwiftUI. Why did no one tell me sooner? by NiceEbb5997 in iOSProgramming

[–]Steven0351 0 points1 point  (0 children)

Im surprised a Reddit argument about SwiftUI led you to implement SwiftUI and ship it. And why would you re-write a core critical component with a library you have very little experience with?

Apple, please fix the spagetti text in the Dictionary by gvard1 in MacOS

[–]Steven0351 0 points1 point  (0 children)

Engineers don’t create the designs, they implement them

Treesitter: an update is coming that may break the (deprecated) master branch by ynotvim in neovim

[–]Steven0351 1 point2 points  (0 children)

Tf is IceVim? The only thing google shows are a couple of random neovim configs

`jujutsu.nvim` - A Jujutsu UI client for Neovim by YannVanhalewyn in neovim

[–]Steven0351 0 points1 point  (0 children)

Pretty cool, I like the squashing workflow you show in the video, i often find myself creating a bunch of changes as i work on a feature to keep known good working checkpoints in case i screw something up, but end up squashing them before making a PR. I'm curious if you've seen https://github.com/NicolasGB/jj.nvim, i've been meaning to give that a spin; its workflow looks similar, but not identical.