HN user

maximumoverload

141 karma
Posts0
Comments57
View on HN
No posts found.
    > It works.
For a certain definition of "works".
    > MS is probably bound by some partnership agreements so it cannot refuse
Who cares? It's in MS store sold as MS "signature device".

I can't agree.

I have written quite a lor of work in LaTeX and I am still perplexed by floating images and I can never tell where floats (images, tables) will be or should be, because it always jumps randomly from page to page.

My roommate at college had a thesis with lots of images and tables and he basically gave up on LaTeX because of that.

Also, installing fonts to MS Word is trivial. Installing fonts to LaTeX ... well... not so. You need to use XeLaTeX. Which breaks some other things. I tried to use bibtex with xelatex, and started to do some weird issues, until I found out that the texlive packages in debian/ubuntu repos are outdated, so I had to uninstall them and install it again from the website, and then something else broke.

Meanwhile MS Word just works as it is. And you don't need to learn the weird table syntax. And the weird floating logic. And the difference between TeX, LaTeX, XeLaTeX, BibTex, Texlive.

Your language sucks 12 years ago

This article is speaking clearly from the encoding and sorting view, not the easiness to learn or the logic of pronounciation.

I am not him, but on one older Mac, I am running Snow Leopard because it's the last OS X I can run on a 32bit computer.

And yes, I know, it has all the terrible ShellShock bugs and other stuff that will never be fixed, but I just need to run some OS X software time from time and I won't buy a new Mac because of that.

And when I tried to install Linux on that, Wi-fi didn't work properly, and there were some other issues I had with I think rebooting and maybe some other hardware stuff (I know, it sounds like a cliche, but it's true)

That's totally weird to me.

I don't want to say it from a position of superiority or anything, just different mobile culture, but in here, changing SIM cards is normal. It's what you do when you buy a new phone, because - as I said below - you get a SIM card separately, even when you buy it right with the operator with the contract.

But I guess it's a different culture

Yahoo Hacked 12 years ago

I am from Czech Republic.

ICQ was popular here way more than in the rest of the world, but it got displaced by Facebook Messenger (and to some smaller extent Google Talk/Hangout/what's the name now).

I have no idea about Russia or Israel, where it was too popular.

Yahoo Hacked 12 years ago

I think intention is important in these cases, more than what you actually did.

He did not break there to make himself rich or to cause any trouble for the server owner; quite the contrary.

Yahoo Hacked 12 years ago

Thanks.

This guy writes a lot of text but it takes him forever to get to the point.

Yeah, but it works already, and there are also so many features it's hard to know what all could be broken by randomly fiddling around the code.

(I suppose bash does not have a test suite.)

The main issue is, I think - if something works, nobody wants to fix it. Especially if that something is full with 80s code.

Bash works, pretty well, for a lot of people. So nobody wants to touch it.

The good thing about quantum mechanics is that you don't have to know anything about it and still say stuff with it that sounds incredibly profound. "Everything is just a probability! We are all waves, maaan."

(Sort of like Freud's psychoanalysis. Everything is a penis, or your mother.)

This has probably nothing to do with the article though.

I am on linode and precise LTS. I did this, and I got no bash update. What am I doing wrong?

edit: and how do I know if I am still vulnerable?

edit2: ok, this is the test

  env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
and apparently I am already patched. So that's good.