Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
usrbinbash
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
121.
▲
by
usrbinbash
2y ago
No I might not. In these similar situations, I will use sqlite, unless someone can point out one of the items listed above as a reason to use something else.
122.
▲
by
usrbinbash
2y ago
"alternative" implies that this is either on a comparable level of battle-testedness and feature completeness as sqlite, or that it solves problems that sqlite has, or that is delivers substantiable, or at least noticeable advanta
123.
▲
by
usrbinbash
2y ago
Cargo Cult Programming is as much a problem in DevOps as it is in Dev.
124.
▲
by
usrbinbash
2y ago
I am not asking for opinions, I am asking for metrics. 10x is an arithmetic operation. Therefore, to make such an assumption, there has to be a quantity that operation can be applied to. So, by what quantifieable metric is jj "10x be
125.
▲
by
usrbinbash
2y ago
> But I don't have a problem with what someone else wants to run on their computer. Neither do I. This discussion isn't about what someone else runs or doesn't run on their computers. By all means, run `jj`. Or use `fossil
126.
▲
by
usrbinbash
2y ago
And this assumption is based on ... what exactly?
127.
▲
by
usrbinbash
2y ago
> Git is up there with Python packaging and regular expressions. Probably. And neither Python Packaging nor regular expressions will be replaced by anything in the next few decades, for the same reasons why `jj` is unlikly to replace git
128.
▲
by
usrbinbash
2y ago
> JJ works with git servers For now. At some point, it may want to run features incompatible with git, and what happens then? > nd people that don't understand git but do understand JJ can just run JJ. And how many such people wo
129.
▲
by
usrbinbash
2y ago
> The existence of sites like ohshitgit.com is testament to that. It's a testament to worldwide adoption first and foremost. If `jj` had the same adoption, there would probably be similar sites about it. No tool is perfect, and all
130.
▲
by
usrbinbash
2y ago
> jj is better Primarily jj is different. And a lot of the "problems" it solves barely ever come up in git. And when they come up, its usually as "difficult" as "google the solution and enter the commands".
131.
▲
by
usrbinbash
2y ago
Clicked on the Website. Greeted by the message: "Something has gone terribly wrong". It did load correctly at the second attempt, but I have to admit...well played with raising the dramatic effect webserver, well played ;-)
132.
▲
by
usrbinbash
2y ago
I don't see how that is a problem, given how trivially easy most of these editors make it to rebind keys.
133.
▲
by
usrbinbash
2y ago
The issue isn't about "screen vs. print", the issue is about "critical, discerning, questioning mind" vs. "mindless consumerism". The epistemological collapse we are experiencing wasn't caused by info
134.
▲
by
usrbinbash
2y ago
This. I don't need voice chat features in a terminal based text editor.
135.
▲
by
usrbinbash
2y ago
My mistake, in that case, thank you :-)
136.
▲
by
usrbinbash
2y ago
And again: None of that matters. I am not talking about formalities here, I am talking about technical realities. Whether it is formally called a standard or no doesn't change the fact that this is the document everyone points at when
137.
▲
by
usrbinbash
2y ago
I agree up to a point. It is a kind of tug-o-war, and yes, the weight of each side plays an important role there. Nevertheless, even in projects where my services are talking to something that's bigger, I will, at the very least ask &
138.
▲
by
usrbinbash
2y ago
> On the other hand, if you can be flexible enough to allow quirks on import while not perpetuating them on export, eventually you and other software built with the same philosophy standardize the field. How? The only thing I can see hap
139.
▲
by
usrbinbash
2y ago
My pleasure :-)
140.
▲
by
usrbinbash
2y ago
It doesn't matter when it came out, it doesn't matter that it it descriptive. It is the standard, period. Yes, CSV is much, much older. In fact it predates personal computers. And it went through changes. Again: None of that matt
141.
▲
by
usrbinbash
2y ago
Oh, I am nothing but liberal when it comes to CSV: Clients get the liberty to either have their requests processed, or get a 400 BAD REQUEST And yes, I am aware that the standard says this. My counter question to that is: How much client-li
142.
▲
by
usrbinbash
2y ago
> Try to go tell the head of accounting they need to make all their data rfc4180 compliant see how that goes Fun fact: I did. And not just for accounting systems, but all sorts of data ingestion pipelines. Did it work every time? No. Did
143.
▲
by
usrbinbash
2y ago
> countries which are NOT in the EU: Denmark, Switzerland, Iceland. Denmark is a member state since 1973, when it was still called the European Economic Community https://en.wikipedia.org/wiki/Denmark#Constitutional_
144.
▲
by
usrbinbash
2y ago
> Those are individual countries doing great These countries are doing great because they are part of the EU. If anyone disagrees, well, it's not like we lack experimental data: https://www.london.gov.uk/new-report-r
145.
▲
by
usrbinbash
2y ago
I can just not use Excel :-)
146.
▲
by
usrbinbash
2y ago
> CSVs are kinda bad. Not really. What's bad is when people keep insisting on coming up with new and amazing CSV dialects. https://www.ietf.org/rfc/rfc4180.txt is very clear about what CSV files are supposed to
147.
▲
by
usrbinbash
2y ago
Safest countries in the world: Check. Countries with the highest average standard of living: Check. Countris consistently socring among, or as, highest in citizen happiness indices: Check. Stable Economy: Check. Successfully implemented mea
148.
▲
by
usrbinbash
2y ago
> Cannon shooting I'm sorry, WHAT ? oO
149.
▲
by
usrbinbash
2y ago
> , it looks like slices/maps have reference semantics No, they don't. Pointers and references are fundamentally different concepts. A reference is a name, handled by the runtime, that is bound to an entity. A pointer is just a
150.
▲
by
usrbinbash
2y ago
No, there is no "hiding" of a "reference". There is copying a struct: s2 := s1 This copies the struct in `s1` into a new name `s2`. This struct contains, among other things, a pointer to the backing array. There
More ›