• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • I run a group that does free software programming education in Seoul. There’s a similar group in LA. When I came to Korea, I just set up a meetup account, paid the fee, rented some space, and started teaching people stuff and studying together. Great way to make friends. Been running it for 7 years now. I’ve had about a dozen or so people come say the group has helped them change their career to IT for the better. A dozen sounds like a small number, but it’s a huge impact on those people

    So be the change you want to see. If you have a skill that can help people improve their lives, whether it’s career or life stuff, share it! Learning a new skill is hard, and having a community to support you in learning, goes a long way





  • 100/100 for 22,000 KRW/month (about $16.50 USD).

    Other options with my provider:

    • 500/500 for 35,750 KRW ($26.85)
    • 1000/1000 for 41,250 KRW ($31)
    • 2500/2500 for 44,000 KRW ($33)
    • 5000/5000 for 55,000 KRW ($41.31)
    • 10000/10000 for 82,500 KRW ($62)

    And that 100/100 is effective. Shit downloads fast

    One of many, many reasons I’m not fond of going back to the US. Maybe Europe next, we’ll see. For now, Korea is pretty sweet





  • TheBeege@lemmy.worldtoProgrammer Humor@lemmy.mlPHP is dead?
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    8 months ago

    All of that can be the same as other stacks except the Apache bit. You can stand up a Go application on Ubuntu hitting MariaDB as its persistence layer. Or Python. Or Node. Or Java. Or even Ruby. Shit, Haskell can do it.

    Also, exec is a code smell. Arbitrary code execution is a massive security risk, and the effort to mitigate that risk is often less than explicitly building out the required functionality.

    I think you need to explore more technologies, my friend. And read up on some security things

    Edit: I now realize you mean exec as in calling out to a shell. All languages have this. Still, the overhead of spawning and managing a new process is often more than just implementing the logic in your application itself.



  • That’s because PowerShell blurs the line between programming language and scripting language. By accessing the entire .NET library, of course it’s going to have more features than a basic scripting language that relies on open source utilities installed on the system.

    The reasons people hate it are because they hate Microsoft, it breaks from traditional shells too far, and it’s a pain in the ass to type (verbose). To use PowerShell effectively, you almost need to write full software programs. At that point, just use C#.

    As for you preferring it to Python… I think you don’t know Python. I’m trying to come up with every way possible to make PowerShell sound better than Python, and I got nothing. Maybe you don’t like whitespace? I cannot understand your point of view here. Help me out