

Sure, someone could do the opposite of what Microsoft did: build a pretty invisible virtual machine that runs windows and windows apps. But performance would take a hit, you wouldn’t play games like this.


Sure, someone could do the opposite of what Microsoft did: build a pretty invisible virtual machine that runs windows and windows apps. But performance would take a hit, you wouldn’t play games like this.


He compared the charges to the legal proceedings against Donald Trump
Oh they’re totally guilty then lmao


You think it’s kind of selfish because you’re a rational person. The reasons people aren’t organ donors are because the thought of surgery makes them squeamish ignoring the fact that you’ll be dead and won’t feel it, and the other reason is because they think they need to take the organs with them to heaven. It’s mostly religious nuts.


Fictional characters are whatever authors write them to be.


Other people have said it: guns are to kill, use something else if you’re trying to incapacitate.
I just wanted to add that their training probably sucks other than practice at the range. When I got my (non-law enforcement) firearm permit, it’s basically a braindead written test where you can easily guess all the answers without studying and then it asks you if you’ve ever done any illegal drugs lmao
Edit very sad that this is being downvoted as a stupid question, what com am I in?!?!


Why don’t we use the word “spending” anymore?


The couple times I’ve actually used LLMs, it was comically wrong.
I asked it to write some pyqt code and it made up things that didn’t exist. It wasted my time and was worse than useless.
And then I tried a Starcraft 2 replay analyzer/coach LLM. It told me 4 spores (anti-air defense structures) was too many to defend against 2 banshees (air to ground attack airplane). In the next sentence it told me I needed 2 per base, of which I had 4. So it told me 4 was too many but 8 was the right amount.
Edit: I also forgot about my phone! Google replaced their old assistant with Gemini, and now when I tell it to add something to my shopping list half the time it lies and said it is added and half the time it tells me it can’t. It fails to to start navigating in Google maps. It also replaced my morning overview and it forgot how to say the word “ninety”. I wish I were making this up but it says “ninnety” like the 2nd half of “inifinity”. All this shit worked fine before, who asked for this garbage?!
Now I turn it off everywhere and avoid it. My brain works and I don’t need computers to lie to me.


It’s creepy that Tesla is immediately telling the world what this guy did in his car. It shows that they really are spying on all Tesla drivers all the time and they’ll publish that information at the drop of a hat to save face.


Why not restore from backup? That’s what it’s there for. You don’t have to roll back absolutely everything. The rare times I have this kind of issue on Endeavour, I restore from backup and then upgrade packages one at a time until I figure out which one broke my shit. Then I just ignore that package for a while and update everything else.


Because he’s also a cuckold with a humiliation fetish. Trump called his wife ugly and then Cruz sucked his dick.


tldr
The new law simply states that corporations doing business in Hawaii do not have the power to engage in local, state, or federal political campaigns, that that was not one of the powers enumerated in the state’s corporate charter. It further specifies a range of penalties—including losing the right to conduct any business in the state at all—if they do.


Pretty much: “Every ten years or so, the United States needs to pick up some small crappy little country and throw it against the wall, just to show the world we mean business,” https://en.wikipedia.org/wiki/Michael_Ledeen


The gaming market is so oversaturated that there’s something for everyone, even old people. There are so many games that don’t require fast reflexes.


Maybe I’m just lucky that I haven’t run into insane cron problems :) I’ve done both, I guess I just need to do more systemd timers and get used to it. I found it so confusing and weird to set up.


I’m not the OP, but I can explain how to use cron in like 4 sentences: Edit cron with the command crontab -e, this opens your text editor. If you want your jobs to have environment variables, put those at the top. Put this header at the top: # m h dom mon dow command It means minute, hour, day of month, month, day of week, command. Type in numbers for these values or a star which means all of them. Command is the command to be run.


Least destructive republican.
Nice to meet you. I told all my family to stop buying me presents and that I would stop buying them presents and that I’m not celebrating a holiday I don’t believe in. The holidays are a lot less stressful.


Why? I’m praying for them right now. Praying that they get double cancer.


I’ve coded this and I’m a retard. Relative portion from a method:
from urllib.request import urlopen
foundrss = False
for line in urlopen(self.channelurl):
for word in line.split():
if foundrss:
if not self.feedurl:
self.feedurl = word.split(b'"')[1].decode("utf-8")
if 'xml' not in self.feedurl:
raise Exception("'xml' not found in feedurl")
elif not self.channelname: # feed url is set, extract the channel name that comes soon after
if word.startswith(b'content='): # start collecting words
self.channelname = [word.split(b'"')[1].decode("utf-8")]
if word.count(b'"') == 2: # channel name is a single word
self.channelname = self.channelname[0]
return
else: # we have channelname started, just collect the rest of the words now
if b'"' in word: # get text to the left of "
self.channelname.append(word.split(b'"')[0].decode("utf-8"))
self.channelname = ' '.join(self.channelname)
return
else:
self.channelname.append(word.decode("utf-8"))
elif word == b'title="RSS"':
foundrss = True
If you’re just going to use an LLM, why should I listen to you? I can just get lies straight from the clanker.