lllorddino's comments

lllorddino | 9 years ago | on: Reddit CEO admits to altering user comments that were critical of him

> Reddit is known for censoring subreddits the admins do not like

r/The_Donald mods were censoring all comments against Donald Trump (hence why they didn't reach r/all)

> the CEO mocked Facebook's knowledge of their users data saying that at Reddit they know not only what one publicly speaks (such as in Facebook), but also their users "darkest secrets" (in an interview about advertising on Reddit).

It was clearly a joke taken out of context from conspiracy theorist.

lllorddino | 9 years ago | on: Static Website Generators

Static site generators are easy to learn and host for free on Github pages but setting up TLS with a custom domain name is a pain. I currently have Cloudflare in front handling that for me.

lllorddino | 9 years ago | on: A few HTML tips

That feeling when the first paragraph of an article points out something you've been doing wrong all along :D. I use <br> in between paragraphs and it looks horrible, what should I be using instead?

lllorddino | 9 years ago | on: Why People Should Learn Python

I hate Python. My linux distro comes with version 2.7 yet I should be using version 3?? Yes it makes writing complex programs quickly with its endless libraries, but I don't consider myself learning anything if all I'm doing is copy pasting the API docs. I've recently switched to Go and the language is small and easy, docs/source code are well commented, and lastly I'm actually learning how computer programs work.

lllorddino | 9 years ago | on: Hello from Orkut

They should also buy the domain name goodbye.com it seems empty. Why do people buy domain names and leave a blank screen like that????

lllorddino | 9 years ago | on: CloudFlare, We Have a Problem

I use Cloudflare because I host my static website on Github. The flexible ssl mode is good enough because there's no user data being passed around only articles of mine.

I've used the full ssl mode on self hosted servers and can't see what the dilemma is besides you being paranoid that Cloudflare will tamper with data passing through them. Evidence?

lllorddino | 9 years ago | on: Banning Sites That Don't Respect Adblock

Personally I haven't clicked on a single Forbes link in months after being forced to unblock them to view content that should be available to the public with no catch. I never go back to sites that implement that system.

lllorddino | 9 years ago | on: Go’s march to low-latency GC

Before Go I was web developing in Node.js but wanted to get "closer to the metal." Thought about using C for the back end but then heard about Go and have been in love ever since. My favorite programming language by far.

lllorddino | 9 years ago | on: FreePascal and Lazarus Foundation

I tried out Pascal a while ago and really liked the language. Also installed Lazarus and was able to make a simple Windows GUI. Although now I'm on Linux and may have to give it another go.
page 1