Updates from Josue R. RSS Toggle Comment Threads | Keyboard Shortcuts

  • avatar

    Josue R. 9:40 pm on January 29, 2012 Permalink | Reply
    Tags: , ,   

    Weekly Tweets for 2012-01-29 

    • Would be awesome if i could tell AWS to auto-increase my drives by 10GB each time i have less than 5GB on the drive. #
     
  • avatar

    Josue R. 9:40 pm on January 22, 2012 Permalink | Reply
    Tags: , ,   

    Weekly Tweets for 2012-01-22 

    • I swear that if #SOPA or #PIPA passes into law, I will dedicate my life to make each supports kid's a living hell. #
    • It's very difficult to purchase a $550 ticket to #JSConf if the speaker lineup isn't even confirmed yet. #
    • You know that if they pass #SOPA or #PIPA there will be more piracy than ever – and then it will be impossible to stop it. #
    • @RickWebb hey man, you made it out to South Florida. Enjoy the weather. in reply to RickWebb #
    • @shinsyotta retaliation, revenge, to show how easy it is to circumvent #SOPA like a slap in the face to those who support it. in reply to shinsyotta #
    • @jewgonewild dev. = localhost; sorry, he forgets. in reply to jewgonewild #
    • if Tupac was still alive, i'm sure he'd have something to say about #SOPA #
    • Sen. Roy Blunt (R-MO) blamed Harry Reid (D-NV) for "pushing … a flawed bill that still needs work" WAIT! so he didnt read the bill before? #
    • If you're a Web/Graphic/Print #Designer i think you'll appreciate http://t.co/b28AXu7 imports your design RSS feeds & displays them nicely. #
    • since i started using CommandQ i have saved myself so many countless headaches. #
    • hey guys, did you hear NYT newsroom holds the first drink from the @freshfreecoffee ?? Go check it out now. #
    • its easy to get a small business started, its harder to maintain it when there's no passion and innovation. #
    • @lukew that stat doesn't sound right, i spend way more time watching porn with touch gestures. in reply to lukew #
     
  • avatar

    Josue R. 7:52 pm on January 21, 2012 Permalink | Reply  

    Dark Matter, a possible Stargate Universe alternative? 

    Stargate writers and producers, Joseph Mallozzi and Paul Mullie, have teamed up for a 4-issue comic series called Dark Matter. Here’s an official series description:

    Dark MatterA derelict ship floats in space, its troubled crew awakened from stasis with no memories of who they are or how they got on board. Their search for answers triggers the vessel’s deadly security system: a relentless android bent on their destruction. Facing threats at every turn, they have to work together to survive a voyage charged with vengeance, redemption, betrayals, and hidden secrets best left unknown.

    It’s said Joseph Mallozzi is pitching Dark Matter as “a high-end cable television series.”

    Based on the official series description, I can only imagine it will be very familiar to the Stargate Universe (SGU) tv drama and character suspense with the touch of space missions.

    I for one would love to see the SGU return but thats very unlikely. I’m quite sure it was in Mallozzi’s interest and the rest of the SGU crew to entertain us with many more amazing episodes and seasons. I also remember SGU was originally pitched as a five season series.

    Hopefully Dark Matter can bring those same character plots and dramatic yet complex human interaction that was instilled in SGU from the beginning, which left us at the very end of it’s series finale with a memorable cliffhanger and endless questions.

    If this is the alternative version of the Stargate Universe tv show set with a different format, space mission and badass enemies, I will personally take whatever these fine writers and masters of Space tv show drama and action scene they have to offer. I know many other Stargate fans would agree.

    You can still watch every Stargate episode, season and every series on Netflix.

    Stay tune here or read the article post from GateWorld for further details on Dark Matter.

     
  • avatar

    Josue R. 9:40 pm on January 15, 2012 Permalink | Reply
    Tags: , ,   

    Weekly Tweets for 2012-01-15 

    • y #
     
  • avatar

    Josue R. 9:40 pm on January 8, 2012 Permalink | Reply
    Tags: , ,   

    Weekly Tweets for 2012-01-08 

    • difference in age from previous gf's: 10+ & 6+ yrs. i think thats where it stops. #
    • Iowa caucuses started? Fuck it! Please tell your representatives to strongly oppose the Stop Online Piracy Act (SOPA). Thank you kindly. #
    • Hello to everyone! How i've missed ya. Don't be shy and say hello back. #
    • @Poysoniv hey. havent seen u in a long while. #
    • I am what I am; you cannot beat that. #
    • Anyone know of a copyrighter/field associate/freelance writer position? #
    • @neilkod of course man. been Dev'ing and CloudShopper all the time. sup with u? i've been trying to keep up with your blog posts. in reply to neilkod #
    • @MoreWillie always helping the community, especially the single women. in reply to MoreWillie #
    • when war with Iran breaks out, i'm just gonna lay back and continue w/ my own business, becuz that shits gonna be about oil control. #
    • @VanessaMontes rather think of it as sign of good taste. i'm House for Life. in reply to VanessaMontes #
    • been impressed with Ember.js – so much awesome. #
    • @VanessaMontes stop doing Ecstasy and really listen to it. in reply to VanessaMontes #
     
  • avatar

    Josue R. 10:34 pm on July 12, 2010 Permalink | Reply  

    Git Publish to shared server (eg: GoDaddy ssh) 

    As a web developer, there’s nothing more I hate than not having the right tools to get the job done quickly or at an optimal speed. Aside from that, many hosting servers, for example GoDaddy, makes it even frustrating to work without access to version control and sometimes without SSH access when your clients hosting plans is on a shared plan. Not able to use Git (or SVN which ever you prefer) makes it a pain in the ass to commit changes, update the site quickly and show your talents.

    So you know what I did of course, yes you do. I created an alternative tool that would alleviate the suffering of having to use FTP each time to update the website. I present to you my version of Git Publish to GoDaddy shared servers and the likes:

    The script is very simple to use, just edit your SSH settings within the file then open up that trusty terminal window and run as such:

    sh Git_Publish_To_Shared_Server.sh

    The script will archive in a file the latest git commits since you last did your Git Push. It will secure copy the archived (tar.gz) file to your SSH server, then extract the archived file and update your remote files instantly.

    The script checks if the current repository is clean or dirty, which will warn you in case its not clean. After you’ve commited your changes locally, its time to upload the most latest changed/added files to the website hosting via SSH. But don’t worry too much, the only thing the script asks you each time is your ssh password. (No, it does not store the password nor send it over to me) … just take a look and see how tiny yet useful it will be to you.

    Happy Hacking.

     
    • avatar

      Jay Swain 12:57 am on October 13, 2010 Permalink

      How did you get around the password prompt when doing the scp?

    • avatar

      Josue R. 7:27 pm on October 13, 2010 Permalink

      It doesn’t bypass the scp password prompt. I left it on the script so its safer to prompt than storing your password and piping it to scp. If you use this script on a server which you have SSH password-less access configured (aka your public ssh key on the server) then the password should not prompt you.

    • avatar

      Massage Cushion 5:43 am on November 8, 2010 Permalink

      godaddy is not always the best registrar, the private registration of godaddy is too expensive.

    • avatar

      Electric Griddle 3:41 pm on January 24, 2011 Permalink

      I am very thankful to this topic because it really gives great information

    • avatar

      Josh 4:17 pm on April 1, 2011 Permalink

      Sorry I’m a shell script noob, but is this all about wrapping up local Git changes and pushing them via scp?

      I found this great post about setting up Git on Godaddy via a prior build created on a Virtual Box! Seems to work like a charm http://johntrammell.com/wp/2011/01/05/using-git-on-godaddy/

    • avatar

      Greg 10:47 pm on September 27, 2011 Permalink

      I am two weeks into using GIT and I’m already using your script to post from my VPS to a GoDaddy account. This works well! My only question is why have you asked to Push changes to remote repo at the end of the script?

    • avatar

      Josue R. 8:24 pm on January 6, 2012 Permalink

      @Josh pushing files via “scp” because GoDaddy didn’t make it easy to go regular “git push”. (Its been a long while so i think they might have updated their hosting to allow Git – unfortunately i’m no longer with GoDaddy neither recommend them to anyone.)

  • avatar

    Josue R. 11:43 pm on August 18, 2009 Permalink | Reply
    Tags: ,   

    Ubiquity – PHP search & preview (updated) 

    As you know from my last post on Ubiquity and PHP, I love to search and use the add-on like a mad-man, but i just could not get PHP search fully implemented for all functions, so i’ve updated the darn plugin. It is version 0.4 because that’s where i feel it was last best iterated, without my trusty SVN enabled.

    Whats new?

    Well for starters, the PHP search algorithm (and its very simple indeed, just take a peak) can now search for all existing functions (atleast from what i’ve tested so far). If the function you searched was misspelled or incorrect, it fails nicely into the default “PHP Function List” search results, as PHP.net current does for your convenience.

    Second, sometimes when I search for php functions, I don’t necessarily need to view all the content of the function page, that is: code usage, examples, notes, parameters and user contributed notes. So what do I do in this case? I simply give it an parameter action after the function name to just display that section.

    Usage before:

    Start Ubiquity and type “php strstr” … notice how it just returns all the code block usage, examples, etc. Also notice how the scrollbar appears, I hate that.

    Usage now (with only examples):

    Start Ubiquity and type “php strstr examples” … notice how it just returns only examples.

    You can return everything with param action “all” or by sections “description”, “notes”, “comments”.

    Go ahead, give it a try and let me know what you think. If you’re a web developer, please feel free to extend it even more via Github.

    View the Ubiquity PHP command and install it here.

    PHP Search Tips:

    Displays function & examples: {FUNC}
    Displays only description: {FUNC} desc or {FUNC} description
    Displays only parameters: {FUNC} params or {FUNC} parameters
    Displays only notes: {FUNC} notes
    Displays only user contibuted notes: {FUNC} comments
    Displays All: {FUNC} all

     
  • avatar

    Josue R. 5:47 am on August 2, 2009 Permalink | Reply  

    Google Voice + iPrint = Free Biz cards 

    So you want free business cards, you say? And want to have you Google Voice number too, eh? Don’t hesitate any longer and grab your free business cards from Google.

    I happen to see an ad for free printed business cards on my Google Voice account, so I wanted them now. It took me to iPrint’s website and ask me to fill in a few fields  (business name, address, email, etc) and iPrint (Google’s partnered printer) gives you the real-time proof of your cards. Submit your order through the cart and expect them in 10 business days via USPS (free shipping too). Happy networking.

     
  • avatar

    Josue R. 6:19 pm on July 26, 2009 Permalink | Reply  

    Stargate Universe – trailer#2 

    I have been a loyal fan of Stargate (call me a fanboy if you’d like) since the theater showing of the original movie. Counting the years since, it has been more than 15 years and even still I’m more into the franchise then ever. My anticipation for the spin-off Stargate Universe is beyond words after having watched the second trailer of the show. I felt a wave of bliss, satisfaction and energy with all the hints, dramatic scenes and special effects the Stargate team have in stored for us dedicated fans and newcomers.

    Well, enough for now. I will write more about the show as it comes and certainly be talking about the previous series’ (Stargate SG-1 and Atlantis), because after their ending finales, there is still much to talk about, theories to contemplate and questions unanswered. Especially my questions between the alliance of four great races, their technological relationships and advances.

    Below is the Stargate Universe trailer # 2 for your viewing pleasure:

     
  • avatar

    Josue R. 2:54 am on July 15, 2009 Permalink | Reply
    Tags: firefox, ,   

    Ubiquity: Search & preview PHP string functions 

    If you love Ubiquity and constantly develop with PHP but hate referring to the online docs like i do, then this command might save you seconds on your productivity. Simply search for a basic string function and get the reference and example of the particular function. I’m hoping to expand to all documentation of PHP in the near future.

    Usage: PHP strstr

    Install via Ubiquity here.

    This command has been updated with action parameters, click here for more details.

     
    • avatar

      teratips 3:46 am on July 17, 2009 Permalink

      its looking great post, thanks and also appreciate your Idea on my blog TeraTips.com

c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel