Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lukasLansky
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
lukasLansky
3y ago
https://www.statista.com/chart/17194/pedestrian-fatalities-i...
2.
▲
by
lukasLansky
3y ago
Both Franz Kafka and Factorio come from Prague after all.
3.
▲
by
lukasLansky
4y ago
My ethernet is also capped at 1 Gb/s for most of my computers. The 10 Gb/s connection is still useful as it makes sure that things running at different devices won't affect each other. Streaming won't affect games won&#x
4.
▲
by
lukasLansky
5y ago
That is a narrative that misses the point of the thread and is generally not compatible with hard data. For example, the amount of suicides in US during 2020 went down .
5.
▲
by
lukasLansky
6y ago
It's not a string either though: in the same way integer addition (almost always) does not make sense, string concatenation (almost always) does not make sense either. The proper type would allow for equality check and explicit string
6.
▲
by
lukasLansky
6y ago
I guess it depends how you think about it. From computational perspective, it's heavyweight. On the other hand, it really optimizes for minimal human effort, on several levels: * GPT-3 is conceptually simple: the effort to invent it an
7.
▲
Google announces Cilium and eBPF as the new networking dataplane for GKE
(cilium.io)
3 points
by
lukasLansky
6y ago
|
0 comments
8.
▲
TypeScript 4.0 RC
(devblogs.microsoft.com)
2 points
by
lukasLansky
6y ago
|
0 comments
9.
▲
by
lukasLansky
6y ago
I think we are really torturing language here. I don't want to get into specifics of what constitutes business value, how to value brand and customer satisfaction and so on. I can add more examples like https://deepmind.com&
10.
▲
by
lukasLansky
6y ago
Voice recognition, translation, OCR, image classification, etc. is done through neural networks mostly nowadays. If https://en.m.wikipedia.org/wiki/Google_Translate does not seem like having business value to you, then
11.
▲
by
lukasLansky
6y ago
Moloch did force them. https://slatestarcodex.com/2014/07/30/meditations-on-moloch/
12.
▲
by
lukasLansky
7y ago
Most of batch workloads are not that latency sensitive. You can send them to the other side of the world as everyone is sleeping there right now.
13.
▲
Improve React.js Server-Side Rendering by 150% with GraalVM
(medium.com)
9 points
by
lukasLansky
7y ago
|
3 comments
14.
▲
by
lukasLansky
7y ago
I don't understand why you think it's hard to tell your CI/CD pipeline to run itself on a schedule. I find this totally consistent with my tooling (I have CI/CD in place for many different reasons, this is one of them) a
15.
▲
by
lukasLansky
7y ago
No, in the context of the conversation, it's an argument for a higher valuation of the entity. The value of every corporation primarily reflects expectation of future profits. That's the reason P/E ratios differs a lot even f
16.
▲
by
lukasLansky
7y ago
Yep, this is exactly it. By the way, even SQL Server can use Kubernetes for HA nowadays.[1] [1] https://docs.microsoft.com/en-us/sql/linux/tutorial-sql-serv...
17.
▲
by
lukasLansky
7y ago
I agree that technology advances would have lead to massive deflation without all the money printing. The point of money printing is to do precisely this, so that the measure of economy does not get out of sync with the size of the economy.
18.
▲
by
lukasLansky
7y ago
Inflation, using the usual definition, cannot be 'masked by technology' as technology is one of the things that legitimately determine general price level. Inflation counts and always counted general price level with effects of te
19.
▲
by
lukasLansky
7y ago
Knative[0] pushes in that direction from the side of "complicated" Kubernetes. It's still far away from easy, but I expect that the solution will look like this -- a software that uses Kubernetes base to provide high-level pr
20.
▲
by
lukasLansky
7y ago
Kubernetes is our one shot at having the universal vendor-neutral cluster interface. The fact that it's time consuming to do simple things directly against it doesn't surprise me in the same way I'm not surprised that writing
21.
▲
by
lukasLansky
7y ago
It's not an uncommon way to get rich. Eastern European privatisation after the fall of the Iron Curtain often failed after management of corporations owned by many small shareholders borrowed company money to themselves, something that
22.
▲
by
lukasLansky
7y ago
As much as I like the described move from "functions" to "containers", solutions like KNative / Cloud Run are still inherently more hackable than solutions like Fargate. It's good to have properly defined, stab
23.
▲
by
lukasLansky
7y ago
I agree. If a smart investor notices that a company business model stops working the moment governments pass legislation introducing carbon markets, it's a good investment strategy to short the stock. But notice that it's the gove
24.
▲
by
lukasLansky
7y ago
Does this actually make a diffence, from game-theoretical perspective? It seems to me that if substantial amount of investors start to bias in a certain direction, it will only create an opportunity for active investors to earn money by bet
25.
▲
by
lukasLansky
7y ago
Yes, AI regulation needs to be global to be effective. The difference between "we should abstain from our moral values because everyone dies anyway in the end" and "we should find ways to pursue our moral values effectively&q
26.
▲
by
lukasLansky
7y ago
I mostly agree. Just notes: Classic example in favor of monorepos is shared internal library. You should be able to change its API in one step, because that's the way to not having to care about compatibility at all. Compatibility conc
27.
▲
by
lukasLansky
7y ago
Well let's take frontend/backend separation in a classic webapp -- let's not think about React for now. This makes good concern separation as rendering HTML is something else than computing prices. If you put frontend and bac
28.
▲
by
lukasLansky
7y ago
It's a common sense, but it's really hard to argue against super-fine splitting. Having repo per module seems like stronger separations of concerns from a distance. Of course, what in the end really decides about the strength of y
29.
▲
by
lukasLansky
8y ago
"Netflix also benefits from TV/movies being more fungible" Is this really the case? I mean, is there any research on this? I would guess exactly opposite is the case: I personally don't care about background music in mos
30.
▲
Do more with patterns in C# 8.0
(blogs.msdn.microsoft.com)
29 points
by
lukasLansky
8y ago
|
3 comments
More ›