Functional Programming Theory: 500 pages of lambda calculus and endofunctors
Functional Programming Practice: Quicksort
Functional Programming Theory: 500 pages of lambda calculus and endofunctors
Functional Programming Practice: Quicksort
if this.time_of_year and this.time_of_day and this.part_of_country and this.location == 'kitchen':
is_viewable = False
“Fake it till you make it” doesn’t mean pretend to be happy until you are happy. I committed to a relationship I wasn’t happy in, a career I wasn’t happy in, and hobbies I wasn’t happy doing, all because I wanted the approval of others. A divorce, career change, and hobby swap made me much happier.
The wiki page on leading and lagging current might as well be “demons and shit”. Practical Engineering talks a bit about it in this video on power grids.
I give you cash, then you give me cash, what are we doing here?
This is why I don’t give people gifts and tell others not to give me gifts. Holidays arent about gifts. If I do get a gift, I give it back to them the next year. Bonus points for giving it back in the exact same gift bag. After a decade of this, people have finally stopped giving me gifts!
Peanut butter out of the jar.
There was a jogging app known as Strava that posted an image on their Twitter that was a heatmap of all the jogging activities of all of their users. Their idea was just to show how popular their app was by showing the entire world lit up. Twitter users were able to locate secret US military bases on that data alone. Turns out nobody jogs in circles in the middle of the desert except GIs.
Recently a group of Harvard students did a demo where they used Meta’s camera glasses and a chain of commercial programs and products to find out people’s names, address, workplaces, and family based only on their facial data.
These are just two examples off the top of my head. Essentially, the more data someone can accumulate, the more info can be analyzed from it. With things like AI tools, that analysis is incredibly fast even with huge datasets.
It’s always interesting that people are quick to talk about extreme weather changes but rarely want to address the causes. I ended up watching a video that touches on the topic. I hate Mondays.
Everyone hates Mondays and everyone loves talking about how Mondays suck! You’ll never have conversations about “fixing” Mondays though. That’s because Mondays are just a fact of life. There will always be a day you have to go to work. Moving the start day or shortening the work week doesn’t change the fact that everyone will still dislike the day their time off ends and their work hours start. You can’t “fix” Mondays.
There are also people who think other social problems are just like Mondays. Unfixable. Of course they agree it’s bad! But there’s just nothing that can be done.
YouTube, for now, doesn’t show any ads. Twitch bombards you with them. I can’t stand it so I don’t watch stuff on Twitch.
Because AI needs a lot of training data to reliably generate something appropriate. It’s easier to get millions of reddit posts than millions of research papers.
Even then, LLMs simply generate text but have no idea what the text means. It just knows those words have a high probability of matching the expected response. It doesn’t check that what was generated is factual.
Hello,promitheas
Welcome to Linux Community.
It sounds like you are experiencing some quality issues using Microsoft forums, could you please provide some details to let us assist you better:
1->General System Information: Could you provide some details about your PC’s hardware specifications? Specifically, the processor, amount of RAM, and the graphics card you are using.
2->System File Check: When you say you automatically checked system files, did you use the built-in System File Checker (SFC) tool? Did it report any issues, or did it indicate that everything was fine?
3->Event Viewer: In the Event Manager, can you provide more specific details about the critical errors you see? For example, the exact error messages and any associated error codes.
Have you researched the specific error messages you found in the Event Manager (e.g., Application Error, Application Hang, Windows Error Reporting, DbxSvc, DistributedCOM, nvlddmkm)? Understanding these errors can often provide clues about the root cause of the problem. In the meantime, are you getting a blue screen on your device, and if it’s convenient, try to see if a small dump file has been generated in the corresponding path, which you can upload and share with me-<Read small memory dump files - Windows Client | Microsoft Learn>
4->Cooling and Hardware Issues: Have you noticed any unusual temperature increases while running games or any other hardware-related issues like unusual fan noises or system freezes?
5->Rollback to Previous Windows Version: If the issue started immediately after switching to Windows 11, have you considered rolling back to your previous Windows version temporarily to see if the crashes persist?
The five points of detail above are intended to give me a better understanding of the situation so that I can give potential advice and solutions.
Best regards,
ImplyingImplications |Microsoft Community Support Specialist
I was a funeral director. I got to know all the religious leaders in my town.
I knew another priest who loved making “wife bad” boomer jokes at funerals whenever a surviving spouse died. Lots of “Her husband has been enjoying paradise in heaven…and now his wife is there…” and “st. Peter gives a test to enter heaven, you need to spell ‘love’. St. Peter wants a break and gives this task to a man who sees his wife coming to the pearly gates. He tells his wife that she must spell a word before entering heaven. His wife asks what the word is. The man says ‘onamonapia’”
Those definitely got some uncomfortable laughs
I knew a priest who liked to say he only smoked after sex.
Not American. Does the president have a special bank account he can use however he wants?
Edit: oh, it’s a troll account nvm
Right, but nobody tells anyone interested in physics to read Philosophiæ Naturalis Principia Mathematica. If you’re interested in history, sure. If you’re interested in physics, read a modern physics textbook.
Reading Marx is like reading Adam Smith. Both wrote about economic systems before economics was even a thing. All ideas start somewhere but our ideas, and our society, have advanced dramatically in the 140+ years they’ve been dead. They’re more interesting for historical purposes than economic ones.
Mid 20s is way too young to be experiencing chronic pain caused by normal aging. That being said, it can be caused by being out of shape. If you’re not eating right, keeping active, and keeping a regular sleep schedule then the pain might be because of your lifestyle. If you dont think you’re out of shape, then you definitely need to talk to different healthcare providers and stress how your chronic pain is interfering with your life.
Everything is 0s and 1s to a computer. What a pattern of 0s and 1s encodes is decided by people–often arbitrarily. Over the years there have been attempts to standardize encodings but, for legacy reasons, older encodings are still valid.
The 0s and 1s that encode ’ in UTF-8 (a standardized encoding) are the same 0s and 1s that encode ’ in CP-1252 (a legacy encoding).
The � symbol is shown when the 0s and 1s don’t encode anything of meaning.
It might not be the engine. Some companies just don’t care much about optimization when they can just tell their players to buy better hardware.
Take GTA5 for example. It had a notoriously long load screen when starting up. Ranging from 2 minutes to 10 minutes depending on the read speeds of your storage drive. A modder ended up finding the problem. The code to load up the items in the game opened and read a file, but there was a bug that caused it to read through the entire file for each item loaded. The file was being read thousand of times. The modder changed one line of code and the loading time was reduced significantly. This was a bug that plagued GTA5 for years, caused by a single line of code, that the company didn’t fix because their fix was to buy better hardware.