Practical examples of object-oriented programming in C#. by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Inheriting rarely adds value, especially in comparison to just holding a reference to the class you would have extended.

good point. thanks

Coding challenges to help improve your programming logic skills. by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I recommend finding an active Discord server or other community and helping others build their projects while absorbing advice from more experienced people. Then you can also do the same or similar projects. This list won't last you very long.

thank you

Coding challenges to help improve your programming logic skills. by gorpo85 in programming

[–]BobQuixote 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I recommend finding an active Discord server or other community and helping others build their projects while absorbing advice from more experienced people. Then you can also do the same or similar projects. This list won't last you very long.

Practical examples of object-oriented programming in C#. by gorpo85 in programming

[–]BobQuixote 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Relevant: https://en.m.wikipedia.org/wiki/Composition_over_inheritance

Inheriting rarely adds value, especially in comparison to just holding a reference to the class you would have extended.

A Comprehensive Guide Unlocking Business Opportunities with Handyman Clone Apps by simonharris in programming

[–]simonharris[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

n today's fast-paced digital era, the emergence of handyman clone apps has revolutionized the way individuals access and engage with home maintenance and repair services. These innovative platforms offer a convenient and efficient solution for connecting users with skilled service providers, transforming traditional service delivery models.

This comprehensive guide explores the transformative impact of handyman clone apps on the business landscape, delving into their key features, market potential, and strategies for success. By unlocking the vast business opportunities presented by these apps, entrepreneurs and service providers can tap into a burgeoning market and establish thriving ventures in the service industry.

More link: https://app-clone.com/handyman-app-like-uber/

Mobile App Maintenance and Support Services | Nimble AppGenie by jeckgibson in programming

[–]jeckgibson[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Nimble AppGenie provides mobile app maintenance and support services to manage and enhance the performance of your mobile apps. Contact us now.

Let's create the largest community of programmers by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I replied to you in the chat and mentioned it. The site is being updated almost weekly and with each update we introduce more new features. For now we have a small number of users and this number is growing all the time. As a result, we still have a low number of posts, which is why we left the search bar for later.

I want to bring something simple but useful to use, not with too many tools but pleasant to use. Keep participating and this will become a great site for all our users. Thank you

Let's create the largest community of programmers by gorpo85 in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I tried the site, so now I can list some of the ways that it sucks. Undoubtedly it was developed by modern scum, so suckage is inevitable.

  1. No documentation of allowed markup anywhere.
  2. Links in posts are almost invisible, just being slightly darker than regular text. Links should be blue.
  3. Chat comments are uneditable. This is absurd.
  4. No search. Seriously?

This site well illustrates the decay of modern software.

SMS API? by fschmidt in programming

[–]fschmidt[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

When I tried twilio from their web interface to send a text to my cellphone, it said "not valid phone number". So it's broken.

Anyway, I discovered that my SMTP service supports SMS, so I will try that.

SMS API? by fschmidt in programming

[–]pijk 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Twilio seems to be alright.

They have an example on how to send an SMS using their API in Java:

// Install the Java helper library from twilio.com/docs/java/install

import com.twilio.Twilio;
import com.twilio.rest.api.v2010.account.Message;
import com.twilio.type.PhoneNumber;

public class Example {
    // Find your Account SID and Auth Token at twilio.com/console
    // and set the environment variables. See http://twil.io/secure
    public static final String ACCOUNT_SID = System.getenv("TWILIO_ACCOUNT_SID");
    public static final String AUTH_TOKEN = System.getenv("TWILIO_AUTH_TOKEN");

    public static void main(String[] args) {
        Twilio.init(ACCOUNT_SID, AUTH_TOKEN);
        Message message = Message.creator(
                new com.twilio.type.PhoneNumber("+15558675310"),
                new com.twilio.type.PhoneNumber("+15017122661"),
                "Hi there")
            .create();

        System.out.println(message.getSid());
    }
}

Here's the full guide.

Let's create the largest community of programmers by gorpo85 in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I will join when I have time. I have so much to rant about.

Let's create the largest community of programmers by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Because....isn't buttfucking immoral?

don't be so...

Let's create the largest community of programmers by gorpo85 in programming

[–]BanditMcFuklebuck 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Because....isn't buttfucking immoral?

Let's create the largest community of programmers by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

and why did you denounce them?

Let's create the largest community of programmers by gorpo85 in programming

[–]BanditMcFuklebuck 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

one time, there were two people buttfucking in the backseat of a car and I caught them and reported it

RAR password recovery software by romastella in programming

[–]Joodysil 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

It would be immensely beneficial for platforms like this to have custom software and mobile apps developed. These software solutions https://gowombat.team/ could improve automation, make things more interesting for users, and make it easier for managers and clients to communicate.

Concepts with real-world examples and small practical projects with Rust by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I used to like Python better, now I don't like it as much. But all the languages you mentioned are very powerful for building applications

Concepts with real-world examples and small practical projects with Rust by gorpo85 in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I like my language, Luan based on Lua, and Java, C, and Python. Since most programmers today are modern scum, I assume that they would like the worst languages and hate good languages.

Concepts with real-world examples and small practical projects with Rust by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Rust is yet another disgusting modern language.

can you list which languages are the best for you or which people are enjoying the most?

Concepts with real-world examples and small practical projects with Rust by gorpo85 in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Rust is yet another disgusting modern language.

Persism 2.2.0 - A Lightweight ORM for Java by sproketboy in programming

[–]larrymartins 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I am impressed by the thoroughness and efficiency of Persism 2.2.0 especially with its extensive unit tests and support for multiple databases. Looking forward to exploring its capabilities further.

Professional Home Cleaning Services Johnson County KS

Best Practices for Designing Responsive Websites by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

If you aren't modern scum, then don't use CSS frameworks or other modern tools. Just use plain CSS including media queries. This is much easier to debug and maintain.

thanks for the tip 🙏🏾

Best Practices for Designing Responsive Websites by gorpo85 in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

If you aren't modern scum, then don't use CSS frameworks or other modern tools. Just use plain CSS including media queries. This is much easier to debug and maintain.

Fantasy Sports App Development Company - Nimble AppGenie by jeckgibson in programming

[–]jeckgibson[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Nimble AppGenie is the best fantasy sports app development company. Hire fantasy sports app developers and create fantasy sports software that performs.

Tutorial for Implementing a Linear Regression Machine Learning Algorithm in Python by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

leave your comments and handshack on the site containing the original post

Connecting your application to the database in php by gorpo85 in programming

[–]pijk 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

But why use bad tools when good tools could be used instead?

Connecting your application to the database in php by gorpo85 in programming

[–]gorpo85[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

this means that despite everything we can still build good things with these tools

Connecting your application to the database in php by gorpo85 in programming

[–]pijk 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

He never said that those are bad websites. He just said that better tools could be used to make them.

[Challenges] say in the comments what the code represents by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

if you have any interest in helping more people learn javascript or would like to learn the language, register now and join the site

Connecting your application to the database in php by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

so yahoo, wikipedia and facebook are bad apps?

7zip password recovery software by romastella in programming

[–]Joodysil 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Knowledge of the needs of the client and proficiency in developing bespoke business software are essential. gowombat demonstrates proficiency in these domains by providing customized solutions that effectively and efficiently tackle certain business obstacles. It is a dependable partner for everyone looking for custom software solutions because of their great technical abilities and in-depth understanding of the industry.

Six things I did to learn to program by gorpo85 in programming

[–]WoodyWoodPecker 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Common Sense.

10 advantages Bitbucket has over GitHub by gorpo85 in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Bitbucket does not support Mercurial. Since Git is horrible and Mercurial is the best alternative, just use my free Mercurial hosting service: https://hg.reactionary.software/

Connecting your application to the database in php by gorpo85 in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Because PHP is a bad language.

Connecting your application to the database in php by gorpo85 in programming

[–]gorpo85[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Why🤔?

Connecting your application to the database in php by gorpo85 in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Better idea, don't use PHP.

C++, Implementing a Dynamic Sized Array by gorpo85 in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Better idea, don't use C++.

Main Advantages of Choosing Shopify Private App Development Companies by shopifyexpert in programming

[–]jploft123 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Shopify App Development offers businesses a powerful platform for creating and managing successful online stores, with numerous advantages including scalability, seamless integration, enhanced functionality, flexibility, improved marketing capabilities, and mobile optimization. To maximize these opportunities with Shopify development services.

Nvidia CEO Jensen Huang believes AI has advanced to the point at which it's no longer necessary to prioritize computer science and coding education for the world's youth. by PanzersGhost in programming

[–]Cancelthis 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Nvidia CEO Jensen Huang believes AI has advanced to the point at which it's no longer necessary to prioritize computer science and coding education for the world's youth.

He instead recommends cyborg control implants in all embryos.

Meet Darshan Hiranandani Software Developer by shivam23 in programming

[–]asterias 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

If I ever meet this Darshan Hiranandani dude, I'll straight up ask him to stop spamming.

I want to git gud at git by ceck in programming

[–]larrymartins 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Dive into Git tutorials that align with your learning style. The command line might seem intimidating at first but its efficiency and power are worth the effort. Keep pushing through and you will conquer Git in no time.

Best Life Insurance Services in Placentia CA

Why should you opt to react native for mobile app development? by Krishang-Technolab in programming

[–]Noah8293 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Not only do these ventures address food security and sustainability challenges, but they also foster community engagement and promote healthy eating habits. https://www.beatstars.com/mycardstatement2/about https://disqus.com/by/disqus_UMZDYziSrh

Social Media App Development Company - Nimble AppGenie by jeckgibson in programming

[–]jeckgibson[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Nimble AppGenie is a social media app development company, that specializes in delivering top-notch social media app development services for every business.

Where should a rusty LISP/Prolog guy learn how to write chat bots? by ceck in programming

[–]rdtxtrdxyfcuygvugvih 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

To embark on your journey into the world of chatbot creation, ChatGPT presents itself as a commendable starting point. Its user-friendly interface and comprehensive documentation make it an ideal platform for aspiring chatbot developers. Additionally, the vast online community dedicated to ChatGPT offers a wealth of resources, tutorials, and support, ensuring that you're never alone in your learning journey. While ChatGPT is an excellent choice, there are alternative avenues you might consider exploring. For a more structured learning experience, enrolling in online courses or attending workshops specifically tailored to chatbot development could prove beneficial. These courses often provide a step-by-step approach, delving into the intricacies of chatbot programming and equipping you with the necessary skills and knowledge to create functional chatbots. Furthermore, joining online forums and communities dedicated to chatbot development can be an invaluable resource. Engaging with like-minded individuals, sharing ideas, and seeking assistance when遇到困难 can greatly accelerate your learning process. These communities often serve as a hub for the latest industry trends, technologies, and best practices, keeping you at the forefront of chatbot development. Remember, the key to mastering chatbot development lies in consistent practice and continuous learning. As you embark on this journey, experiment with different platforms, explore various programming languages, and immerse yourself in the ever-evolving landscape of chatbot technology. With dedication and perseverance, you'll undoubtedly achieve your goal of creating sophisticated and engaging chatbots.

additional comment: learn javascript.

Where should a rusty LISP/Prolog guy learn how to write chat bots? by ceck in programming

[–]rdtxtrdxyfcuygvugvih 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

To embark on your journey into the world of chatbot creation, ChatGPT presents itself as a commendable starting point. Its user-friendly interface and comprehensive documentation make it an ideal platform for aspiring chatbot developers. Additionally, the vast online community dedicated to ChatGPT offers a wealth of resources, tutorials, and support, ensuring that you're never alone in your learning journey. While ChatGPT is an excellent choice, there are alternative avenues you might consider exploring. For a more structured learning experience, enrolling in online courses or attending workshops specifically tailored to chatbot development could prove beneficial. These courses often provide a step-by-step approach, delving into the intricacies of chatbot programming and equipping you with the necessary skills and knowledge to create functional chatbots. Furthermore, joining online forums and communities dedicated to chatbot development can be an invaluable resource. Engaging with like-minded individuals, sharing ideas, and seeking assistance when遇到困难 can greatly accelerate your learning process. These communities often serve as a hub for the latest industry trends, technologies, and best practices, keeping you at the forefront of chatbot development. Remember, the key to mastering chatbot development lies in consistent practice and continuous learning. As you embark on this journey, experiment with different platforms, explore various programming languages, and immerse yourself in the ever-evolving landscape of chatbot technology. With dedication and perseverance, you'll undoubtedly achieve your goal of creating sophisticated and engaging chatbots.

Where should a rusty LISP/Prolog guy learn how to write chat bots? by ceck in programming

[–]twolanterns 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

not from an even rustier one

What is the difference between a rabid dog and a modern programmer? by fschmidt in programming

[–]twolanterns 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

hydrophobia is quickly fatal

Where should a rusty LISP/Prolog guy learn how to write chat bots? by ceck in programming

[–]pijk 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

Check out this video. It was made by Andrej Karpathy, one of the founders of OpenAI.

Comment on Javascript by fschmidt in programming

[–]PRETTYPUSSY 0 insightful - 1 fun0 insightful - 0 fun1 insightful - 1 fun -  (0 children)

The realm of programming languages is vast and multifaceted, with each language possessing its own unique characteristics, strengths, and quirks. JavaScript, a versatile and widely-used language, stands out for its ability to seamlessly blend multiple programming paradigms, a feature that has both captivated and confounded developers for years. In this discourse, we delve into the intriguing analogy of JavaScript as a "trans-paradigm" language, exploring the implications and consequences of this unique attribute. Deconstructing the Trans-Paradigm Comparison At its core, the comparison of JavaScript to a trans-sexual is an attempt to highlight the language's ability to adopt different programming paradigms, much like a trans-sexual individual adopts a gender identity that differs from their biological sex. This analogy is both provocative and insightful, as it underscores the malleability and adaptability of JavaScript in the hands of skilled programmers. JavaScript's trans-paradigm nature allows it to seamlessly integrate concepts from various programming paradigms, including object-oriented programming (OOP), functional programming, and even logic programming. This flexibility empowers developers to leverage the most appropriate paradigm for the task at hand, leading to elegant and efficient code that is tailored to specific requirements. The Allure and Pitfalls of Object-Oriented JavaScript While JavaScript's trans-paradigm nature is often lauded, the language's object-oriented features have been a subject of debate and controversy. Some developers argue that OOP principles do not mesh well with JavaScript's inherent characteristics, leading to convoluted and error-prone code. This sentiment is echoed in the provocative statement that "writing object-oriented JavaScript is like having sex with a trans-sexual." This analogy, while crude and offensive to some, highlights the potential pitfalls of forcing OOP onto a language that may not be ideally suited for it. Embracing JavaScript's True Nature: A Lua-Inspired Approach In light of the challenges associated with object-oriented JavaScript, some developers advocate for a more Lua-like approach to programming in JavaScript. Lua, a lightweight and dynamic language, emphasizes tables and closures as its primary data structures and control flow mechanisms. By embracing JavaScript's Lua-like tendencies, developers can leverage the language's strengths and avoid the potential pitfalls of OOP. This approach often leads to code that is more concise, readable, and maintainable. Conclusion: JavaScript's Trans-Paradigm Legacy JavaScript's trans-paradigm nature is both a blessing and a curse. It allows developers to tackle a wide range of problems with a single language, but it also introduces the challenge of choosing the most appropriate paradigm for a given task. While the analogy of JavaScript as a trans-sexual is provocative and controversial, it serves to highlight the unique challenges and opportunities that arise from the language's ability to transcend traditional programming paradigms. Ultimately, the key to unlocking the full potential of JavaScript lies in understanding its multifaceted nature and embracing the most suitable paradigm for each specific development scenario.

Comment on Javascript by fschmidt in programming

[–]TaseAFeminist4Jesus 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I agree. The OO stuff is most unwelcome IMO.

Why should you opt to react native for mobile app development? by Krishang-Technolab in programming

[–]gregadamson 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

React Native is a superb choice for mobile app development, offering cross-platform functionality with a native feel. If you're also considering integrating features like those in real estate apps, this article Real Estate Mobile App Development: Cost, Key Features, and Strategic Benefits can offer insights into costs and key features, demonstrating React Native's versatility in handling complex applications.

Planning a software development task by DevTalker in programming

[–]alexmike 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Absolutely agree! Planning is the cornerstone of successful software development. It sets the stage for defining scope, allocating resources, meeting deadlines, and ensuring a smooth development process. The Custom Software Development Charlotte adds a unique touch to the planning phase. Your insight into diverse developer communities underscores the importance of valuable resources. Collaborating with like-minded professionals ensures a richer experience and greater success in navigating the dynamic world of software development

My Bash Tutorial by fschmidt in programming

[–]pijk 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Looks good to me.

My Bash Tutorial by fschmidt in programming

[–]RR_2023 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Nice. Looks good. I don't have a particular need for it or I might have better feedback.

My Bash Tutorial by fschmidt in programming

[–]binaryblob 1 insightful - 2 fun1 insightful - 1 fun2 insightful - 2 fun -  (0 children)

I really don't want to write this tutorial, but all the existing Bash tutorials are so horrible that I have no choice.

I remember the Bible and the Koran starting with similarly brilliant sentences.

My Bash Tutorial by fschmidt in programming

[–]SMCAB 3 insightful - 3 fun3 insightful - 2 fun4 insightful - 3 fun -  (0 children)

I'll give you some feedback. Shut the fuck up, it sucks.

My Bash Tutorial by fschmidt in programming

[–]fschmidt[S] 2 insightful - 2 fun2 insightful - 1 fun3 insightful - 2 fun -  (0 children)

I just finished it. Feedback welcome.

AT&T Archives: The UNIX Operating System by fschmidt in programming

[–]fschmidt[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

This video is a reminder that the Unix shell is aimed at non-morons, which most Americans were in 1982. Today, almost everyone is a moron, so the shell isn't nearly as useful for most people.

Think Python - an easy introduction to programming with Python by pijk in programming

[–]BobOki 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

That author is an MVP. Love anyone who gives away knowledge.

App Rejected By Apple: Here Are Common Reasons by [deleted] in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I will leave this thread here. This could be useful for programmers, and I am actually submitting an app to Apple right now.

Bash tutorial? by fschmidt in programming

[–]IMissPorn 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Probably to confirm the user is actually in Bash. Since it seems to be written with the notice in mind, I imagine the author wanted to make sure you'd catch it right away if you were accidentally using a different shell.

Edit: I should add that other things about this guide strike me as weird too. Not saying I think it's good overall, just speculating about the reason behind that particular decision.

Bash tutorial? by fschmidt in programming

[–]fschmidt[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

The first command it has is echo "$BASH_VERSION". This is horribly complicated for a first command. Why not just echo hello world?

Bash tutorial? by fschmidt in programming

[–]pijk 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

This one seems decent.

Reactionary Programming by fschmidt in programming

[–]fschmidt[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

If Muslims learned reactionary programming and other useful skills, then maybe they would have the resources to free Palestine.

Reactionary Programming by fschmidt in programming

[–]jet199 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Free Palestine

I will start moderating here by fschmidt in programming

[–]LarrySwinger2 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

One quick way to check if something is spam is to see if the name matches the domain name. I would remove those immediately.

Reactionary Programming by fschmidt in programming

[–]fschmidt[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Any feedback?

I will start moderating here by fschmidt in programming

[–]fschmidt[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

No thanks, I can handle this.

I will start moderating here by fschmidt in programming

[–]LarrySwinger2 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Need any help?

I will start moderating here by fschmidt in programming

[–]fschmidt[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

I plan to allow one such post per user per week. Anything more than that will be removed as spam.

I will start moderating here by fschmidt in programming

[–]IMissPorn 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Any suggestion where to draw the line on what to report? This sub in particular gets a lot of messages that appear commercial while still being more-or-less on topic. (e.g. promoting a programming training course or web development tool)

I will start moderating here by fschmidt in programming

[–]jet199 2 insightful - 2 fun2 insightful - 1 fun3 insightful - 2 fun -  (0 children)

Illegal settlement

How To Publish Android App in the Google Play Store by [deleted] in programming

[–]fschmidt 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

I am a mod here, and I am back to moderate. Your posts are pretty spammy. I will let you post one link like this per week. More than that and I will remove them as spam.

Annapurna Base Camp Trek 7 Days by hillary2022 in programming

[–]hillary2022[S] 1 insightful - 2 fun1 insightful - 1 fun2 insightful - 2 fun -  (0 children)

The Annapurna Base Camp Trek, also known as Annapurna Sanctuary, is a highly admired 7-day trekking trail. The unique combination of elevations & depths on the Annapurna Base Camp Trek 7 days gives rise to an extraordinary variety of ecosystems. The trail takes you through dense rhododendron woods, paddy fields, and steep stepping stones through picturesque villages.

Free Pascal and Lazarus programming by WoodyWoodPecker in programming

[–]zyxzevn 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

Good: The system works, is fast, and has lots of libraries.
Bad: The debug system does seem not work so well.
There are some grammar differences with Delphi.

How Much Does it Cost to Develop an iOS App? by [deleted] in programming

[–]hfxB0oyA 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

About fitty bucks.

Why should you opt to react native for mobile app development? by Krishang-Technolab in programming

[–]notafed 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

a) nobody wants to install yet another app. b) react can be used for web pages. Make a PWA instead.

What Is Open Banking API ? by [deleted] in programming

[–]UbiquitousCultOfSelf 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Same. I mean, I do Paypal but that's literally it.
I never even used to use the banks website until recently, it was all checks and debit cards for me, and in person banking.
I've never entered my bank info to a single retailer. Don't trust Goog Pay, Apple Pay, nonethat. Zelle what? Cashapp? Nahthanks.

What Is Open Banking API ? by [deleted] in programming

[–]HonkyTonky 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Well, let’s unravel this financial enigma together. These APIs connect your bank account

No thank you I like to put my money in the bank and I like to go to the bank to get my money out and I like to use my debit card but do not connect my bank account to anything it only opens doors to fraudulent behaviors

What Is Open Banking API ? by [deleted] in programming

[–]john-smits 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

understand

Planning a software development task by DevTalker in programming

[–]luterm 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Planning a software development task is, in my opinion, an important step in the software development life cycle. I know that effective planning helps determine the scope of work, resources, deadlines and manage the development process. I can say with confidence that not all software development forums and communities are created equal. Thanks to a professional resource, I was able to find 10 developer communities where each community had unique offerings and valuable information. Luckily, I was able to use this opportunity to learn a variety of programming skills from fellow developers and industry experts. I always strive to share my knowledge and always offer my help in return.

Custom web development by dianamartin in programming

[–]john-smits 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

This looks good, it's quite convenient

New project to learn reactionary programming by fschmidt in programming

[–]fschmidt[S] 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

I tried Fluffychat on the web. It sucks just like the rest.

Of course the problem isn't just technology or lack of free speech. The core problem is that humanity has turned to shit. So this is the problem that really needs to be addressed.

New project to learn reactionary programming by fschmidt in programming

[–]LarrySwinger2 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

When was this? Element has improved significantly in recent years. But try Fluffychat.

New project to learn reactionary programming by fschmidt in programming

[–]fschmidt[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

As always, the alt-tech crap is far worse than the elite/leftist tech. I asked for an interface to Matrix and was recommended Element which is simply horrible. If Matrix doesn't have a UI that is as good as Discord, I stick with Discord.

New project to learn reactionary programming by fschmidt in programming

[–]LarrySwinger2 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Just give up on shitcord and embrace Matrix. There are people there, and more will follow if you lead them there.

7z password remover software by romastella in programming

[–]paul-james 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Looks pretty good

7z password remover software by romastella in programming

[–]romastella[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Stella 7z password remover software is the powerful software to remove all 7z file password using three password removing methods this software is using brute force attack, mask attack and dictionary attack to remove all 7z file password without deleting any 7z file items this software is remove all version 32bit and 64bit 7z file password using some simple steps. For more info visit this link https://www.stelladatarecovery.com/7z-password-recovery.html https://www.7zippasswordrecovery.com

Top 10 Most Profitable Ewallet Mobile Apps Across The Globe by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

The growth in Ewallet mobile app development technology has changed the way the online payment gateway industry works these days.

Best IOS Apps To Download in 2019: Nimble AppGenie by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

There are millions of iOS apps available in the app store. Here is the best iOS app guide that can make your life simpler.

All About UPI and PayNow Merger and It's impact on P2P Payment by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Singapore and India have announced UPI and PayNow linkage. Learn How this will affect P2P payment apps and the Fintech industry of Singapore.

How to create a language learning app like Duolingo? by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Want to create an app like Duolingo? This guide covers Duolingo app development costs, processes, monetization models, etc.

Swift UI vs Swift vs Objective C: All You Need To Know by [deleted] in programming

[–]Airbus320 1 insightful - 2 fun1 insightful - 1 fun2 insightful - 2 fun -  (0 children)

Mura muri muda

Swift UI vs Swift vs Objective C: All You Need To Know by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Do you want to know the difference between swift vs objective c and want to know how they compare to swiftUI? Read this blog till the end.

How To Publish Android App in Google Play Store by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

If you want to generate millions (or even billions) of dollars, all you have to do is publish an Android App in the Google Play Store.

Guide on How to Build an EHR Software by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Here’s Why Build An EHR Software! EHR helped many healthcare facilities improve their services and deliver better care to the patients.

Only iPad App Development Guide You Need by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Do you want to develop an iPad app? Here the last iPad App Development guide you will ever need to read. Read till it.

What are the upcoming medical app development trends for healthcare professionals? by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

The healthcare business, like the technology that supports it, is continually developing. In 2023, medical app development trends for healthcare workers are projected to center on the following areas:- 1. Machine learning (ML) and artificial intelligence (AI) 2. Augmented (AR) and virtual (VR) reality 3. Blockchain innovation 4. IoMT (Internet of Medical Things) 5. Wearable technology

With these specific developments, we can also anticipate seeing more healthcare applications focused on giving patients personalized treatment. These applications may employ AI and machine learning to create personalized treatment regimens or to give patients assistance and help in managing chronic diseases. Overall, medical app development for healthcare workers has a promising future. We should expect to see even more inventive and successful healthcare applications that may assist healthcare professionals in delivering better care to their patients as new technologies develop and become more generally used.

How do Android app development experts develop high-quality Android apps by [deleted] in programming

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

Android app development experts develop high-quality Android apps by following a number including:-

  1. Understanding the Android development guidelines and following them closely
  2. Using the latest SDK and tools
  3. Designing for different form factors and screen sizes
  4. Testing early and often
  5. Optimizing app performance
  6. Using libraries and frameworks
  7. Securing the app

With these best practices, Android app development experts also have a deep understanding of the Android platform and the Android ecosystem. They are able to use this knowledge to develop innovative and high-quality Android apps.

About IETM PDF Code and Pixels by Ietmsoftware in programming

[–]Ietmsoftware[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

About IETM PDF Code and Pixels Interactive Technologies Private Limited (CNP) is an IT service provider based in Hyderabad (India). We provide end-to-end eLearning solutions and IETM development (INDIAN STANDARD IETM JSG 0852:2001, LEVELS 3,4,5 and European Aviation Standard IETM Level4 ), specialized in innovative use of technology.