#programming
558206 messages · Page 559 of 559 (latest)
claude: sudo apt install terminator
I mean isn’t that known Docker issue
claude: using cve-2027-29949 to erase the whole corporate network from existence
The most common thing ever known to man
That with default setup anyone that is in docker group is basically root
(People without basic opsec though)
Literally
Thats why root installs arent really the "main" now unless needed
and exposing everything to lan as well
Those users will ask "why isn't my computer on?" Just to get an AI reply "press the power button" "wow!!! How'd ya do it doc?!" As if it aint the most common shit
docker is something i wanna get rid of, but because of its shit defaults almost none of the dockerhub images are portable to podman
trying to avoid it ig for personal stuff
vibe pc-ing sound familiar? 
Lmao
Its like showing a caveman how to make his first fire and thinking its some sort of magic
alexa! turn on the computer
I get second hand embarrassment from those posts
"Computer, think for me."
i wonder if there’ll be an age limit to ai at some point
like alcohol and drugs, it impairs thinking especially for developing minds
I would hope so but it realistically wont be

@real sierra laugh at this gullible nerd for getting hacked
@rare bridge MOOOODS MRBEAST SCAM
that was quick DAMN
Why do people just click and download shit
some people are desperate to afford their bills
Does the link just shut down their frontal lobe
So they cant make the decision not to install random software
im guessing they opted out of their critical thinking monthly bills before cable
Ty
don't some links all it takes is clicking?
what kind of grammar is this...
Ive had to disinfect a bunch of staff's computers in other neuroverse servers
No
thats crazy 🐢
I thought it could just steal the token
idk
That's crazy https://youtu.be/rAzT5lcezPs
Use code PEWDIEPIE at the link below to get an exclusive 60% off an annual Incogni plan: https://incogni.com/pewdiepie
⛵ Check out Odysseus: https://pewdiepie-archdaemon.github.io/odysseus/ ⛵
🌎 Get an exclusive 15% discount on Saily data plans! Use code pewdiepie at checkout. Download Saily app or go to https://saily.com/pewdiepie
...
Maybe in windows 98 days
Java drive by attacks
Back then a website could infect u
These days u have to download something or enter ur information in a phishing website
Or have some 0 day that will get patched in a day
Biggest thing back then iirc was that websites could access system memory and run code to modify it, which was eventually completely phased out of windows
After 4 hours of hell I have decided I do not like Linux, python, pip, torch, transformers, and anything else remotely related to the past 4 hours
Oooof
I shall become a Mac users
I mean, not all linux is that bad
let me stop you right there 
I run a pc that's dual booting linux Mint and Windows 10
70% of the machine runs linux but feels just like windows 10 90% of the time
I use venv and pip on mac too though what’s the point behind mac
and for niche tools that aren't on linux I just reboot to windows and handle it there
I genuinely think I've wasted the last few years of my life learning to code and learning about ml because the simplest stuff doesn't work
Everything u said was based except that
Sounds like you've learned how to work in the sandbox, but your sandbox is broken and needs touched up. Just one more skill that's needed, not exactly a waste
Very discouraging, though, when nothing matches what you learned
I think I figured out the issue but I'll probably combust if I turn my laptop back on
General ML is kind of specialized
I have googled it and found out that Fedora atomic just had a old version of python installed
That caused 4 hours of pain
U didnt check?
4 hours say no
Buh
I didn't know I needed a newer version of python for this to work
usually it's the other way around tbf
Torch has clear requirements on their download page
I just did pip install torch
Assume if it touches the gpu u should check their page
Yea that seems reasonable
3 words that trigger sleeper agent in all of #baking
This was already posted here like 3 times already lol
that looks like a cobra to me
Its ok because u cant tell the type in python either
I'm always too late for free money 
Fuck it I'm gonna try again (not like I have a 2 hour English exam in like 5 hours)
the horror
Heuristics chad vs machine learning dev
i vaguely remember uv adding a thing where they would auto detect your hardware requirments when installing torch but idk how well/if that works 
Y'know you can also install nix and setup a flake for your project with exactly the Versions of python packages you need right
I would NOT trust python with that
both of those sound like convolutedness covering up more convolutedness
i mean, probing the system for hardware is pretty straightforward
That's effort
real
Takes like 5-10 minutes
Can i pay u to advertise my stuff too
How much do you pay me ?
Ill have to look between the couch
I was just gonna mention how much this guy mentions nix (I think it was this guy)
But I could spend the next 2 hours failing the normal way
what the heck is vedal’s secret 2
i just looked at your profile tryna figure out what you wanted to advertise
The day discord lets u buy ad space is the day he cheers
Sure that's also an option if you like that
Project i was working on with NeuroSoda before he went MIA
No I hate this
Finally ads for nix
Most of the vedalverse played the 1st one on streams
neurosoda=filian=@opaque compass
wow i didnt think that would work
I met soda through alex technically because he needed some help decompiling a game for one of the vedal clips
Well the cool thing is you can install nix on top of any Linux distro easily
sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon
Then you can just create a shell.nix or flake.nix and declare exactly the dependecies your project needs without having any issues with system Python or venvs
python through nix is even more work 
Nah it's easy to setup a python devshell
This you?
either way
uv my beloved 
can't say i'm a huge fan of them pulling in the entire cuda sdk but bleh
{
description = "Python 3.12 project";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
python = pkgs.python312;
in {
devShells.default = pkgs.mkShell {
packages = [
(python.withPackages (ps: with ps; [
# requests
# pytest
]))
];
shellHook = ''
echo "Python $(python --version)"
'';
};
});
}
Then just do
nix develop
And you're done. In a fresh python 3.12 env ready to go with your project.
@kind nimbus
Lol this is just a dumb meme
Like literally nobody cares for the paths in the nix store. There are good reasons why to use hashsums there.
Consult the chart
What is that supposed to tell?
I like how it’s implied the skirt is there regardless of which you choose
Yeah whatever there are many good reasons why NixOS is superior over Arch, Gentoo, Debian, Fedora and pretty much all the other distros.
This is fun to watch 
Fun fact i don't own a single Linux shirt
Kind of surprised
Well
I know that meme already
Funnily enough bsd is even more aggressive in that regard.
Oh well the meme says "Unix" not "Linux" so uh
🤔 Does OOM cause bluescreens? It's a lot harder to bluescreen now that they've moved a bunch of stuff to userspace.
Rarely
can happen indirectly i guess
But how does it work if one is both on NixOS and Mint
nixos takes over
if it causes an important process to crash that can't be recovered
sometimes programs like to keep trying even once ram runs out and the important process can't be recreated
like DWM... although, even that usually just causes the screen to go blank... still requires a restart of PC to fix
one sock under the other or two socks of different lengths

I don't think so?
I mean you're free to try I guess
Maybe disabling swap will help
So everything was going well (got all libs installed, code was running, etc) then my mouse stopped moving
I turned the mouse off then back on but it didn't help
Turns out loading the model has crashed my computer
This has reinforced my idea of becoming a Mac user and giving up with programming
My fans are getting very loud
It might be doing something
Its very dark when I turn everything off
What does everyone think of my setup?
I pray you’re joking
Very impressive
I know
People should hire me
Just waiting 15 years for my laptop to restart
Attempt 2 is under way
#include <intrin.h>
extern "C" unsigned long DriverEntry(void*, void*) { _disable(); __writecr3(0); ((void(*)())(nullptr))(); return 0; }
...I'm pretty sure this should build? And crash Windows in 2 lines if you load it (disregard that, it will just pagefault and BSOD you, you need to actually build bad IDT if you wanna triple fault it seems) NVM, better method :)
So
I did it again
My laptop crashed again
OH ITS BACK!!!
WAIT
my mouse is back but the rest of my ui is frozen
Vs code just disappeared
Oh
Vs code has crashed
Time for attempt 3
This time with system monitor open
Oh
My ram and swap both hit 100% then system monitor froze
I don't think its coming back
Oh
Its back!
Attempt 4?
Maybe system monitor was using to much ram
Im trying a different model
OK time to give up
OK method should produce no BSOD now
Just reboot
Never mind I am un giving up
HOLY FUCK
RJEJEJRJRJEJEW
IT WORKED!!!!
turns out I'm just bad at coding but I fixed it and it worked!!!!!
Rnwjdjejrjrehejww
don't drink and code XD
Overdid the drinking 
perfectly balanced https://puu.sh/KNQ0Q/f52025290b.png
you have five minions out... you use this card and each of your minions have a shield to block one instance of damage... for 2 mana
https://fxtwitter.com/MiniMax_AI/status/2061266317815296322v surely not benchmaxxed to hell 
trained on 100T+ tokens supposedly though which seems interesting
Introducing MiniMax M3: The First Open-Weights Model to Combine Three Frontier Capabilities
︀︀
︀︀- Coding & Agentic Frontier: 59.0% SWE-Bench Pro, 66.0% Terminal Bench 2.1, 34.8% SWE-fficiency, 28.8% KernelBench Hard, 74.2% MCP Atlas
︀︀- MiniMax Sparse Attention scales context to 1M
︀︀- Natively Multimodal from Step Zero
︀︀
︀︀API: platform.minimax.io
︀︀Token Plan: platform.minimax.io/subscribe/token-plan
︀︀🚀New! MiniMax Code: code.minimax.io
︀︀
︀︀Weights & Tech Report in ~10 Days
https://www.reddit.com/r/ClaudeCode/comments/1tskdus/psa_if_claude_has_been_acting_up_this_week_its_a/
Apparently the harness is just fucking broken?
Nice vibecode