

Hatte mal nen Arzt da hat man einfach an der Rezeption gesagt man braucht ne Krankschreibung dann haben die das direkt ausgedruckt und alle 10 min kam der Arzt vorbei und hat sie alle unterschrieben.


Hatte mal nen Arzt da hat man einfach an der Rezeption gesagt man braucht ne Krankschreibung dann haben die das direkt ausgedruckt und alle 10 min kam der Arzt vorbei und hat sie alle unterschrieben.


Only bad management is keeping everything from being crazy fast. No reason for today’s programs to be slower than what we had a decade ago.


… and in a country with rule of law whether a contractual clause is legal would be decided by a court, no?


No love for those companies but just because you agreed to a contract doesn’t mean the clauses of the contract are legal or enforceable.


Legitimately most modern games or all of social media.


Revealjs also supports markdown.


It is theoretically possible by using formal verification. Which is getting easier due to lean. But still impractical.


Where does slop start? If you use auto complete and it is just adding a semicolon or some braces, is it slop? Is producing character by character what you would have wrote yourself slop?
How about using it for debugging?


I also want to say that Linus is still the one merging things into the kernel and he is ahm… opinionated?


For others reading it:
ChatControl 1: allow scanning on voluntary basis (voted down twice recently)
ChatControl 2: mandatory scanning


Möchte nur anmerken, dass was da vor kurzem nochmal abgestimmt wurde die freiwillige Chatkontrolle ist. Da gab es nämlich eine Ausnahmeregelung, dass Firmen emails und Chats überprüfen dürfen, was eigentlich nach EU Recht illegal ist. Diese Ausnahmeregelung läuft jetzt aus. Die Abstimmung war, um die Ausnahme zu verlängern.


Have you tried introducing unnecessary complexity?


Yes that’s a pulseaudio issue. If you search pulse audio crackle you should find some tips. Something to do with some settings on delay I believe.
EDIT:
Also want to mention that for me, it was a USB port issue.


Die CDU pisst mich echt so an, wenn die 0.01 Prozent vor den Grünen wären und dieser Vorschlag käme rein, gäbe es wochenlange Empörung.


China hat glaube ich mehr ETCS verbaut als Deutschland.


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.
Are you trying to learn how this works or just need a landline?
If you just need a landline, the ISP will give it to you. It’s voip anyway most of the way. Just plug regular phone into router done. Maybe needs to be a proper voip phone in which case your ISP will give you connection details. Usually that connects to a voip server running in your router.
I worked at a voip provider so I want to mention: this is not a “set it and forget it”. This is something requiring regular maintenance with pretty strict regulations from the providers side. Like email, most consumer ISPs are very wary about people self hosting it.
If you are “pretty new to networking” this is not the project to start with, because it requires solid networking fundamentals.
If you really want to go anyway, well… You need something like kamailio. You set that up, get a voip phone that you have to program to register itself. Plan a couple weekends for this because those docs are not for the faint hearted and you probably have to read the source to understand it.
Forward SIP and RTP from the internet to your server (do you have a static ip?). Then you need to find a provider that gives you a number and is willing to have residential connect to it. Then you hope your ISP is not blocking those ports.
Then you should set up some kind of monitoring system because those providers are pretty flaky and will tell you stuff is working when, in fact, it’s not.