UwU~
Natanox
Lemmy account of natanox@chaos.social
- 6 Posts
- 254 Comments
Natanox@discuss.tchncs.deto
Comic Strips@lemmy.world•Job Description vs Reality [@colo_vn]English
3·6 days agoMake it 19 and I feel comfy.
Natanox@discuss.tchncs.deto
Selfhosted@lemmy.world•NutriTrace v1.0.0-rc.42 released: self-hosted nutrition trackerEnglish
8·11 days agoI don’t agree with your take on AI and the comparison at all, however if you want to use them and stay independent in the future it’s probably best to use Mistral. Their models are available for download and (mostly) licensed under Apache 2.0. You only have to pay for commercial use. Also they’re basically the only big EU-company in that space and the only I know of where the web interface isn’t infested with trackers and shit. However they are also involved in the military (guess which edge models are running on those semi-autonomous drones in Ukraine).
All I need to know is does it solve a problem I have, does it work, is it stable, and is it secure.
You have to be aware that
- LLMs are recreating licensed code without telling you, which WILL fuck you over eventually
- They do not produce secure code on their own. Keys end up client-side, in widely opened S3 buckets, encryption falsely implemented etc. Widely known, no link needed.
- It is not faster, in fact you’re slower while merely feeling faster. By now even the techbros themselves just recently finally admitted that.
- There’s no point to mention the immorality of the tech, everyone should know by now.
So yeah, your choice how much you use it. But it’s pretty obvious why nobody trusts vibe-coded stuff, and the metric ton of low-quality projects even forcing the de-facto App Store of a whole ecosystem to completely ban AI code reeeally doesn’t help.
Natanox@discuss.tchncs.deto
Comic Strips@lemmy.world•How to get out of being eaten [NSFW]English
22·12 days agoYou’re not supposed to stomach thoughts, but whole people.
Ah, yes. Side-effects of slavery enabling people to romanticise the horrific fact they’re child slaves.
Like comradery in an office job, but without even the pitiful amounts of income.
Natanox@discuss.tchncs.deto
Selfhosted@lemmy.world•I wanted Claude Code-style workflows without sending code to the cloud, so I built CoyoteEnglish
21·15 days agoI can respect the self-awareness though.
Natanox@discuss.tchncs.deto
Selfhosted@lemmy.world•LiftTrace — self-hosted weightlifting tracker (Docker + PWA + Android), first public releaseEnglish
162·17 days ago# Map any historical Claude co-author attribution to the project owner.
So I guess it’s slop? This looks shady.
Natanox@discuss.tchncs.deto
Selfhosted@lemmy.world•Vaultwarden 1.36.0 patches vulnerabilitiesEnglish
14·1 month agoUugh, why do I see this at 3 in the morning. Good thing there’s Termux.
Security is the first thing that comes to mind. Compartmentalization prevents or at least makes it considerably harder for compromised services to screw up all the others.
Another thing would be that it might be easier to manage backups and snapshots.
Great, real dystopian nightmares beyond my comprehension.
It’s the classic relativism bullshit fascists, conservatives and emotionally compromised people always concoct to justify not having to think about the consequences of their actions and allegiances.
Not to mention the utter insanity of implying a lack of content that’s repostable in 2026.
If Stonetoss is what comes out of that decision perhaps it’s better for you to keep lurking.
I read the comic, I read the comments, and all I can think is “what the fuck is wrong with humans”.
Natanox@discuss.tchncs.deto
Uplifting News@lemmy.world•A Crazy Expensive U.S. Drone Just Disappeared Over Strait Of HormuzEnglish
21·2 months agoReminds me of the ad during Artemis 2 launch that literally spoke of “US Exceptionalism” in full honesty. They’re so high up their own arses, of course stuff like this is bound to happen. Reminds me of Russia in 2022, Trump is basically in a US demystification speedrun.
Natanox@discuss.tchncs.deto
Uplifting News@lemmy.world•A once-banned Mexican American tradition is making a comebackEnglish
131·2 months agoOh my god, how were those ever a thing
Natanox@discuss.tchncs.deto
Uplifting News@lemmy.world•Mexico’s Socialist President to Roll Out Universal HealthcareEnglish
111·2 months agoAnd Trump is gonna pay for it!!!11!1 /s
Natanox@discuss.tchncs.deto
Selfhosted@lemmy.world•I Replaced $150/Month of SaaS With a $24 VPS and a Weekend — Building Your Private AI Infrastructure [1/5]English
2·2 months agoOne more thing I should’ve mentioned: It’s important to make a (free) account if you try it. Although they still offer a chat interface without it, that interface is then connected to one of their very small models and lacks the “Thinking” feature (same as ChatGPT’s “Reflection”). Not very useful in most cases and more of an appetizer.
Natanox@discuss.tchncs.deto
Selfhosted@lemmy.world•I Replaced $150/Month of SaaS With a $24 VPS and a Weekend — Building Your Private AI Infrastructure [1/5]English
5·2 months agoCertainly interesting. I’d recommend you to take a look at Mistral AI (“Le Chat”), they’re a European company and far more trustworthy in terms of data security and privacy (GDPR and such) than US products. Their models are all available for self-hosting which might provide more flexibility in the future in terms of self-hosting and their web service doesn’t try to aggressively extract every data point from you (although you perhaps circumvent that with the proxy anyway). In my personal experience it’s also more likely than e.g. ChatGPT to admit when it doesn’t know something (or ask for specific data it needs) instead of making shit up, but I don’t have definitive data for that claim.
Of course I don’t know how well it works in Japanese or from Japan, if you try let me know! 🙂
Natanox@discuss.tchncs.deto
Comic Strips@lemmy.world•had this convo just yesterday 🤦♀️English
194·2 months ago



Meaningful Indentation > Unnecessary visual clutter
I will die on this hill. Python is wonderfully readable as it saves on unnecessary characters because indentations as well as line breaks are (usually) part of the syntax. Something like C++ with all its :;{}<> is just painful to read, not to mention annoying to write on many non-US keyboard layouts such as german without modifications.