brassado has joined #kisslinux
brassado is now known as sam_sepi0l
sam_sepi0l has joined #kisslinux
<
ioraff>
illiliti: have you been sending patches to the muon list without git-send-email?
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
soliwilos has quit [Read error: Connection reset by peer]
soliwilos has joined #kisslinux
pbsds has joined #kisslinux
soliwilos has quit [Ping timeout: 268 seconds]
soliwilos has joined #kisslinux
sam_sepi0l has quit [Ping timeout: 276 seconds]
brassado has joined #kisslinux
soliwilos has quit [Ping timeout: 268 seconds]
soliwilos has joined #kisslinux
brassado has quit [Remote host closed the connection]
sam_sepi0l has joined #kisslinux
ioraff has quit [Quit: ioraff]
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
Ogromny has joined #kisslinux
Ogromny has quit [Remote host closed the connection]
Ogromny has joined #kisslinux
Ogromny has quit [Remote host closed the connection]
Ogromny has joined #kisslinux
<
Ogromny>
Hi everybody
<
Ogromny>
Does any of you have done a package for clang-tools-extra ?
<
Ogromny>
(I try to install clangd)
<
testuser[m]12>
Sanitizers clang tools everything
Ogromny has quit [Ping timeout: 268 seconds]
Ogromny has joined #kisslinux
claudia02 has quit [Remote host closed the connection]
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
Ogromny has quit [Read error: Connection reset by peer]
Ogromny has joined #kisslinux
fitrh has joined #kisslinux
Ogromny has quit [Ping timeout: 276 seconds]
Ogromny has joined #kisslinux
<
illiliti>
ioraff: thanks for the patch. did you test it with foot-pgo?
<
illiliti>
and i use git-send-email+msmtp if you still interested
ioraff has joined #kisslinux
Ogromny has quit [Read error: Connection reset by peer]
fitrh has quit [Quit: fitrh]
<
ioraff>
illiliti: yes
<
ioraff>
do you know when your mesa MR is supposed to appear in a release?
<
testuser[m]12>
Which
ioraff has quit [Quit: ioraff]
midfavila has joined #kisslinux
<
midfavila>
hey nerds
<
testuser[m]12>
midfavila: hi
ella-0_ has joined #kisslinux
ella-0 has quit [Read error: Connection reset by peer]
Ogromny has joined #kisslinux
rohan has joined #kisslinux
<
noocsharp>
what did you just call me
<
testuser[m]12>
Nerd
<
phoebos>
what have you all been up to
<
midfavila>
you fucking heard me, noocsharp
<
midfavila>
what're you gonna do about it,
<
midfavila>
n e r d?
<
midfavila>
phoebos, I haven't been up to much, myself. Working on a shell client for invidious, got a new mathematics book, etc.
Ogromny has quit [Ping timeout: 272 seconds]
<
phoebos>
midfavila: not much either. need to have a project but can't be motivated
Ogromny has joined #kisslinux
Ogromny has quit [Ping timeout: 268 seconds]
<
noocsharp>
phoebos: how's your javascript?
<
illiliti>
ioraff: no idea tbh
<
phoebos>
haven't touched it for like 3 years, why
Ogromny has joined #kisslinux
<
phoebos>
used to do stuff with canvas
Ogromny has quit [Ping timeout: 272 seconds]
<
noocsharp>
i started working on a little collaborative text editing server
<
noocsharp>
it works over websocket, so i have a really simple browser editor
<
noocsharp>
trying to escape google docs basically
<
testuser[m]12>
cryptpad
<
phoebos>
how far have you got
<
phoebos>
better idea: an ed server that works like irc
<
phoebos>
log in, send commands, other people can see what you did
<
phoebos>
server forks on new connection and sends everything to all the file descriptors
<
phoebos>
first file descriptor is connected to ed
<
noocsharp>
testuser[m]12: that actually looks cool
Ogromny has joined #kisslinux
<
noocsharp>
phoebos: it's not collaborative editing if only one person will ever use it
<
phoebos>
if two people who could use ed met irl they might use it together!
<
noocsharp>
haha good one
<
phoebos>
but honestly, i have no idea how to do that stuff in javascript
<
phoebos>
sounds like the kind of stuff eMploYeRS want though
<
noocsharp>
it's pretty simple, it just reads data from a websocket connection and modifies a textarea
Ogromny has quit [Ping timeout: 244 seconds]
<
phoebos>
can i look at your code?
<
phoebos>
but also, fuck you, i'm gonna make this ed thing and you and i
*will* use it
<
noocsharp>
if you say so
<
noocsharp>
obviously unusable since you don't have the server
<
testuser[m]12>
where reactjs expressjs serverless mongo
<
noocsharp>
cryptpad is written in js btw
<
phoebos>
> let cid = raw[0] + (raw[1] << 8) + (raw[2] << 16) + (raw[3] << 24);
<
phoebos>
uint64_t cid = (uint64_t)(*raw);
<
noocsharp>
well you're assuming the host is little endian there
<
phoebos>
ntohl or something
<
phoebos>
isn't *raw coming from your server
<
phoebos>
so explicitly send it as LE
<
noocsharp>
but js byte order isn't specified i don't think
<
phoebos>
the browser virtual machine is certainly nicer than X to code for in some ways
Ogromny has joined #kisslinux
<
noocsharp>
i watched a talk recently about how the v8 people got browser js to run half as fast as C which is very impressive
<
noocsharp>
well c++ actually, doing prime number generation
<
midfavila>
bleh, that doesn't bode well
<
noocsharp>
bode well for what
<
midfavila>
PC software as an ecosystem
<
midfavila>
if JS runs faster, then that makes the whole "JS is slow as shit" talking point less valid . -.
<
midfavila>
makes it less likely people'll develop desktop applications where performance is a factor, I bet.
<
testuser[m]12>
js is shit
<
noocsharp>
you can write poorly performing code in any language
<
noocsharp>
just stick to programs written by people you trust to not write bad code and you'll be fine
<
noocsharp>
and js will always be slower than c/c++
<
midfavila>
sure, but my point is that if it's "good enough", then there's not going to be as much of a reason to write software natively
<
midfavila>
which means doing stuff outside of the browser becomes increasingly difficult to sustain, in some cases
rohan has quit [Ping timeout: 268 seconds]
<
noocsharp>
i mean browsers are mostly user facing software anyway, anything that actually requires performance will still be written natively
<
noocsharp>
that is, the stuff backing the user facing software
<
noocsharp>
at the very least, you can see exactly what code in the browser does which lets you replicate it natively
claudia02 has joined #kisslinux
<
illiliti>
is there any browser design that doesn't suck? i mean the concept is very prone to over-engineering and bloatware
<
midfavila>
links is also based
<
phoebos>
links is cool but actually crap
<
phoebos>
the code is a big fat mess
<
noocsharp>
i use lynx to read html email
<
midfavila>
howso, phoebos? do you think it's salvageable?
<
phoebos>
noocsharp: me too, because links -dump doesn't print the urls along with hyperlink names
<
phoebos>
midfavila: didn't you play with the code once?
<
phoebos>
there's a lot of hard-coded stuff
<
phoebos>
eg. keybindings
<
midfavila>
only enough to kick a patch I found into working order
<
midfavila>
i've considered forking links for a while now
<
midfavila>
try to make it leaner and easier to integrate into a system
<
midfavila>
be cool to optionally embed a scheme for such purposes
<
phoebos>
some of the elinks/lynx programs are forks of links i think?
<
midfavila>
elinks is a fork, lynx and links are unrelated
<
phoebos>
have you used nyxt
<
midfavila>
when it worked it was fairly comfy
<
midfavila>
i was going to say that nyxt gets an honorable mention, but it uses common lisp and is a pain in the ass to build aside from that
<
midfavila>
...of course, common lisp is
*mostly* fine, but they rely heavily on SBCL
chomwitt has joined #kisslinux
Ogromny has quit [Read error: Connection reset by peer]
Ogromny has joined #kisslinux
chomwitt has quit [Ping timeout: 272 seconds]
midfavila has left #kisslinux [#kisslinux]
phinxy has quit [Quit: brb]
phinxy has joined #kisslinux
Ogromny has quit [Read error: Connection reset by peer]
claudia02 has quit [Remote host closed the connection]
Ogromny has joined #kisslinux
<
phinxy>
I got gimp, inkscape and kicad working. But at what cost? D:
<
phinxy>
I saw someone patched out atk from gtk. A mega-patch. Must have taken a lot of effort.
soliwilos_ has joined #kisslinux
soliwilos has quit [Killed (NickServ (Forcing logout soliwilos -> soliwilos))]
soliwilos_ is now known as soliwilos