Viewing profile — LaLaLand122
LaLaLand122
HN member- Joined
- Tue, Nov 05, 2019, 9:38 AM UTC
- HN karma
- 119
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About LaLaLand122
No profile information was provided.
Recent public activity
-
comment
Comment #42892706
> a terrible API which makes all the frontends terrible in turn I don't know the details. But nowadays gdb supports DAP, as any other debugger: https://www.sourceware.org/gdb/curre…
-
comment
Comment #40034145
In the UK, at least, it isn't the default (because of "the children"/"terrorism"). But it's still just a setting in Firefox/Chrome to change (and I guess in Edge too).
-
comment
Comment #37607144
What's the problem with ThousandEyes? They got their agent into Cisco equipment, and just recently gave them SamKnows.
-
comment
Comment #37174704
What's exactly "the enterprise world"? Honestly, all the distributions "just work" and are "stable" (i.e. they don't crash and corrupt your data). You could just pick up a random o…
-
comment
Comment #36933932
I really hope it does some things differently than glibc: https://sourceware.org/bugzilla/show_bug.cgi?id=19643 In any case glibc uses NSS, so what glibc does depends on the config…
-
comment
Comment #36465946
The 2600 was also my first game console. I played it a lot, even after the Spectrum 128K arrived home. But, as much fun as I had with it, I have a similar issue with it now: I woul…
-
comment
Comment #36121496
I doubt it's yet implemented in any standard library. But it has been in the fmt namespace for close to a decade: https://fmt.dev/ . I do use it in a C++11-only codebase.
-
comment
Comment #36118753
I will never type this: printf("You have %d items of type %s.\n", itemCount, itemType.c_str()); When I could do this: std::println("You have {} items of type {}.", itemCount, itemT…
-
comment
Comment #35907358
> I wonder if we will see more of the network layer move into the application layer, like what I think happened with QUIC. https://lwn.net/Articles/169961/
-
comment
Comment #35632441
- https://man.archlinux.org/man/aoss.1.en - https://man.archlinux.org/man/padsp.1.en
-
comment
Comment #35131405
Not exactly what you ask for, but "the NHS budget has traditionally risen by an average of 4% above inflation each year." ( https://www.bbc.co.uk/news/health-64190440 )
-
comment
Comment #35112306
What you say makes a lot of sense. Now, to give a concrete example. There was a C++ PR introducing an interface taking an argument of type int representing a duration. I suggested …
-
comment
Comment #35067909
The customer - "Wants" "stable", i.e. the default gcc - Doesn't care what Boost version is used - Pays the developer The developer - Wants the latest toolchain - Wants the latest B…
-
comment
Comment #35065295
Exactly! People point out RedHat provide newer compilers (and newer patched C++ standard libraries depending on the default one!) and he says "It's not us, it's our customers. And …
-
comment
Comment #34989032
Sure. I agree. I was just arguing that it's good span doesn't have at(), I was not trying to say C++ is memory safe.
-
comment
Comment #34988605
That's just sad.
-
comment
Comment #34969145
I have just taken a look... https://wg21.link/p1179 is actually still not there, right? I see some interesting stuff in https://discourse.llvm.org/t/rfc-lifetime-annotations-for-c/…
-
comment
Comment #34968934
That's cool. Last I remember, the lifetime profile stuff was there, but there was still no way to add your own annotations. For some reason, I didn't hear too much about any of thi…
-
comment
Comment #34966202
Arguably an explicit type would have made the bug a little bit more obvious. You basically expect, by default, this kind of string manipulation functions to return a std::string. O…
-
comment
Comment #34966119
A citation of what's "Modern C++"? The term is a made up concept with no proper definition... But "Herb Sutter says you should use it, he even gave it a catchy name/acronym" is as …
-
comment
Comment #34965859
std::span doesn't have at() because std::logic_error was a mistake. Using std::vector's at() is a mistake (you could use it as a helper method and make it as if it throwed std::run…
-
comment
Comment #34965557
And yet "Almost Always Auto" is "Modern C++"...
-
comment
Comment #34965527
It's good that you can solve this with 100% of the team following 100% of the time the rules/guides. It's even better if your language has a way to express "the return value points…
-
comment
Comment #34182259
To be fair, "getaddrinfo is _the_ path" is a shitty situation. - It's a synchronous interface. Things like getaddrinfo_a are barely better. It has forced people to do stuff like ht…
-
comment
Comment #34141183
There was still a need for webcam drivers when Vista was released? https://en.m.wikipedia.org/wiki/USB_video_device_class