Viewing profile — ayosec
ayosec
HN member- Joined
- Mon, Aug 29, 2011, 5:20 PM UTC
- HN karma
- 42
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About ayosec
No profile information was provided.
Recent public activity
-
comment
Comment #20831338
I made a wrapper to support this: https://gist.github.com/ayosec/816ccba7a75aba5336db0fe0b9791...
-
comment
Comment #20796471
https://github.com/antirez/sds
-
comment
Comment #20350909
Apparently not. You can create a test.html file with the following content: fetch(".").then(r => console.log(r)); fetch("/").then(r => console.log(r)); The console show errors when…
-
comment
Comment #19726650
How is that different to this? if (my_pointer != NULL) do_stuff(*my_pointer)
-
comment
Comment #19317845
sponge[1] is very useful in this scenario. The output file is written only when the `thing | thing | thing` finishes successfully. [1]: https://linux.die.net/man/1/sponge
-
comment
Comment #17163516
> I'd be willing to bet your "small number" of white listed websites is actually a lot more than you think. Turning off Javascript breaks a ton of sites, IME. My experience is the …
-
comment
Comment #16582335
> It's a new stand-alone HTTP server. Are you going to publish more info about that HTTP server? Like the technology used to write it.
-
comment
Comment #16416589
> Even serde has `#[serde(rename = "name")]` for this purpose. You can use `#[serde(rename_all = "camelCase")]`[1] in the struct to apply the fix to all fields. [1]: https://serde.…
-
comment
Comment #13711466
Out of curiosity, what version of c++filt are you using? I tried with 2.27.51 (Debian), and it works: mozilla::EnableIf *)((decltype(nullptr))0))->begin)()), decltype ((((JS::GCVec…
-
comment
Comment #13643497
> Why do mobile browsers not provide the option to disable this bug? In Firefox, you can set browser.ui.zoom.force-user-scalable to true. Unfortunately, if have JavaScript enabled,…
-
comment
Comment #13273026
> No, the default integer is u32 Maybe I'm missing something, but it seems to be i32: https://play.rust-lang.org/?gist=c79d4afef7fa20c81ba14de61f5...
-
comment
Comment #10562188
> Man, using Perl professionally (as have I). What kind of job was it? Ten years ago I was using Perl to write web applications with HTML::Mason, in a consulting firm. I can't say …
-
comment
Comment #10552278
What's the difference between Kemal and https://github.com/manastech/frank ?
-
comment
Comment #10259025
12G, according to a [1]picture in the post 1. http://hyperallergic.com/wp-content/uploads/2015/09/ASLAP-on...
-
comment
Comment #7288490
This reminds me to the origin of Inkscape, as a fork from Sodipodi. The (only) Sodipodi committer didn't want too many patches, and he wanted to stay with C (no C++ code). Some peo…
-
comment
Comment #6818121
> being able to fire up FSC outside of IntelliJ and have your code recompile very, very quickly when you make changes I guess that you can achieve the same benefits with an always-…
-
comment
Comment #6456626
Actually, stuff like the headers and so on, are integrated in the parser, so it generates specific types while data is arrived. For example, https://github.com/spray/spray/blob/mas…
-
comment
Comment #5409866
github: ayosec
-
comment
Comment #3881805
> I hope this'll save a few hundred milliseconds every time I hit `:w`. “few hundred milliseconds”? In a project where I'm working, our SCSS files take almost 10 seconds to recompi…
-
comment
Comment #3616288
So, this means that Google will abandon V8? Or Chrome will continue with it?
-
comment
Comment #2937950
Play! with Mirah can be a very nice combination.