Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
MartinodF
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
MartinodF
11d ago
While I agree and I have done more than one rewrite / cleanup of messy codebases quite successfully with LLMs in the past few months, I can assure you plenty of people are still using the latest models to accrue technical debt faster t
2.
▲
by
MartinodF
29d ago
If you're referring to Apple Silicon, my intuition is that the SoC design allows for higher bandwidth between SSD and RAM which reduces the performance impact of paging. I might be totally wrong though
3.
▲
by
MartinodF
1mo ago
100% also our experience. We have an internal CLI which has grown to almost half a million lines of Go, mostly contributed to by first-time gophers (and agents nowadays), and with relatively little work spent on making sure the core entitie
4.
▲
by
MartinodF
1mo ago
I'm also fairly certain I read a "helsp" instead of "helps" somewhere in the post
5.
▲
by
MartinodF
2mo ago
Say you have some code that does a request to an HTTP/1 dependency, and if it get an error response, just closes the connection without reading the response body. Go 1.26 in practice never re-used that connection, it always established
6.
▲
by
MartinodF
5mo ago
Which is almost guaranteed to be the case for a large org, considering everyone will want auto complete and PR reviews, but on average most will not be making a ton of agent use
7.
▲
by
MartinodF
5mo ago
We do a lot of request signing (think AWS sigv4a) which practically speaking amounts to 1-request.
8.
▲
by
MartinodF
1y ago
This is a pet peeve of mine and I'm glad to see it called out. That said, I haven't seen a comprehensive discussion of "here's the different factors that we think contribute to creating lift" for the general public,
9.
▲
by
MartinodF
1y ago
Yes, I am in a hybrid role, went through 5 interviews and several more check-ins, and the first time anyone saw me in person was on the first day when I picked up my laptop at the local office (which wasn't even required, I had the opt
10.
▲
by
MartinodF
2y ago
I'm also 37. Two younger colleagues were complaining this week that something like `os.MkDir(..., 0755)` is extremely confusing and that they don't like and can't make sense of octal file permissions. I felt really old :)
11.
▲
by
MartinodF
2y ago
Yeah but is it safe for concurrent use?
12.
▲
by
MartinodF
3y ago
First of all, thank you for creating this app. A couple of years ago you've finally put an end to my decade of looking for a decent HN client for Android and I haven't looked back. I actually run Harmonic in Windows Subsystem for
13.
▲
by
MartinodF
4y ago
I've read many times about git bisect being used effectively on the Linux kernel, so I'm not sure build times are that much of an issue...
14.
▲
by
MartinodF
4y ago
Card-only is way more common than you think in some countries, northern Europe in particular in my experience.
15.
▲
by
MartinodF
5y ago
We have a ton of Christmas-only or Easter-only desserts in Italy, all very good. I'm guessing the short availability window increases sales, you just need to make sure you always have something in season ;) It's more of a traditio
16.
▲
by
MartinodF
5y ago
I know it's just an example, but it's really straightforward: you create a component which accepts a boolean prop and, based on that, either outputs the default slot directly or a wrapper containing the default slot via a simple v
17.
▲
by
MartinodF
5y ago
I know you're joking, but dynamite is actually used to extinguish oil well fires: https://en.wikipedia.org/wiki/Oil_well_fire#Extinguishing_th...
18.
▲
by
MartinodF
5y ago
You should complain to you browser vendor, not the website owner. Swiping back works just fine on Android.
19.
▲
by
MartinodF
5y ago
Sharing what's currently on screen (be it either a picture, a webpage or mean entire app) by touching two phones (Android Beam) was really convenient and ahead of its time. It is now being replaced by Nearby Share though, which works s
20.
▲
by
MartinodF
6y ago
The rocket weighs quite a bit less at the end, having used most of its fuel, so only two engines are needed to land. The engines cannot be throttled down more than ~50% (as all rocket engines), so a third one would add too much thrust. Falc
21.
▲
by
MartinodF
6y ago
It does have Chromecast support, I've used it at least on Android and on music.youtube.com. I can't vouch for iOS though!
22.
▲
by
MartinodF
6y ago
Yep, same in Milan, Italy! I think they just realized zip codes are not so useful once you're dealing with the whole world ;)
23.
▲
by
MartinodF
6y ago
Most FTTH connections in Italy are 1000/100 or 1000/300 Mbit/s. I guess most people wouldn't even notice the difference in upload between 100 and 1000 Mbit/s.
24.
▲
by
MartinodF
9y ago
tl;dr: several vulnerabilities, including a remote code execution which affects all GitLab versions since 8.9.0. Patches are available for 10.3, 10.2 and 10.1. There's also an alternative workaround which consists of disabling the &quo
25.
▲
GitLab Security Release: 10.3.4, 10.2.6, and 10.1.6
(about.gitlab.com)
11 points
by
MartinodF
9y ago
|
2 comments
26.
▲
by
MartinodF
9y ago
Snapseed (Android & iOS) does a great job as well. It lets you go back to each of the previous steps and edit the parameters without losing your current state.
27.
▲
by
MartinodF
10y ago
I would be interested in a site like that too!
28.
▲
Zeroing buffers is insufficient
(daemonology.net)
299 points
by
MartinodF
12y ago
|
130 comments
29.
▲
by
MartinodF
13y ago
I remember opening Maps on my Android phone during that period and being localized there (instead of Milan where I live) at least a couple times, so I wouldn't be surprised if that was the reason.
30.
▲
by
MartinodF
13y ago
Surprisingly, it works fine here in Italy too.
More ›