mercutio: but the original author went crazy and shifted to windows. mnathani_: whats up with quirks-2.114
when I install something
@google quirks-2.114 BryceBot: 35 total results returned for 'quirks-2.114', here's 3
View Contract (http://www.michigan.gov/documents/buymichiganfirst/9200164_282550_7.pdf) Jun 3, 2009 ... 53. 2.113 Retention of Records ......................................................................................... .................... 53. 2.114 Audit Resolution .
ГОСТ 2.114-95 (http://www.complexdoc.ru/lib/%D0%93%D0%9E%D0%A1%D0%A2%202.114-95) ГОСТ 2.114-95 Единая система конструкторской документации. Технические условия Unified ... The Charming Quirks of Others. 700 р. Google обновила ...
a step for evaluating constructivist approach integrated online courses (http://files.eric.ed.gov/fulltext/EJ944922.pdf) factor 3.561 and 10.474%, as third factor 2.273 and 6.684%, as fourth factor 2.114 and 6.218%, as fifth factor 1.543 and 4.556%. Further to this, variance ... mnathani_: @google quirks openbsd BryceBot: 1,460 total results returned for 'quirks openbsd', here's 3
packages - openbsd: why quirks-1.87 was installed all of a sudden ... (http://unix.stackexchange.com/questions/109340/openbsd-why-quirks-1-87-was-installed-all-of-a-sudden) Jan 14, 2014 ... I was trying to install mysql on OpenBSD; instead, somehow quirks-1.87 was installed, whereas mysql was claimed to not be found. Why?
OpenBSD ports ∴ devel/quirks (http://ports.su/devel/quirks) The quirks package allows unpredicted changes to the package system. For instance, package name changes, or stuff incorporated into base. pkg_add tests  ...
Updating all OpenBSD packages with pkg_add - Linux Audit (http://linux-audit.com/updating-all-openbsd-packages-with-pkg_add/) Feb 15, 2015 ... ... an important task. To achieve that, use pkg_add to update your installed OpenBSD packages. ... quirks-2.9 signed on 2014-07-31T22:37:55Z mnathani_: If its so responsive in a VM, I can't imagine how responsive it would be on bare metal mercutio: well years and years back "time xterm -e pwd" was twice as fast as linux
from memory it was a fanless p133
i used to have a network cable back to back, and have an athlon in another room and run lots of stuff remotely
the only problem with openbsd back then was the disk cache only used something like 10% of ram by default for cache
but now days that's been fixed. you used to have to tweak it up
but yeah depending on the applications you use even slow cpus can be pretty fast still.
i'm guessing whatever you're using would be quick. mnathani_: its an old i7 mercutio: chrome is slow on anything though :/
bloody bloated. mnathani_: its still the best one out there mercutio: heh mnathani_: have you tried using Firefox lately? mercutio: yip
i use firefox for java these days mnathani_: kvm over ip type stuff? mercutio: yeh
chrome dropped java support mnathani_: really
too many security vulnerabilities I guess mercutio: yeah and flash mnathani_: do you use snapchat? mercutio: no mnathani_: it seems to be pretty popular with the younger generations mercutio: scary thought
i wonder if edge will come to linux mnathani_: or mac
linux is too fragmented to develop for
suse, redhat, ubuntu, debian, centos etc etc mercutio: i disagree
they're not that different really mnathani_: libraries they ship with are different
versions mercutio: you mean versions mnathani_: yea mercutio: yeah that's not a big deal mnathani_: statically link executable
>
? mercutio: that's the usual solution
skype works fine on different distros mnathani_: makes for one huge binary
they have to test on each one and compile for each one mercutio: not really
% ldd /usr/lib32/skype/skype | wc -l
41 mnathani_: can they compile once and run many times ? mercutio: but mostly that's things like libz.so.1 libSM.so.6 etc
which are standard
the library thing is blown out of proportion
most of the core libraries are fine to just link against.
php being compiled as module for diff versions of apache is an example where it's more complicated
but for things like X libraries it's generally not an issue up_the_irons: mercutio: thanks for the openbsd 5.8 sync mnathani_: up_the_irons: do you have devious shell account? up_the_irons: i do mnathani_: nice
I hope they approve my application once I apply
would be nice to access a box without having root access on it
does your account go back to pre ARPnetworks days? mercutio: mnathani_: why haven't you applied yet? mrsaint: morning :) up_the_irons: mnathani_: no, in fact they started here :)
if my memory serves me correctly ... ***: streak has joined #arpnetworks mike-burns: Indeed.
I run OpenBSD on my laptop. It's great.
Re window manager: as of 6am, I now run the WM that I wrote.
boom mercutio: you wrote a wm?
what's it like? mike-burns: It's my fifth try, so: tedious? mercutio: heh
is it using xlib
or that new thing
xcb mike-burns: The first two were from scratch (using GTK), and this one is a fork of metacity (mostly gutted and re-written). mercutio: ahh
what's the goal? mike-burns: It's really easy to get a WM working, but it's really hard to support all the fancy multimedia stuff of today.
https://bitptr.org/ - this is the goal. mercutio: i've been wondering how to make urxvt flicker less, and i was curious how it's code works, and went into it a little, but that's about as close to X coding as I know about :) mike-burns: (That page only lists things that are working; I have 10 projects in my local bitptr private repo.) mercutio: ahh
i used twm when i first started using unix. mike-burns: I like twm. It feels simple to use. mercutio: it is
but having to hold the mouse button to use the menu sucks
i used olvwm a bit, and fvwm, and all those other ones. mike-burns: Yeah -- sometimes I feel like having a full, fancy desktop with all the conveniences. mercutio: in the end i went back to text mode :)
yeah i tried enlightenment for a while
but it was too slow mike-burns: I was using cwm until two days ago. It's not bad. mercutio: it's not notion that brought me back to X
well ion at the time.
cos i could just have lots of terminals and virtual desktops and have it like text mode :)
yeah i heard about cwm but haven't tried it yet.
i tried to like awesome
cos it used xcb mike-burns: http://seasonofcode.com/posts/how-x-window-managers-work-and-how-to-write-one-part-ii.html - here's a walkthrough on how to make a WM. It's in C++, but it could be done in Python or C or Ruby or whatever. mercutio: but not being able to manually set pane sizes etc is too annoyingf
hmm
http://www.mini-dweeb.org/~arnau/docs/dueti/project/report.pdf
so awesome documented porting from xlib to xcb. mike-burns: That's really cool. mercutio: and said there isn't much documentation for xcb
sigh
i didn't find much about xcb when i looked
i really would like to be able to make urxvt faster :)
but it seems to be mostly to do with the font stuff, and that programs will often output tiny blobs of data all the time.
like 'locate *' is slower than 'locate * | cat' mike-burns: Interesting. mercutio: there's no system calls to coalesce that stuff though that i could find mike-burns: Presumably it's read(2)'ing from stdout? What if it reads in larger chunks? mercutio: read will return partial data
you can usleep(1)
or yield() on linux
which drops cpu usage a bit
i was mostly wondering if i could make it fast to not flicker though, and small amounts of data shouldn't be the cause of that
there's already intelligent scrolling etc. mike-burns: Maybe multiple buffering will solve it? Does it already double buffer? mercutio: so in the end it didn't seem like there was any trivial improvements other than dropping cpu usage by yield or usleep(1)
i can't recall
i can't remember what it was doing for event loop even
but i figured that the simplest solution would be to have something like cat in the middle :) mike-burns: Heh. mercutio: i kind of want something to able to record screen stuff too
i actually quite liked the idea of being able to show graphics etc in terminals too. mike-burns: I have a script on my work computer for that. I think it uses ffmpeg but I might be wrong.
Maybe you should write your own term emulator! mercutio: i think it's time for a new terminal that can make use of the fact that most people want mostly text but some minimal graphics that they can use over ssh etc would be handy
yeah i want to
using xcb
but steep learning curve.
i've wanted to since bbs days tbh mike-burns: Mostly VT and ANSI escape codes. mercutio: but then the web took off
and bbs's died :)
with bbs's i tried to make sure everything was instant.
and i played with avatar instead of ansi, and it made 0 real world difference due to modem compression.
but writing characters slowly and constantly polling for key presses slowed things down heaps.
also it was trivial to detect avatar support, but no-one seemed to do it. even though you could just request cursor position and use avatar to move the cursor and detect easily. mike-burns: That's some fancy footwork there. mercutio: not really
it seems obvious really, it's just no-one seemed to do it
you could also detect partial region scrolling support
i think it was like esc[2;23R or such
little r
which would bound the window for writing text to start/end position
instead it seems if people wanted to do that because support wasn't everywhere they'd just rewrite the bottom of the page
it's a pity you can't detect things like colour support these days :( mike-burns: It's all JSON this and HTML that. mercutio: yeah pages these days are so cluttered ***: _iwc has joined #arpnetworks
_iwc has quit IRC (Killed (Sigyn (Spam is off topic on freenode.)))
nesta has quit IRC (Quit: SIGQUIT) brycec: up_the_irons: what do you mean? devio.us has never been connected with ARP...
Fun fact: My UID=1611, up_the_irons' UID=3100. And yes they're assigned sequentially ;P
(devio.us has always been baremetal, never virtualized, going all the way back to our start with OpenBSD 4.6) ***: streak has quit IRC (Remote host closed the connection) JC_Denton: did anyone ever have a SDF account back in the heyday? mnathani: SDF? mercutio: a shell provider according to google
but page sayzs connection refused
https://en.wikipedia.org/wiki/SDF_Public_Access_Unix_System BryceBot: SDF Public Access Unix System :: Super Dimension Fortress (SDF, also known as freeshell.org) is a nonprofit public access UNIX shell provider on the Internet. It has been in continual operation since 1987 as a non-profit social club. The name derives from the Japanese anime series The Super Dimension Fortress Macross (the original server was originally a BBS for anime fans). Services The system currently includes NetBSD servers for regular JC_Denton: ^^ mercutio: i didn't i just googled up_the_irons: brycec: some accounts had devious email addresses. maybe I just assumed. I apologize. ***: jbergstroem has quit IRC (Quit: bye)
jbergstroem has joined #arpnetworks
jbergstroem has quit IRC (Remote host closed the connection)
jbergstroem has joined #arpnetworks brycec: I had an SDF account once upon a time
up_the_irons: Considering that we self-host our email on our single host box... ;) Sorry to deny you that feather in your cap ***: KILLALLHUMANS01 has quit IRC (Quit: Upgrade time.) up_the_irons: brycec: it's OK! ***: mkb has quit IRC (Quit: Leaving) mnathani_: @google m:tier BryceBot: 17,600,000 total results returned for 'm:tier', here's 3
Home » M:Tier (http://www.mtier.org/) Get the most value out of your Enterprise Open Source Strategy. Customers from around the world use our expertise to turn their investments into money.
M:Tier - Stable packages and binpatches (https://stable.mtier.org/) Introduction. Keeping your installed OpenBSD packages up to date is hard and time-consuming. Nobody wants to read the mailing lists to spot security fixes ...
openup » M:Tier (https://www.mtier.org/solutions/apps/openup/) openup is a small utility for OpenBSD that can be run standalone or from cron(8) and that checks for security updates in both packages and the base system. brycec: BryceBot++ mercutio: so do people usually use openup or set PKG_PATH for mtier? brycec: I couldn't say. Personally, I use openup.
I also added the mtier repo (well, my mirror of it) to installpath so pkg_add always pulls the latest package. But then I use openup -c in my daily.local to notify me of updates, and openup to update. mercutio: did you subscribe to updates?
i kind of wish m:tier was official :) brycec: Negatory (but I probably ought to)
https://twitter.com/SwiftOnSecurity/status/655933125382422528 BryceBot: TWITTER: Look everybody, I found the NANOG member https://twitter.com/0xcolby/status/655932672615706624 (Mon Oct 19 02:26:58 +0000 2015, retweeted 3 times) mike-burns: What do you mean "official"? mercutio: as part of base