Viewing profile — plugnburn
plugnburn
HN member- Joined
- Fri, Mar 04, 2016, 7:01 PM UTC
- HN karma
- -13
- Public activity
- 159 items
- HN profile
- View on Hacker News ↗
About plugnburn
You can downvote me as much as you can but you will still not be able to escape the truth.
The most interesting projects are the ones that can fit into a gist, so check them out: http://gist.github.com/plugnburn/
Recent public activity
-
comment
Comment #12030809
Is the web dying? Only in red-eyed-hipstazz dreams.
-
comment
Comment #11366289
I meant that website is probably valid but ugly, and HN page is vice versa.
-
comment
Comment #11366287
If it's true, then in this case that's literally shouting "I don't give a slightest finger about my users, I'll toss them an autogenerated pile of markup and will not even test if …
-
comment
Comment #11365621
Except that most pastebins would at least make the text more readable than it is there. Especially on mobiles. Markdown with Strapdown inclusion, a pastebin, a CMS, bare Bootstrap.…
-
comment
Comment #11365609
Speaking of React/Angular - they are obsessed because they never used 10-years-old computers and slow Internet connection and don't actually know how users feel when their weak mac…
-
comment
Comment #11365588
You are obviously trying to do some appeal to authority, which doesn't work on me. No one is an authority for me. > This is the website of John Walker, cofounder of Autodesk If he'…
-
comment
Comment #11365515
Looked. So what? There's a difference between "ugly" and "invalid". Both cases are bad but the first one has much more impact on end users. Edit to answer "how is it invalid": is t…
-
comment
Comment #11365493
Did you just register to say that? Hilarious. I'd always laughed at "developers" that can't even arrange their own websites properly and still try to educate us about what's accept…
-
comment
Comment #11365179
A wrapper over something like this... git clone https://[repo]/[module].git node_modules/[module] ...and ability to provide dependency resolution along with custom runscripts? Yes,…
-
comment
Comment #11365164
Why not use location.hash and URL shortener? That way no upload is needed.
-
comment
Comment #11365151
I personally had used WoSign several times: https://buy.wosign.com/free/ Besides Chinese origin of this CA, haven't found any caveats so far. Free is better than cheap (at least in…
-
comment
Comment #11365089
When I opened the page, I honestly thought CSS failed to load. But then I looked at the first line of the page source: I think they really shouldn't tell us what is now an acceptab…
- story
-
comment
Comment #11362573
In JS we can rely on the Date.getDay prototype. Here's the ES6 flavour: weekDay = (dateObj) => ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'][dateObj.getD…
-
comment
Comment #11362020
14 lines in JS? O'rly? Even with such a strict check of the padding character length (with an exception) and a period by default it's a four-liner at most. leftPad = (str, len, pd …
-
comment
Comment #11361643
> If something has had enough downvotes to go invisible it's nearly always because offensive, smartass, or spam. Why does someone has more right than me to decide what's offensive,…
-
comment
Comment #11361611
So again, is this Hacker News or Karma-Jerkin-Conformist News? It seems that in order to "earn" that "ability" one has to praise Lisp, Rust and Haskell and publicly hate JS. Isn't …
-
comment
Comment #11361272
Upvoted just to keep the thread and go against "elitist" hivemind.
-
comment
Comment #11361255
I honestly think the entire idea of downvoting available only for selected users creates a mass conciousness manipulation tool. When some "authority" decides what's good and what's…
-
comment
Comment #11359133
Actually, there are several immutable FS-over-tinyURL projects. I have created some of them too. A real problem with Twitter is that you can get banned quickly for doing this.
-
comment
Comment #11359113
Why not just use anonymous gists in conjunction with RawGit CDN? Unique IDs, no way to change or delete (since the gists are anonymous), served right out-of-the-box with a proper c…
-
comment
Comment #11358945
See: isPositive = (x) => +x === x && x > 0 In which conditions does it return a wrong value? I haven't found any.
-
comment
Comment #11358928
Sure, because just writing isPositive = (x) => +x === x && x > 0 is boring. Need more requires to require the requires... Keep in mind though that absolutely not all JS programmers…
-
comment
Comment #11358917
In Ukraine, Fidobank offers "Shtuka" (Штука, translated as "piece" or in jargon "thousand") debit cards that are attached to MoneXY account that is in turn attached to mobile numbe…
-
comment
Comment #11356471
I may sound old but one can start with just backing up node_modules/ directory. If third party modules are hosted on GitHub, you can fork them.