Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fbergen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
15 ms
·
1.
▲
by
fbergen
11mo ago
EU should focus on making an attractive startup market and more European LLMs (and so many other things) will emerge
2.
▲
by
fbergen
2y ago
Cool, makes you wonder how many more of these oneliners are scattered across the codebase (in application and also OS etc). Sidenote, I wonder how close we are to detect these automatically. From profiling many various applications, it feel
3.
▲
by
fbergen
2y ago
Thanks for the reply I see, thanks for adding colour here I can see the benefits of a guaranteed immutable and permanent profiling data! Indeed even seemingly non complicated things do have a lot of devils in a lot of details :) Kudos of ge
4.
▲
by
fbergen
2y ago
Shouldn't "long term snapshot for profiling and inverting call stacks" be table stakes by now?
5.
▲
by
fbergen
2y ago
I'm more curious on how much manual effort was required to find said line of code? Strikes me as moest of these optimizations are super easy to verify, very difficult to find
6.
▲
by
fbergen
2y ago
What part of the stack takes the majority of the time for spawning a new replica? Is it the time to boot a VM/environment or is it application doing bunch of init work setting up connections etc?
7.
▲
by
fbergen
2y ago
Looks great! Would this work for hosting databases too? I found the biggest annoyance and expense on my "infrequently accessed" side projects are databases, which are almost always idle.
8.
▲
by
fbergen
3y ago
Yet still people are using it? Otherwise it’s called an MVP and a promise of plugging the holes
9.
▲
by
fbergen
3y ago
But you still have clusters, why not everywhere… ?
10.
▲
by
fbergen
3y ago
Am I asking too much? =P
11.
▲
by
fbergen
3y ago
I would love to have what we were sold as a “truly” serverless (even though the name doesn’t mean no server) - CloudRun did a good job, but the autoscaling is too slow to not pay for idle - Lambda is great, but I want to run way more comple
12.
▲
Tesla Rolling out FSD beta 12 to customers
(teslarati.com)
4 points
by
fbergen
3y ago
|
1 comments
13.
▲
by
fbergen
3y ago
If they were only building them in volume
14.
▲
Show HN: Silly tool to merge calendar schedules
(findtime.fberge.com)
7 points
by
fbergen
3y ago
|
0 comments
15.
▲
by
fbergen
3y ago
True, it doesn't mean that the problem is solved, but it's a big milestone on the way. I fwiw something I thought was way further in the future
16.
▲
by
fbergen
3y ago
For a different take. Have a look at runme.dev
17.
▲
by
fbergen
4y ago
It's all a question of time
18.
▲
by
fbergen
4y ago
I'm sorry, does this article say which metals were discovered?
19.
▲
by
fbergen
4y ago
Wouldn't Price to Book (P/B) sort this out?
20.
▲
by
fbergen
4y ago
I don't believe market cap to sales is a good ratio to look at when the margins are so different. A forward P/E of 25 for a company growing 50% YoY is not unheard of. Since you picked VW as reference, i had to look them up they ha
21.
▲
by
fbergen
4y ago
> I've discovered recently that tire wear actually creates about as many particles as exhaust fumes, > And the worst part for the wire tear (and I think road tear), apparently it scales to the POWER OF 4 (!!!). That's very
22.
▲
by
fbergen
4y ago
I very much agree with you, and think it will hurt the company in the long term But to give some credit where it's due: reimbursing all Stadia purchases is a very customer friendly way to shut it down
23.
▲
by
fbergen
4y ago
they keep iterating that foreign exchange is a big part of the non-US decline, but I fail to find how much in the PDF
24.
▲
by
fbergen
4y ago
Also see `scp -l 200 bigfile.iso name@server.org:path/in/destination` from man page: -l limit Limits the used bandwidth, specified in Kbit/s.
25.
▲
by
fbergen
5y ago
While is sounds shocking at first, I'm curious why finding more occurrences of Pareto or 80/20 rule is still making headlines? It's almost like rather any deviation from that would be more surprising
26.
▲
by
fbergen
5y ago
IMO using things like [likely] has more potential to shoot oneself in the foot than improve performance. Using real execution statistic to determine branch prediction (at compile time) should be the new standard