I just read this message by an OpenBSD developer on the prevalence of
strlcpy in the OpenBSD ports tree:
http://marc.info/?l=openbsd-tech&m=138733933417096&w=2
I'd like to know what the opinion here is of these functions. I've so
far avoided them, but it seems like there's an argument to be made
The reason all the existing solutions are so sucky is that they try to
solve too many problems. I think that if you deconstruct what you want
this program to do, the concept falls apart a little.
I'm not sure how "suckless" it is in terms of the code - for all I know
it's a maintainers' nightmare
On 06/07/2013 8:30 PM, "Daniel Bryan" wrote:
>
> tar xzf filename.tar.gz ~/scratch/
Sorry, this should have been:
> tar xzf filename.tar.gz -C ~/scratch/
tar xzf filename.tar.gz ~/scratch/
On 06/07/2013 8:20 PM, "Dmitrij Czarkoff" wrote:
> On Jul 6, 2013 12:16 PM, "Galos, David"
> wrote:
> >
> > In short, how do you fine folks invoke your tar?
>
> $ tar czf filename.tar.gz foldername
> $ tar tzf filename.tar.gz
> $ tar xzf filename.tar.gz
>
> ---
Yes, there aren't enough Patterns in suckless software. Why doesn't st use
a client server model? Why doesn't the sbase implementation of split?
Perhaps dwm should follow a distributed pub-sub pattern over COM for window
control.
On 30/06/2013 6:30 PM, "Christoph Lohmann" <2...@r-36.net> wrote:
>
> first of all, some things in moreutils would be awesome
Especially if they weren't written in Perl.
> Please can we try not to be needlessly dramatic and unpleasant here?
>
> The tone of this list gets quite hard to handle sometimes, and seems
> to have been going more in this direction lately.
> I know the prevailing sentiment here is that people should be
> treated with the respect their comme
On 23 Feb 2013 00:13, "Alexander Sedov" wrote:
>
> It does completely different job.
Wouldn't the new message be replaced with the old so quickly as to be
unnoticeable, unless you passed it many lines or delayed EOF with a script?
On Feb 10, 2013 10:53 AM, "Rox 64" wrote:
>
> >I'm writing a little FTP client in pure shell + curl for my personal
needs.
>
> Looks interesting, will you make a public release?
+1. I spend far too much time in sucky clients like FireFTP.
On Mon, Feb 04, 2013 at 10:47:34AM +0100, Petr Ĺ abata wrote:
> I'm not sure how many people have graphical vim installed,
> though. Perhaps you could switch to 'xterm -e vi' or something
> like that. Of course, no default will work for everybody but
> this one might cover somewhat more users.
+1
On Tue, Jan 01, 2013 at 11:03:08PM -0500, Jacob Todd wrote:
> I was the others in the thread to unsubscribe. I suggest you take a few
> more classes on the english language.
Perhaps if you had quoted someone it would have been less of a non
sequitur.
On Wed, Jan 02, 2013 at 10:01:10AM +1100, Sam Watkins wrote:
> On Tue, Jan 01, 2013 at 02:13:14PM +1100, Daniel Bryan wrote:
> > Bash is my go-to for system scripting, but for something that will run
> > 100% of the time on my system for years it's not over-engineering to d
On Mon, Dec 31, 2012 at 02:05:48PM +0700, Comrade DOS wrote:
> You mad, bro? Use bash! Stay higher when you can.
There are good reasons to do this in C. I work on a system with very
limited battery life and CPU power, but I want to update the status bar
once a second for various reasons.
There's
13 matches
Mail list logo