[Suggestion] Expansion to programming sections.

Discussion in 'Denied Suggestions' started by Malcolm, Jan 5, 2021.

Thread Status:
Not open for further replies.
[Suggestion] Expansion to programming sections.
  1. Unread #1 - Jan 5, 2021 at 2:38 AM
  2. Malcolm
    Joined:
    Oct 31, 2018
    Posts:
    713
    Referrals:
    0
    Sythe Gold:
    1,723
    Discord Unique ID:
    216026953130573824
    Discord Username:
    dev_malcolm
    Not sure if srs or just newfag... Baby Yoda Extreme Homosex Poker Chip Heidy Homosex <3 n4n0 Two Factor Authentication User Tier 1 Prizebox (4)
    Verified Ironman

    Malcolm #1 OSRS Public and Private Bots!
    $500 USD Donor

    [Suggestion] Expansion to programming sections.

    I know the main purpose of Sythe is to be a market place but ever since the addition of SytheLib and it's corresponding sections I can't help but feel that perhaps there is room to grow the programming sections mainly for snippets of code/tutorials.

    SytheLib has it's own section for snippets but I think it may be beneficial just for community knowledge and or discussion to have sections where people can talk about different implementations of various programming languages for a variety of reasons.


    A counter argument to this is that there are a variety of websites that have snippets like StackOverFlow because we know real programmers just google what they need to find out.




    Here are three examples that I can come up with off the top of my head:
    • How do do X action on a botting platform.
    • How to implement Y function on a discord bot
    • How to do Z in C# that may have nothing to do with RuneScape at all.

    It could be for people not only asking/seeking answers but also for people being generous with their knowledge and posting what they already know and what they are willing to share.




    Below is an example of how this could work:

    Friendly guy makes a thread because he cannot for the life of himself figure out how to send a socket in Java

    @Dev Zach comes rolling along like the nice guy he is and posts the below snippet and explains what it does and how to get a response from a back-end listening for the socket just to add onto it because he's such a nice guy.

    Code:
        private String sendSocket(final String content) {
    
            String resp = null;
            try {
                Socket socket = new Socket(HOST, PORT);
                PrintWriter out = new PrintWriter(socket.getOutputStream());
    
                out.println(content);
    
                out.flush();
    
                BufferedReader in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    
                resp = in.readLine();
                socket.close();
            } catch (IOException e) {
                e.printStackTrace();
            }
    
            return resp;
        }
    


    Let me know what you guys think and if you think there is enough demand for more programming sections or not :)
     
    ^ Dev Zach likes this.
    Last edited: Jan 5, 2021
  3. Unread #2 - Jan 5, 2021 at 3:40 AM
  4. j2s
    Joined:
    May 23, 2008
    Posts:
    4,728
    Referrals:
    5
    Sythe Gold:
    5,333
    Vouch Thread:
    Click Here
    Discord Unique ID:
    607370264673517600
    Discord Username:
    j2sgp
    Gohan has AIDS Lawrence

    j2s mr robot
    $300 USD Donor New

    [Suggestion] Expansion to programming sections.

    This idea makes no sense.

    If you don't know how a Socket works, just ask on StackOverflow (or search on SO, these common types of things have been answered already hundreds if not thousands of times).

    Sythe is not a programming community, and does not target that kind of demographic of users to begin with (nor should it).
     
  5. Unread #3 - Jan 5, 2021 at 3:47 AM
  6. Malcolm
    Joined:
    Oct 31, 2018
    Posts:
    713
    Referrals:
    0
    Sythe Gold:
    1,723
    Discord Unique ID:
    216026953130573824
    Discord Username:
    dev_malcolm
    Not sure if srs or just newfag... Baby Yoda Extreme Homosex Poker Chip Heidy Homosex <3 n4n0 Two Factor Authentication User Tier 1 Prizebox (4)
    Verified Ironman

    Malcolm #1 OSRS Public and Private Bots!
    $500 USD Donor

    [Suggestion] Expansion to programming sections.

    @Owned_Pl0xs
    I know where you're coming from.
    The sockets thing was just a basic example. Can be used for a variety of other thing though.

    Sythe is a market and always has been, it's more so just a feeler post to see where it goes.
    Thanks for the feedback!
     
  7. Unread #4 - Jan 5, 2021 at 10:37 AM
  8. Blupig
    Joined:
    Nov 23, 2006
    Posts:
    7,145
    Referrals:
    16
    Sythe Gold:
    1,609
    Discord Unique ID:
    178533992981594112
    Valentine's Singing Competition Winner Member of the Month Winner MushyMuncher Gohan has AIDS Extreme Homosex World War 3 I'm LAAAAAAAME
    Off Topic Participant

    Blupig BEEF TOILET
    $5 USD Donor

    [Suggestion] Expansion to programming sections.

    The programming section used to be pretty expansive but it was contracted due to lack of interest. I don't think expanding it would bring in new blood tbh, especially when the current section is as dead as it is. I'd love for that not to be the case, I love talking about programming, but the users just aren't there.
     
    ^ Malcolm likes this.
  9. Unread #5 - Jan 5, 2021 at 11:30 AM
  10. j2s
    Joined:
    May 23, 2008
    Posts:
    4,728
    Referrals:
    5
    Sythe Gold:
    5,333
    Vouch Thread:
    Click Here
    Discord Unique ID:
    607370264673517600
    Discord Username:
    j2sgp
    Gohan has AIDS Lawrence

    j2s mr robot
    $300 USD Donor New

    [Suggestion] Expansion to programming sections.

    Furthermore, advocating for a programming section on a community that has no real intrinsic motivator to actually create things is exactly how script kiddies and leechers are born.

    I rather avoid creating 100 skids on the off chance that it harbors one persons genuine interest in the subject.

    There are communities out there that are focused towards a myriad of subjects, whether it be reverse engineering, general programming, and other CS type of things.

    I suggest you find those communities, join them, and strengthen them, rather than attempt to spawn a cesspool here.
     
    Last edited: Jan 5, 2021
  11. Unread #6 - Jan 5, 2021 at 2:08 PM
  12. Sypherz
    Joined:
    Dec 13, 2008
    Posts:
    23,745
    Referrals:
    1
    Sythe Gold:
    622
    M
    Sythe's 10th Anniversary

    Sypherz Legend
    $5 USD Donor New Retired Sectional Moderator Competition Winner

    [Suggestion] Expansion to programming sections.

    no one really uses it, sadly-- and nothing will ever compete with stackoverflow. love the interest in expanding the programming community here though my man.
     
    Last edited: Jan 5, 2021
  13. Unread #7 - Jan 5, 2021 at 7:34 PM
  14. Dev Zach
    Joined:
    Nov 27, 2018
    Posts:
    7,499
    Referrals:
    5
    Sythe Gold:
    7,008
    Discord Unique ID:
    209081432956600320
    Discord Username:
    Zach
    I saw Matthew Hoover CoolHam Baby Yoda Rakashrug Two Factor Authentication User Nitro Booster (2) Member of the Month Winner

    Dev Zach Hero
    SytheLib Developer Retired Sectional Moderator

    [Suggestion] Expansion to programming sections.

    I would love to see this - but I feel like there aren't enough programmers :(
     
  15. Unread #8 - Jan 6, 2021 at 11:52 AM
  16. Wortel
    Joined:
    Jan 17, 2016
    Posts:
    32,049
    Referrals:
    54
    Sythe Gold:
    928
    Vouch Thread:
    Click Here
    Carrot Sythe's 15th Anniversary (2)
    Detective Two Factor Authentication User OG Club SytheSteamer WoW Classic Member of the Month Winner Photography Competition Winner I saw Matthew In Memory of Jon
    May the 4th Be With You Member of the Quarter Winner

    Wortel Strive not to be a success, rather be of value.
    Wortel Donor Ghost Face Retired Global Moderator

  17. Unread #9 - Jan 6, 2021 at 12:03 PM
  18. Malcolm
    Joined:
    Oct 31, 2018
    Posts:
    713
    Referrals:
    0
    Sythe Gold:
    1,723
    Discord Unique ID:
    216026953130573824
    Discord Username:
    dev_malcolm
    Not sure if srs or just newfag... Baby Yoda Extreme Homosex Poker Chip Heidy Homosex <3 n4n0 Two Factor Authentication User Tier 1 Prizebox (4)
    Verified Ironman

    Malcolm #1 OSRS Public and Private Bots!
    $500 USD Donor

    [Suggestion] Expansion to programming sections.

    I think this is the main problem with the suggestion.
    For the people who are programmers I'm sure they'd love to see it, however there are just not enough of us to make it feasible or worth while to include to the forums.

    Thanks everyone!
    Also never knew that it used to be a thing and was removed as @Blupig said.
    It makes sense after the feedback this thread got. There is the love, just not the people. :(
     
    ^ Wortel likes this.
  19. Unread #10 - Jan 6, 2021 at 12:54 PM
  20. Lorenzo
    Joined:
    Mar 2, 2007
    Posts:
    3,139
    Referrals:
    2
    Sythe Gold:
    1,435
    Discord Unique ID:
    lorenzosythe
    Discord Username:
    lorenzo
    Nitro Booster (2) Brawlhalla Champion Two Factor Authentication User Pool Shark

    Lorenzo Brand New OSRS Services
    $100 USD Donor New

    [Suggestion] Expansion to programming sections.

    No support at this time. Simply because I don't feel it would be used.
     
  21. Unread #11 - Jan 29, 2021 at 8:13 PM
  22. Superfluous
    Joined:
    Jul 5, 2012
    Posts:
    18,934
    Referrals:
    5
    Sythe Gold:
    9,128
    Vouch Thread:
    Click Here
    Discord Unique ID:
    247909953925414913
    Discord Username:
    .superfluous.
    Air Fryer DIAF m`lady Le Kingdoms Player STEVE Creamy

    Superfluous Rainbet.com Casino & Sportsbook

    [Suggestion] Expansion to programming sections.

    As it stands there isn't enough interest to merit an expansion on-site. Thanks for the suggestion though.
     
    ^ Malcolm likes this.
< [Denied] Update the wording of this | Allowing YubiKey 2FA for Sythe.org >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site