Thread #108672888
File: OIP-1557179535.jpg (15.2 KB)
15.2 KB JPG
Is this it? Everyone's using LLMs all the time now? Writing code yourself is taboo?
40 RepliesView Thread
>>
>>
>>
>>
>>
>>
File: delicious-party-precure-nagomi-yui.webm (257.5 KB)
257.5 KB WEBM
>>108672888
I write my own stuff, 100% human, 0% clanker.#include "aoc.h"
const N tt = 2503;
struct T{N km, s, rest, flying, resting, distance, points;};
V<T> v;
N f(N km, N s, N rest) {
v += T{km, s, rest, s, 0, 0, 0};
const N t = s + rest, c = tt / t, r = tt % t;
return (c * s + (r < s ? r : s)) * km;
}
MAIN
φc(in / '\n') λx(λxy($sort(f(x, $Ng(y.h), $Ng(y.t)), p1))
($Ng(x.h), x.t | ','))(c | '/');
N max;
φi(tt) max = 0, v >> λm(
m.flying ? m.distance += m.km, --m.flying || (m.resting = m.rest) :
--m.resting || (m.flying = m.s), $sort(+m.distance, max)),
v >> λm(m.points += m.distance == max);
φc(v) $sort(c.points, p2), $ c.distance, c.points;
END
>>
File: 78A7BF30-FCB7-446B-8840-5E5539C7B1ED.jpg (1.3 MB)
1.3 MB JPG
>>108672888
Yes, don’t you like it? Code manually like a good snailcat codetrans
>>
>>
>>
>>108672894
>>108673030
85 IQ Bosroach thinks he knows everything and can only speak truth.
>>
>>
yeah it seems like one way or another llm's are part of everyones workflow to different degrees. Nevertheless if you don't know what you're doing, you will create broken unmaintainable garbage which is 99% of code right now.
>>
>>
>>
File: [SubsPlease] Slow Loop - 11 (720p) [682FDF8C].mkv_snapshot_21.50_[2022.03.19_20.12.43].jpg (123.2 KB)
123.2 KB JPG
I should rewatch.
>>
>>
>>
File: animewhat.gif (109 KB)
109 KB GIF
How do you learn to code without ai?
>>
>>
>>108672888
no lmao
that's just what the merchants selling you subscriptions want you to believe, in reality this shit's of limited usefulness due to frequent hallucinations and low quality, unmaintainable code it produces
>>
>>
>>
File: neonft.png (303.1 KB)
303.1 KB PNG
>>108672888
Nope. Nope. No.
If anything, dependence on tokens by companies unable to stay afloat is taboo.
>>
File: 1773967881840472.png (534.8 KB)
534.8 KB PNG
>>108672888
>>108672894
>>108672996
>>108673030
ai is basically only somewhat better than a google search before and those that actually have ai written code in their project are low iq and didn't know how to code in the first place. prove me otherwise
>>
>>
>>
>>
>>
>>
File: haare.gif (8.7 KB)
8.7 KB GIF
As a software engineer, it's really useful, not saying you rely on it (don't blindly copy code!), but it's really good at saving you time researching the problem. It fixes it in seconds, so in my opinion, it's a really useful tool if you know what you are doing and review the code it produces.
>>
>>
>>108676838
>it's really good at saving you time researching the problem. It fixes it in seconds
but if you're an engineer.... researching the problem is what you're supposed to be doing, not having someone else "fix it in seconds", you're supposed to be learning how to be the one to fix it, otherwise you're not an engineer you're just some guy
>>
>>
>>
>>
>>108676371
If you ask it to write specific functions or make struct for serialized data there are only a few possible correct answer and it is retarded enough that a pajeet can do it.
Still the llm types faster than me so you can effectively treat it like an autocomplete on steroids.
I'd not ask it to do a whole feature for me, unless it's webshit which never required intelligence anyway.
>>
>>108672888
I just use it for pointers to do my silly obscure linux tasks (like this morning when I was mapping the menu key to right click on my HTPC because my shitty air mouse has menu instead of right click).
>>
>>