ChanServ changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.org | post logs or else | "An idiot admires complexity, a genius admires simplicity." -- Terry A. Davis
eyepatchOwl has joined #kisslinux
GalaxyNova has joined #kisslinux
<GalaxyNova> Is the sanest virtualization solution qemu or is there something saner
<GalaxyNova> Also does the current qemu work on wayland? I've built it and it's refusing to work
<konimex> can anyone using wyverkiss (or anything with LLVM-only env, that means libc++, libunwind, lld, clang, and whatnot) confirm if mold now builds?
eyepatchOwl has quit [Quit: Connection closed for inactivity]
<GalaxyNova> konimes: sure
<GalaxyNova> is it in the community repository
<GalaxyNova> hey cem
<GalaxyNova> qemu isn't building
<GalaxyNova> on neither kiss or wyverkiss
<GalaxyNova> oh wait
<GalaxyNova> nvm
<GalaxyNova> sorry
<GalaxyNova> you're not the maintainer
<testuser[m]> Hi
<konimex> GalaxyNova: no, it's in the main repo
<GalaxyNova> uh, what is it?
<GalaxyNova> it built fine for me
<GalaxyNova> hello testuser[m]
stjohn has quit [Ping timeout: 260 seconds]
<GalaxyNova> Anyone here use Qemu?
<testuser[m]> jedavies:
<GalaxyNova> ye
<GalaxyNova> qemu build seems broken
<GalaxyNova> need to install it ASAP so i can run Micro$oft Winshit
<GalaxyNova> xD
stjohn has joined #kisslinux
<GalaxyNova> unfortunately it seems there's some kind of problem with the package
<GalaxyNova> testuser[m]: can you confirm?
<testuser[m]> Wait
<testuser[m]> GalaxyNova: was it related to sysinfo struct
<testuser[m]> remove line 10
<testuser[m]> from build file
<GalaxyNova> yes
<GalaxyNova> ok
<testuser[m]> oh but it might not work on musl cuz musl has its own sysinfo struct aswell which would lead to double definition
<testuser[m]> while glibc just includes
<GalaxyNova> is there anything I could do about it?
<testuser[m]> just removing line 10 will do, assuming that linux/sysinfo.h is not included by anything else in that file
<GalaxyNova> ah thanks
<GalaxyNova> I'll see if it works
<testuser[m]> works for me
<GalaxyNova> omg!
<GalaxyNova> Thank you!
<GalaxyNova> it compiled
<GalaxyNova> you saved my life dude
<GalaxyNova> I have school tomorrow so I have to install their stupid software
<testuser[m]> Oh
<testuser[m]> nice
<testuser[m]> well not nice
<GalaxyNova> hm
<testuser[m]> nice was for the issue fixing
<GalaxyNova> when I try to launch it though it shows error
<GalaxyNova> "Could not initialize SDL(x11 not available) - exiting"
<GalaxyNova> was sdl not compiled with wayland support?
<testuser[m]> what cmd
<GalaxyNova> qemu-system-x86_64
<testuser[m]> Hmm thats weird, wayland programs do work with sdl
<testuser[m]> from kiss community
<GalaxyNova> yeah I have some games from kiss-games which use sdl too and they work fine
<GalaxyNova> weird
<testuser[m]> i guess its qemu trying to use x11 backend
<testuser[m]> lemme see
<testuser[m]> ah
<testuser[m]> just export SDL_VIDEODRIVER to wayland
<testuser[m]> qemu forces it to x11 if its unset
<testuser[m]> yep it worked
<GalaxyNova> what should i set it to
<testuser[m]> wayland
<GalaxyNova> aha!
<GalaxyNova> it works!!!
<GalaxyNova> thank you so much
<testuser[m]> np
<testuser[m]> what garbage does school need to install btw
<GalaxyNova> Microsoft Teams and office suite
<GalaxyNova> all our meetings are on teams
<testuser[m]> isnt ms teams available as a webapp too
<GalaxyNova> yeah but they don't let you join meetings from there
<GalaxyNova> they also have it packaged as a snap so I guess I could have installed ubuntu or something and used the snap
stjohn has left #kisslinux [#kisslinux]
<GalaxyNova> but I'd still be stuck with the online version of word which sucks
GalaxyNova has quit [Quit: Whoooooshh]
<testuser[m]> anyone running chromium ? Does video in a tab in a maximised chromium window lag while scrolling, and works fine when you move the tab out into a new window ?
Uks2 has quit [Quit: Byee]
Uks2 has joined #kisslinux
<testuser[m]> https://termbin.com/wwb4 could someone see if they can compile this with gcc 11.2.0 ? Seems to work with 11.1.0 for me but not on 11.2.0
<testuser[m]> gcc seems to treat the macro of value 8192 as a long int after expansion for some reason, while it should be int
<testuser[m]> ah nvm
<testuser[m]> its redefined later to not be a constant
<testuser[m]> uses sysconf()
smartin has joined #kisslinux
Uks2 has quit [Ping timeout: 252 seconds]
aws has joined #kisslinux
aws has quit [Quit: Quit]
Uks2 has joined #kisslinux
<phoebos> DILYN: https://tmp.bvnf.space/pr
<phoebos> or, if you prefer, https://tmp.bvnf.space/000[12].patch
dontmindmee has joined #kisslinux
phoebos_ has joined #kisslinux
dontmindmee has quit [Quit: dontmindmee]
dontmindmee has joined #kisslinux
Uks2 has quit [Ping timeout: 260 seconds]
Uks2 has joined #kisslinux
michalsieron has joined #kisslinux
michalsieron has quit [Client Quit]
jikl has joined #kisslinux
<jikl> Hello there!
<jikl> I want some help with a problem that I'm too beginner to understand
<jikl> In the documentation this is the situation
<testuser[m]> ask
<jikl> 2. Add --ld-path to CFLAGS/CXXFLAGS (Clang > 12.0) +------------------------------------------------------------------------------+ | | | $ export CFLAGS="$CFLAGS --ld-path=/usr/bin/mold" | | $ export CXXFLAGS="$CXXFLAGS --ld-path=/usr/bin/mold" | | | +----
<jikl> oops
<jikl> Yes, so here the clang version is said to be higher than 12.0 (in the brackets)
<jikl> so are these flags compatible with clang 12.0?
<testuser[m]> yeah, considering that latest clang in repos is 12.0.1 :p
<testuser[m]> probably should've put >=
<jikl> Thank you!
jikl has quit [Remote host closed the connection]
dilyn has joined #kisslinux
<noocsharp> canonical!?
<noocsharp> when did that happen?
<testuser[m]> What
<testuser[m]> Huh
<testuser[m]> Where's canonical
<noocsharp> email address and workplace
<testuser[m]> Ohh
<testuser[m]> It didn't show it on mobile site
<testuser[m]> Shithub
<testuser[m]> Rich
<dilyn> it happened a few weeks ago!
<dilyn> first day yesterday
<noocsharp> nice, what are you doing?
<dilyn> IoT device stuff
<dilyn> a field engineering job
<noocsharp> huh, didn't know canonical did that
<noocsharp> although tbf ubuntu is the only thing i know them for
<dilyn> canonical does quite a few things!
<noocsharp> i see that now
<phoebos> wow
<phoebos> nice
_whitelogger has joined #kisslinux
<Erus_Iluvatar> the s in iot is for security ;)
<dilyn> that's the gap ubuntu core fills :D
<Erus_Iluvatar> nice, juste check the webpage for it
<Erus_Iluvatar> *checked
<noocsharp> whoa, the ubuntu core image is *only* 260MB
<dilyn> it's pretty tiny
<dilyn> its minimum requirements hardware-wise are a little confusing for what i usually think of as IoT targets, but I think it's meant for different sorts of things than "JUST a sensor"
<Erus_Iluvatar> depending on what is included, it's not outrageous
<dilyn> indeed
<Erus_Iluvatar> i'd love for the definition of tiny to still mean "fits in a floppy"
<Erus_Iluvatar> but the ship has long since sailed
<Erus_Iluvatar> I just check, even TinyCore is 16MB for a CLI-only ISO
<Erus_Iluvatar> *checked
* Erus_Iluvatar wonders what is wrong with his hands today
<testuser[m]> KISS on iot devices when
<noocsharp> why not now?
mahmutov has joined #kisslinux
Uks3 has joined #kisslinux
Uks2 has quit [Ping timeout: 252 seconds]
Uks3 has quit [Quit: Byee]
Uks2 has joined #kisslinux
dilyn has quit [Quit: Connection closed]
jess has quit []
<noocsharp> well i finally moved my domain's email to migadu
<noocsharp> which means i can start phasing out gmail
illiliti has joined #kisslinux
<omanom> is there a reason for paying for them as opposed to self-hosting? also, what's the benefit over say... protonmail?
Uks2 has quit [Read error: Connection reset by peer]
micro_O has joined #kisslinux
Uks3 has joined #kisslinux
<micro_O> congrats dilyn!
<micro_O> thats cool
<micro_O> IoT is phun
<micro_O> also congrats noocsharp re starting the migration
<noocsharp> omanom: self-hosting is a giant pain, especially if you want email to be reliable
<noocsharp> i like migadu's ethos more than protonmail, but it's personal preferences
<omanom> fair enough, just was curious!
<illiliti> what's the difference between codeberg and notabug?
<micro_O> I am a fan of migadu's transparency, but disagree with some of their statements
<micro_O> for example, the first line in their 'not encrypted' sections
<bountyht> omanom: A small email service you can self-host if your ISP plays fair (which they don't always do) and your setupt is fine and you don't have many users
<bountyht> But the downside is you are going to end up talking to gmail servers and yahoo servers and hotmails ervers anyway so privacy gain is going to be low
<bountyht> ie. if you need to send an email to your aunt, and your aunt uses a gmail account, google is going to read your messages anyway.
<bountyht> I like Startmail because they actually published a whitepaper describing the operation of the service, offer dispossable addresses, have openpgp integration, and also an option for sending encrypted messages to people who does not want to install encryption software. But the price is not great and there are competitors offering close to the same.
<omanom> i have a mailinabox instance just for my personal use, comcast and outlook have been the two biggest pains at least so far. scaling up definitely sounds like it'd be a chore to manage
<omanom> interesting, hadn't heard of Startmail. thanks for another alternative to look at!
<bountyht> omanom: I used to magane an iRedmail instance for the libertarian party and some franken-openbsd solution for an activist group. As long as you don't allow self-service registration and don't have many users it is hard to be screwed.
<omanom> >some franken-openbsd solution
<bountyht> I am a fan of opensmtpd because it is the sort of service you configure with a configuration file worth 6 lines
<omanom> truly you've found a home with kiss linux then haha
<bountyht> I am still considering it :-)
mobinmob has joined #kisslinux
smartin has quit [Ping timeout: 252 seconds]
<micro_O> playing around with a community revolt instance. currently hosted on their main domain, but wanted to see how well voice works, etc
<micro_O> https://app.revolt.chat/invite/134VbT2J if you want to try it out
<micro_O> revolt is a discord clone, but open source + self-hostable
<micro_O> not yet federated
<micro_O> inb4element/matrix
<bountyht> Interesting. I have been studying jitsi but the setup looks a bit ughr
<bountyht> I hav an umurmur server for friends but doesn't get much use
<bountyht> micro_O: Is there a bot framework or something for micro_O?
<bountyht> revolt*
<micro_O> i use jitsi, discord, irc, slack, matrix, signal, briar, scuttlebutt, scuttle-chat, orbit, ....
<micro_O> i also used to run a teamspeak, and mumble
<bountyht> Because one of the mot interesting feature of these things is able to write an RPG or dice bot for playing ames and such
<micro_O> bountyht yes actually a lot of bot framework makers have moved over to revolt because of the changes to discords api policies
<bountyht> Fine
<bountyht> Adding bot-like functionality to jitsi seemed a pain to me
<micro_O> bountyht here is a good community space for bots https://revolt.social/
<bountyht> micro_O: What are the requisiets for running a server of this thing?
HaikuUser has joined #kisslinux
HaikuUser3 has joined #kisslinux
HaikuUser3 has quit [Client Quit]
HaikuUser2 has joined #kisslinux
HaikuUser2 has quit [Remote host closed the connection]
HaikuUser has quit [Remote host closed the connection]
riteo has joined #kisslinux
HaikuUser has joined #kisslinux
<riteo> hiiiiiiii! I'm finally back!
<HaikuUser> test
<riteo> test indeed
<HaikuUser> ye
<HaikuUser> haiku is nice
<HaikuUser> didn't know it uses GNU coreutils though :vomit:
<riteo> bruh
<riteo> who are you btw?
<HaikuUser> Galaxy
<riteo> oh hi galaxy!
<riteo> Haiku/GNU copypasta when
<HaikuUser> I should login to my irc
HaikuUser has quit [Client Quit]
GalaxyNova has joined #kisslinux
<GalaxyNova> phew
<GalaxyNova> that's better
<riteo> epic
<micro_O> bountyht not sure - i am just checking out the app itself right now
<GalaxyNova> Haiku is nice but it's very mouse centric
<GalaxyNova> Has a suprisingly large selection of software though
<riteo> wasn't plan 9 mouse centric too?
<GalaxyNova> yeah
<riteo> I wonder why "new" OSes do that
<GalaxyNova> I coudn't figure out how to get plan 9 to work unfortunately
<riteo> on bare metal or on a VM?
<GalaxyNova> in VM
<riteo> oh
<riteo> did you use qemu
<GalaxyNova> yes
<bountyht> micro_O: The revolt site says "We're sorry but dcid doesn't work properly without JavaScript enabled. Please enable it to continue." which bodes bad
<GalaxyNova> It booted fine but the installation was confusing
<riteo> oooh now I get what you mean
<riteo> yeah it's an absolute mess
<riteo> I don't think I managed to install either too lmao
<riteo> or at least do it properly
<GalaxyNova> Haiku was very easy to install though
<GalaxyNova> I might install it on my laptop
<riteo> IIRC it was more of a qemu thing though. There were some incompatibilities with the VGA driver
<riteo> oh is it that nice?
<riteo> now I'm curious
<GalaxyNova> It has great documentation
<GalaxyNova> and the UI is nice
<GalaxyNova> it also has a different file system hierchy which is very interesting
<riteo> umh, I might explore it on a vm eventually
<riteo> > MIT license
<riteo> based
<GalaxyNova> has a ton of GPL software in the base install though
<GalaxyNova> we need a wyverhaiku
<GalaxyNova> xD
<riteo> well, at least you can technically remove it without relying on a GPLv2 kernel
<riteo> I wonder how much it allows ricing and general more useful customization
<riteo> the real nice thing of relying on a kernel like linux instead of a whole os like BSD is that you can put literally whatever you want
<micro_O> bountyht its a discord alternative, if you expect an application in your browser to work without javascript, you are going to run into disappointment after disappointment
<GalaxyNova> Eitherway I was suprised how easy it was to install libreoffice,krita,java etc on it
<GalaxyNova> it has all the OSS software you would expect except firefox
<bountyht> micro_O: I expect the application to require javascript but the website with the documentation to be readable without it
<riteo> GalaxyNova: is it an Unix-like system?
<GalaxyNova> kind of
<micro_O> bountyht do you mean the revolt api docs? or revolt.social?
<GalaxyNova> the filesystem hierchy is different
<micro_O> revolt.social is not run by the revolt folks, its just someones side project
<GalaxyNova> your home directory is in /boot/home
<micro_O> like kiss-find :)
<micro_O> bountyht the main site works without js for me https://revolt.chat/
Uks3 has quit [Ping timeout: 265 seconds]
Uks2 has joined #kisslinux
micro_O has quit [Ping timeout: 265 seconds]
dilyn has joined #kisslinux
<dilyn> thanks micro_O :)
<dilyn> testuser[m]: trying to build chromium, then fun:
<dilyn> ../../base/files/file_util_linux.cc:50:10: error: case value evaluates to -2054924042, which cannot be narrowed to type 'unsigned long' [-Wc++11-narrowing]
<noocsharp> how far would a chromium build get if you turned on -Wall -Werror?
<dilyn> hmhmhm
<dilyn> probably not far :P
micro_O has joined #kisslinux
Uks3 has joined #kisslinux
Uks2 has quit [Ping timeout: 265 seconds]
mobinmob has quit [Quit: Connection closed for inactivity]
micro_O has quit [Ping timeout: 260 seconds]
micro_O has joined #kisslinux
micro_O has quit [Ping timeout: 265 seconds]