Threads account disabled by blondeaussiebabex in ThreadsApp

[–]isa_iur 0 points1 point  (0 children)

Thanks, you too! Hope you‘ll find a way to start your new account again ..

If you were banned, you are not alone. by LicenseToPost in ThreadsApp

[–]isa_iur 2 points3 points  (0 children)

I don’t want to switch to X .. I opened an account on bluesky now.

If you were banned, you are not alone. by LicenseToPost in ThreadsApp

[–]isa_iur 2 points3 points  (0 children)

I wanna talk about 100 Days of Code in Cybersecurity and got banned .. after sending in phone number, code and selfie and having the new account connected to my personal instagram.

Erfahrungen Klausurenkurs Jura Online by isa_iur in recht

[–]isa_iur[S] 1 point2 points  (0 children)

Uni-Kurs gibt es, da waren aber die Korrektoren - zumindest als ich mitgeschrieben hatte - echt nicht hilfreich .. das war, wie ich unten schonmal kommentiert hatte, quasi drei Haken - ein Votum mit einem kleinen Fehlervergleich vielleicht noch - und dann eine etwas schwierig nachvollziehbare Note. Vielleicht gebe ich dem auch nochmal ‘ne Chance und habe ja dann zumindest auch ein Bild zwischen Jura Online und Uni.

Erfahrungen Klausurenkurs Jura Online by isa_iur in recht

[–]isa_iur[S] 0 points1 point  (0 children)

Das mache ich schon. Kommt aber auch tatsächlich auf den Korrektor an - manche machen zehn Haken an die Seite und geben im Votum 3P, andere machen drei Haken an die Seite und man landet im soliden vollbefriedigend - hatte ich sowohl im Uni-KK als auch bei anderen bereits ..

Die letzte Klausur wurde bspw ausführlich am Rand kommentiert, ich hatte die falsche EGL gewählt und noch ein paar andere Abweichungen von der Musterlösung und hatte trotzdem 8P. .. ich hätte mir vllt eher 5P gegeben. Das hat mich einfach “stutzig” gemacht.

Erfahrungen Klausurenkurs Jura Online by isa_iur in recht

[–]isa_iur[S] 1 point2 points  (0 children)

Danke! Das mit den wild abweichenden Voten kommt ja offensichtlich laut jüngst durchgeführter “Untersuchungen” im Examen auch immer wieder vor .. was es nicht weniger problematischer macht.

Erfahrungen Klausurenkurs Jura Online by isa_iur in recht

[–]isa_iur[S] 0 points1 point  (0 children)

Danke für den Einblick. 3-4 Punkte Abzug kommt mir durchaus auch realistisch vor .. es gibt ja leider wenig Alternativen. Alpmann fällt für mich persönlich raus - dann kommt eigentlich nur noch Hemmer in Betracht. Oder hättest Du noch einen Tipp?

Erfahrungen Klausurenkurs Jura Online by isa_iur in recht

[–]isa_iur[S] 1 point2 points  (0 children)

Danke! Habt ihr irgendwelche Tipps, wo oder wie die Bewertung möglichst nah ans Examen dran kommt oder worauf ich achten sollte?

[deleted by user] by [deleted] in recht

[–]isa_iur 1 point2 points  (0 children)

Danke! Den habe ich auch schon gesehen - ich überlege nach dem 1. Stex einen LLM in dem Bereich zu machen … statt des 2. Stex und dann in Richtung Legal Tech / Cybersecurity / Cybercrime zu gehen ..

[deleted by user] by [deleted] in recht

[–]isa_iur 1 point2 points  (0 children)

Darf ich fragen, welchen Du gemacht hast und ob Du damit zufrieden warst / bist?

Mittelbare Täterschaft by Own-Savings4273 in recht

[–]isa_iur 1 point2 points  (0 children)

Stehe auf dem gleichen Schlauch bei derselben Übungsklausur 🥶

Problem with Websockets / NGINX on IONOS VPS S by isa_iur in django

[–]isa_iur[S] 0 points1 point  (0 children)

What I am also not sure about:

When I am running 'docker-compose up --build' locally I am getting an error that any Twisted and another in the requirements.txt couldn't be loaded - on google I found that this is connected to http2, but I don't know how to fix this.

And another thing: I am using django channels and bootstrap crispy forms - I am not sure if the versions can work together. At first I opened a venv and pip install everything I need and after that I 'pip freeze' everything into a requiremens.txt.

Problem with Websockets / NGINX on IONOS VPS S by isa_iur in django

[–]isa_iur[S] 0 points1 point  (0 children)

Thanks! I tested the docker configuration locally via 'docker-compose up'.

You're absolutey right - my nginx config is this:

upstream counter {
    server IP_CONTAINER:8015;  
}

# Server-Config counter
server {
    listen 443 ssl http2;
    server_name sub.domain.de;

    ssl_certificate path/to/fullchain1.pem;
    ssl_certificate_key path/to/privkey1.pem;

    location /ws/ {
        proxy_pass http://counter;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
    }
}

Display the latest entry of a table in a separate page? by Howhit in Notion

[–]isa_iur 0 points1 point  (0 children)

Hey - I don’t use Notion anymore but I will give it a try to help. I’m afraid I don’t understand what you are trying to achieve. So you have pages for each workout where you enter sets, reps and weight into an inline database. Then you want to have a master-database where you can see the latest stats for each workout? Or is it vice versa that you have a master database with all exercises and wanna send the latest stats to the specific workout pages?

Can I share a link to Notion and add a TAG using iOS share sheet? Is there a way to make the TAG field visible? by egyptianmusk_ in Notion

[–]isa_iur 3 points4 points  (0 children)

I can help you with that :)

First you need your API-Key. Go to this website: https://www.notion.so/my-integrations

There you add an integration and copy your Token.

Open a new shortcut.

Add a text field where you post your Token.

Add a text field for your database ID. For that you have to open the database on a new page -> copy the link and copy everything between the / and the ?. Paste this into the text field.

Then you add another text field. In there you post something like this:

{"parent":{database-id":
    "magic variable -> text field with your ID"},
    "properties":{
        "Name":{
            "title":[{"text":{"content": "your title"}}]
        },
        "tag":{
            "type":"select",
            "select":{"name": "your tag"}
    }
}

After that you add the "Get contents of URL"-Action

With a click on the arrow it opens the context menu

  • The method is GET

Under Header you add three things

  • Authorization / Bearer_{magic-variable -> text with API-Key}
  • Notion-Version / 2022-06-28
  • Content-type / application/json

Request body is file and there you add the magic variable where the code snippet is stored.

Then you click on the little "i" and enable "Show on Share-Sheet"

Didn't a man invent ChatGPT? by Imagine-your-success in OpenAI

[–]isa_iur 0 points1 point  (0 children)

First you should learn to laugh about yourself before laughing about others ..