Newest Questions
24,153,005 questions
-2
votes
0
answers
6
views
Tembak-tembakan
Ok
888888
Lll okkk
Kan ok
99999999
Best practices
0
votes
1
replies
14
views
SQL query for adding two numbers
I am trying to write a basic SQL query that adds two numbers together. While the core arithmetic is straightforward, I want to make sure I am using the standard approach that works across different ...
-2
votes
0
answers
11
views
YouTube iframe embedding throws Error 153 on .onion mirror in Tor Browser
I have a website running on the Next.js framework with a standard .com domain, where YouTube video embeddings work perfectly across all major browsers.
However, I also host a .onion mirror of the same ...
Tooling
0
votes
1
replies
10
views
What is the best way to use Obsidian for vibe coding with GitHub and AI coding assistants?
I am experimenting with a workflow where Obsidian becomes a living brain for my coding projects.
The goal is not just to write static documentation. I want the knowledge base to grow together with the ...
Advice
0
votes
0
replies
10
views
Consequences of RTLD_NEXT and RTLD_DEFAULT no longer guarded by _GNU_SOURCE
I was messing with some stuff in C and was surprised to discover that the following:
#include <stdio.h>
#include <dlfcn.h>
int main(void) {
void *handle = dlsym(RTLD_NEXT, &...
0
votes
0
answers
11
views
Using SEGGER SystemView without an RTOS over UART — function names not displayed
I'm trying to set up a bare-metal (no RTOS) project using an STM32H503RB Nucleo board with SEGGER SystemView.
This board does not support J-Link conversion, so I'm using the UART communication ...
0
votes
0
answers
22
views
Compile code from executed command in code
I'm developing a hacking system that involves compiling hacking scripts to be injected in a CTF server. My goal is to compile each script from executing go build from Go code because the CTF server ...
0
votes
1
answer
20
views
(Rails) How to respond to format from form post parameters
Ruby on Rails automatically responds to the format requested in the URL (either as file extension like .csv or as query param like ?format=csv).
But I'd like to create a form that allows you to ...
-5
votes
0
answers
25
views
Why my guest no longer loads after update? [closed]
Really need help with a virtual machine.
Situation:
Server with ubuntu 22 server, recently updated from 20.
Guest with ububtu 20 server.
CPU:host-model
Disk(sorry its hard copypasting fdisk output, ...
-5
votes
0
answers
25
views
AI model training with unsloth and axolotle errors [closed]
I get this error on Kaggle, even though I use a GPU. I get the same error on Google Colab, and on unsloth studio, it says I need to use a GPU because I am using a CPU, even after installing the ...
Advice
0
votes
0
replies
20
views
Change pin settings for the nodic mcu
I'm going to test it using the Nordic mcu board, and I look at the board and I can use 4 spots with spim, but the circuit diagram only shows spi connecting to qspi and flash memory, and the guide ...
-2
votes
0
answers
27
views
VS2022 Git changes [closed]
VS2022 Git changes: These files have different encodings. Left file: Unicode (UTF-8) (unsigned). Right file: Unicode (UTF-8) (signed). You can resolve the differences by saving the right file using ...
-3
votes
0
answers
42
views
pulling manifest Error: pull model manifest: file does not exist
Below is my model file content in italics. My GGUf file downloaded from Huggingface is Qwen2.5-1.5B-Instruct.Q8_0.gguf. It is in the same directory as the model file.
The model is 1.9 GB. I have 34GB ...
-3
votes
0
answers
24
views
Katalon studio v11.1.3 - basic auth popup question
I am new to Katalon studio. Trying to record a script where I have a basic auth popup. Is there a way I can handle this in the script where I can provide and user/password and it will pass into this ...
-3
votes
0
answers
30
views
Formatting and HTML Link in PHP String [closed]
In my Gallery, I am trying to output my descriptions with formatting:
<b> Bold</b> <a href="https://go.com">go.com</a> but it displays the same way:
<b> Bold<...