Viewing profile — sgn
sgn
HN member- Joined
- Thu, Oct 17, 2019, 3:23 AM UTC
- HN karma
- 15
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About sgn
No profile information was provided.
Recent public activity
-
comment
Comment #26408506
Hope That Help, HTH.
-
comment
Comment #25669261
I think this paper should explain it https://dl.acm.org/doi/10.1145/5666.5673
-
comment
Comment #22995027
They have everything the same with old subtree. From commit message, history, object ID, commit ID. git-subtree(1) also allows splitting subtree. git-subtree(1) uses plumbing git c…
-
comment
Comment #22897005
It’s called user-defined literal suffix in C++11. https://en.cppreference.com/w/cpp/language/user_literal The “s” suffix come with C++14 https://en.cppreference.com/w/cpp/chrono/op…
-
comment
Comment #22421206
But not for those want to communicate via serial console. Or is there anything was changed?
-
comment
Comment #21759482
This release had triggered a spam war on Notepad++'s github. They still spammed its repository until 9 days ago. E.g: https://github.com/notepad-plus-plus/notepad-plus-plus/issue..…
-
comment
Comment #21752077
I don't think the Vietnamese American will buy those cars. They still think all successful business in Vietnam has some ties with the regime (which they hate a lot). This business …
-
comment
Comment #21730065
Firefox 58+ blocks canvas by default. We don't need to change about:config for Canvas tracking. Not sure about the status of AudioContext tracking, though.
-
comment
Comment #21627474
Yes, I'm in favour of using Secure Cookies for authentication. But, the TDD (Trend Driven Development) people won't agree with them. They want to work with those shiny trends for a…
-
comment
Comment #21385903
Does it also ship java binary? Is the java binary statical-linked? If not, how can we build on platform with not-mainstream libc (read Linux with musl libc like Alpine, Void)?
-
comment
Comment #21298478
And yet they invented another technology (amp) to solve the crappy situation. Thus, people added more layers over existing layers.
-
comment
Comment #21298453
I feel like the blog argument could be made for using garbage collected language (Java?) over assembly. Anyway, stepping from C to C++ is a lot of overhead.