Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
DCoder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
211.
▲
by
DCoder
10y ago
> PING krebsonsecurity.com (127.0.0.1): 56 data bytes Reminds me of: https://twitter.com/troyhunt/status/716408697266679808
212.
▲
by
DCoder
10y ago
Yeah, instead of this problem Ember will give you other problems: https://www.google.com/search?q=site:https%3A%2F%2Fwhat.thed...
213.
▲
by
DCoder
10y ago
Magpie-Driven Development at its finest!
214.
▲
by
DCoder
10y ago
The same could be said about the "JavaScript vs TypeScript" argument. I can see that argument, but in my opinion, the safety nets provided by TypeScript and TSX are well worth the initial learning curve.
215.
▲
by
DCoder
10y ago
You don't choose between those two routers, they are not replacements for each other. At the risk of stating the obvious, the Angular router handles routing for the Angular frontend, the Go router handles routing for the Go backend (th
216.
▲
by
DCoder
10y ago
We had to integrate a webshop with the customer's existing SAP installation. The consultants in charge of SAP gave us a SOAP webservice that, among other things, had a command called ExecuteSQL - we could pass a raw SQL string and the
217.
▲
by
DCoder
10y ago
DK might also be Dunning-Kruger.
218.
▲
by
DCoder
10y ago
Counter-point: you can tell if the JSON you received is intact or was cut off, because it won't parse properly without the closing braces. You don't have that safety net with YAML or TOML.
219.
▲
by
DCoder
10y ago
Regarding timestamps, the at-sign is already used by GNU tools, as a prefix to indicate actual UNIX timestamps (seconds since epoch): https://www.gnu.org/software/coreutils/manual/html_node/Seco...
220.
▲
by
DCoder
10y ago
> If you have to ask... FWIW, the Development Edition alone, without the enterprise additions, costs 3k$.
221.
▲
by
DCoder
10y ago
npm v3 tries to dedupe packages during installation to reduce this problem. However, it still does not install packages in a deterministic way... [0]: https://docs.npmjs.com/how-npm-works/npm3-dupe [1]: https:/&#
222.
▲
by
DCoder
10y ago
> When running a 32-bit build of MongoDB, the total storage size for the server, including data and indexes, is 2 gigabytes. For this reason, do not deploy MongoDB to production on 32-bit machines. From https://docs.mongodb.
223.
▲
by
DCoder
10y ago
> The use case for Magento is (apparently deliberately) confused. It's an unholy melange of a CMS and a shopping basket. There is no good out-of-the-box experience; in practice it's a job creation scheme for consultants. The
224.
▲
by
DCoder
10y ago
If you click on the image to see the interactive graph, under "Advanced settings" there's a switch "Date range variable: filter submissions by build date range or submission date range", which is set to "build
225.
▲
by
DCoder
10y ago
See also: https://twitter.com/boonerang/status/751849519407595520
226.
▲
by
DCoder
10y ago
From SecurityWeek's writeup on the same topic [1]: No interaction is required to trigger the exploit. In fact, when Ormandy sent his PoC to Symantec, the security firm’s mail server crashed after its product unpacked the file. [1]:
227.
▲
by
DCoder
10y ago
That's Slack, not IRC. Slack uses the term "Direct Messages" for private conversations.
228.
▲
by
DCoder
10y ago
To do things like that in a dynamic language, you need to either infer types somehow, or rely on metadata like JSDoc, beyond the language itself, and that sucks – if another developer works on the project with a dumber IDE, their code will
229.
▲
by
DCoder
10y ago
Too bad Magento devs missed that newsflash. Nowadays it still bundles Prototype.js, and every theme and 50% third-party modules you install carry their own copies of jQuery, all at different versions, placed in random locations, and embedde
230.
▲
by
DCoder
10y ago
In addition to handling well-known browser inconsistencies, it also covers obscure edge cases such as these: https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0Rlh...
231.
▲
by
DCoder
10y ago
It does not, but the page author can use javascript to generate a confirmation dialog when you're leaving the page: https://developer.mozilla.org/en-US/docs/Web/API/WindowEvent...
232.
▲
by
DCoder
10y ago
Magento 2 fixes the "no namespace" issue. Everything else is still there, and some parts are taken to eleven. A while ago, I ran PHPStorm's code inspections against Magento 1.x core code, and the result wasn't very encou
233.
▲
by
DCoder
10y ago
You might be thinking of LWN. They covered the scheduler multiple times over the years: https://lwn.net/Kernel/Index/#Scheduler
234.
▲
by
DCoder
10y ago
The "file name too long" was an issue in npm v2, where each module installed its dependencies inside itself, recursively, leading to enormous node_modules/foo/node_modules/bar/node_modules/baz/node_mo
235.
▲
by
DCoder
10y ago
See also: https://github.com/joaojeronimo/rimrafall
236.
▲
by
DCoder
10y ago
You're probably right, even though I want to believe it wasn't.
237.
▲
by
DCoder
10y ago
https://www.reddit.com/r/tay_tweets has lots of examples, most of them 4chan-level. These few are completely different and certainly interesting: https://i.imgur.com/iVof3D4.jpg https://i.im
238.
▲
by
DCoder
10y ago
Exactly, just like a monad is just a monoid in the category of endofunctors!
239.
▲
by
DCoder
11y ago
I like the approach used in community updates to Worms:Armageddon – newer versions can emulate the behaviour of older versions when running a saved replay or when playing a match with multiple conflicting versions.
240.
▲
by
DCoder
11y ago
Have you looked into TypeScript? Type system helps you catch even more errors.
More ›