Search Results For “Tag:programming” - # - rss
JR:
Drupal security hole - October 2014
- https://www.drupal.org/PSA-2014-003
https://news.ycombinator.com/item?id=8528605
Some excerpts from the above links:
Date: 2014-October-29
Security risk: 25/25 ( Highly Critical)
Automated attacks began compromising Drupal 7 websites that were...
more>>
12 min read
- Oct 31, 2014
- #drupal #wordpress #programming #security #php #cms #blogging
JR:
Interesting programming languages
- ... to read more about and possibly learn to use
Go
Lua
Erlang
Haskell
Scheme
Scala
#programming - #go - #lua - #erlang - #haskell - #scheme - #scala
- Oct 10, 2014
JR:
Learning the Go language
- On Oct 6, 2014:
I installed the Go language.
apt-get install golang
That installed version go1
I executed a hello world go script
https://code.google.com/p/go-wiki/
https://stripe.com/blog/official-go-support
https://github.com/stri...
more>>
- Oct 06, 2014
- #howto #programming #go
JR:
Perl conditional loading modules
- Chapter 12.3 of the Perl Cookbook, Delaying use Until Run Time has a lot to say about native methods, either autouse:
https://metacpan.org/pod/if
https://github.com/jberger/DeDuperizer/blob/master/deduperizer.pl
https://metacpan.org/pod/Class:...
more>>
- Oct 02, 2014
- #perl #programming
JR:
Db-dump.sh
- Used to dump the contents in database tables for backup purposes.
#!/bin/bash
dumpdir=/home/myaccount/dbdump
dt=`date +%d-%b-%Y`
dumpfile=$dumpdir/myaccount-dbdump-$dt.sql
/usr/bin/mysqldump --add-drop-table -uDBUSER -pDBPWD DBNAME > $dumpfile
gzip...
more>>
- Sep 24, 2014
- #mysql #database #programming #junco #grebe
JR:
Junco User Documentation
- Junco was designed to support multiple users who create blog posts, microblog posts, replies, and follow users and tags. But Junco can be used as a personal publishing site too.
Example usage:
personal site -
multi-user test version -
Accou...
more>>
29 min read
- Sep 23, 2014
- #junco #programming #blogging #blog_jr
JR:
Pebble watch development
- https://apps.getpebble.com/applications/52e04d79d8561de30700002e
https://developer.getpebble.com/
https://developer.getpebble.com/2/additional/hello-world/
https://developer.getpebble.com/2/guides/
https://developer.getpebble.com/getting-started/...
more>>
- Aug 21, 2014
- #programming #watch #mobile #app #api
JR:
Yo-Perl Readme
- #yo - #perl - #programming - #api
Perl module that provides access to the Yo API.
External links:
Yo
API
Example Usage
Create object by passing the Yo API token for the account sending the Yo.
my $yo = Yo-new("your-yo-api-token");
Optionall...
more>>
- Aug 19, 2014
- #yo #perl #programming #api
JR:
Stories to Read - Mon, Aug 4, 2014
- #media - #technology - #programming - #javascript - #mobile - #insect
https://github.com/tekknolagi/carp
https://news.ycombinator.com/item?id=8130413
https://ethercalc.org/
https://news.ycombinator.com/item?...
more>>
- Aug 04, 2014
- #media #technology #programming #javascript #mobile #insect
JR:
Grebe API - Old Page
- https://github.com/WhiteHouse/api-standards
Use three simple, common response codes indicating (1) success, (2) failure due to client-side problem, (3) failure due to server-side problem:
200 - OK
400 - Bad Request
500 - Internal Server Error
Greb...
more>>
5 min read
- Jul 18, 2014
- #grebe #blogging #api #programming
JR:
Testing module to keep in mind - November 2002
- (my blog post from Saturday, November 30, 2002)
As the project matured, we added regression tests using Perl's HTTP::WebTest module and added the regression tests to the daily build process. Thus, regressions in the core application were tested dai...
more>>
- Jul 18, 2014
- #perl #programming #testing
JR:
Interview with Mojo Mail author - November 2002
- (my blog post from Friday, November 22, 2002)
An interesting discussion with a young, bright artist and programmer.
"I'm a curious person and activities such as painting and programming aren't too too different. Both need you to have a amazing i...
more>>
2 min read
- Jul 18, 2014
- #art #programming #email #perl
JR:
API-first-development design
- November 2013 Pop.co blog post titled Why we chose API-first development.
Related Hacker News thread
Simple enough. Another project derivative idea based upon Junco code. No HTML Template usage. The server code only receives and returns JSON via R...
more>>
3 min read
- Jun 23, 2014
- #programming #design #javascript #json #rest #api #blog_jr
JR:
Comments about commenting systems - June 2014
- And it continues ... Attempting to correct, improve, and manage reply mechanisms, attached to media-created content.
Additional links and thoughts:
I thought the Facebook commenting system was the Holy Grail for media sites. What about the Disq...
more>>
8 min read
- Jun 23, 2014
- #media #comments #programming #opensource #design #blog_jr
JR:
Creating new blog tool based upon Junco and Kinglet
- #todo - #programming - #blogging - #grebe
I created Kinglet from Junco code. I'd like to create a smaller blogging tool based upon ideas and code from both Junco and Kinglet.
App name options:
Modo
Veery
Tanager
Scaup
Grebe
update: I decided u...
more>>
8 min read
- Jun 18, 2014
- #todo #programming #blogging #grebe