#configure

2026-02-22

Linus Torvalds — Talks about AI Hype, GPU Power, and Linux’s Future

Here Linus Torvalds Speaks on a calm and relaxed energy level, on the LLM hype how it affects kernel development and open source. The mothods how recent Linux kernel hardware like GPUs and APUs from different companies like AMD has modified the Linux's kernel role.

youtube.com/watch?v=NjGHrDnPxwI

#programming #LLM #AI #slop #kernel #configure #make #assembler #linker #makeInstall #Linux #openSource #technology #mathematics #linear #algebra #linearAlgebra

2026-01-24

Gestern habe ich mich mal wieder über fehlende Standard-Funktionen wie z.B. Fakultät im #Linux #Rechner #bc geärgert. Zum Glück gibt es mit #wcalc eine gute Alternative.

Da meine Distro kein passendes Package anbietet, habe ich ihn einfach aus der 10 Jahre alten #Source kompiliert - #configure, #make und fertig. 👍

Wieder mal ein schönes Beispiel, dass #FOSS gut und nachhaltig funktioniert 🙂

sourceforge.net/projects/w-cal

Dendrobatus AzureusDendrobatus_Azureus@bsd.cafe
2025-11-28

This is a treasure trove of smoothly displayed sources. I've opened init/main.c

Quote

// SPDX-License-Identifier: GPL-2.0-only
/*
* linux/init/main.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* GK 2/5/95 - Changed to support mounting root fs via NFS
* Added initrd & change_root: Werner Almesberger & Hans Lermen, Feb '96
* Moan early if gcc is old, avoiding bogus kernels - Paul Gortmaker, May '96
* Simplified starting of init: Michael A. Griffith <grif@acm.org>
*/

#define DEBUG /* Enable initcall_debug */

^Z

#Programming #OpenSource #Linux #kernel #source #OperatingSystem #clang #configure #make #install #depmod

Dendrobatus AzureusDendrobatus_Azureus@bsd.cafe
2025-11-28

As you can see the proper manner to view the tree is on a horizontal display

Its a fun toy

#Programming #OpenSource #Linux #kernel #source #OperatingSystem #clang #configure #make #install #depmod

Dendrobatus AzureusDendrobatus_Azureus@bsd.cafe
2025-11-28

YIL TIL the Linux kernel explorer

Linux Kernel Explorer is just fun to play with. Don't use mobile to play there. You need a horizontal display

YIL = yesterday I learned

reverser.dev/linux-kernel-expl

#Programming #OpenSource #Linux #kernel #source #OperatingSystem #clang #configure #make #install #depmod

ιέρεια Εδέμeden@polis.edens-garden.xyz
2025-10-31
@bl00d i'm just using AWS. I know, bezos is evil, but I'll still take free shit from him. does akkoma work better with other providers?

the issue seems to be that akkoma is sending a malformed URL to the clients, it's sending this:

https://s3.amazonaws.com/edens-polis/177b8e557877493993f62ce1d75eabd1b25ab64351d92c55d5e4625a9011f104.png

but the URL AWS wants me to use to access it is this:

https://edens-polis.s3.amazonaws.com/177b8e557877493993f62ce1d75eabd1b25ab64351d92c55d5e4625a9011f104.png

this is the config i'm using rn if anything jumps out.

# Configure S3 support if desired.
# The public S3 endpoint (base_url) is different depending on region and provider,
# consult your S3 provider's documentation for details on what to use.
#
config :pleroma, Pleroma.Upload,
uploader: Pleroma.Uploaders.S3,
base_url: "https://s3.amazonaws.com"

config :pleroma, Pleroma.Uploaders.S3,
bucket: "edens-polis",
bucket_namespace: nil,
truncated_namespace: nil,
streaming_enabled: true

#Configure S3 credentials:
config :ex_aws, :s3,
access_key_id: "[redacted]",
secret_access_key: "[redacted]",
region: "ca-central-1",
scheme: "https://"
2025-06-15

@pancomputans

Thank you I'm putting the check in, immediately!

#Bash #csh #ksh #C #configure #ASM #make #install

2025-06-15

How to compile C sources

$
./configure; make; make check; make install 

Make sure to check the references in your shell regarding compilation also
The man pages are your friend

#Bash #csh #ksh #C #configure #ASM #make #install

2025-04-26

[Перевод] Параллельный ./configure

Извините, но в 2025 году — это просто смешно: $ time ./configure: 13.80s user 12.72s system 69% cpu 38.018 total

habr.com/ru/articles/904664/

#autotools #configure #make #bash #automake #сборка #сборка_проекта

2025-01-09

LibMPU (создание проектов)

В предыдущей статье мы сделали краткий обзор возможностей библиотеки функций для работы с большими числами. В приведенных примерах, для автоматического задания флагов компилятора и компоновщика, мы рассмотрели использование скрипта mpu-config . Данный скрипт поставляется во время инсталляции LibMPU и позволяет упростить написание Make-файлов для программ, использующих библиотеку LibMPU . Однако это не единственный вариант составления Make-файлов с использованием данной библиотеки. В данной статье мы рассмотрим применение GNU Autotools , которые позволяют обеспечить переносимость программ и упростить создание сложных проектов. После инсталляции LibMPU на вашу GNU/Linux систему в распоряжении пользователя, помимо самой библиотеки, будет находиться m4-скрипт /usr/share/aclocal/libmpu.m4. Скрипт l ibmpu.m4 предназначен для использования в проектах, создаваемых с помошью утилит Autoconf , Automake .

habr.com/ru/articles/872332/

#gnu #autotools #autoconf #Automake #configure #длинная_арифметика #большие_числа

2024-08-25

I ges i should hav stoppt building the #fltk windomanager #flwm from source when its #configure script complained that it couldn’t compile `main(){return 0;}` instead of `int main(){return 0;}`
But no, i had to go on.
I am not working out why it complains about `main.C:52:25: Fehler: unvollständiger Typ »Fl_X« in geschachtelter Namensangabe verwendet`.

Rost Glukhovros@techhub.social
2024-06-23

Always forgetting exact syntax to #configure #username and #email in #git...

git config user.email "root@ms.com"
git config user.name "bg"

glukhov.org/post/2024/06/confi

Johan Larssonjohan@johanl.se
2024-06-14

@joacim frustrerande! Det var ett tag sedan jag satt med Hugo utan något mellanlager emellan men jag vet att jag har gått bet på att missa att lägga till relevanta bilder i "front matter" för att de skall plockas upp som OpenGraph-bilder. Kan det vara något sådant?

2024-06-10

The Future of Telecom Sales with CPQ

The implementation of CPQ solutions represents a pivotal shift in telecom sales strategies. As the industry moves into the 5G era, the flexibility, efficiency, and accuracy provided by CPQ systems will be instrumental in overcoming the challenges of complex product offerings and pricing structures.

Integrating CPQ technology marks advancement

csmart.digital/blog/mastering-

रञ्जित (Ranjit Mathew)rmathew
2024-06-02

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst