Similar Posts
IONOS SSL certificate (TLS 1.2) contains weak ciphers, how to secure it?
I also contacted IONOS customer support, and they said only TLS 1.2 certificates are available for web hosting. However, after scanning, it became apparent that this certificate contains up to five weak ciphers. How do I now eliminate the risk of attacks on my website?
Why can't I scroll down in ChatGPT anymore?
By0Meeri7
Hello everyone, I use ChatGPT in my browser, including on my mobile phone. Recently, I've been having the problem that I can no longer scroll down. This means I can only read what fits on one page, and everything below that is inaccessible. I use the Ecosia browser, but it used to work, so that's…
AI – Danger?
Do you see artificial intelligence as a threat or rather as an opportunity for the world/humanity?
HTML head: How can become variable via Javascript?
By10tel
I have variants of HTML files on different hardware and would like to note this in the <title> so that I can distinguish them in the browser title bar. <head> <meta charset="utf-8"> <script> if( location.href.indexOf ("home") != -1 ) { document.writeln( '<title>TA ticket_to_heaven</title>' ); } else if( location.href.indexOf ("sicherung") != -1 ) { document.writeln( '<title>MEI…
Path to PHP interpreter in xampp?
Where is the PHP interpreter in Docker image for xampp?
Nextcloud 27.0.0 on Ubuntu 22.04 internal server error during download or upload?
Hi, I have a self-hosted Nextcloud on my Proxmox server. This Ubuntu LXC is running PHP 8.1.20, Apache2 2.4.52, and MariaDB 10.6.12. Since updating Nextcloud to 27, I've been having the problem that whenever I try to upload or download something, whether in the app or the web interface, I always get this error. If…
Hello!
It depends on the bug and the situation.
Usually I find bugs within the IDE or this is shown to me. If mistakes/bugs only show off, then I recognize the symptom, change the source code and recompile. An error message is often also displayed.
If it should go fast or if the processing in the source code and re-compile take too much time, the project is not available or a customer immediately need help, then I use a Debugger & Disassembler, go through this, make small change and is good. Emergency also fixed with a HexEditor.
If there is a bug and it occurs externally with System z and Customer x, I cannot understand it myself and there are neither symptoms nor error messages, then this must be looked at locally or emulsified here with me. If I get to the pointer, I’ll look at the source code again, do everything new or let third parties look over it. Often it’s just a small thing or you’ve become a project blind, so something goes down. EIne number confused, instead of “;” made a “:” etc. Small things can create great causes.
Sometimes causes are very curious and not always obvious. I’ve experienced almost everything.
It’s corrosive if bugs just sporadically show up for pleasure and mood.
First of all, put everything on electrics and mechanics. There are usually problems when something does not work π
For the unlikely event that it’s my code, let a colleague look at it. Mostly, people who aren’t so deep in the program find the mistake more.
So long until I found him, even if it takes a few days.
Be it, the customer expects fault-free software, and since my software is supposed to save life, but in case of a mistake can lead to death (what has never happened before) there is a very high care.
See Graph π
Then I don’t need to wonder…
if I can’t find a bug I ask other people if they can find it. and if you can’t find bugs, I’m trying to rewrite the codebase, and I’m explaining to my dog what every line code does.
βIβm getting inβ
-I’ve been a game developer for 5 years. Does it still not create a single picture on the canvas without tutorials because the 2 context makes the whole much too complicated
Let someone else look at it. In most cases, the associated explanation brings insights.
otherwise test step by step and compare it with setpoint values.