#computertech Bot Logged User list

Network: TechNet
Modes: +ntf
Last Seen: 1 month, 4 weeks ago
Topic:
2
Users

Channel Log Archive for #computertech

Prev
Next

* All times are UTC
Filtering by user: jmjl/rizon
Saturday, January 13, 2024
[00:15:21] jmjl/rizon hi End3r
[00:15:29] jmjl/rizon How're you?
[00:18:58] jmjl/rizon > By using this script, you agree to indemnify and hold harmless the author and any affiliated individuals or organizations from any legal claims, damages, or losses that may arise from its use.
[00:18:58] jmjl/rizon Wouldn't this imply that I have to pay for a third party's faults?
[00:52:30] jmjl/rizon ski: no, it depends on the time
[00:53:07] jmjl/rizon DuckHunt as written for bitbot uses chan activity, but the eggdrop one has a random timer
[01:22:16] jmjl/rizon End3r: seriously? I didn't know if I .kb <some_name_that_has_+q> it'd work
[14:40:16] jmjl/rizon !bang
[14:40:31] jmjl/rizon Sad
[14:47:04] jmjl/rizon o/ Syndus
[15:08:50] jmjl/rizon !bang
[15:08:52] jmjl/rizon !bang
[15:08:53] jmjl/rizon !bang
[15:08:55] jmjl/rizon !reload
[15:08:56] jmjl/rizon !bang
[15:09:05] jmjl/rizon Sad
[15:09:08] jmjl/rizon hi ComputerTech
[15:09:16] jmjl/rizon How're you?
[15:10:00] jmjl/rizon More or less good, I should have woken up a bit earlier
[15:26:13] jmjl/rizon !bang
[15:26:23] jmjl/rizon oh
[15:26:29] jmjl/rizon thx
[16:01:41] jmjl/rizon /invite
[17:20:36] jmjl/rizon !bang
[17:20:37] jmjl/rizon !bang
[22:02:04] jmjl/rizon !bang
[22:04:30] jmjl/rizon lol, I'll probably get some hate from this :P
[22:06:13] jmjl/rizon not sure, maybe because I removed the comments that were added from time to time
[22:06:40] jmjl/rizon I was thinking of making it be like "ComputerTech's channel, a Computer Tech's channel | $patreon_url"
[22:09:49] jmjl/rizon h4: I think you pinged them
[22:09:57] jmjl/rizon you can search logs
[22:11:04] jmjl/rizon I'm thinking about installing a clipboard history tool, but I wonder what the potential for abuse is, as it keeps logs of my clipboard which might include sensitive things, and I'd have to manually delete them, which seems weire
[22:17:20] jmjl/rizon Dragon: linux
[22:18:32] jmjl/rizon In theory it's not linux, but a specific distro, which I'll not name, with a window manager called sway[2], and I thought about installing cliphist[1]. [1]: https://github.com/sentriz/cliphist; [2]: https://github.com/swaywm/sway
[22:18:50] jmjl/rizon I don't want a app that integrates right into gnome as i'm not using gnome
[22:22:58] jmjl/rizon Could you tell me the difference between a DE and a WM?
[22:24:41] jmjl/rizon I don't want because I want to switch to nix
[22:24:53] jmjl/rizon It's Artix
[22:25:18] jmjl/rizon yep
[22:25:30] jmjl/rizon without systemd
[22:27:41] jmjl/rizon bspwm? I think you mean btfs?
[22:29:29] jmjl/rizon I should switch to btrfs, at least for /, but first I have to find how to move it
[22:29:48] jmjl/rizon by move I mean, make the /home partition smaller so more things fit in /
[22:31:39] jmjl/rizon could you post the output of lsblk?
[22:34:58] jmjl/rizon h4: I guess the /dev/mapper/luks partition is the btrfs one right?
[22:35:08] jmjl/rizon I didn't know you could mount multiple things in btrfs and they be different
[22:41:06] jmjl/rizon and for home would be /@home?
[22:41:57] jmjl/rizon so if you specified /SOMETHING@root that something would be to mount a earlier snapshot?
[22:43:06] jmjl/rizon h4: you should see how they work and test them :P
[22:45:07] jmjl/rizon between hosts?
[22:47:04] jmjl/rizon I mean, probably a bit weird but sure, as long as you're not booted into the system
[22:47:28] jmjl/rizon because dd might not work as well if you're booted into a system
[22:47:50] jmjl/rizon ( a block you just copied might get edited and a block a lot after, making some file's hash wrong)
[22:48:25] jmjl/rizon ffmpeg does transcoding
[22:49:44] jmjl/rizon how did you pipe them over ssh? (I used sshfs last time)
[22:49:58] jmjl/rizon it works most times
[22:50:24] jmjl/rizon oh, I used sshfs
[22:50:37] jmjl/rizon and mirrored the entire disk
[22:51:04] jmjl/rizon h4: there's conv=relative or something IIRC
[22:51:50] jmjl/rizon For those you need phisical access I think right?
[22:52:03] jmjl/rizon I don't remember right now the command, I know there was
[22:52:38] jmjl/rizon conv=sparse
[22:53:06] jmjl/rizon wouldn't zip also compress it a bit?
[22:53:31] jmjl/rizon oh gzip -9 would do that?
[22:53:47] jmjl/rizon yeah I'd asume it'd be large if the origin is large and there's no repeating data
[22:54:15] jmjl/rizon yeah I didn't put that last - as I was genericing it to compress anything
[22:54:20] jmjl/rizon yeah
[22:54:51] jmjl/rizon Syndus: where did you take that from?
[22:55:10] jmjl/rizon dd if=/dev/nvme0n1p1 of=/boot/hi/ conv=sparse.
[22:55:52] jmjl/rizon I mean, if /boot resides in /dev/nvme0n1p1 yes
[22:56:11] jmjl/rizon else, it'll fill up /boot
[22:56:16] jmjl/rizon oh
[22:56:22] jmjl/rizon I don't know what'd happen, let's test
[22:56:39] jmjl/rizon it'd fail
[22:56:46] jmjl/rizon h4: dd: failed to open 'test': Is a directory
[22:57:18] jmjl/rizon I ran `cd temp;mkdir test; dd if=<randomfile.pdf> of=test/`
[22:57:46] jmjl/rizon "The Linux Programming Interface" is a book right?
[22:58:03] jmjl/rizon I'll add it to my read list
[22:58:37] jmjl/rizon I can't code in C, but I have written something (C++) based on stackexchange like websites.
[22:58:46] jmjl/rizon And when I read I'm not with a computer
[22:59:10] jmjl/rizon * I am with a computer, but not one which gives me the capability to write text and run commands
[22:59:22] jmjl/rizon I am with a little kindle3s
[22:59:31] jmjl/rizon I was searching it in annas.
[23:00:41] jmjl/rizon "The Linux programming interface a Linux und UNIX system programming handbook" or the one with the shorter title?
[23:01:42] jmjl/rizon Yeah they're both by the same author, I think it's just the metadata that varies
[23:05:51] jmjl/rizon I'd like to get inspiration on C++ but I'll write a nb entry for later
[23:07:00] jmjl/rizon I wrote this, but I still have to make it work. https://git.tilde.green/tilde.green/meta-acmngr/
[23:07:23] jmjl/rizon it provides a gemsite at gemini://meta.tilde.green. (well I say provides but technically it's just a bunch of scripts)
[23:08:09] jmjl/rizon I don't follow guidelines
[23:09:03] jmjl/rizon I try to follow guidelines, but I keep my own style.
[23:09:47] jmjl/rizon yeah
[23:10:07] jmjl/rizon I seem to act in a vacuum :P
[23:11:08] jmjl/rizon the book has 64 chapters and 5849 locations.
[23:12:01] jmjl/rizon no gnu lib c please
[23:12:19] jmjl/rizon thx for the repo
[23:12:22] jmjl/rizon I was trying to find it
[23:12:58] jmjl/rizon I don't use openbsd which is a bit of a shame
[23:13:15] jmjl/rizon Harzelein it's a repo
[23:13:39] jmjl/rizon Yeah I think I will do something pretty especific, install that clipboard tool, and make a keybind to remove things
[23:15:53] jmjl/rizon file tree walk
[23:25:16] jmjl/rizon yeah it's a bit crappy man opens whatever manpage it finds and doesn't require you to specify number
[23:26:09] jmjl/rizon yea
[23:34:21] jmjl/rizon !bang
[23:34:23] jmjl/rizon !bang
[23:34:29] jmjl/rizon Number1Stunna: yeah, no problem
[23:35:04] jmjl/rizon Lol, I have this weird setup where if I reload sway, it runs a program to see if I'm in 'docked' mode or in not docked mode
[23:36:29] jmjl/rizon And, when it runs, it checks if both my monitors are connected or if only one is, and sets the rotation, which means setting the rotation to 0 in one and then to the proper one (else it does weird things), which makes both windows flash for a bit, and it's pretty fun :P
[23:42:26] jmjl/rizon !bang
[23:42:31] jmjl/rizon oh ok I didn't read
[23:43:03] jmjl/rizon TheFatherMind: there's no duck
[23:43:13] jmjl/rizon -.,¸¸.-·°'`'°·-.,¸¸.-·°'`'°· \_O< QUACK
[23:43:15] jmjl/rizon No duck
[23:43:26] jmjl/rizon The duck escapes.
[23:43:47] jmjl/rizon ComputerTech: I advertised it was false
[23:43:54] jmjl/rizon !rearm Syndus
[23:43:58] jmjl/rizon !rearm D3M0N
[23:44:00] jmjl/rizon !rearm ComputerTech
[23:45:02] jmjl/rizon !duckstats TheFatherMind
[23:45:54] jmjl/rizon ComputerTech: it'd be nice if you made a little command allowing to query only specific fields, like !duckinfo conf D3M0N,TheFatherMind,Syndus. and it'd reply with no,no,no or with nicks too
[23:51:22] jmjl/rizon TheFatherMind: I know, but he can code
[23:52:29] jmjl/rizon TheFatherMind: IIRC he is hosting it.
[23:52:40] jmjl/rizon he didn't configure it to be hosted, but it's hosted on a server he controls
[23:54:12] jmjl/rizon DuckHunt is currently written in Eggdrop and is stored in a github repo which is a fork of a little older eggdrop bot
[23:55:38] jmjl/rizon D3M0N: the current program is
[23:55:46] jmjl/rizon I know because I ran a instance for a while
[23:57:23] jmjl/rizon @seen ComputerTech
[23:57:41] jmjl/rizon $tell ComputerTech see PM
Prev
Next