HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gnode

no profile record

comments

gnode
·7 лет назад·discuss
> it s not reminiscent

As is the nature of futurism.
gnode
·7 лет назад·discuss
I wonder if this is because the curvature of the Multipla makes us interpret it as organic and deformed, like a teratoma; it makes us feel disgust.

The Cybertruck is overtly synthetic and brutalist. It's to be admired for its impressiveness, not its beauty.
gnode
·7 лет назад·discuss
Firstly, avoid leaking memory (including objects like images and DOM nodes) in JavaScript. Leaking memory here means retaining a reference beyond the end of the object's use. The garbage collector only collects memory which is no longer referenced; it does not attempt to analyse when a reference is no longer used.

Secondly, avoid including unnecessary resources. Many web pages include many libraries which are then mostly unused. Some packaging tools can help eliminate such unused code.

A memory profiler helps in both cases: it detects leaks, and it measures the cost of resources, allowing you to make educated decisions about their inclusion.
gnode
·7 лет назад·discuss
Images could be kept compressed until they are painted. Most GPUs support texture compression, so don't need to keep a bitmap for compositing.
gnode
·7 лет назад·discuss
Rather than guess at what to avoid, you should make use of the memory profilers which Firefox and Chromium developer tools provide. Apparently Firefox's memory profiler is an add-on: https://developer.mozilla.org/en-US/docs/Mozilla/Performance...
gnode
·7 лет назад·discuss
I think the main reason Microsoft has become more Linux friendly is that it is crucial to the success of Azure, which has become a major part of Microsoft's business.
gnode
·7 лет назад·discuss
For a variety of reasons, many of them are in the unfortunate and short-sighted position of being married to Windows and Microsoft software. Rejecting the software outright, and adopting some alternative would likely present larger costs and disruption. That said, there are a few cases in which the calculus favours this, or FOSS ideology prevails.
gnode
·8 лет назад·discuss
Couldn't an NSL have been served to datacenter operators, along with the notification of the attack, and the organisation's management simply be unaware?
gnode
·8 лет назад·discuss
Maybe they're also measuring centrifugal force for rotations with axes not intersecting the centre of mass.