Search found 108 matches

by harveyhunt
Sat Dec 06, 2014 2:32 am
Forum: PROGRAMMING (/usr/bin/hacking)
Topic: BBQ Hack-a-thon
Replies: 8
Views: 4049

BBQ Hack-a-thon

I've been inspired by the recent Ludum Dare and DJ's daily programming thread . I think it would be a fun idea for us to have some sort of similar competition - a theme is selected at the start, people that want to participate hack away on some cool projects and meet back here when the time is up. I...
by harveyhunt
Sat Dec 06, 2014 1:45 am
Forum: SCRIPTS & PACKAGES (/usr/bin)
Topic: howm: A vim like WM
Replies: 36
Views: 11533

Re: howm: A vim like WM

machinebacon wrote:Nice blog post! Hanukkah is coming soon with howmslice in the bag :)
The spin will arrive just in time for Christmas dinner. :D
simgin wrote:^^ Nice blog Harvey, and I like your g+ picture, looks like you have a cat outfit on?

cheers
simon
Yeah, my halloween outfit. :-)
by harveyhunt
Fri Dec 05, 2014 11:37 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: non-supported by BBQ, baby's first VM.
Replies: 9
Views: 3339

Re: non-supported by BBQ, baby's first VM.

Thanks for the detailed write up DJ, I have VirtualBox running and am going to test out some more BBQ spins. :-)
by harveyhunt
Fri Dec 05, 2014 10:58 pm
Forum: SCRIPTS & PACKAGES (/usr/bin)
Topic: howm: A vim like WM
Replies: 36
Views: 11533

Re: howm: A vim like WM

Phew, it's been a busy time but version 0.5 is finally out.

howm now longer uses config.h - everything is done using cottage. Keybindings are now handled by cottage + sxhkd for a cleaner design.

I wrote a blog post about the new features here.
by harveyhunt
Fri Dec 05, 2014 4:33 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: non-supported by BBQ, baby's first VM.
Replies: 9
Views: 3339

Re: non-supported by BBQ, baby's first VM.

Got any details on how you did this DJ?

I've been meaning to get some VMs running, but always turn back - whether that be lack of time or poor libvirt docs.
by harveyhunt
Tue Dec 02, 2014 2:51 pm
Forum: PROGRAMMING (/usr/bin/hacking)
Topic: Daily Programming Challenge:
Replies: 103
Views: 38816

Re: Daily Programming Challenge:

An embarassingly ugly one liner in python - I might neaten this up when I get back from uni. :-)

Code: Select all

sum(list(map(lambda x: int(x) ** 2, input("Enter sides: ").split()))) ** 0.5
Edit: This is python 3 and you should separate side lengths with a space.
by harveyhunt
Tue Dec 02, 2014 3:21 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: The Great NC BBQ Map
Replies: 7
Views: 3313

Re: The Great NC BBQ Map

This looks super cool - that food looks so good.

Now we just need a map that shows where all of us grillers are. :-)
by harveyhunt
Sat Nov 29, 2014 8:52 pm
Forum: SCRIPTS & PACKAGES (/usr/bin)
Topic: glances - a CLI curses-based monitoring tool
Replies: 22
Views: 7265

Re: glances - a CLI curses-based monitoring tool

@DebianJoe Thank You for the python suggestion and link :) I'll look into those.I'm guessing this has to be done with the 'py_compile' compile module ? /usr/bin/glances is a python script containing these lines . And i ran 'locate glances' (just for the sake of curiosity) which gave me a huge list ...
by harveyhunt
Fri Nov 28, 2014 1:57 pm
Forum: SCRIPTS & PACKAGES (/usr/bin)
Topic: glances - a CLI curses-based monitoring tool
Replies: 22
Views: 7265

Re: glances - a CLI curses-based monitoring tool

I like using this tool, but I find that the sensor display is often really buggy - the temperatures don't appear on my laptop, but I can see them through lm-sensors...
by harveyhunt
Wed Nov 05, 2014 4:36 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Happy Birthday DebianJoe!
Replies: 22
Views: 7349

Re: Happy Birthday DebianJoe!

Damn it, I'm late. :-(

Hope you had a good birthday DJ.
by harveyhunt
Thu Oct 23, 2014 4:58 pm
Forum: SCREENSHOTS (/usr/bin/scrot)
Topic: tfwm
Replies: 40
Views: 22169

Re: tfwm

pidsley wrote:Arch with a custom kernel and busybox/mdev, just because.

Image
Looks good Pids. :-)
by harveyhunt
Tue Oct 14, 2014 5:23 pm
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Happy birthday, Howmie
Replies: 13
Views: 5251

Re: Happy birthday, Howmie

Thanks guys!

I am going out for dinner with my friends to a Mexican place soon - I am going to have a rack of ribs in honour of the BBQ. :-)
by harveyhunt
Wed Oct 01, 2014 5:07 pm
Forum: SCRIPTS (/usr/local/bin)
Topic: Clinky (stats tool)
Replies: 18
Views: 7518

Re: Clinky (stats tool)

@DJ I have sent another PR with uname stuff (I have never used syscalls before but am finding them fun).

When sysinfo returns the memory usage, is it MiB or MB?
by harveyhunt
Wed Oct 01, 2014 3:55 pm
Forum: SCRIPTS (/usr/local/bin)
Topic: Clinky (stats tool)
Replies: 18
Views: 7518

Re: Clinky (stats tool)

DebianJoe wrote:TY sir, merged. Feel free to toss some neat tricks my way should you have them.

Edit: Specifically, if you have any ideas about how to figure active cached memory. I've been scratching my head the last hour over how that might be extracted cleanly.
You could use /proc/meminfo?
by harveyhunt
Wed Oct 01, 2014 3:23 pm
Forum: SCRIPTS (/usr/local/bin)
Topic: Clinky (stats tool)
Replies: 18
Views: 7518

Re: Clinky (stats tool)

Looks good DJ, I just sent you a PR on github. :-)
by harveyhunt
Mon Sep 29, 2014 8:03 pm
Forum: SCREENSHOTS (/usr/bin/scrot)
Topic: howm
Replies: 25
Views: 14143

Re: howm

I have just made a gif showing off cut and paste.

I really need to get around to updating my colours...
by harveyhunt
Mon Sep 29, 2014 5:13 pm
Forum: SCRIPTS & PACKAGES (/usr/bin)
Topic: howm: A vim like WM
Replies: 36
Views: 11533

Re: howm: A vim like WM

I have just released version 0.4 It has lots of nice new features in it.

https://github.com/HarveyHunt/howm/releases/tag/0.4
by harveyhunt
Mon Sep 29, 2014 1:56 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Tony Stark says Hello!
Replies: 51
Views: 15057

Re: Tony Stark says Hello!

^ C is always good. Nothing against C :) , but is it going to be alright learning two programming languages at the same time / day / week / month ? :D I can't ditch C++ as its compulsory ( made by school and those profs. force borland down my throat ). I would say that some C knowledge is going to ...
by harveyhunt
Sun Sep 28, 2014 3:27 am
Forum: INTRODUCTIONS & CHAT (/dev/null)
Topic: Tony Stark says Hello!
Replies: 51
Views: 15057

Re: Tony Stark says Hello!

pidsley wrote:Welcome to the grill. Step one: don't worry about annoying questions. Step two: get rid of #! and get a bbq spin running. Step three: get rid of i3 and use a real WM. ;)
i3 is a real wm. :'(
by harveyhunt
Sat Sep 27, 2014 9:55 pm
Forum: SCRIPTS (/usr/local/bin)
Topic: wtime
Replies: 25
Views: 7846

Re: wtime

GMT over here. :-)