Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ayosec
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
ayosec
7y ago
I made a wrapper to support this: https://gist.github.com/ayosec/816ccba7a75aba5336db0fe0b9791...
2.
▲
by
ayosec
7y ago
https://github.com/antirez/sds
3.
▲
by
ayosec
7y ago
Apparently not. You can create a test.html file with the following content: <script> fetch(".").then(r => console.log(r)); fetch("/").then(r => console.log(r)); </script>
4.
▲
by
ayosec
7y ago
How is that different to this? if (my_pointer != NULL) do_stuff(*my_pointer)
5.
▲
by
ayosec
8y ago
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
6.
▲
by
ayosec
8y ago
> 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 opposite. I used NoScript for almost 8 ye
7.
▲
by
ayosec
9y ago
> 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.
8.
▲
by
ayosec
9y ago
> 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.rs/container-attrs.ht
9.
▲
by
ayosec
10y ago
Out of curiosity, what version of c++filt are you using? I tried with 2.27.51 (Debian), and it works: mozilla::EnableIf<mozilla::IsSame<decltype ((((JS::GCVector<jsid, 0ul, js::TempAllocPolicy>*)((decltype(nullptr))0))->
10.
▲
by
ayosec
10y ago
> 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, some pages are still able to disable the zoom.
11.
▲
by
ayosec
10y ago
> No, the default integer is u32 Maybe I'm missing something, but it seems to be i32: https://play.rust-lang.org/?gist=c79d4afef7fa20c81ba14de61f5...
12.
▲
by
ayosec
11y ago
> 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 I miss that :-).
13.
▲
by
ayosec
11y ago
What's the difference between Kemal and https://github.com/manastech/frank ?
14.
▲
by
ayosec
11y ago
12G, according to a [1]picture in the post 1. http://hyperallergic.com/wp-content/uploads/2015/09/ASLAP-on...
15.
▲
by
ayosec
13y ago
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 people forked Sodipodi, and created Inkscape. I can rememb
16.
▲
by
ayosec
13y ago
> 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-open SBT console. I usually do ~ test So SBT will
17.
▲
by
ayosec
13y ago
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/master/spray-http/src&
18.
▲
by
ayosec
14y ago
github: ayosec
19.
▲
by
ayosec
14y ago
> 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 recompile after every little change. Maybe this new compiler
20.
▲
by
ayosec
15y ago
So, this means that Google will abandon V8? Or Chrome will continue with it?
21.
▲
by
ayosec
15y ago
Play! with Mirah can be a very nice combination.