Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jguegant
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jguegant
1y ago
> You're also introducing a reference count, but that's besides the point. How so? RAII absolutely doesn't imply reference counting.
2.
▲
by
jguegant
3y ago
Frostbite is its own sub-company within the E.A umbrella. While Frostbite is used by the titles from DICE and we share parts of our offices, the two companies are rrally distinct for a couple of years now. Frostbite had roughly 300 employee
3.
▲
by
jguegant
6y ago
Some other anecdotes: The official server was stolen due to horrible code-practice (C++-wise and software engineering in general), like having plain SQL-injections when creating characters. Worst! This was one of the reason that made the co
4.
▲
by
jguegant
6y ago
That's not really giving the full picture of ROSE online! - The official server (arcturus) is awful to work with code-wise. But all the decently big private servers uses it because at one point we only had the binaries of it and it wor
5.
▲
by
jguegant
6y ago
ROSE online
6.
▲
Making a STL-compatible hash map from scratch
(jguegant.github.io)
1 points
by
jguegant
6y ago
|
0 comments
7.
▲
CppCon 2018: Herb Sutter “Thoughts on a more powerful and simpler C++ (5 of N)”
(youtube.com)
1 points
by
jguegant
8y ago
|
0 comments
8.
▲
Meta Crush Saga: a C++17 compile-time game
(jguegant.github.io)
2 points
by
jguegant
8y ago
|
0 comments
9.
▲
Meta Crush Saga: a C++17 compile-time game
(youtube.com)
2 points
by
jguegant
9y ago
|
0 comments
10.
▲
by
jguegant
10y ago
Not the reason. Especially when the author includes headers like: #include <stdlib.h> #include <unistd.h> #include <sys/socket.h> #include <arpa/inet.h> #include <linux/ip.h> #include <linux&
11.
▲
by
jguegant
10y ago
BROWSERS are really dangerous; if you need to keep your machine secure, you shouldn't use any IMHO. By definition, browsers need to be able to access things such as page content. What would stop someone from writing a browser that capt
12.
▲
by
jguegant
10y ago
I don't think that bulb ever dismissed entirely the idea of learning Rust for fun or for acquiring knowledge, did he?
13.
▲
by
jguegant
10y ago
Find me an interesting job in Stockholm requiring Rust and I am your man!
14.
▲
CppCon 2016: “Embracing Standard C++ for the Windows Runtime”
(youtube.com)
3 points
by
jguegant
10y ago
|
0 comments
15.
▲
by
jguegant
10y ago
Yes
16.
▲
by
jguegant
10y ago
I dream of the inverse of the react native or electron trend. In this world one would write his application using Qt Quick for all the platforms including the web! Using Emscriptem you would be able to compile your C++ code to asm.js or web
17.
▲
by
jguegant
10y ago
https://en.m.wikipedia.org/wiki/List_of_countries_by_total_h...
18.
▲
by
jguegant
10y ago
Use clang tidy: http://clang.llvm.org/extra/clang-tidy/checks/misc-use-after...
19.
▲
by
jguegant
10y ago
Any explanation on not using Asio instead of libevent (or libuv)? Performances?
20.
▲
by
jguegant
10y ago
Pardon ? Qu'est ce que le science technologique ?
21.
▲
ASP.NET Core – More Requests Served per Second
(web.ageofascent.com)
5 points
by
jguegant
10y ago
|
1 comments
22.
▲
by
jguegant
10y ago
Check out for swish in Sweden: "According to Arvidsson, the Swedes love Swish so much, it’s already revolutionising the local banking system, with several major banks refusing to accept cash at all, and as of late last year, four out
23.
▲
by
jguegant
10y ago
I don't know for QR codes, but swish payments (pay things on phone) are very popular in Sweden. I can swish my local fruit seller, the bar tenders and my friends in a matter of seconds. As far as I know Sweden is generally more advance
24.
▲
by
jguegant
10y ago
R̟̞̣͕̣͋̄̾̔ͭṷ͇̞̘͉ŝ̹̬ͮ̂̐ͭ̌ͯtw̦̏͒͗í͒̏̄n͉̖͋ͥ̒̒̚͞n͈̣̘̿ͪͭè̡ͤͬ̔ͭ́ͦr̭͌̿̈́ͦ͑͗s̛͈̣̱̱̦͗ͨͫͥ,̪͚̙̖̥̊͟ ̘̺̦̱̭͍͊ͬ̀̚t̰̖̤̩̱̥̐̌̄̔͐̚h̲̬̲ͤ͗̓ͫ́ͪ͠e̝̜̺̟̠̿̀̚y̼̲͌̑ͭ̄͞ ͊͐͗͋͡a̬̘̮r̰̬̉ͦ͗͐̃͠e͍ͧ͊̾ͮ͗̓͜ ̨̮͕̠̓ͫͮ́͋̑͌c̳̭̪̤͌ͧ͐̇̾ͬ̒ȏ̱̰͓͓̞̰m͚̺̤̪͚͊ͧḯ̜̙͔̗̮̻ͪ̓̓n̵̬̫͔̘̰͎͌̒ͫ͛̎̇̾g̊̍͒
25.
▲
by
jguegant
10y ago
I almost never used cloudflare. But I really appreciate their blog, it's very a effective advertisement.
26.
▲
by
jguegant
10y ago
Isn't it the way Qt + QML works? Last time I checked, this stack wasn't particularly slow. I would also express the same style in much less lines of code than HTML + CSS.
27.
▲
by
jguegant
10y ago
Not exactly a passport check but more an identity check. As French, a simple id card (French one) was enough for us to cross.
28.
▲
by
jguegant
10y ago
In that case, the blog post was explicitly comparing Rust and C++. It is not surprising that the comparison goes both way. I am talking about the HN topics like "How to implement a packet tracer in C++" or "Optimize std::vect
29.
▲
by
jguegant
10y ago
The C++ community seldom "flames" the Rust one. On the other hand, I often see C++ threads on Hackernews ending with people bashing this language ("C++ hell", "dirty language", "dying soon") and bring
30.
▲
by
jguegant
10y ago
As a C++ enthusiast, I wouldn't use the words "throw knowledge". All the concepts you can find in Rust are almost matching one to one to a C++14 equivalent (albeit pattern matching for instance). The difference being the enfo
More ›