home.social

#output — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #output, aggregated by home.social.

fetched live
  1. Hint: if your software, starting with the same initial state and same inputs, produces different output between runs, it's not useful software. It's a PRNG in disguise, and you should be wary of anyone who *likes* it that way.

    #PRNG #input #output #state #deterministic #random #LLM

  2. Only Open Source Operating Systems give me this detailed level of error output

    `$ tail -f /var/log/syslog`

    ```
    2026-07-16T12:09:30.085095-03:00 krasiwati pulseaudio[3062]: [alsa-sink-USB Audio] alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write.
    2026-07-16T12:09:30.085110-03:00 krasiwati pulseaudio[3062]: [alsa-sink-USB Audio] alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_usb_audio'. Please report this issue to the ALSA developers.
    2026-07-16T12:09:30.085119-03:00 krasiwati pulseaudio[3062]: [alsa-sink-USB Audio] alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.
    ```

    #syslog #log #output #errors #alsa #details #programming #great #ease

  3. "Teams using AI heavily complete 21% more tasks but experience 154% larger pull requests and 9% higher bug rates. This feels like a paradox until you realize what's happening: people are optimizing for throughput instead of outcomes. More agents running doesn't mean more work shipping. It usually means more work to review, more bugs to fix, and more token spend to justify."

    #ai #productivity #psychosis #output #vs #outcome

    handyai.substack.com/p/your-ce

  4. "A trait you find in all high performing people is the ability to error correct, and they have mostly been good at seeing when slop is slop. The bottom performers won't have that self check. They are the ones producing 10x output with the agents."

    #ai #productivity #output #vs #outcome

    geohot.github.io//blog/jekyll/

  5. THE MACHINE MADE ME DO IT!!

    Machines have no moral responsibility.

    Human beings decide what is built, what it is trained on, where it is used, what its output is trusted for, and what happens next.

    When something goes wrong, blaming “the AI” hides the people and institutions whose choices produced the result.

    That is not only foolish.

    It is dangerous.

    A powerful tool can cause real harm.

    But responsibility remains with the humans who create it, deploy it, profit from it, regulate it, and use it.

    #Machines #moral #responsibility #Human #built #output #result #foolish #dangerous #deploy #regulate #fasting #acim #acourseinmiracles #newthought #eckharttolle #buddhism #breathwork #connection #healing #pridemonth #Karma #TrueNature #Awakening #Meditation #Mindfulness #Spirituality #intermittentfasting #nonduality #reality #life #quantum #kitchen #cooking #AI

  6. Bulgaria’s construction output rises 5.6% year-on-year

    Bulgaria’s construction output increased 5.6% year-on-year in May, according to SeeNews coverage of official data.

    #EU #Bulgaria #Construction #Infrastructure #Output #Economy

    seenews.com/news/bulgarias-con

  7. Woran erkenne ich #Systemversagen?
    Das #System verliert seine ordnende Kraft.

    Die Stabilität lässt nach - bei #StarTrek heisst das: "strukturelle Integrität der Außenhülle"

    Das System erfüllt den Zweck, solange es für Konsumenten seiner Resultate (#outcome, #output) Vorteile VERSPRICHT.

    UND wenn diese Vorteile ausbleiben, schwindet die Nachfrage (#demand).

    #Demokratie sei die #Diktatur der #Mehrheit sagen manche.

    UND wenn diese Mehrheit keinen Vorteil erlangt ...

  8. Управляющие последовательности (ANSI)

    Что такое ANSI коды и как их обрабатывает терминал? Зачем нужны эмуляторы терминала? Как отформатировать вывод в PowerShell из AutoHotkey? Разбираемся в этой статье.

    habr.com/ru/articles/1054876/

    #powershell #autohotkey #ansi #escaped_sequence #control_sequence #vt100 #output #console #terminal #history

  9. @nobsagile @Reinald @thomas_michl

    In der Praxis:
    Wenn Du [#Geld] und [#Zeit] bereitstellst, erhälst Du [in #Anwendung unserer #Skills] zum Zeitpunkt des Produkt Review unseren [#Output]
    UND erreichst damit ein [#Outcome aka #Value]

    UND ob mit dem Output, das vorgegebene Ziel erreicht wird UND ob das damit erzeugte #Outcome mehr #wert ist als der #Aufwand (in Zeit- UND Geldeinheiten) ist wiederum das, was
    "das Management" genauer: #Leadership, der Umsetzungseinheit (Scrum Team) schuldet.

  10. Цветной текст в консоли в AutoHotkey

    Алгоритм вывода цветного текста в консоль и как его можно написать на AutoHotkey. Погрузимся в язык, рассмотрим оптимизацию кода и улучшение читабельности (применимо к любому высокоуровневому языку).

    habr.com/ru/articles/1053046/

    #autohotkey #output #консоль #cli #алгоритмы #оптимизация #prototypebase #prototypebased #синтаксический_сахар #высокоуровневое_программирование

  11. "A trait you find in all high performing people is the ability to error correct, and they have mostly been good at seeing when slop is slop. The bottom performers won't have that self check. They are the ones producing 10x output with the agents."

    #ai #productivity #output #vs #outcome

    geohot.github.io//blog/jekyll/

  12. "Teams using AI heavily complete 21% more tasks but experience 154% larger pull requests and 9% higher bug rates. This feels like a paradox until you realize what's happening: people are optimizing for throughput instead of outcomes. More agents running doesn't mean more work shipping. It usually means more work to review, more bugs to fix, and more token spend to justify."

    #ai #productivity #psychosis #output #vs #outcome

    handyai.substack.com/p/your-ce

  13. Как из аппаратного цифрового входа, сделать цифровой выход? Схема с внешним транзистором «костыль»

    Занимаюсь проектом, на модуле ESP32 не хватило выводов! Не особо хотелось применять расширители портов на PCF8574 и ей подобные, в связи с чем пришлось городить костыль.. DevKit v1 на базе ESP-WROOM-32, на своих выводах (pins) имеет GPIO сконфигурированные только под цифровой вход, т.е. Input! Но ни как Input/Output. Это порты: GPIO34, GPIO35, GPIO36 и GPIO39.

    habr.com/ru/articles/1045670/

    #GPIO #INPUT #OUTPUT #КОСТЫЛЬ

  14. The increasing #output of #AI presents a significant challenge for #economicmeasurement, as much of this “#DarkOutput” is invisible to traditional #GDP accounting. This includes both substitution dark output, where AI replaces #humanwork, and new dark output, where AI enables entirely #newtasks. The difficulty could lead to an underestimation. newsletter.semianalysis.com/p/ #tech #media #news

  15. Can we please stop using terms that are human-based to describe the output of #AI? It’s not “hallucinating”, “reasoning”, “deciding”, “changing its mind”, or anything else that we objectively and subjectly perceive as human/learning/teachable. It is a series of commands that outputs a result. It may or may not be plausible. That’s all it does.
    #Output.
    The output was funny.
    The output was way off the truth.
    The patient believed the output and died.
    Construction proceeded using output.

    /rant

  16. theconversation.com/javier-mil. "The drop in #inflation is certainly not a victory for #Argentine #productivity. It’s a by-product of a deliberate & engineered collapse in people’s #wages. [Javier] Milei hasn’t fixed the engine of Argentina’s #economy, he has simply turned it off. Since he took office in 2023, the country’s #manufacturing #output has dropped dramatically, with over 2,000 #businesses shutting down & 73,000 #jobs lost."