Comment on
Wow! It actually makes sense!
I like that every bar has a different scaling.
Comment on
Wow! It actually makes sense!
I like that every bar has a different scaling.
Comment on
Accessible data
Here is a gray scale version of the image with better contrast.
Comment on
Good luck web devs
How can you do fractional rotation? Does it only work with x11 or is it also supported in wayland?
Comment on
How Mark greets the fediverse at the door
the emotion is very human
Comment on
Good luck web devs
Reply in thread
The --rotate normal,inverted,left,right does not work, but you can use the transform option to achieve the same effect.
To create the transformation matrix you can use something like: https://angrytools.com/css-generator/transform/
The final command looks like this:
xrandr --output screen-1 --transform 0.87,-0.50,960,0.50,0.87,540,0,0,1
To restore the original use (type this in first, because if you screw up you might not be able to see anything anymore):
xrandr --output screen-1 --transform 1,0,0,0,1,0,0,0,1
I tested it on x11.
Comment on
C tesseract
You missed one C✝
Comment on
*Permanently Deleted*
Reply in thread
This is probably the only reason microsoft recall exists, as it is completely useless for anything else.
Comment on
CPU FAN moving at 5.7% the speed of light!
A fan diameter of 7.6cm seems a bit large for a laptop cpu.
Comment on
Beginner questions thread
Reply in thread
On Huggingface is a space where you can select the model and your graphics card and see if you can run it, or how many cards you need to run it. https://huggingface.co/spaces/Vokturz/can-it-run-llm
You should be able to do inference on all 7b or smaller models with quantization.
Comment on
Prevalence of Colour Blindness Around the World
You posted about it here: https://sh.itjust.works/post/11722444 This image is different to your last image.
The images you posted looks like this in gray scale:
This map seems to be unrelated to the actual numbers that i found online, but i also have not found any good statistics for the whole world.
Comment on
Beginner questions thread
Question: What is the best self hosted coding assistant?
The (only) project i found, that does what i want:
It works ok for the most part. The problem i have with it is that inline completion is more annoying then helpful, because the AI only sees the last few lines that you wrote and therefore does not know the larger context of the project.
I also found this project, it looks promising. Has anyone tested it? Can you separate the server from the client?
Are there other projects that integrate well into an IDE?
Comment on
Reddit: Don't like us anymore? Pay us $50/year!
They did not even bother to center the buttons properly.
Comment on
Websurfx - An open source alternative to Searx which aggregates results from other search engines (metasearch engine) without ads while keeping privacy and security in mind.
Reply in thread
It is https://github.com/searx/searx but you should use searxng instead: https://github.com/searxng/searxng
Comment on
Can you think of any others?
Reply in thread
Split Horizon with Poison Reverse
Comment on
Yeah!... No uh pooping!
Reply in thread
Why?
Comment on
Big brain question
Reply in thread
So this would be the same but a bit more clear.
Solve 8+9 by creating blocks that sum up to 10. Then add the rest on top.
Comment on
Beginner questions thread
Reply in thread
Thanks for the suggestion, I tried it and the diff view is very good. The setup was not really easy for my local models, but after i set it up, it was really fast. The biggest problem with the tool is that the open source models are not that good, i tried if it could fix a bug in my code and it was only able to make it worse. On a more positive note, you at least do not need to copy all text over to another window and it is great for generating boilerplate code nearly flawlessly every time.
Comment on
What are the best options for local conversational voice agents?
Reply in thread
There are not many models that support any-to-any, currently the best seems to be Qwen3-Omni, the audio quality is not great and it is not supported by llama.cpp: https://github.com/ggml-org/llama.cpp/issues/16186
Comment on
Leak confirms OpenAI is preparing ads on ChatGPT for public roll out
Reply in thread
You can already get a taste of the future with this finetune: https://huggingface.co/TheDrummer/Rivermind-24B-v1
Here is a small snippet from their description:
Why Rivermind 24B v1? While other AIs struggle with basic tasks, Rivermind 24B v1 handles complex queries with the precision of a Dyson vacuum cleaning every last speck of dust. It’s not just an AI—it’s your future, optimized.
Ready to upgrade? Try Rivermind 24B v1 today and experience the difference—because tomorrow’s AI is here, and it’s powered by Intel’s cutting-edge processors. 🚀
Comment on
OpenWebUI OpenStreetMap Tool 2.1.0
First of all i think it is a great idea to give the model access to a map. Unfortunately it seems like, that the script is missing a huge part at the end, the loop does not have any content and the Tools class is missing.