Skip to content

Instantly share code, notes, and snippets.

View kentfredric's full-sized avatar
🤔

Kent Fredric kentfredric

🤔
View GitHub Profile
diff --git a/psmon-1.29/Changes b/psmon-1.29/Changes
new file mode 100644
index 0000000..623d5b8
--- /dev/null
+++ b/psmon-1.29/Changes
@@ -0,0 +1,604 @@
+2005-04-14 16:43 nicolaw
+
+ * bin/psmon: Re-ordered some POD
+
ember ~ # cave show -c =gconf-python-2.28.1
* =dev-python/gconf-python-2.28.1
::gentoo 2.28.1* {:2}
dev-python/gconf-python-2.28.1:2::gentoo
Description Python bindings for the GConf library
Homepage http://pygtk.org/
Herds python gnome
Use flags
USE
-examples Install examples, usually source code
#p7-pretend
use strict;
use warnings;
use feature 'signatures';
no warnings "experimental::signatures";
package OMG;
BEGIN {
# pretend this says
  1. CGI.pm is shit
  2. CGI is shit
  3. <"ARGV"> shouldn't work under use strict because thats a string dereferencing a symbolic ref.
  4. Hash Keys can't retain tainting and so can be used to propagate un-vetted data into safe spaces:
  my $hash = unsafe_thing_that_returns_a_hash();
  $dbh->query(join keys %{$hash}); # data will be untained regardless of what it is.
  1. CGI.pm should probably do something smarter than simply returning the first param when >1 params
@kentfredric
kentfredric / gist:919fddec7dc6b53131a5a040c5900ecc
Created February 13, 2020 02:41
Numbers sorted by numerical precedence of name
0, 1, one
1, 6, six
2, 10, ten
3, 2, two
4, 5, five
5, 4, four
6, 9, nine
7, 0, zero
8, 8, eight
9, 50, fifty
@kentfredric
kentfredric / Netflix Sux.markdown
Last active January 31, 2020 14:55
A compendium of Netflix UI Fuckery

These criticisms are leveled primarily at the AndroidTV Netflix client. I haven't used other clients so I can't speak for their functionality.

No Timezone awareness

Currently, it is 8pm in New Zealand (Fri Jan 31 20:20:41 NZDT 2020)

"The Good Place" Season 4, Episode 13 says "Available January 31".

But its not available yet. At all. Maybe the fact that its currently 11pm in PST bears some significance.

(?-xism:dev-perl/DateManip) in swatch-3.1.1.ebuild
(?-xism:dev-perl/DateManip) in swatch-3.1.ebuild
(?-xism:dev-perl/DateManip) in swatch-3.2.1.ebuild
(?-xism:dev-perl/DateManip) in sleuthkit-2.09.ebuild
(?-xism:dev-perl/DateManip) in sleuthkit-3.0.0-r1.ebuild
(?-xism:dev-perl/DateManip) in sleuthkit-3.0.0.ebuild
(?-xism:dev-perl/DateManip) in sleuthkit-3.0.1.ebuild
(?-xism:dev-perl/DateManip) in tct-1.18-r1.ebuild
(?-xism:dev-perl/DateManip) in beancounter-0.8.6.ebuild
(?-xism:dev-perl/DateManip) in beancounter-0.8.7.ebuild
--- Gentoo-PerlMod-Version-0.6.0-r1.ebuild 2015-01-11 17:01:07.000000000 +1300
+++ Gentoo-PerlMod-Version-0.7.0.ebuild 2015-05-30 09:27:32.175297507 +1200
@@ -5,7 +5,7 @@
EAPI=5
MODULE_AUTHOR=KENTNL
-MODULE_VERSION=0.6.0
+MODULE_VERSION=0.7.0
inherit perl-module
--- Plack-1.3.0.ebuild 2014-10-18 23:03:26.707443312 +0000
+++ Plack-1.3.200.ebuild 2014-10-18 23:13:15.492672423 +0000
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
EAPI=5
#0 0x00007ffff6f2d842 in vfprintf () from /lib64/libc.so.6
#1 0x00007ffff6fe3100 in __vsnprintf_chk () from /lib64/libc.so.6
#2 0x00007ffff6fe3048 in __snprintf_chk () from /lib64/libc.so.6
#3 0x00000000004d901c in Perl_pp_entereval ()
#4 0x0000000000438a8e in Perl_eval_sv ()
#5 0x0000000000438e19 in Perl_require_pv ()
#6 0x0000000000442a69 in Perl_gv_fetchmethod_pvn_flags ()
#7 0x0000000000442ca4 in Perl_gv_fetchmethod_sv_flags ()
#8 0x000000000049c7bd in S_method_common ()
#9 0x00000000004a4e70 in Perl_pp_method_named ()