En
All English articles are marked under this category
-
We have tried the PlayStation Now 7-days trial (after pricing is 15€/Month, 100€/year) Pro:
- Good Game Selection. Also PS3 and PS2 strong sellers are here, like Red Dead Redemption (1) and Bloodbone, Prey, etc
- Seamless experience: the streaming never take a slow down
- Subscription has a 100€/year offer which is quite aggressive. We will see what Apple will be able to do.
- Downloaded game saves are not synced with the streamed one, you need a PlayStation Plus account to get this. It is too bad for a 15€/monthly subscription, isn't it?
- PS Now offer streaming on PC too. But they seems to have trouble with the email link they pass to you to use it (see below). The link is okey from the playstation shop site.

- Some games like Horizon Zero Down, Red Dead Redemption2 are not there, a pity but understandable: Sony cannot destroy its own game market.
-
When I was young I was able to play with my Vic20/Commodore64. I learned to love programming with these small 8-bit real computers. I was between 11 and 12 years old, and just learning basic English, with only a data-casette to store my stuff.
Now my son is 9 years old, and I was unable to find something like the Commodore computers to teach it.
Read More -
Makefiles are widely used to build a lot of languages and projects, with C/C++ projects being the majority. Whenever you are developing or testing software, it’s highly probable that you will encounter them.This post will try to address some common errors in Makefiles, as well as good practices and cross-compiling support.
Take a look at: Danilo Spinella's site - Makefiles, Best Practices -
After some tweaks, we changed a bit of things on Gioorgi.com in Winter 2019
- First of all, we moved Gioorgi to a powerful server at the end of 2018, tuning it during the autumn.
- An Apache Solr server was added to get better search results, with indexed stuff.
- Quality We decided to reorganize the major theme, moving away from Magazine lite and trying Astra, which is higly customizable. We reorganized content to use only categories and menu, dropping the Series plugin we used for a long time. NEW Editing Policy Our article will be edited after a short time, to fix typo and adapt to comments and so on.
- We set up a monitoring system and discovered JetPack slow down a lot WordPress. So we decided to move away from it, replacing with some ad hoc plugin for related pages and so on. By the way the new monitoring system is powered by Apache Kafka, and it is our implementation backbone for internal analytics.
- Removing JetPack forced us to rethink things like:
- Twitter streaming become more important then the other socials.
- Related posts was re-organized via a more plastic plugin, getting better control over the content and the discovery process
- JetPack analytics was replaced with old evil Google Analytic
-
Character encoding is a very bad beast when you write code, but UTF-8 will save us.
Belive me: You will love the Big Brother and the UTF-8.
Source: UTF-8 and Unicode Standards Also read this: https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/Unicode Transformation Format 8-bit is a variable-width encoding that can represent every character in the Unicode character set. It was designed for backward compatibility with ASCII and to avoid the complications of endianness and byte order marks in UTF-16 and UTF-32.
-
I admit it. I suffered from an “algebra narcoleptic syndrome” during my relational database lessons at University (1996 circa). Lets talk about it -
At Dropbox, Kafka clusters are managed by the Jetstream team, whose primary responsibility is to provide high quality Kafka services. Understanding Kafka’s throughput limit in Dropbox infrastructure is crucial in making proper provisioning decision for different use cases, and this has been an important goal for the team. Recently, we created an automated testing platform to achieve this objective. In this post, we would like to share our method and findings.
Read Finding Kafka’s throughput limit in Dropbox infrastructure | Dropbox Tech Blog -
isync: free IMAP and MailDir mailbox synchronizerisync is a command line application which synchronizes mailboxes; currently Maildir and IMAP4 mailboxes are supported. New messages, message deletions and flag changes can be propagated both ways. isync is suitable for use in IMAP-disconnected mode.Synchronization is based on unique message identifiers (UIDs), so no identification conflicts can occur (as opposed to some other mail synchronizers).Synchronization state is kept in one local text file per mailbox pair; multiple replicas of a mailbox can be maintained.isync is free software in the sense of the GNU GPL v2.
Source: isync: free IMAP and MailDir mailbox synchronizer -
The department of defense, has published a nice document to “detect” agile bullshit. The document is called DIB_DETECTING_AGILE_BS_2018.10.05 and was published on October 2018.
We saved a copy on our site, because we think it is very very interesting…
-
I am studying Apache Kafka (a "distributed streaming platform") and I stumbled upon this conclusion: the "disk read fear" a lot of projects have in the past, is a fake.

A lot of distributed database started tutorial with the statement "disk read are slow, write are fast" which is true to some extent, and accounted for de-normalizing data and memory caches.
Read More -
Paleotronic’s 12 Years of Retro-Christmas Year One: 1980 - Paleotronic Magazine A sticky post for Dicember 2018
-
Collapsible widgets are a popular way to create sections of content that can contract and expand. There are a ton of different implementations out there. Here, thanks to checkbox input elements, label elements and the :checked pseudo-selector, we’ll be able create such widget without the need for extra JavaScript.
Source: Implementing A Pure CSS Collapsible ← Alligator.io -
On this Christmas, a lot of us will pay more then $1000 for a new iPhone XY or for a similar Samsung one (twice the price of a netbook) and you will have in your hand a quite powerful machine: for instance iPhone used as Theorem Prover is faster then an Intel Workstation (!)
Read More