Viewing profile — ferrari8608
ferrari8608
HN member- Joined
- Fri, Jul 11, 2014, 8:02 AM UTC
- HN karma
- 709
- Public activity
- 169 items
- HN profile
- View on Hacker News ↗
About ferrari8608
Recent public activity
-
comment
Comment #12574371
That was not a personal attack (criticism, sure), but I'll accept my ban anyway. I don't want to participate in a community of substance addiction enablers.
-
comment
Comment #12574245
I have never been, and nor will I ever be, addicted to drugs or alcohol. Drug addictions ruin lives, and it's not just the life of the user. Junkies, particularly heroin junkies, t…
-
comment
Comment #12573938
You suppose wrong. You are correct though that it is normal to view and say things about a junkie as I do.
-
comment
Comment #12573862
What was the wise shit your junkie associate imparted?
-
comment
Comment #12573757
I read that you're on heroin, and that's where the reading stopped. Words from a junkie are worthless. Get your shit together man.
-
comment
Comment #12573751
I don't think this is an issue. Can anyone who does explain to me why you think it is?
-
comment
Comment #12453131
> Will they design games for this and simply cut out graphics features to make it run on the slower version? That's how the relationship between high-end PC games and the consoles …
-
comment
Comment #12353662
I would hope CRV's immigrant staff are documented. If so, what's the beef with Trump? His official stance on immigration is to try to combat illegal immigration and temporarily pau…
-
comment
Comment #12353599
Which would of course be the optimal solution. I always forget about that object.
-
comment
Comment #12352585
I just wanted to point out a bit of syntax from the article. I'm a huge fan of compact variable declaration if statements. The code from the article: if name in names: names[name] …
-
comment
Comment #12352025
I learned something new. It's not a big deal, but I'm glad it was posted nonetheless.
-
comment
Comment #12344513
"We're sorry but the page that you're looking for can not be found. The URL may be misspelled or may have changed. Try searching for the content in the search box below or select f…
- story
-
comment
Comment #12328386
I would love to see that core sample. The tree isn't, or at least doesn't appear to be very big, so the rings must have been tiny.
-
comment
Comment #12328323
One of the commenters on that article said: "just for the pleasure, anyone want to try a simple rm -rf --no-preserve-root /" I don't have a Windows 10 computer, so I can't test thi…
-
comment
Comment #12323960
It's much simpler to me. Tuples are used when you need a sequence but don't need to modify the contents, for instance returning multiple objects from a function call. Lists are use…
-
comment
Comment #12264564
The fact they didn't want us to know
-
comment
Comment #12238940
We don't, but I haven't seen any around.
-
comment
Comment #12226312
Could the obesity epidemic have a little to do with this? With around two thirds of the US population overweight, that's a lot of conventionally unattractive people. For males espe…
-
comment
Comment #12210743
I haven't had any font issues with Manjaro (Deepin community release) or Antergos (MATE). Text looks great right out of the box. I can't say the same for vanilla Arch, but that's t…
-
comment
Comment #12173165
Bad in what way(s) in particular?
-
comment
Comment #12139148
It doesn't really seem like a decent comparison when you look at the comments and read that he used two different graphics drivers for the comparison. Proprietary for the first dem…
-
comment
Comment #12064257
>but it freezes on files larger than 1 MB That's a pretty large bug. Considering what JSON is supposed to be used for, passing data between two programs/processes, files larger tha…
-
comment
Comment #12064240
It's not nice to abuse innocent cats. python -mjson.tool If you're not using cat to concatenate things, the shell can probably handle the job.
-
comment
Comment #12045206
> erases the file first and >> appends without erasing This isn't the issue.