...

cpburns2009

1072

Karma

2013-04-09

Created

Recent Activity

  • From what I gather the maxxer/maxxing suffix is young Gen Z slang for hyper fixation. Looksmaxxing is being obsessed with your looks. Jestermaxxing would then be an outrageous jester or clown for the sake of it? Maybe it's a synonym for rage-baiting? I'll return to guarding my lawn.

  • One problem with Linux is there's so many editors to choose from. I assume you want to exclude the Java IDEs which rules out Eclipse and Netbeans. The basic editors are Gedit and Kate. The native IDEs are Geany and KDevelop. Then there's the Scintilla-based editors/IDEs which are probably closer to what you're looking for: SciTE (text editor), or CodeLite (IDE).

  • Exactly this. A family member of mine had no good option before Starlink. Dial-up is obsolete, traditional satellite internet was not available due to some angle of a valley or treeline. A 4G signal booster can only do so much with a poor signal.

  • > What if a non-native English speaker uses the help of an AI model in the formulation of some issue/task?

    How can you be sure the AI translation is accurately convening what was written by the speaker? The reality is you can't accommodate every hypothetical scenario.

    > What about having a plugin in your IDE that rather gives syntax and small code fragment suggestions ("autocomplete on steroids")? Does this policy mean that the programmers are also restricted on the IDE and plugins that they are allowed to have installed if they want to contribute?

    Nobody is talking about advanced autocomplete when they want to ban AI code. It's prompt generated code.

  • The clearly LLM PRs I receive are formatted similarly to:

        ## Summary
        ...
    
        ## Problem
        ...
    
        ## Solution
        ...
    
        ## Verification
        ...
    
    They're too methodical, and duplicate code when they're longer than a single line fix. I've never received a pull request formatted like that from a human.

HackerNews