

As a Canadian, all I can say is “hey wait a minute, I’ve seen this one before!”
I’m shocked this sorta shit still happens in 2025, how did this come into being? Thus might be a rabbit hole I go down, who founded this program, who vetted it, etc
As a Canadian, all I can say is “hey wait a minute, I’ve seen this one before!”
I’m shocked this sorta shit still happens in 2025, how did this come into being? Thus might be a rabbit hole I go down, who founded this program, who vetted it, etc
Cool
The paper clearly is about how a specific form of training on a model causes the outcome.
The article is actively disinformation then, it frames it as a user and not a scientific experiment, and it says it was Facebook llama model, but it wasn’t.
It was a further altered model of llama that was further trained to do this
So, as I said, utter garbage journalism.
The actual title should be “Scientific study shows training a model based off user feedback can produce dangerous results”
Anytime an article posts shit like this but neglects to include the full context, it reminds me how bad journalism is today if you can even call it that
If I try, not even that hard, I can get gpt to state Hitler was a cool guy and was doing the right thing.
ChatGPT isn’t anything in specific other than a token predictor, you can literally make it say anything you want if you know how, it’s not hard.
So if you wrote an article about how “gpt said this” or “gpt said that” you better include the full context or I’ll assume you are 100% bullshit
Sorts? Not tabs in the way you’d expect but it’s default ones can be sufficient
Honestly though once you get pretty good with hotkeys you stop using tabs, for all intents and purposes harpoon is tabs, but better, and without the UI. You just mentally usually pick harpoon keys that make sense to save jump points to, like I’ll harpoon FooController.cs to c
and FooService.cs
to s
and FooEntity.cs
to e
and so one
And the I jump around with those keys. Usually when working I only need tops 5 harpoon or so for a chunk of work.
I still boot in sub 1s so I don’t know what you mean by “bloated”
Lazy allows you to boot ultra fast by loading stuff in the background later, so “bloat” doesn’t matter
nvim-dap
does literally nothing until you trigger it, so it’s only impact on my startup is like 3 hotkey registrations :p
It’s a perfectly fine debugger, works great. The fact I can telescope search to fzf
my stack trace actually kind of makes it superior? Like you can’t do that sorta stuff in any other IDE I know of
Also all my navigation stuff like telescope/harpoon/etc still apply when debugging, so I can literally debug faster jumping around the stack trace with hotkeys.
Neovim doesn’t get any less awesome when it comes to debugging, a lot of it’s power still applies just as much haha
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
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
The 1 seat they got was in the green party stronghold (co leaders home town)
I have zero clue what her platform is, prolly environmentalist tho.
If any vote ever fails in our government, it triggers an instant re-election. It’s called the Vote of Non Confidence
It’s probably one of the most key parts of why our government is a little bit more resistant to clown-showing, because even a small crack in the parliament triggers a new election.
So bills can only be tabled if the gov is 100% confident it will have the votes.
Which means the conservatives could table a bill if they knew the NDP + Bloc would side with them on it, as then they have the votes to pass it.
But since it’s the NDP, a very progressive party, it means they actually hold that fine balance of mediating power between liberals and conservatives.
It’s pretty solid actually, and makes it so everyone the entire term could pass a reasonable bill.
Pretty sure this last term the conservatives and liberals did agree on some stuff and some bills passed with both approving it, iirc.
I think forcing them to occasionally work together like that helps temper the fascism lol.
Sorry. Naive and easily fooled by propaganda and disinformation that feeds into their bigotry
My bad ❤️
Bloc have endorsed the liberals already, Quebec is extremely anti trump.
Bloc aligning with conservatives would be political suicide lol.
Atm we got it, this is the magic sweet spot where we want to be
172 seats exactly with lib+ndp+green
and conservatives can’t even threaten a vote of non confidence with bloc’s help. (1 vote short)
But they could trigger it with that 1 green seat’s help, which means liberals have to stay on the good side of that 1 green seat XD
Not appropriate enough.
Unironically over 30% of people somehow still voted conservative.
I’m ashamed to admit a very large amount of them are from my area.
I don’t know what is wrong with some people. The education system has clearly desperately failed many of the people here though.
The big key is gonna be if we get that sweet 172 seats with Lib+Green+NDP, we are only 1 seat short
If we hit that mark it means, hilariously, the one single green seat is needed to form a majority government without bloc’s help needed
Which will force liberal party to play ball with NDP and Green Party’s more progressive policies.
That’s our ideal scenario, conservatives are told to go kick rocks, and green/ndp get an actual voice on decision making to push the country in a progressive direction.
One. More. Seat!
I’m sorry they put tarrifs on uninhabited islands lol
API is just the term for “the surface of something that’s been exposed to you to interact with”
Libraries, websites, tools, etc all have APIs, it’s just the general term for “this thing has something we can interface with”
A library is a bunch of code someone else wrote.
A package is when you use a tool to bundle up a library to make it easier to distribute to other people, usually adding a version # to it, and adding it to so.e popular package manager network so millions of people can find your package easier.
A framework is a term for a very big cohesive library, with an advanced api, that does a whole bunch of different things that all have stuff in common. Basically a firework is a huge library that provides many many different things to do that all have stuff in common.
Game Engines for example are frameworks.
A library of tools to make a bunch of different website components that all work well together and have stuff in common is a framework.
Etc etc. It’s a bunch of code that doesn’t do anything in it’s own, but provides a bunch of modular pieces you can assemble into something.
Think of a framework like buying a big box of lego. It’s not anything specific yet, but you can assemble all those pieces together to make infinite different things.
I thought he already put tariffs on us? And then again?