

This… Hear me out, we take all the AI companies, we give them each 1 PC. Their AI gets to have full control over the PC and that PC is on a lan with all the other companies’ AI PCs. And then we have an AI deathmatch and the winner is crowned Skynet.


This… Hear me out, we take all the AI companies, we give them each 1 PC. Their AI gets to have full control over the PC and that PC is on a lan with all the other companies’ AI PCs. And then we have an AI deathmatch and the winner is crowned Skynet.


large pieces of material blew out of Orion’s heat shield during re-entry, leaving divots.
I’m not convinced that this isn’t by design. The shield should take any and all damage so the shuttle doesn’t have to. Its likely also completely unsafe to reuse a heat shield after its be used for reentry.


this is 100% down to Trump wanting either a distraction or to be able to say “well I put someone on the moon”
Ah yes, the 9 year old long-con distraction play.


Nah, I’m all about that 9001/01/01 life


Digital Extremes, the makers of Warframe?


ASUS realizes there’s a shit ton of money to be made on ram.
Well, I hope they have insurance.
Thanks, I’ll see myself out.


You will speak the version that you learned. You will mostly notice regional differences in the idioms and synonyms of the words you know might be used more commonly in one region vs the other.
For example, in London you might hear people use boot instead of trunk.
But the majority of the words will be the same regardless of region.
“Copilot I’m losing this match, aim for me”


So why would Valve do this? It may be a response to several law firms’ attempt to file “mass arbitrations,” wherein “hundreds or thousands of consumers bringing individual arbitration claims against the same company at the same time and over the same issue,” according to ClassAction.org. It’s essentially a loophole for class action waivers and arbitration clauses, though it still won’t end up in court.
Hit em right in the pocket book.
Windows 98 -> Slackware dual boot (with big ol’ red grub screen) -> windows up to win 10 -> debian(laptop) win10 (pc)
Gonna try getting a new m.2 drive and dual booting soon to test playing the games I like on Linux. If all goes well, I’ll be moving away from windows
(theres a mac version but isn’t the same)
There was a mac version. But it is hitting EOL in August


After using AI chat stuff like this and chatgpt, ive come to the conclusion that building prompts is akin to building search queries for search engines. Wherein using the right terms leads to better results.
command! -range -nargs=1 PadColumns call PadColumns(<line1>, <line2>, <args>)
function! PadColumns(start, end, columns)
execute a:start.','.a:end.'s/\(.*\)\zs\s*$/\='.'repeat(" ", a:columns - len(submatch(1)))'
endfunction
Use by typing in Normal mode :PadColumns 20. This will add spaces after the line or selected lines to the column you specify (in this case, 20).
You could probably improve this by getting the length of the longest line and so you dont need to specify the specific column to add spaces to (20), and instead just add say 5 spaces after longest line for all lines.
I do not think that this is an existing feature in neovim, however this seems to work
:%s/\(.*\)\zs\s*$/\=repeat(' ', 15 - len(submatch(1)))
Change 15 to the column desired. You could probably create a function where you pass the column number you want so that you dont have to type this string all the time.
Reminds me of the “Op” wars on IRC. All users would be given @ status and the point was to kick everyone before you got kicked. Writing scripts for this was my first “taste” at programming.
Changing links to add their affiliate codes was enough of a shady thing for me to swear off this browser. No telling what kind of a fast one the company will try to pull in the future.


Have you tried setting a breakpoint and seeing if it hits?
Assuming the app you are debugging is just a Console.WriteLine("Hello World"); and no breakpoints are set, the app will execute, output hello world, and terminate. Which means you wouldn’t see anything happen in VS Code.
If you are super new to all this, I would suggest you look for videos/articles on how to debug using visual studio code as they may provide some insights or concepts you may not already know.
What a trash company (Atlassian)