Language:
switch to room list switch to menu My folders
Go to page: First ... 5 6 7 8 [9] 10 11 12 13 ... Last
[#] Thu Jun 05 2014 03:38:09 EDT from the_mgt

[Reply] [ReplyQuoted] [Headers] [Print]

Yes, I know about pico, but it is the systems you ssh into, that force you to use vi. QNAP NAS devices (maybe I forgot to check for pico there), such things. OSX features both, vi and nano. I like that. 



[#] Thu Jun 05 2014 08:40:44 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


Yeah, searches in vi involve using '/'. You can search backwards with '?' if I recall. And global search-and-replace involves using a colon command, like:

:%s/search/replace/g

(% means, 'the entire document', s means 'search for text', 'search' is the term to find, 'replace' is term to change to 'search', and 'g' means 'look for other search terms to the end of the line').

Heh, did I get that right?

[#] Thu Jun 05 2014 14:50:17 EDT from dothebart

[Reply] [ReplyQuoted] [Headers] [Print]

emacs can edit files via ssh.

today i've learned about http://www.lighttable.com/

(ok, its implemented in clojure, which basicaly is a lisp interpreter running in the java interpreter...)



[#] Thu Jun 05 2014 16:18:35 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


I seem to remember someone perverse created a vi editor in emacs.

[#] Sat Jun 07 2014 14:02:17 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

Lighttable web page insults the venerable 80-character TTY!  How dare they!

(Actually I run all my terminals at 132x43 now.  I wanted something bigger but I didn't just want to be ambiguous about it so I chose something that's at least a VESA mode.  But I'm a nerd.)



[#] Mon Jun 09 2014 08:37:26 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


It amuses me that someone implemented what appears to be telnet or ssh via web page, then made that available in Turnkey Linux through their Webmin interface.

Which might (maybe?) be an interesting idea for a distributable virtual machine for Citadel. Hmm...

[#] Mon Jun 23 2014 15:05:27 EDT from LoanShark

[Reply] [ReplyQuoted] [Headers] [Print]


"Weaponized Comic Sans": http://www.openbsd.org/papers/bsdcan14-libressl/mgp00025.html

part of a larger presentation on OpenBSD's vote-of-no-confidence in OpenSSL (a few years too late, but appreciated nonetheless)

skip to the good bits:
http://www.openbsd.org/papers/bsdcan14-libressl/mgp00007.html

[#] Tue Jun 24 2014 02:42:33 EDT from dothebart

[Reply] [ReplyQuoted] [Headers] [Print]

yea, finaly something is moving... maybe *ssl becomes valgrind clean one day? *dreams*



[#] Tue Jun 24 2014 09:17:26 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

Great. Does that mean that OpenSSL will now become a "one version for OpenBSD and one version for everyone else" ?

They've pulled that crap before.

[#] Tue Jun 24 2014 09:52:07 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


They need someone dedicated to handling OpenSSL. That would take care of almost all of their problems.

Probably won't happen anytime soon.

[#] Tue Jun 24 2014 10:08:03 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

I read through the entire presentation. Their goals are worthwhile and their approach is sensible. If they want funding they're going to have to do a better presentation than MagicPoint with Comic Sans. With any luck, LibreSSL will do to OpenSSL what Xorg did to XFree86. Eliminating any reason for GNUTLS to exist would also be a plus.

[#] Tue Jun 24 2014 14:17:49 EDT from dothebart

[Reply] [ReplyQuoted] [Headers] [Print]

 

Tue Jun 24 2014 10:08:03 EDT from IGnatius T Foobar @ Uncensored
I read through the entire presentation. Their goals are worthwhile and their approach is sensible. If they want funding they're going to have to do a better presentation than MagicPoint with Comic Sans. With any luck, LibreSSL will do to OpenSSL what Xorg did to XFree86. Eliminating any reason for GNUTLS to exist would also be a plus.

well, one of the most discussed removals was alternative ways for random seeds, which makes it i.e. impossible to use in putty.



[#] Tue Jun 24 2014 16:48:26 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

Does 'doze not have a suitable random number generator? Anything missing from a platform should be provided by a supplemental library, not bolted into the SSL library itself and forced on everyone (especially those poor sensitive openbfd people with their perfectly secure but unusable operating system).

[#] Tue Jun 24 2014 17:12:00 EDT from LoanShark

[Reply] [ReplyQuoted] [Headers] [Print]


It's bug- and feature-free. Say, does anyone have a spare ASN.1 parser kicking around? ;-p

[#] Wed Jun 25 2014 10:18:47 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


I think 'doze does have a random number generator. Unsure if it's suitable, though, heh.

[#] Mon Jul 07 2014 07:51:09 EDT from dothebart

[Reply] [ReplyQuoted] [Headers] [Print]

Maddog is digitizing his ye olde VHS-Tapes:

https://www.youtube.com/watch?v=iLaN8anFyo0&feature=youtu.be

Linus talk at dec.



[#] Mon Jul 07 2014 17:40:50 EDT from IGnatius T Foobar

[Reply] [ReplyQuoted] [Headers] [Print]

That isn't RMS in the front left, is it? Looks like him from the back (sloppy, fat, long greasy hair) but I can't imagine the real RMS would wear a shirt that says "LINUX" nor would he allow anyone to speak the words "Linux operating system" without blurting out "TEH GNU!!! TEH GNUUUYUUUYUYYYYUUUUUUUUUUUUU!!1111"

[#] Mon Jul 07 2014 17:48:04 EDT from roue <roue@bbs.bubbanfriends.org>

[Reply] [ReplyQuoted] [Headers] [Print]

I'm pretty sure that's Maddog Hall.

[#] Wed Jul 16 2014 16:50:13 EDT from fleeb

[Reply] [ReplyQuoted] [Headers] [Print]


Hrm.

I would like to use strace to see what happens beyond daemonization, but at least on this machine, it 'finishes' with the first call to clone, despite the daemonized process continuing to run thereafter.

Not as helpful a tool for me as I wish.

While I can still use it to trace system calls on the running process, if I wanted to see wha tit was doing for the few milliseconds it was between pids, I am SOL.

[#] Wed Jul 16 2014 17:53:12 EDT from dothebart

[Reply] [ReplyQuoted] [Headers] [Print]

-f



Go to page: First ... 5 6 7 8 [9] 10 11 12 13 ... Last