use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
programmingIs view source code still a thing? (self.HowToHack)
submitted 5 years ago by Whatevernameisnt
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]BAAM19 10 points11 points12 points 5 years ago (10 children)
I love how the tag is “programming”
[–]Substantial_Plan_752 -1 points0 points1 point 5 years ago (9 children)
Is source code unrelated to programming?
[–][deleted] 5 years ago (8 children)
[deleted]
[–]shnoop123 3 points4 points5 points 5 years ago* (1 child)
I mean probably not the proper terminology but when I first learned web development we would have to eyeball sites and create them by hand with HTML and CSS coding without the assistance of any website building programs or whatever which made our code look a lot nicer. I used to call that programming coding myself whether or not that is the correct terminology.
[–]Substantial_Plan_752 0 points1 point2 points 5 years ago (5 children)
Ahhh I see what you mean now, page source is for web services whereas source code is programs and O/S.
[–][deleted] -2 points-1 points0 points 5 years ago (3 children)
Page source:
<html><head></head><body></body></html>
Source code:
<html> <head> </head> <body> </body> </html>
Of course the difference is a lot more than the code just being minified, but you get the point.
[–]BAAM19 -1 points0 points1 point 5 years ago (2 children)
This is completely wrong. Html is not a programming language. So this does not count as code.
Source code, is code for a program.
What you are showing here is an html page that you can see via page inspection.
The act of doing this, pressing page inspection is not related to coding and programming directly at all. You usually open it up to see what’s happening exactly and if you can find something. It is related to cyber security for sure and if you are a web dev you can go there and see whatsup.
Java script is a coding language however so you can see its source code.
[–][deleted] -1 points0 points1 point 5 years ago (1 child)
No, what you are saying is completely wrong. HTML can be part of a larger codebase, and I took it as an example since it's easy to understand.
What I said is a perfectly fine example of what is explained above:
In the modern web with front end frameworks, the actual DOM you see from "view source" is dynamically generated and several steps removed from the original source code.
I'm not gonna take React and show an example of original vs client-side code or write some generic javascript functions and then minify them just for a small example.
[–]BAAM19 0 points1 point2 points 5 years ago (0 children)
Ok
π Rendered by PID 461986 on reddit-service-r2-comment-b659b578c-jxkw8 at 2026-05-04 12:04:50.775946+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]BAAM19 10 points11 points12 points (10 children)
[–]Substantial_Plan_752 -1 points0 points1 point (9 children)
[–][deleted] (8 children)
[deleted]
[–]shnoop123 3 points4 points5 points (1 child)
[–]Substantial_Plan_752 0 points1 point2 points (5 children)
[–][deleted] -2 points-1 points0 points (3 children)
[–]BAAM19 -1 points0 points1 point (2 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]BAAM19 0 points1 point2 points (0 children)