LuffyCodes

87 posts

LuffyCodes banner
LuffyCodes

LuffyCodes

@AlerixCodes

Exploring Full Stack

Katılım Şubat 2022
7 Takip Edilen9 Takipçiler
LuffyCodes
LuffyCodes@AlerixCodes·
Programming languages & what they’re actually used for: C → Operating systems, embedded systems C++ → Game engines, high-performance apps Java → Enterprise systems, Android apps Python → AI, automation, data science JavaScript → Web apps (frontend + backend) TypeScript → Large-scale web apps Go → Cloud services, backend systems Rust → Systems programming, performance + safety PHP → Web backend (legacy + WordPress) Swift → iOS apps Kotlin → Android apps SQL → Databases Shell → Linux automation If you had to learn only ONE language, which would it be?
English
0
0
0
32
LuffyCodes
LuffyCodes@AlerixCodes·
@BenjaminDEKR Regex walked so LLMs could hallucinate the same parsing bug in natural language
English
1
2
106
2.1K
Benjamin De Kraker
Benjamin De Kraker@BenjaminDEKR·
Imagine spending years mastering Regex right before LLMs arrive
English
100
62
2.1K
61.5K
LuffyCodes
LuffyCodes@AlerixCodes·
Programmers after fixing a bug without knowing why it worked: Don’t touch anything.
LuffyCodes tweet media
English
0
0
0
117
⭕ Brock Pierson
⭕ Brock Pierson@brockpierson·
𝕏 really needs a feature that lets you know who unfollows you so that you can unfollow them all back
English
123
20
345
7.9K
LuffyCodes
LuffyCodes@AlerixCodes·
@ParamSiddh HTML devs seeing themselves above C++ for the first time ever
English
0
0
0
31
Param
Param@ParamSiddh·
Ranking programmers by the programming language they use COBOL - 167 IQ HTML - 146 IQ C++ - 131 IQ PHP - 118 IQ JAVASCRIPT - 89 IQ JAVA - 73 IQ
English
23
2
41
1.9K
LuffyCodes
LuffyCodes@AlerixCodes·
@SahilExec Returning 200 for an error is evil work and > 100 means the user actually gets 101 requests
English
0
0
0
215
Edgex
Edgex@SahilExec·
A junior dev built a rate limiter to block users making too many API requests: if (requestCount > 100) { return 200, { "error": "rate limit exceeded" } } It's deployed. It works. What are the two flaws in this implementation and how would you fix both?
Edgex tweet media
English
87
24
757
282K
LuffyCodes
LuffyCodes@AlerixCodes·
@TrisH0x2A People forgetting break exists is the reason half of C bugs were born
English
0
0
7
1.5K
trish
trish@TrisH0x2A·
what does this print when x is 2 ? most people say two they are wrong think about it before scrolling
trish tweet media
English
53
4
160
40.7K
LuffyCodes
LuffyCodes@AlerixCodes·
And that’s why Linux users are built different....
LuffyCodes tweet media
English
0
0
0
99
LuffyCodes
LuffyCodes@AlerixCodes·
Developers be honest. What language actually pays your bills?
LuffyCodes tweet media
English
0
0
0
98
LuffyCodes
LuffyCodes@AlerixCodes·
Developers be honest. What was your first code editor?
LuffyCodes tweet media
English
0
0
0
74
LuffyCodes
LuffyCodes@AlerixCodes·
@aidenybai JS developers don’t discover features, they discover loopholes.
English
0
0
2
1.6K
Aiden Bai
Aiden Bai@aidenybai·
TIL "strings" are valid for method names in JavaScript
Aiden Bai tweet media
English
44
11
757
64.3K
LuffyCodes
LuffyCodes@AlerixCodes·
@TrisH0x2A This is either genius low-level engineering or a crime against readability.
English
0
0
3
402
trish
trish@TrisH0x2A·
you can implement inheritance in C with one simple rule make the parent struct the first member C guarantees that a pointer to a struct has the same address as its first member so casting between them works
trish tweet media
English
37
66
906
75.3K
atlas
atlas@creatine_cycle·
being gay is insane because it's like claude code for sex
English
46
21
684
38.2K
LuffyCodes
LuffyCodes@AlerixCodes·
@tekbog We’re about to get organic, non-GMO code, ethically sourced from StackOverflow
English
0
0
7
141
LuffyCodes
LuffyCodes@AlerixCodes·
@Love2Code Yeah, 3D debugging with LLMs is basically just guessing blind and hoping it’s right
English
0
0
1
14
Maxime Chevalier
Maxime Chevalier@Love2Code·
I'm finding that asking LLMs to debug 3D graphics problems can be an experience in frustration. They can't see the program running so you have to describe the issue to them. They speculate as to the cause of the issue and are often confidently wrong.
English
38
4
111
12.8K
LuffyCodes
LuffyCodes@AlerixCodes·
Nothing humbles a developer more than a bug that works in production but not locally.
English
0
0
0
123
LuffyCodes
LuffyCodes@AlerixCodes·
@rekdt Classic Arch experience: either you fix your webcam in 5 minutes or you accidentally summon kernel patches from another dimension
English
1
2
30
1.8K
rekdt
rekdt@rekdt·
Pro tip for Arch Linux users: If your webcam doesn’t work, you can just do a bunch of illegal computer shit and the NSA will fix your webcam for you
English
27
228
4.8K
80.2K
LuffyCodes
LuffyCodes@AlerixCodes·
@djcows Data center is a misleading name. It’s mostly a very expensive room where computers panic quietly and do math all day
English
0
0
0
45
djcows
djcows@djcows·
the name "data center" is insane because it's really just a "compute center"
English
42
6
175
23.8K
LuffyCodes
LuffyCodes@AlerixCodes·
@perrymetzger That’s not authority, that’s just evidence. If it doesn’t work, they need to explain real-world results not ignore them
English
0
0
1
241
Perry E. Metzger
Perry E. Metzger@perrymetzger·
Got into a discussion with someone who claims that AI doesn’t work for coding. I mentioned that two prominent and complicated projects in the open source world converted their code from one language to another in a couple of weeks using AI. They told me this was an argument from authority and that I was insulting them.
English
12
3
67
5.5K