PostgreSQL is Turing complete, so I guess they do what ever they want?
HN user
throwaway140126
A light mode would be great. I know that many people ask for a dark mode for the reason that they think that a light mode is more tiring than a dark mode but for me it is the opposite.
Getting your house raided is trouble/punishment... So no the one that called him a dick also got into trouble.. and obviously such events discourage people from expressing their opinions.
(1) That is just a symbolic image. The person answered „Du bist so 1 Pimmel“ (english: „You're such a dick“) to a post of the politician on twitter.
According to Wikipedia it was an answer to the following tweet https://twitter.com/AndyGrote/status/1399001436973899780
(1) Calling a politician a dick is vandalism? That's nonsense.
(2) The corresponding prosecutor made clear that his house was raided for calling the politician stupid and NOT for anything else. You would have known that if you would have read the document I linked to. To quote it:
Wegen des Tatverdachts einer gegen Personen des politischen Lebens gerichteten
Beleidigung gem. §§ 185, 188, 194 StGB erfolgte am vergangenen Dienstag, 12.11.2024, eine
richterlich angeordnete Durchsuchung der Wohnung des Beschuldigten durch Polizeibeamte
der Kriminalpolizei Schweinfurt
Translated to english: Due to suspicion of an offence of insulting persons in political life
pursuant to Sections 185, 188, 194 of the German Criminal Code (StGB), a
judicially ordered search of the accused's apartment was carried out last Tuesday, November 12, 2024, by police officers
from the Schweinfurt Criminal Investigation Department.
(3) He is in trouble in terms that there is an police investigation against him and no it is not okay to have police investigations just because a person expressed his worries about migration.So, yes my links support my assertion.
No, it is not. I'm also german and rt.com is DNS blocked by the Telekom.
dig @192.168.2.1 rt.com
; <<>> DiG 9.18.39-0ubuntu0.24.04.2-Ubuntu <<>> @192.168.2.1 rt.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 64757
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;rt.com. IN A
;; Query time: 30 msec
;; SERVER: 192.168.2.1#53(192.168.2.1) (UDP)
;; WHEN: Fri Feb 20 09:17:58 UTC 2026
;; MSG SIZE rcvd: 35In Germany there are some examples for the suppression of speech. For example popular examples are: (1) getting your house raided for calling a politician a dick (2) getting your house raided for calling a politician stupid (3) most recent, just in this week, a retiree gets into trouble with the police for asking worried questions about migration
(1) https://www.spiegel.de/panorama/justiz/hamburg-wohnungsdurch... (2) https://www.justiz.bayern.de/media/images/behoerden-und-geri... (3) https://www.welt.de/politik/deutschland/article6996cb47fc148...
These are examples that spontaneously come to my mind. So I can not talk for whatever country you live in but Germany has a problem about being able to express opinions.
Germany uses DNS blocks.. So you can circumvent the censorship by using a DNS provider different than the DNS provider of your ISP.
Well, you have a point but on the other side since about 20 years the Telekom does not even think about improving the internet connection in the place I live. At some point you're just fed up. To me it seems like they just do not care about providing a good service and even if they would now provide a good service I would be more willing to give my money someone else.
I just want to share my thoughts about this topic:
Personally I think the right approach is to treat the llm like a user.
So if we pretend that you would like to grant a user access to your database then a reasonable approach would be to write a parser (parsing > validating) to parse the sql commands.
You should define the parser such that it only uses a subset of sql which you consider to be safe.
Now if your parser is able to parse the command of the llm (and therefore the command is part of the subset of sql which you consider to be safe) then you execute the command.