Viewing profile — dullgiulio
dullgiulio
HN member- Joined
- Tue, Dec 16, 2014, 1:15 PM UTC
- HN karma
- 1,464
- Public activity
- 537 items
- HN profile
- View on Hacker News ↗
About dullgiulio
Recent public activity
-
comment
Comment #30063741
> But it's not going to be Unix as we know it. Right, that's Plan9.
-
comment
Comment #29164512
No shortcuts. Errors reach end users, and they cannot read stack traces. Every shortcut makes for bad errors, bad troubleshooting and unhappy users. Errors document code (you liter…
-
comment
Comment #29164338
Please no. I am still fighting the battle of adding contextual information to the error using fmt.Errorf. I am tired of seeing SocketException: hostname.com as full error message.
-
comment
Comment #28222356
Readable but not comprehensible. CSV is hard to beat in that sense, being somewhat "natural" like a table written on paper.
-
comment
Comment #28186893
No, a normal light switch on the wall is all you need.
-
comment
Comment #25458990
No, it failed because it acts on the wrong side. If you don't want to be tracked you shouldn't send cookies in your request.
-
comment
Comment #25362302
This comment makes little sense. AWS is even less uniform when it comes to tools, exactly because of its organic growth. This clearly has no impact on its success nor its features.…
-
comment
Comment #25227427
Most probably all these names just indicate market day...
-
comment
Comment #24945733
That's the Go runtime.
-
comment
Comment #24860266
You have to implement UnmarshalJSON. Between each attempt to deserialize into a possible struct, be careful to return on errors that are not JSON serialisation errors (for example …
-
comment
Comment #24590892
No, that SIMD is good for string matching and Rust regex crate (written by burntsushi for 'ripgrep') makes very good use of it and is thus a nice library for implementing quick mat…
-
comment
Comment #24492624
And is Go so hard to upgrade for your application? Go the language is really best in class when it comes to keeping backwards compatibility.
-
comment
Comment #24472149
Redirection is not a parameter, meaning that would still not work with this Q tool.
-
comment
Comment #24410271
Another reason for people trying too look overly confident is when they are overly exposed over a certain topic. For example, if you have very narrow job titles and roles in a team…
-
comment
Comment #24407327
Tangentially, the adage "strong opinions, weakly held" is nonsense. If you have a strong opinion, you look like a fool if you change your mind when evidence is shown to you. It is …
-
comment
Comment #24384282
I really cannot agree with the "just use GET" suggestion. GET must not be used for actions that modify the data server-side. Also, POST and PUT means some action is or is not idemp…
-
comment
Comment #24332882
Correct, "per difetto" means flooring a number.
-
comment
Comment #24306519
I have been using double tap to select (and simply drag) on Linux for years, never had to click. And my touchpad is far from magic...
-
comment
Comment #23511383
Again, disabling features is a feature given to the site developer, not to the visitor, who's actually running the code. It would be so much better if browsers were User Agents and…
-
comment
Comment #23501667
Languages that to green threads don't do them for memory savings, but to save on context switches when a thread is blocked and cannot run. System threads are scheduled by the OS, g…
-
comment
Comment #23258407
That sentence is very misleading. Nobody checks the Close() error because the right thing to do is to call Err() like with the text.Scanner. I suspect the right github code search …
-
comment
Comment #23256809
salsa20 was added in 2012, the warning file was added into the repository in 2016 the earliest (it is not clear when--which is vary bad for security and also shows the move was not…
-
comment
Comment #23255360
Of course it is up to the application to decide case-by-case. Just keep in mind that if your query is started by a user request, but does not need to terminate in the context of th…
-
comment
Comment #23250943
Perl# basically.
-
comment
Comment #23250111
Nope, this is a strawman argument you're making. Parent is asking for granular access control over these very advanced and double-edged features, which is a perfectly valid request…