Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

In #programming the most important things are:1) to understand what you have as input2) to know which type of result you wantEverything in the middle is just mundane code

Uncategorized
6 4 10

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    2 Posts
    0 Views
    @treyhunner I work for a big tech with a lot of LLM availability. It actually *has* helped my Python programming. We are also forced to use it for text generation for things like quarterly goals, employee reviews and more. It is useful but requires a critical user and is never a shortcut. That said, as a human, I value process over product, and I think LLM represents everything wrong about capitalism and how it regards human beings.
  • 0 Votes
    1 Posts
    3 Views
    In 2025 AI still requires you to watch it do it's work and catch it early before it goes fully off the rails, like driving a Tesla. That's impossible in the github UI. It doesn't help that the MS engineers are shit a prompting ("tests are failing, please fix" is way way too vague) but the whole idea of doing it through github is doomed from the start.
  • #programming

    Uncategorized programming
    1
    1
    0 Votes
    1 Posts
    4 Views
    #programming
  • It's that time of year again!

    Uncategorized programming unix apue
    40
    0 Votes
    40 Posts
    5 Views
    Advanced Programming in the Unix EnvironmentTool Tip: ed(1) is the standard text editorAs part of our discussion of unix development tools, we take a short detour to provide a quick walkthrough of ed(1), the standard text editor. This is not done merely to up your geek creds, but understanding ed(1) will also helps us better understand other tools like vi(1), sed(1), and ultimately even things like diff(1) and patch(1) better.https://youtu.be/mRZsV7aMK0I#apue #unix #programming #ed