HN user

noble_pleb

21 karma
Posts9
Comments46
View on HN

Opinions vary on that one, does a footprint reduction by 90kb really matters in the day and age where megabytes of bloatware like angular, react, vue, etc. goes unchecked?

If adding 90kb helps me write `$(document.ready()` instead of `window.addEventListener(DOMContentLoaded)`, I'd rather add that because making code more intuitive and readable is what software engineering is about.

Off-topic but medium has almost turned into a paywall these days, it won't allow you to read more than 5 articles without subscribing to their paid service. Should HN and Google be promoting such a walled garden, especially when creative commons content is found aplenty on the interwebs?

Can relate to that. I used to work for tech mahindra and they were using vb6 and .NET 2.0 for a major client even as late as 2014 when I quit from there. Its most likely that they are still using that old stack because its typically difficult to justify migration costs to a newer stack.

GitHub was down 6 years ago

Flask (python) or even CodeIgniter (php) are my frameworks of choice for this sort of thing. They may be a bit old and organizing a large project could be difficult but nothing can beat them on performance!

> but increasingly [not] having a facebook account is not an option.

but so is the case for google maps, gmail, linkedin, twitter, uber and a zillion other services. Facebook is just like any other web service at the end of the day.

> FB's customers are the advertisers.

Even if that's true for arguments sake, I don't see how FB becomes a "monopoly" in that case. There are potentially large # of advertisers buying advertising space from potentially large # of website owners. How does FB have a monopoly on advertiser spending?

But the difference is that "ALL OTHER" monopolies are priced whereas facebook is a free product. Can it be called a monopoly if your product is free? Pretty sure, most lawyers won't have a hard time convincing a jury that it can't be.

Besides, if FB is a monopoly then so are Twitter, Google, Reddit, Quora, etc. Its an oligopoly of sorts with each player dominating a slightly differentiated product and all products are free of cost.

Wireless Is a Trap 6 years ago

I've found that sometimes fiddling with some wireless settings like operation band, channel, tx power, WMM, etc. helps, provided you know what you are doing. Especially so if you're in an overcrowded wifi zone or in a poor reception area.

Brainstorming is the key, take each one of your ideas and scrutinize it from all perspectives. Ask the journalists' questions (how, what, why, when, etc.) and read as much as possible. If its a technology or programming language you daily dabble in, the content should come naturally to you.

As for the problem of having the content all in your head but still being unable to put it down on paper (or laptop screen), I can understand and empathize with that problem! Writer's block can be due to many reasons but the best way to solve it is to just have a ritual of just sitting on your desk daily at a stipulated writing time. Even if writing doesn't come to you in the beginning, it will eventually flow as you make this a habit. In many trades, success is just a matter of showing up, its the same about writing.

Bootstrap 5 alpha 6 years ago

Seconded. $(document).ready(fn) is far more easier and comprehensible than document.addEventListener('DOMContentLoaded', fn, false).

Even if I'm aware of the latter, I refuse to use it when former is available just for the sake of being "PureJS trendy".

The bigger question to ask here is where is the Google Adsense competitor? Google may have some favorite political inclination and being a private firm also has the right to deplatform anyone. But why has no Adsense alternative emerged even after so many years? Do people just enjoy Google's monopoly in advertising?