HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xphx

no profile record

comments

xphx
·4 tahun yang lalu·discuss
"in August 2021, Discord had reported $130 million in 2020 revenues, triple from the prior year, and had an estimated valuation of $15 billion"

https://en.wikipedia.org/wiki/Discord#History
xphx
·4 tahun yang lalu·discuss
> treaties [...] not based on trust

How are these treaties enforced? All international treaties are ultimately based on trust. There is no higher authority, only elective councils of and voluntary commitment to procedures (a.k.a. promises) by sovereign states.

Specifically not even these formal promises have been given by e.g. the United States of America which to this day has signed but never ratified either the VCLT[1] or the VCLTIO[2], so is figuratively giving a lukewarm "let's see about the convenience of that when it comes up".

1: https://en.wikipedia.org/wiki/Vienna_Convention_on_the_Law_o...

2: https://en.wikipedia.org/wiki/Vienna_Convention_on_the_Law_o...
xphx
·4 tahun yang lalu·discuss
A 2016 talk by Tribeflame CEO Torulf Jernström about the monetization of mobile games called "Let's Go Whaling!" also caused a bit of a ruffle a while ago.

Ominously delivered with smug smirk, met by smug laughter: "I'll leave the morality of it out of the talk. We can discuss it, if we have time, later."

https://www.youtube.com/watch?v=xNjI03CGkb4

Turns out they would have had time later but for some reason opted not to.
xphx
·4 tahun yang lalu·discuss
Written as though it's competing for the attention of fourteen-year-olds against meme scrolls, video games and online porn.
xphx
·4 tahun yang lalu·discuss
Unfortunately that is also the problem with rational arguments if they are deliberately or ignorantly reductive, i.e. without holistic perspective.
xphx
·4 tahun yang lalu·discuss
Web.de was founded in 1995 and GMX in '97. Both now belong to the gigantic German United Internet AG founded in '88 which currently has roughly 10,000 employees and EUR 5.5bn revenue.
xphx
·4 tahun yang lalu·discuss
Or if homogeneous data is fine, just cat or dd from a source like /dev/zero.
xphx
·4 tahun yang lalu·discuss
> If every statement fit within the column limit of the page, yup. It’s a piece of cake. (I think that’s what gofmt does.) But our formatter also keeps your code within the line length limit.
xphx
·5 tahun yang lalu·discuss
I think you are correct and am confused why you're being voted down without explanation.
xphx
·5 tahun yang lalu·discuss
I did underappreciate this, thank you!
xphx
·5 tahun yang lalu·discuss
Maybe I misunderstand, but didn't JSLinux[1][2] do system emulation running a proper kernel basically since 2012?

1: http://jslinux.org/

2: https://bellard.org/jslinux/tech.html
xphx
·5 tahun yang lalu·discuss
One Jesus of Nazareth is tolerable, a million people preaching their opinions everywhere would be truly awful. Therefore what Jesus was doing is immoral.
xphx
·5 tahun yang lalu·discuss
Sorry, but Wikipedia also doesn't get to decide what words mean, nor you or I, at least not authoritatively.

Linguistically, tax evasion is: evasion of taxes. I can use the words to describe any action taken to evade paying a tax. The words simply do not imply a state of legality.

That there are domains that overload the terms with extended restrictive meaning is by definition arbitrary and has no priority over natural language.

Usually Wikipedia indicates this by explicitly naming the domain, e.g. "In US tax law, tax evasion is ...", but fails to do so here.
xphx
·5 tahun yang lalu·discuss
> a relief when i click on a link to any site, and the page loads, and there's no animated anything whatsoever

I've recently disabled CSS animations globally in Firefox's userContent.css and my Web experience has indeed improved considerably. (Annoyingly this particular page content still jumps a little because of some deferred image loading.)

  * {
   animation: none !important;
   transition-property: none !important;
  }
This obviously does not affect scripted animations.

It would be nice if sites respected the prefers-reduced-motion browser media feature.