quietly scoots his entire github repo for his neovim configuration and 200+ plugins behind his back
Haha yeah totally
quietly scoots his entire github repo for his neovim configuration and 200+ plugins behind his back
Haha yeah totally
I have my full setup in github with details of all my various plugins I use here!
Once I got so used to all my custom keybinds in neovim, it became hard to use anything else.
I’m used to tools like Harpoon for fast jumping around “bookmarked” spots in my code, once i started using the same technique for my writing it’s like something clicked for me, I was like “holy shit I can arbitrarily jump to spots so fast now…”
I use neovim a lot for coding.
Over time though I discovered it had tonnes of amazing features as a prose editor too, so many powerful plugins for editing prose that blew me away.
Stuff like “warn me if I use tthe same word too much” and whatnot.
And of course telescopes fuzzy find made jumping around to edit my text way faster, and being able to bulk change stuff with a simple :%s/.../.../g
feels real good.
I highly recommend folks try out nvim for this use case :3
I’ve been looking for th8s for awhile too.
Not a locally run tool, but a self hosted web app (that I wire up to my self hosted db) that has a web portal I login to, and then can manage my db with a nice slick UI to define tables, relations, etc.
There’s been some I’ve found but they vastly lacked basic features and were clearly in very early beta.
I use Hugo, it’s not super complicated.
You basically just define templates in pseudo html for common content (header, nav panel, footer, etc), and then you write your articles in markdown and Hugo combines the two and outputs actual html files.
You also have a content folder for js, css, and images which get output as is.
That’s about all there is to it, it’s a pretty minimalist static site generator.
Hosting wise you can just put it on github pages for free.
Well yeah, I’d hope so, that’s the entire point.
Catcha’s data collection always was with the intent for training ai on these skills. That’s “the point” of them.
It’s reasonable to expect that the older version of captchas can now be beaten by modern ai, because they’re often literally trained on that exact data to beat it.
Captcha effectively is free to use on websites as a tool because the data collection is the “payment”, they then license that data out to people like OpenAI to train with for stuff like image recognition.
It’s why ai is progressing so fast, captchas are one of humanity’s long term collected data silos that are very full now.
We are going to have to keep progressing the complexity of catches as it will be the only way to catch modern AIs, and in turn it will collect more data to improve it.
Not quite.
It’s mostly wisdom of the crowd, as it always has been.
As long as you mostly click the same squares most other people click, you pass.
You often at random get 2-3 images because 2 of them are actual checks, but the third is a new image that you auto pass and they’re using it to gather data on what the average clicks are on it.
If you want to win an election, Google might be arguably the worst possible company to directly threaten, not gonna lie.
Pretty sure uf they wanted to, they could wbd your political career with any manner of ways.
I bet trump’s Google search history would be devastating if they threatened him with releasing it to the public, lol.
Because having people download static map data for the entire planet just to play a game is untenable.
You shouldn’t have to download the entire planet though.
The game 100% should support installing local specific areas you wanna fly around, that anyone could then keep a copy of.
If a user wanted to cache an entire 8 TB of the entire world on a drive, they should be able to just do that (and thus have forever support without worrying about internet services staying online)
At least, as a snapshot of what the world looked like in 2024.
I don’t see why users shouldn’t have the option to locally HD save the data if they want to, to avoid maxing out their internet bandwidth in one sitting.
“Move Fast and Break Things” is Zuckerberg/Facebook motto, not Musk, just to note.
She has so much more sway than The Chicks had at the time, by such a huge amount.
The Chicks were already controversial, and had always been so.
But Dolly is the fucking queen of country, people revere her.
How many Dixie Chicks lookalike competitions were you seeing right before their career nosedived?
Despite Steam being proprietary, Proton (it’s emulation system) is so profoundly stable I feel like it’s a necessary evil at this time.
I haven’t found a single “windows” game yet in my library that doesn’t work with steam
Dunno why ppl are down voting you, this is 100% the way.
Architecture as code is amazing, being able to completely wipe your server, re-install fresh, and turn it on and it goes right back to how it was is awesome.
GitOps version controlled architecture is easy to maintain, easy to rollback, and easy to modify.
I use k8s for my entire homelab, it has some initial learning curve but once you “get it” and have working configs on github, it becomes so trivial to add more stuff to it, scale it up, etc.
Why is it that blatantly lying about your political opponent and actively spreading clear disinformation that is easily reputable isn’t penalized?
And I don’t want like “cuz capitalism” zero effort responses, I’m wanting to know from an actual legal complexity standpoint what would go wrong if this was made illegal.
The fact it’s so clearly provably as a false claim by countless directions, it should be an open and shut “you spread obvious disinformation” and at least a notable slap on the wrist should occur each time.
Why can a candidate just go and openly lie and say whatever without penalty, legally? Shouldn’t this be under something like Libel, defamation, etc?
Shouldn’t Kamala’s crew be able to take Trump to court right now for defamation?
They aren’t getting rid of chromecast, the title is clickbait.
There are 2 CCwGTV models, only 1 of then is being discontinued.
The other one sounds like it’ll keep being sold.
But also you can always just buy a chromecast, just cuz they aren’t being actively produced doesn’t mean you can’t find em online
I have no idea what people are fucking up tbh.
It’s 2 button clicks to cast stuff, I just went and sanity checked.
The internet is full of disinformation and idiots though so I usually just assume people are the issue, when I have the same hardware and zero issues.
I don’t think chromecasts have even gotten any kind of major change updates in ages so it’s bizarre for it to change behavior.
I’m gonna just keep going with “people are dumb” until someone posts some concrete example (IE an actual video) of wtf their issue is.
The chromecast is designed so simply though that I can’t imagine wtf people are fucking up.
I’ll just have to respectfully disagree in experience.
I have multiple gens of chromecasts and haven’t seen any degradation in performance. They work pretty much the same.
I have no idea wtf is going on with your units.
A lot of them are dependencies of other plugins.
Stuff like icons support, and every little feature. Neovim is extremely minimalist to start, so you need plugins just to get something as simple as a scrollbar lol
Things like git status of files and file lines, all your LSPs, syntax highlighting (for each language you work with), file explorer, you name it, there’s a lot.
But what’s nice about nvim is for any of these given features, there’s numerous options to pick from. Theres probably a dozen options to choose from for what kind of scrollbar you want in your editor, as an example.
So you end up with a huge amount of plugins in the end, for all your custom stuff you have configured.
You have to setup yourself (though theres a lot of very solid copy pasteable recipes for each feature):
which-key
)nvim-dap
nvim-dap-ui
new-file-template
which lets me create templates for new files by extension (IE when I make a.cs
file and start editting it, I can pick from numerous templates I’ve made to start from, same for .ts, .lua, etc etc)The list goes on and on haha