Viewing profile — IlGrigiore
IlGrigiore
HN member- Joined
- Mon, Aug 28, 2017, 2:21 PM UTC
- HN karma
- 65
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About IlGrigiore
No profile information was provided.
Recent public activity
-
comment
Comment #34562039
I have used Tracy to improve the performance of a latency sensitive application. The main advantage of this tool, in comparison to something like the Visual Studio profiler, is the…
-
comment
Comment #34476034
There are thermal pads that perform equally or better than thermal pastes, due to their design. In particular, something like https://thermalmanagement.honeywell.com/us/en/products…
-
comment
Comment #33728954
The trick is to use shift+right click to access the old context menu. Incidentally, shift+right click also enables to copy the full path to any file in file explorer.
- comment
-
comment
Comment #31169766
CppCon, one of the major C++ conferences, has started some years ago a series of presentations, called "Back to basics", that are aimed at people that are just starting out with th…
-
comment
Comment #29232888
They have shipped a new default merging strategy, 'ort', that is supposedly better than the previous default strategy at resolving this kind of issue. You should probably try and s…
-
comment
Comment #26696823
There are two types of subtitles: for the hearing impaired and normal subtitles. English subtitles are usually for the hearing impaired, which means that they also add information …
-
comment
Comment #23805126
I like to use Mailspring [ https://getmailspring.com ]. It does what it needs to do, without too much fuss. The UX is clear and I can connect multiple email accounts and use the un…
-
comment
Comment #23731128
If you use the Chrome sync phrase, Google cannot access your passwords and thus they are not visible in the online password manager. Furthermore, if you delete passwords client sid…
-
comment
Comment #23447028
Usually you use an ID in place of the title of the note, because you may want to change the title at a later date. If you were to change the title, then you would have to also chan…
-
comment
Comment #21866571
The main difference between a FSM and a statechart is the compositionality aspect of the two formalisms. The FSM can be combined using the OR and the AND operators: the AND operato…
-
comment
Comment #21804841
You need to pay to the creator to see the video content that is published on the platform. Since I was a subscriber to the site, I can tell you that the site does host videos from …
-
comment
Comment #20859498
CS:GO is still played internationally and there are also professional tournaments. So I would say that it is still a relevant benchmark.
-
comment
Comment #20230879
If you reason as a consumer the RTX Titan makes a lot more sense than the RTX 6000, however datacenters are forbidden by Nvidia to use consumer cards [1], therefore their choice ma…
-
comment
Comment #19530467
This is not true. It has C/C++/Object C support by using the language server for the language. https://github.com/neoclide/coc.nvim/wiki/Language-servers#c... I personally installe…
-
comment
Comment #19116171
For me it usually does what you describe. When opening the application it shows me the new release of an artist I follow if it finds one.
-
comment
Comment #18623436
The first feature is actually present in Firefox. You need to go into the search preferences, click on manage search engines and there you can customize the search shortcuts you wa…
-
comment
Comment #18049908
Clojure spec is contract programming. You write pre and post conditions to ensure at runtime that Pre -> Program -> Post and every time you call a function pre and post conditions …
-
comment
Comment #18047597
This book does not talk about static typing, but about dependent types. Dependent types are more powerful and expressive than simple types because they convey more information. For…
-
comment
Comment #17745399
Since you do not like the term "climate deniers", what's your proposal for an appropriate and respectful term or definition to aggregate the people that believe that climate change…
-
comment
Comment #17565219
But those are just cookies related to the functionality and the personalization of the search page. I guess they could have written that they do not have any tracking cookies, but …
-
comment
Comment #17423264
nnoremap Q removes the recording mode and throws a simple error when you use :Q instead of :q
-
comment
Comment #17403492
I have been using the Conex extension. It opens the new tab in the same container as the currently active tab and you can enable the preference to make it so that it asks you which…
-
comment
Comment #16401243
The point of having a direct competitor to Amazon is to limit the possible actions they could do. Right now Amazon is well behaving and its supported by the customers. However, if …