• 0 Posts
  • 28 Comments
Joined 28 days ago
cake
Cake day: February 10th, 2025

help-circle
  • You’re confused. I said “this thread” and not “The OP”.

    If you read the comments, do you see a frank discussion of people attempting to locate a gender neutral term for a tech enthusiast or a bunch of people just riffing insulting terms?

    Regardless, to address you specifically. You’re trying to “win” an argument using rhetoric in place of reason. You’re not winning the argument, you’re just throwing a punch and declaring victory.

    You win arguments by having better arguments, not by coming up with the best clever clapback so that you get more upvotes







  • Ah.

    Yes, if they’re directly through an Oracle partnership with your job that’s legit then.

    Your company likely gets this as part of a package that they buy from Oracle. I’d guess that they offer certifications as part of the courses that they teach.

    They likely have a partnership with Oracle to buy (some of) the certifications. You’re just getting that same deal (free first try, costs money afterwards).

    So, if you’ve already studied for a certification, then it can save you money.

    But unless it says otherwise, assume that it is just the test portion. In addition, some certifications require proctoring and that may at your expense. This is probably part of “the necessary info” package, but you can ask a supervisor about the details.


  • I was under the impression, from reading one of the developers write of his interaction with the owner, that they’re just selling dropped shipped white label laptops.

    They’re simply add branding and a disk image which the white label manufacturer applies before shipping.

    So it doesn’t even seem to be an OEM… Just some guy trying to make an easy buck with some slick marketing and white label laptops… he just couldn’t get the image setup and failed spectacularly in collaboration with the people who could help him.



  • Your things may be owned by root and have unusual permissions.

    So, to make your NTFS drive be owned by your user and group and to set the permissions you can:

    # Change owner to user:user
    sudo chown -R username:group your_directory
    
    # Change permissions to default (typically 755 for directories and 644 for files)
    
    # For directories
    find your_directory -type d -exec chmod 755 {} \;
    
     #files
    find your_directory -type f -exec chmod 644 {} \;
    




  • I used 3.7 on a project yesterday (refactoring to use a different library). I provided the documentation and examples in the initial context and it re-factored the code correctly. It took the agent about 20 minutes to complete the re-write and it took me about 2 hours to review the changes. It would have taken me the entire day to do the changes manually. The cost was about $10.

    It was less successful when I attempted to YOLO the rest of my API credits by giving it a large project (using langchain to create an input device that uses local AI to dictate as if it were a keyboard). Some parts of the codes are correct, the langchain stuff is setup as I would expect. Other parts are simply incorrect and unworkable. It’s assuming that it can bind global hotkeys in Wayland, configuration required editing python files instead of pulling from a configuration file, it created install scripts instead of PKGBUILDs, etcetc.

    I liken it to having an eager newbie. It doesn’t know much, makes simple mistakes, but it can handle some busy work provided that it is supervised.

    I’m less worried about AI taking my job then my job turning into being a middle-manager for AI teams.






  • My brother in society, how do you think movements start?

    There’s not going to be a Blue-vested Donkey that flies down from the sky and smites Elon and doge. You’re not going to be saved, there’s nobody coming.

    Until more people realize this, they’re going to continue acting with impunity while everyone acts paralyzed and waits for someone else to do something. YOU do something, acting cynical on the Internet isn’t contributing in any way in a positive direction.