drakonis_ has quit [Read error: Connection reset by peer]
drakonis has joined #nixos-chat
ma27 has quit [Quit: WeeChat 2.2]
ma27 has joined #nixos-chat
<gchristensen>
joepie91: hilarious
<sir_guy_carleton>
has there ever been a time when yahoo wasn't a failure? i can hardly remember ...
<gchristensen>
yes
<joepie91>
it was briefly revered during the geocities era
<joepie91>
and then promptly jumped off a cliff
<gchristensen>
they couldn't help but muck up tumblr
<jackdk>
when I was younger, and the school internet was terrible, I remember manually typing search.yahoo.com/search?p= and urlencoding my query on the fly, because that was a significant optimisation
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 252 seconds]
<joepie91>
gchristensen: yahoo dived off a cliff well before tumblr :P
<joepie91>
I think even their archiveteam watchlist entry predates it
dmc is now known as gehidore
gehidore is now known as teklad
teklad is now known as dmc
<gchristensen>
of course
<gchristensen>
but they bought tumblr hoping for some relevance and then mucked it up
* joepie91
looks at the "Inc." on gchristensen's screenshot
<joepie91>
idontbelieveyou.gif
<gchristensen>
perfectly and properly reflowed!
<jackdk>
I imagine the layout thing is not grid-based, but is instead several hboxes inside a vbox or something, so they're each deciding their own layout
<jackdk>
I don't actually do much gui programming so I'm spitballing
<Ralith>
or it is grid-based but they're using tons of padding instead of centering things properly and some of the graphemes are too large to fit
<gchristensen>
wouldn't the grid then line up properly, but not evenly?
ottidmes has quit [Ping timeout: 250 seconds]
drakonis has quit [Quit: WeeChat 2.3]
drakonis has joined #nixos-chat
pie___ has joined #nixos-chat
pie__ has quit [Ping timeout: 260 seconds]
<elvishjerricco>
`Kernel driver in use: vfio-pci`
<elvishjerricco>
=D
<elvishjerricco>
So glad SSH started properly. This is my boot GPU :P
fpletz has quit [Ping timeout: 252 seconds]
drakonis_ has quit [Ping timeout: 250 seconds]
drakonis has quit [Quit: WeeChat 2.3]
lassulus_ has joined #nixos-chat
lassulus has quit [Ping timeout: 268 seconds]
lassulus_ is now known as lassulus
endformationage has quit [Ping timeout: 268 seconds]
Arahael has joined #nixos-chat
jackdk has quit [Ping timeout: 240 seconds]
hedning has joined #nixos-chat
jasongrossman has joined #nixos-chat
sir_guy_carleton has quit [Ping timeout: 244 seconds]
__Sander__ has joined #nixos-chat
drakonis has joined #nixos-chat
__monty__ has joined #nixos-chat
drakonis_ has joined #nixos-chat
drakonis has quit [Read error: Connection reset by peer]
jasongrossman has quit [Remote host closed the connection]
drakonis_ has quit [Ping timeout: 252 seconds]
drakonis has joined #nixos-chat
__Sander__ has quit [Ping timeout: 250 seconds]
__Sander__ has joined #nixos-chat
__Sander__ has quit [Ping timeout: 245 seconds]
drakonis1 has joined #nixos-chat
__Sander__ has joined #nixos-chat
pie__ has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
jomik has joined #nixos-chat
ottidmes has joined #nixos-chat
hedning has quit [Remote host closed the connection]
hedning has joined #nixos-chat
jasongrossman has joined #nixos-chat
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 252 seconds]
hedning has quit [Quit: hedning]
hedning has joined #nixos-chat
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-chat
pie__ has quit [Remote host closed the connection]
pie__ has joined #nixos-chat
endformationage has joined #nixos-chat
pie___ has joined #nixos-chat
pie__ has quit [Remote host closed the connection]
pie___ has quit [Remote host closed the connection]
pie___ has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
pie___ has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
drakonis_ has quit [Ping timeout: 246 seconds]
jomik has quit [Ping timeout: 256 seconds]
drakonis1 has quit [Quit: WeeChat 2.3]
drakonis has joined #nixos-chat
ma27 has quit [Quit: WeeChat 2.2]
ma27 has joined #nixos-chat
ma27 has quit [Client Quit]
ma27 has joined #nixos-chat
ma27 has quit [Quit: WeeChat 2.2]
ma27 has joined #nixos-chat
__Sander__ has quit [Quit: Konversation terminated!]
ma27 has quit [Quit: WeeChat 2.2]
ma27 has joined #nixos-chat
drakonis has quit [Ping timeout: 252 seconds]
globin has quit [Ping timeout: 250 seconds]
<gchristensen>
I recently switched from zsh to bash, and I miss the behavior of zsh's histories being cross-shell: running `command` it termA and then Ctrl-R `com` will auto-suggest command right away, without closing the terminal. with Bash, I have to close the terminal befor ethe history is shared. any tips on improving this?
<qyliss>
From zsh to bash? What was your motivation?
<qyliss>
I’ve never heard of anybody going that direction!
<gchristensen>
I used zsh but used no features of it
<gchristensen>
other than this one :P
<qyliss>
fair enough
<LnL>
isn't there a way to configure that in bash?
<gchristensen>
I assume so :)
<gchristensen>
the other thing qyliss is I'm in zsh just long enough to `cd ./my/project; nix-shell` and then I'm in bash again
<__monty__>
gchristensen: Please switch to fish instead. Fish needs some nix lovin'. ; )
<__monty__>
exec zsh is not that much more typing though : p
<__monty__>
I usually do `load-env-writing fish` for example.
<mdash>
wouldn't it be nice if nix-shell used $SHELL
<gchristensen>
yeah... true but the real message I think is I don't actually care about zsh :)
<samueldr>
gchristensen: xslt based shell?
<LnL>
I also don't use zsh "features", but there's a bunch of small stuff like this that I like enough to make it my default shell
<__monty__>
mdash: Or we should get a new nix-dev or something. As nix-shell is supposed to mimic the build environment nix uses when evaluating expression iiuc?
<samueldr>
some could argue that using xml is dumb since you need to close the tag to finish your command, but you know what I'll say? \
<gchristensen>
semantically correct is the best kind of correct?
<LnL>
but it stays close enough to bash so I'm not bothered by incompatibilities, I would never be able to use something like fish
<samueldr>
gchristensen: not sure why "nightmare"? probably the reasons to implement such a thing are the nightmare?
<gchristensen>
writing a distributed compute platform and job in XML doesn't seem like a nice dream, I think :)
<__monty__>
LnL: It's really not that big a difference. You don't script in fish so it doesn't apply to that at all.
<samueldr>
gchristensen: with the few details it's hard to know for sure what it's used for, but I thought it was to distribute the XSLT manipulation task, so e.g. a big XML document worked on by multiple nodes?
<LnL>
I script in my repl regularly so it does
<LnL>
not being able to source setup.sh already annoys me
<LnL>
gchristensen: oh the fzf history thing is supported for bash IIRC, if you like that kind of thing
<samueldr>
what maybe is happening is that it's a footnote for SQLite, some erratic behaviour (which is noted in the change log), but how chromium uses it causes more damage