Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - MultiformeIngegno
241
Features / Re: Github & stuff
« on April 5th, 2013, 01:17 AM »
I'm new to git in general, so for me it's quite the same... Luckily I got the GH edu account so it should be ok. RH seems paid too though.
242
Features / Re: Github & stuff
« on April 5th, 2013, 01:10 AM »
I need a private repo because I want to try to have a script on my VPS that automatically pulls updated files from gh for a static website I have.
@0x: thanks!! :) it worked!!
243
Features / Re: Github & stuff
« on April 5th, 2013, 12:57 AM »
Yesterday I created an account on GH... I needed to submit a pull request. It's rather expensive though to have a paid account (private repos)!
244
Plugins / [Plugin] Re: User Mentions v1.0 (9th March 2013)
« on April 5th, 2013, 12:51 AM »
What about read notifications greyed?
245
Features / Re: Crazy idea: fonts as a preference
« on April 2nd, 2013, 02:32 PM »
Can't try right now but it seems more like a browser bug
246
Features / Re: Crazy idea: fonts as a preference
« on April 2nd, 2013, 12:53 AM »
I tried here and the zoom level remains for all the pages.
247
Features / Re: Crazy idea: fonts as a preference
« on April 2nd, 2013, 12:15 AM »
The browser should apply the zoom to all the pages served by the same domain (at least Chrome does that).
248
Off-topic / Re: Jekyll
« on April 1st, 2013, 12:52 AM »
No, no. I'm not sending subliminal messages or something. It's just to share things I see and look at how they are. Don't know, something like "everything is inspiration" ahaha :P
This case I was looking at source code of that blog I posted, and I noticed it was really clean. So I asked them what was the tool used.
249
Off-topic / Re: Jekyll
« on March 31st, 2013, 08:43 PM »
It can be used to create blogs too.
This for example: http://blog.feedbin.me/ :)
250
Off-topic / Jekyll
« on March 31st, 2013, 07:55 PM »
Jekyll is a blog-aware, static site generator in Ruby
http://jekyllrb.com
https://github.com/mojombo/jekyll

Seems interesting :)
251
Off-topic / GetSimple CMS
« on March 31st, 2013, 07:23 PM »
I've never heard of it...
http://get-simple.info/start/

It's XML based.. uhm, performances would not appreciate it :P
252
The Pub / Re: The Cookie Law (in the UK at least)
« on March 31st, 2013, 07:09 PM »
Clear, thanks! :)
Is disabling session handling for guests a major change? Because if it's not and it's easily restorable with a plugin we could solve the problem of users complaining they can't see how many guestz are l00king at their 4rum redirecting them to the plugin.
253
The Pub / Re: The Cookie Law (in the UK at least)
« on March 31st, 2013, 06:48 PM »
Quote from Arantor on March 31st, 2013, 06:43 PM
"is PHPSESSID now only used for guests"

When the point of the suggestion was to NOT use it at all for guests.
No. I noticed that when I'm logged in links are without PHPSESSID. When I'm a guest links are with it. So I assumed it was like that...
254
The Pub / Re: The Cookie Law (in the UK at least)
« on March 31st, 2013, 06:41 PM »
Quote from Arantor on March 31st, 2013, 06:39 PM
But the point of what I was suggesting was the complete opposite of what you're asking anyway.
I asked nothing but an heads-up on this. :eheh:
255
The Pub / Re: The Cookie Law (in the UK at least)
« on March 31st, 2013, 06:33 PM »
Quote from Arantor on February 1st, 2013, 04:06 PM
Quote
Might be a good opportunity to get rid of PHPSESSID though :P
Well, I've been looking into that. We have two choices, we can ditch the session rewriter part (and rename sessrewrite!!) and leave the underlying handling for guests, or we can entirely remove sessions for guests for a massive performance boost overall.

I'm tempted to go with the first one because of how upset people get when their meaningless statistics are threatened.
I don't remember how this ended up.. is PHPSESSID now only used for guests?