HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gnode

no profile record

comments

gnode
·há 7 anos·discuss
> it s not reminiscent

As is the nature of futurism.
gnode
·há 7 anos·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
·há 7 anos·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
·há 7 anos·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
·há 7 anos·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
·há 7 anos·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
·há 7 anos·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
·há 8 anos·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
·há 8 anos·discuss
Maybe they're also measuring centrifugal force for rotations with axes not intersecting the centre of mass.