• 3 Posts
  • 116 Comments
Joined 1 year ago
cake
Cake day: January 25th, 2024

help-circle
  • I do have a career, I am a specialist of (kinda) GIS and data analysis related to hydrology. I’m currently on the path to complete my PhD within the next year. I have been really successful at pitching my programming ideas on non-programming domain. Solve problems for clients, make applications/algorithms that can outperform what they had before. It does sometimes make me feel like I’m a bit too wide on my skillsets related to others in my field, but at least in my immediate circles, I am still as good in the core aspects of my field. But there are so many people that are better specialist than me if I search around.

    But now, due to the current climate, and situation in the USA, I have been thinking I might have to move to another country before I finish PhD, and I might not be able to find a job in another country immediately, so I’m thinking of finding some small gigs I could do for some side income.









  • thevoidzero@lemmy.worldtoScience Memes@mander.xyz🐇 🐇 🐇
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    1
    ·
    26 days ago

    Honest opinion programming is easy and fun when you learn it and it saves you time and allows you to test your ideas. Creating something gives you dopamine.

    Problem is before people even try any programming for themselves, they are introduced to it through school or work where they have to do it for homeworks or analysis while also learning new things. And they hate it.










  • And who says AI means neural network? That’s what we use, doesn’t mean that’s the only AI possible to write. There are a lot of different models, neural network is popular right now because it can learn from data without anyone having to teach it actual logic. An AI written by fictional character can be a deterministic kind with very similar logic to humans that you can inspect and write and give weights to things.


  • Yeah but the people who made it like that probably understand whether to trust it to write code or not. The AI Tony wrote, he knows what it does best and he trusts it to write his code. Just because it’s AI doesn’t mean it’s LLM. Like I trust the errors compilers give me even if I didn’t write them because it’s good. And I trust my scripts to do things that I wrote them for, specifically since I tested them. Same with the AI you yourself made, you’d test it, and you’d know the design principles.