[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: vulns per line of code.jpg (181 KB, 1793x1179)
181 KB
181 KB JPG
so this is the power of rust
>>
>>106567188
There exist 1 million lines of Rust code?
>>
>>106567188
it's almost as if having a """memory safe""" language doesn't protect you from being a retard.
>>
>>106567206
tried to code a simple GUI app and got to 1 mil lines can confirm
>>
>>106567188
Actually makes sense to me. The more complex a language is the more possibilities for missuse so I'm not surprised c++ is higher than c
What is surprising is that C# is so low and that go is so high.
>>
File: 1753736302116380.jpg (48 KB, 720x775)
48 KB
48 KB JPG
xitter ragebait thread
https://x.com/kai_fall/status/1966158913478566093
>>
>>106567188
lol. lmao even. why do you think trannies infiltrate all these low level projects if not to put backdoors in them
>>
>>106567188
The estimated level of you being a faggot is also through the roof
>>
File: file.png (31 KB, 802x448)
31 KB
31 KB PNG
>>106567188
https://thehackernews.com/2024/09/googles-shift-to-rust-programming-cuts.html?m=1
Weird how when Google switched to Rust their vulnerabilities went down...
>>
>>106567442
>memory safety vulns
What about the rest?
>>
>>106567456
shhhh, we don't talk about those
>>
>>106567206
>cargo install serializer
There you go, 3 million lines alone. Add two more packages to reach 10M.
>>
>>106567188
>make a random graph saying whatever you want with no source and post it on /g/
>guaranteed replies
>>
>>106567456
Asked a SAST vendor if their product scanned Rust code. He said no because it was impossible to have security vulnerabilities in Rust programs. We did not purchase their tools, not even for non-Rust source code. If it had just been our CTO and CISO in that meeting, a contract would have been signed by the end of the day.
>>
>>106567293
ASP.net is popular but C# is used a lot for desktop apps and games, which by their nature are less prone to security issues, especially if they have no network component.
>>
>>106567442
>switched to Rust
first of all, it says they switched to safe languages, not rust. safe language can be anything from misra c to go with more patches.
is also says this
>It also goes without saying that much of the decrease in such flaws is down to advancements in the ways devised to combat them, moving from reactive patching to proactive mitigating to proactive vulnerability discovery using tools like Clang sanitizers.
which means that tools are the critical part here, not the language.
this is why you are and always be a fagget.
>>
File: 1731425540992122.png (538 KB, 519x649)
538 KB
538 KB PNG
>>
>>106567188
>Mentally ill troons who are being called sir two times from shooting a catholic school don't know how to code properly
Color meself surprised...
>>
>>106567870
>NOOOOOOOO THEY DIDNT SWITCH TO RUST

L
M
A
O

You are in so much denial it's not even funny.
>>
>>106567456
https://www.cvedetails.com/product/19997/Google-Android.html?vendor_id=1224
It's not like it's private info. The only problem is unless you dig into every vul you can't tell if it's from old code or new code, and sorry but i'm not wasting my time over a 4chaner who is butthurt over a language from the early 2010s
>>
>>106567314
hey, it feels true to them /g/eets. and you can't invalidate how they feel.
>>
>>106567293
Isn't C# garbage collected?
>>
File: again.png (13 KB, 764x762)
13 KB
13 KB PNG
>>
>>106567606
PS C:\Users\nigger> cargo install serializer
Updating crates.io index
Downloaded serializer v2.1.2
Downloaded 1 crate (1.8KiB) in 0.94s
error: there is nothing to install in `serializer v2.1.2`, because it has no binaries
`cargo install` is only for installing programs, and can't be used with libraries.
To use a library crate, add it as a dependency to a Cargo project with `cargo add`.
>>
>>106569909
yes
>>
File: 1752408727066619.png (156 KB, 663x598)
156 KB
156 KB PNG
>>106567314
so it's not true because it's shared om twitter?
>>
>>106567314
Kino doujin
>>
>>106571665
fake news
PS C:\Users\nigger> cargo new --bin nigger
Creating binary (application) `nigger` package
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
PS C:\Users\nigger> cd .\nigger\
PS C:\Users\nigger\nigger> cargo build
Compiling nigger v0.1.0 (C:\Users\nigger\nigger)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
PS C:\Users\nigger\nigger> du -h .\target\debug\nigger.exe
100K .\target\debug\nigger.exe
PS C:\Users\nigger\nigger> cargo build --release
Compiling nigger v0.1.0 (C:\Users\nigger\nigger)
Finished `release` profile [optimized] target(s) in 0.43s
PS C:\Users\nigger\nigger> du -h .\target\release\nigger.exe
96K .\target\release\nigger.exe
PS C:\Users\nigger\nigger> cargo run
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
Running `target\debug\nigger.exe`
Hello, world!
>>
>>106571683
>>106567442
wtf I love Rust now... but wake me up when it becomes an employable thing.
>>
File: 1757746720810.png (168 KB, 1896x873)
168 KB
168 KB PNG
>>106571665
im seething. i made that meme for /g/ to shill my own programming language, and the nigger not only stole my meme, but also cropped my language out of the picture and collected all the updoots.
>>
>>106567232
What are you talking about?
Security bugs stopped being a problem the moment we had memory-safe languages like Java.
>>
>>106572216
wisnailang deez nutz
>>
>>106567188
Not surprising. Complexity always leads to more security vulnerabilities and Rust is very complex. Go on the other hand is GC, is very simple, and has good practices like forcing you to be explicit about errors.
>>
File: 1757748112845.jpg (104 KB, 768x768)
104 KB
104 KB JPG
>>106572273
i got demoralized to continue working on open source. first, ai stole and trained on my code, then sunhuman twitter niggers altered my advertisement material to push their own narrative, which other niggers from reddit and linkedin ate up and reposted without crediting me. now my project is unknown.
>>
>>106572301
Open source is mostly thankless but very important. All the good things about software today is because of open source.
>>
>>106572301
>i got demoralized because more jeets didn't get to see my useless binary size dick measuring, which was the whole reason why i did open source in the first place
>>
>>106572320
>good things about software today
I can't think of any. I guess I agree with you, open source ruined software.
>>
File: 1757749179940.jpg (181 KB, 1050x1400)
181 KB
181 KB JPG
>>106572320
at least those people get to hear "thank you for making such a great software" and occasionally receiving donation money.

>>106572331
my meme that he altered and reposted got millions of impressions (seen by people), then it was trending on reddit and even linkedin. the first time, i saw it on linkedin and thought, "wtf, i posted that on 4chan last week". now imagine if my project was visited by those millions of tech-savvy people. maybe i would've become popular like that guy who made the lady bird browser, who receives like 100k a year from google to continue working on it. it should've been me.
>>
>>106567442
>their vulnerabilities went down
That's a lie. That non-sourced graph only includes mem vulns.
>>
>>106571665
Rust sisters.... our response?
>>
>>106572745
see >>106571683
>>
File: 1757742530821895.webm (3.27 MB, 720x1280)
3.27 MB
3.27 MB WEBM
>>106567442

Almost like if you re-write anything you could fix problems in the process.
>>
>>106572766
So just rewrite C/C++ software in C/C++ and get rid of all memory safety bugs.
>>
>>106572748
see
>>106572216
>>
>>106572775
see >>106571683
>>
>>106572777
you've already quoted that, you could've doctored it and we have no idea what source code you've used
also be thankful that I didn't report you for racism outside of /b/, two reports of that and you get a vacation
>>
File: next_update2 (1).png (863 KB, 1024x1024)
863 KB
863 KB PNG
>>106572216

Here, have one internut, I value it at 23.1 updoots.

>>106572781
I bet you have lots of friends.
>>
File: cat-fbi.gif (2.67 MB, 300x300)
2.67 MB
2.67 MB GIF
>>106572374
Sue him for copyright theft, I'm sure that would get you some notice. ^_^'
>>
File: img-2025-09-13-11-18-40.png (328 KB, 5384x1272)
328 KB
328 KB PNG
>>106572781
cope
>>
File: 1755017540673065.png (44 KB, 1052x1052)
44 KB
44 KB PNG
JS safer than Rust, I am eating good today chat
>>
>>106567442
Microsoft is switching to rust too for certain things, like core libraries and the windows kernel. It's awesome.

https://www.theregister.com/2023/04/27/microsoft_windows_rust/
>>
>>106572804
Rewrite all safety critical software in Javascript.
>>
>>106572806
https://techcommunity.microsoft.com/blog/windowsdriverdev/towards-rust-in-windows-drivers/4449718
>>
>>106572808
We tried that and we got left-pad.
What next?
>>
File: 1402261309307.png (39 KB, 706x674)
39 KB
39 KB PNG
>>106567188
Why is nobody asking about the sources? Do cniles just eat everything up?
>>106571665
If it's true then post the source, there's no source on that xitter post either
>>
>>106569909
Yes, though you can handle your own memory if you want to (no one wants to).
>>
>>106572798
chat, real status?
>>
>>106572815
it's from a ragebait shitter post, see >>106567314
>>
>>106572821
if from this guy ultimately, and he made his own programming language, what about you? >>106572216
>>
>>106572826
see >>106572803
>>
>>106572374
>now imagine if my project was visited by those millions of tech-savvy people.
jeets and bots are not tech-savvy people my friend. and fame/money* is the opposite of what open-source is about. you seem to be confusing open-source for some sort of a grift, not low-key collaborative creative sharing.
all my open-source projects are "here is something i made for *myself*, feedback welcome". reported bugs or rare build issues (often from distributors) get fixed. most feature requests get rejected because they are out of scope of what *I* want from my projects. otherwise, the exchanges are rather low-traffic. no fanfare or drama involved.
all of the above applies to the libraries i depend on, where i myself participate in giving them feedback (the traffic is a little bit higher for the most popular ones).
this is what open-source is about. not this neo-grift of attention whoring and scamming potential employers with "github portfolios" jeets and their likes do. real open-source is not even about the users, let alone "e-celeb fans" or HR departments.
* situational/contextual exceptions exist.
>>
File: 1751749053429226.jpg (219 KB, 1920x1080)
219 KB
219 KB JPG
>>106572819
I'm sorry but as a small brainlett model I cannot respond to this request.
>>
>>106572829
see >>106572216
he made his own language, what about you?
>>
File: img-2025-09-13-11-38-21.png (326 KB, 5384x1272)
326 KB
326 KB PNG
>>106572869
>>
>>106572881
autism
>>
File: 1747542174868.png (155 KB, 1756x2062)
155 KB
155 KB PNG
>>106567188
Rust troons BTFO, lmao

Imagine using a dead language and the even producing more bugs in it.
>>
File: img-2025-09-13-11-42-19.png (239 KB, 2200x1150)
239 KB
239 KB PNG
>>106572890
>>
>>106572895
>Tiobe
>>
>>106572903
see >>106572890
>>
>>106567188
Who cares, Cnile? A memory leak is not a memory error. A software bug is not a memory error. A security vulnerability is not a memory error. If it compiles, it works. And it works because it's memory safe.
>>
>>106567759
Whether or not the OP is ragebait or not is irrelevant. This is the underlying problem with rust. It *IS* inherently worse than C++.

You have all these fucking dipshits gluing together halfassed bindings to old C projects together without understanding the original code, you have these halfassed attempts at making their failed concept of a reverse-const method scale to multithreading, you have these failed and abandoned rewrite in rust projects that do not understand the original purpose and intent of what they've rewritten, and you have generally incompetent trannys trying build something from scratch. The end result: the product of a long series of very small coefficients representing a good outcome equaling YOURE FUCKED.

Have fun trying to convince the real world you're totally invincible because some deranged 19 year old transsexuals spoonfed you blatantly false talking points about 'MUH SAFTY'; and that's not even addressing unrelated issues that are a matter of time of use, input validation, access control, cryptographic security, etc.

If somebody cared enough, they'd start spamming this thread with all those CVEs where crypto, compression, path expansion, and other crap is vulnerable only in rustland despite having decades of stability in the rest of world
>>
>>106572912
cope
seethe
>>
>>106572908
That list is precisely why Tiobe is retarded. I don't give a shit about rust.
>>
>>106572936
>tiobe when it says rust bad: :)
>tiobe when it says c bad: :(
>>
>>106571667
>>106567314
Source?
>>
File: 1729297709750144.jpg (413 KB, 2440x1564)
413 KB
413 KB JPG
>>106572830
Go
back
redditor
>>
>>106572957
>tranny jannies are also reddit trannies
yeah, that tracks
>>
>>106572812
>left-pad
Should the nt and linux kernels become npm packages?
>>
File: opp.jpg (123 KB, 820x768)
123 KB
123 KB JPG
>>106571683
If a lone /pol/ack can do it in 1KB, why corporate drones need 96K? I don't want your bloated spyware.
>>
>>106567206
>cargo add gtk
>cargo build
That will be 1.4GB plus tip thanks.
>>
>>106573130
cargo new --bin nigger
cd nigger
cargo add gtk
cargo build
du -hs target

537M    target/
>>
>>106567314
Based link giver. OP confirmed retarded faggot.
>>
>>106573213
Just ship the entire operating system at that point. The funny thing is it doesn't, GTK still needs to be installed on the target system for the binary to work.
>>
File: 1734467626571230.png (173 KB, 528x438)
173 KB
173 KB PNG
>>106572912
Am I the only one who read all this shit and realized there is literally zero intellectual substance in the whole post explaining why rust is bad? The person he replied to was equally stupid.
Can someone meme arrows the actual real technical argument?
>>
>>106567188
>>
>>106573248
>be me
>frog poster
>be retarded
>"literally"* retarded
>0 reading comprehension

Why am I not surprised the rust tranny is incapable of comprehending a workplace anecdote followed by somebody else shitting on rust and its' userbase for conflating marketing talking points with real world issues? Latterly, the retarded frog poster was incapable of merely acknowledging the issues stated. Very much on par with the rust community experience.
>>
>>106567188
That's the reason why I'm learning x86 Assembly.

I told my friend rust is for faggots. (He is a troon surprise surprise)
>>
File: 1745512631757.png (15 KB, 1040x891)
15 KB
15 KB PNG
>>106573278
None of your meme arrows are about rust though.
>>
File: 0PHfVh0ZaHlOPb6j.mp4 (1.82 MB, 1080x1080)
1.82 MB
1.82 MB MP4
But Rust is blazingly fast.
>>
File: lf.png (116 KB, 800x799)
116 KB
116 KB PNG
>>106572957
>>
>>106567188
That's considering that rust needs like 10 lines of code to express the same thing Python can express in 1.
>>
>>106573528
Typing like a retard because you're a Redditor is indeed Reddit, you retarded newfag.
>>
Cniles now resort to faking graphs to redeem themselves kek
>>
>>106573778
>phone....................................................................................................................................................
>fag...........................................................................................................................................................
lmao
>>
File: Untitled.png (81 KB, 1180x1051)
81 KB
81 KB PNG
>>106567314
>the guy telling you rust sucks
>>
>>106573502
>1 billion nested loops iterations
this is why idiots debate about compiler optimizations while intelligent people just use lookup tables (maps) instead of nesting shit
>>
>>106567314
>>106573958
Why do retards post on this shithole while having clear fingerprints like this? This guy shits out threads about his twitter posts while ruining discussion on other threads by posing as an elite programmer.
He either has to be new or does not care that many name/trip fags got their (real) public info posted here. His twitter account is old so it is probably included in the twitter data breach. Fucking moron.
>>
>>106573958
add "it" to the "It's retarded" series.
>>
>>106567188
wtf memory safe sisters...
>>
>>106567188
No tranny sisters, that cannot be, was it all just a lie we told ourselves?
>>
>>106567188
>>106567314
You have to be completely retarded to believe stuff like this. You honestly think C and C++ only have 5-7 security vulns per 1,000,000 lines of code? LMAO
>>
>>106573577
Python is the least expressive language on that graph.
>>
>>106573958
LMAO. This guy has to be Indian.
>>
>>106572895
Does it count things like ? .or_else as a branch? Mayhaps x % m is just as branchy because sometimes it's just x.
>>
File: cia-narrative.jpg (89 KB, 500x746)
89 KB
89 KB JPG
>>106574640
>doesn't conform to my believes therefore false
The best part is that I can post pic related in this specific context and have it literally apply, thanks to alphabet soup agencies shilling Rust.
>>
>>106573958
> these are the people you're arguing with on /g/
>>
>>106574721
> these are the threads you are posting in on 4chan



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.