open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • PsExec

    calendar Mar 15, 2011 · 1 min read
     en knowledgebase software  · ant cute system tools ui vi war
     ·
    Share on: twitter facebook linkedin copy
    PsExec
    Utilities like Telnet and remote control programs like Symantec's PC Anywhere let you execute programs on remote systems, but they can be a pain to set up and require that you install client software on the remote systems that you wish to access. PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software. PsExec's most powerful uses include launching interactive command-prompts on remote systems and remote-enabling tools like IpConfig that otherwise do not have the ability to show information about remote systems.
    via PsExec.
  • Automatically refresh your user’s Session behind the scenes using jQuery and Asp.Net

    calendar Mar 10, 2011 · 1 min read
     en software  · bad ideas jquery tip
     ·
    Share on: twitter facebook linkedin copy
    Automatically refresh your user's Session behind the scenes using jQuery and Asp.Net

    Sometimes, a client-based refresh of the session is the only viable option.

    Anyway, we must define this a “bad idea”, because you can end up stuffing even more problems on your architecture…

    Now this is something that may or may not be useful to a lot of people, depending on you situation, you may want the user to elect to refresh their Session or not (like banks usually do); but this is for applications that may have a lot of idle time and users are annoyed with their Sessions dying... considering most users don't know what a Session is, but they know that the application stops working correctly.

    It uses jQuery and is incredibly simple, just a few lines of code, and no screen flicker or any annoyance to the user at all; ignorance is bliss. First I include the following in the code-behind in any page you need to keep refreshed (works on masterpages as well)[…]

    via Automatically refresh your user’s Session behind the scenes using jQuery and Asp.Net.


    Read More
  • Visual Studio and JQuery Speed start

    calendar Feb 13, 2011 · 1 min read
     en knowledgebase software  · c jquery
     ·
    Share on: twitter facebook linkedin copy
    Visual Studio and JQuery Speed start
    1. Download this patch for the visual studio 2008 SP1
    2. Download the documentation file from this link http://code.jquery.com/jquery-1.4.1-vsdoc.js
    3. Take a rest near the Coffe machine and convert there your co-workers
  • At last Bing is not so bad

    calendar Feb 7, 2011 · 1 min read
     en software  · bad evil freedom google microsoft
     ·
    Share on: twitter facebook linkedin copy
    At last Bing is not so bad

    I have used Google in the past 8 years (I know, I am a bit old). Then I was annoyed because of a bad behavior of Google with my AdSense account (shutdown without being able to talk back to someone for explanation).


    Read More
  • Non tenere la testa tra le nuvole: torna con i piedi per terra!

    calendar Feb 5, 2011 · 4 min read
     featured it software  · cloud-computing fatti
     ·
    Share on: twitter facebook linkedin copy
    Non tenere la testa tra le nuvole: torna con i piedi per terra!

    Il Cloud computing inizia a scricchiolare? La domanda è lecita se si mettono in fila alcuni fatti, e considerazioni tecniche:

    Fatti

    Mozy, una società che offriva backup con spazio illimitato, ha dovuto fare marcia indietro. Mozy è considerato un esempio di Cloud computing, e fa parte della costellazione di società che fanno capo a EMC2, che ha nel Cloud una dei suoi cavalli di battaglia. Al momento Mozy offre per 6$ 50GB al mese.


    Read More
  • C# 4.0 in a Nutshell

    calendar Feb 2, 2011 · 2 min read
     en featured software  · books c net oreilly
     ·
    Share on: twitter facebook linkedin copy
    C# 4.0 in a Nutshell

    My Big Company asked me to develop a small-sized application using C# and WebForms. The Customer was a big Italian Bank, and it asked for that technology: I was chosen because of my Java seniority, but I was zero on .NET knowledge

    The “C# 4.0 In a Nutshell” was a real time-saver for my. The 1000-pages book written by Joseph&Ben Albahari will give you a complete look to the C# Technology.


    Read More
  • lambdaj

    calendar Jan 23, 2011 · 1 min read
     en knowledgebase lang software  · closure functional-java functional-programming java
     ·
    Share on: twitter facebook linkedin copy
    lambdaj
    How many times have you read or written the same two or three lines of code that frequently seem to go together, and even though they operate on different objects, feel like the same thing? And how often these repetitions involve some sort of collections iteration or more generically manipulation? These repetitions in the code is something that developers eventually learn to filter out and ignore when reading code, once they figure out where the interesting parts are placed. But even if the developers get used to it, it slows them down. Code like that is clearly written for computers to execute, not for developers to read.

    lambdaj is designed to easily manipulate collections. Its features are intended to filter, convert, index and aggregate the items of a collection without explicitly iterate on it.

    Integrate lambdaj in your software architect toolkit (italian link)


    Read More
  • How to display an animation during page loading

    calendar Jan 12, 2011 · 1 min read
     en featured knowledgebase software  · javascript jquery magic web
     ·
    Share on: twitter facebook linkedin copy
    How to display an animation during page loading

    Old web site requires sometimes to show a big “Loading…” gif in the front of the page. It is not trivial to do it, especially if you have already plenty of jQuery forms developed, with complex form submission, and half the site in an ajax form.


    Read More
  • Closure in C#

    calendar Jan 6, 2011 · 2 min read
     en knowledgebase lang software  · closure functional-programming net
     ·
    Share on: twitter facebook linkedin copy
    Closure in C#

    After the success of Closure in Java we like to show you a good example in C# too.

    C# has a very strong support for Lambda functions, because it needs to support the LINQ language constructs.

    So defining a closure is quite easy. Best, it is possible to define a “delegate” , which is a typed function: the compiler will help you to avoid errors because will match the lambda function against the delegate.


    Read More
  • Semplici regole per software architect

    calendar Jan 1, 2011 · 4 min read
     featured it software
     ·
    Share on: twitter facebook linkedin copy
    Semplici regole per software architect

    Per sviluppare bene un software, vi sono tante regole da seguire. Se vi danno la responsabilità di una architettura, vi sono però tre piccoli principi che mi hanno salvato più di una volta. Senza pretendere che essi valgano per tutti, ma conscio del fatto che in oltre 15 anni di programmazione ad oggetti mi hanno salvato più di una volta, eccoli qui:


    Read More
  • You are nobody without an API Key generator

    calendar Dec 12, 2010 · 1 min read
     en humor knowledgebase software  · ideas python
     ·
    Share on: twitter facebook linkedin copy
    You are nobody without an API Key generator

    API KEYs are sexy: if you have a web based business (like Google, Twitter, Facebook or Wordpress’Automattic) you should have a way to generate an API Key for web service integration.

    Like Session keys, API keys should be sufficiently unpredictable to be psuedo-random. To be unpredictable, no user variables (or timestamps) are encoded into the key.


    Read More
  • Vim sanitize better then Emacs?

    calendar Dec 5, 2010 · 2 min read
     en knowledgebase software  · emacs vi
     ·
    Share on: twitter facebook linkedin copy
    Vim sanitize better then  Emacs?

    Disclaimer: Hi guys, I will not start a Religion wars between Emacs and Vim. For a copule of reason:

    • I have been an Emacs fan for about ten years, then I get a depression because of emacs-lisp complicated interface and slow emacs evolution
    • I have worked on pymacs a bit, so I am somewhat a Emacs contributor
    • I am still searching a good general purpose editor. On my day by day job, eclispe is my food.
    So I was accustomed to emacs from the University. Now I decided to give a try to vim, mostly because I need
    • a editor working on slow connection
    • a fast startup editor
    • some time to be masochistic. Some guys smoke, others use vim. It perfectlys fit in your auto-destruction instinct.
    In Software world changing editor is the same to change your religion  :)

    I was happy with vim for this reason:


    Read More
  • Is Diaspora a Failure? Tech Review

    calendar Dec 1, 2010 · 2 min read
     en knowledgebase reviews software  · bad ideas privacy
     ·
    Share on: twitter facebook linkedin copy
    Is Diaspora a Failure? Tech Review

    About Diaspora, we read from Ars Technica (underline is our):

    Diaspora emerged as a response to the privacy concerns raised by mainstream social networking services. The aim of Diaspora is to create an open source social network alternative with decentralized architecture, giving end users more control over their private information and how it is shared with other people. [...]

    When the first Diaspora code was first published in September, independent reviewers found some serious technical defects, including a number of security weaknesses. […]


    Read More
  • Python OR-Mapping Tools

    calendar Oct 26, 2010 · 1 min read
     en knowledgebase python software  · python
     ·
    Share on: twitter facebook linkedin copy
    Python OR-Mapping Tools

    http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software#Python

  • Cappuccino: Objective-J

    calendar Oct 24, 2010 · 3 min read
     it lang software  · apple javascript
     ·
    Share on: twitter facebook linkedin copy
    Cappuccino: Objective-J

    Cappuccino è un progetto interessante, anche se molto particolare.

    Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser. Cappuccino is built on top of standard web technologies like JavaScript, and it implements most of the familiar APIs from GNUstep and Apple's Cocoa frameworks.
    With Cappuccino, you don't need to know HTML. You'll never write a line of CSS. You don't ever have interact with DOM. We only ask developers to learn one technology, Objective-J, and one set of APIs. Plus, these technologies are implementations of well known and well understood existing ones. Developers can leverage decades of collective experience to really accelerate the pace of building rich web applications.
     Tra i bonus di Cappuccino c'è la possibilità di programmarlo come se si stesse programmando in Objective-C ed in particolare in Cocoa. Può rappresentare un ottimo investimento se avete un background in XCode. L'interfaccia e le librerie constano in circa 10MB di codice compresso: non esattamente una passeggiata.

    Una delle applicazioni più complicate è http://280slides.com/ che però a tempi di caricamento abbastanza alti.


    Read More
    • ««
    • «
    • 4
    • 5
    • 6
    • 7
    • 8
    • »
    • »»

Recent Posts

  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers
  • Vibe Coding: easy to say, difficult to survive

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top