

This may not be so easy, what protocol does the ISP use over fibre? Honestly the network card that you will probably need might already pull more than the modem.


This may not be so easy, what protocol does the ISP use over fibre? Honestly the network card that you will probably need might already pull more than the modem.


I think you are making the mistake of attributing intent to an LLM. A LLM does not have intent. It takes the context and generates the statistically most likely tokens that come next. The biography is part of the context.
The fact that it gives different answers based on context purely comes down to how it was trained and that there is no concept of “factual information”.
I’m not defending LLMs, this is just LLMs doing exactly what they were trained to do.


I mean this study literally says that poorly worded prompts give worse results. It makes sense too, imagine you are on some conspiracy Facebook group with bad grammar etc, those are the posts it will try to emulate.


Once enough has melted, the entire continental plate will have risen so much that the surface is in a warmer layer of air, and will melt completely, even if climate change is reversed.


Just think about the fact llms are basically trying to simulate reddit posts and then think again about using them.
Look up “ice planet barbarians”. Forgot the author but there are a lot of different kind of barbarians, orcs, demons, etc. That are rough but with a soft spot, protecting the female lead heroically while taking her for themselves.
There is a book called “cooking for geeks” which instead of just giving you recipes explains why stuff is cooked a certain way. What actually happens, chemically, when you cook something. After reading that, I could just improvise dishes and they would usually come out pretty well.


You were just boycotting before it was cool.


Lots of governments want it. But its no excuse doing it in a stupid way. For example EU IDs should have a function that just verifies someone is over 18 without any other info being send. At least the German one does. But its not being used.


“Security” for the Olympic games.


Not sure why this person is getting down voted. The Italian government party calls itself “neo fascist”. Meloni says she has a Mussolini bust. They very openly use fascist symbols in their party.


Depends on how important it is. Looking for a hint for a puzzle game: never. Trying to find out actually important info: always.
They make it easy though because after every statement it has these numbered annotations and you can just mouse over to read the text.
You can chose different models and they differ in quality. The default one can be a bit hit and miss.


I use kagi assistant. It does a search, summarizes, then gives references to the origin of each claim. Genuinely useful.
This is great. Since some concepts only exist in certain languages, this will open up the thoughts you can express.


More funny than rage inducing.
Worked as a Senior DevOps engineer at a startup. They have no proper automation for deploying their code. Manually updating config in a GUI type situation. This takes a crazy amount of time, there are many errors, and it generally slows down development progress. There are 300 people working there, at least five dev teams, its hundreds of work hours every month wasted by this.
So I start writing a system to automate it - what is called Continuous Integration / Continuous Delivery or CI/CD. Issue is, they have many projects, they are all a little different and managed by different people. No problem, I write the thing super configurable and write another system that will automatically deploy this thing to all the hundreds of repositories, taking into account their local config. We start rolling it out, when I suddenly get a new boss.
They are very smart but the kind of person that wants to do everything their way. So they did all the architecture and just delegated the most menial implementation details. At my previous company I pretty much rebuild every system from scratch. Yet now I was super bored and underutilized, while they were pretty overworked and stressed out. All while the company was held together with duct tape.
While this boss was really good in certain areas, I was more experienced in others, and they kept making errors that could have been easily avoided if they just asked me earlier. And they did not like when that was pointed out. Thing is, I was hired as a senior engineer. It is my entire job to be more experienced and point issues out, especially security related.
So this new boss is being super careful about this CI/CD system that I wrote. They are scared that deploying my system may break things - understandable. So the entire project grinds to a halt. I keep pushing for it but give up after a while.
Then, one day, my boss says “alright, today we deploy the CI/CD solution to ALL repos. By hand.”. I’m a bit puzzled by this: has the reason for being careful suddenly disappeared? Why not use my automated system to deploy it? Doing it by hand is super repetitive and annoying. Also, if there is a bug in our solution, we would need to roll out the fix manually as well. That’s why I wrote automation for that.
So I ask to clarify: " so you’re sure we should deploy this to all repos now? You always wanted us to be careful about that". Answer: “are you incapable of reading?! New information > old information!”. I laugh, think about it for 15 min and put in my resignation, suggesting they hire a Junior instead. Bit of a shame, the place was pretty cool. Just the boss was a dolt. Also they quit a month later.


So containers have been standardized for a while now (OCI), and even if you install “docker” it’s actually just installing containerd with docker-cli. For years kubernetes is not even supporting docker-shim anymore. So there should be no issue. What is even the problem you are running into?
What happens if you get everything?