Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
funcDropShadow
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
funcDropShadow
1y ago
There is a central configuration, see here https://news.ycombinator.com/item?id=43642743
32.
▲
by
funcDropShadow
1y ago
One way to deal with large binary files is git-annex, it is as decentralized as git. But I dare say it lost to git-lfs, because Github and co weren't interested in hosting it.
33.
▲
by
funcDropShadow
1y ago
In a hierarchically system renaming a directory is an O(1) operation, in a non-hierarchical system with paths it is an O(n) operation.
34.
▲
by
funcDropShadow
1y ago
Object stores are not filesystems. They have a paths, but they are not hierarchical.
35.
▲
by
funcDropShadow
1y ago
Yes, the history of the name is as you write. But the value of the command lies in finding the commits, and, especially, in finding which lines changed together.
36.
▲
by
funcDropShadow
2y ago
Is tee.exe supposed to be the normal tee unix tool?
37.
▲
by
funcDropShadow
2y ago
> True, but I suspect it'll be a lot easier to virtualise all those APIs through WASM than it is for a regular native binary. I mean, half the point of docker is that all syscalls are routed into an LXD container with its own filesy
38.
▲
by
funcDropShadow
2y ago
Nothing is intuitive on its own. Intuitiveness is a property of the relation between a thing and and some subject. Whether `map` is more intuitive than `then` depends on that subject. Without assuming a target audience, it is futile to desi
39.
▲
by
funcDropShadow
2y ago
One purpose of science is to provide the rest of the society, who are not scientists, with reliable insights, ideally with actionable advice on how to solve a problem. If you treat science purely as a stong-link problem, the burden of quali
40.
▲
by
funcDropShadow
2y ago
Then, why is Doge flagging things like funding gender-change surgery abroad instead?
41.
▲
The perfect boiled egg takes more than half an hour to cook
(newscientist.com)
2 points
by
funcDropShadow
2y ago
|
1 comments
42.
▲
by
funcDropShadow
2y ago
You don't have to wonder. Just observe what is going on in so-called liberal democracies of the world while identity politics is implemented by governments: censorship, redefinition of words, inventing new moral issues to shutdown inco
43.
▲
by
funcDropShadow
2y ago
Which debuggers do you like the most?
44.
▲
by
funcDropShadow
2y ago
As someone who has been using emacs for almost 30 years. There are lot's USPs for emacs, but none should matter for the selection of a programming language. I hear lots of good thing about Calva, a Clojure plugin for VS Code. Look at t
45.
▲
by
funcDropShadow
2y ago
Didn't Mark Zuckerberg say he would reduce censorship on FB just a few weeks ago?
46.
▲
by
funcDropShadow
2y ago
My observation with the Scala and Haskell ecosystems has been very similar. One primary source of churn is changing interfaces. And very advanced static type systems offer a large design space how to model interfaces. Which leads to lots of
47.
▲
by
funcDropShadow
2y ago
Unless you have a very good JIT compiler, like JVMs. Than you can defer LTO and whole program optimization to runtime.
48.
▲
by
funcDropShadow
2y ago
Could you recommend some resource to understand this view of accounting better?
49.
▲
by
funcDropShadow
2y ago
The technically correct term -- at least in reduction systems -- would be confluence not convergence.
50.
▲
by
funcDropShadow
2y ago
Theoretically, using fractionals as list labels requires unbounded amounts of memory to store the fractions. In practice that is extremely limitted. But the difference becomes really a problem. If you are not just assigning ordered labels t
51.
▲
by
funcDropShadow
2y ago
In firmware interfaces you can configure whether USB and PCI-E devices can wake up the computer. Enabling USB wakeup made it possible on my machine, that I can wake it up by pressing any key on the keyboard.
52.
▲
by
funcDropShadow
2y ago
Some beg to differ: https://www.youtube.com/watch?v=u-7qFAuFGao
53.
▲
by
funcDropShadow
2y ago
Because Apple invented this kind of walled gardens.
54.
▲
by
funcDropShadow
2y ago
The abstract says the code will be available.
55.
▲
by
funcDropShadow
2y ago
This slows down innovation. In Java it is common to use the MDC support of slf4j. You can add to metadata in thread local variables, so that you don't have to add it at every logging site.
56.
▲
by
funcDropShadow
2y ago
Probably, a hierarchy of different loggers.
57.
▲
by
funcDropShadow
2y ago
Why do you prefer Log4j2 over the slf4j api and why over logback as the backend?
58.
▲
by
funcDropShadow
2y ago
Wow, how can you one come up with the impression that induction isn't a problem solving technique and be in a position to decide about math or cs curriculum? Induction is one of the most fundamental proof techniques in mathematics. And
59.
▲
by
funcDropShadow
2y ago
> In the age of LLMs there is no point in writing long prose. The more content is generated ... Wow, do you really equate long prose with "generated content"? Long prose is novels, deep non-fiction books, long letters, and much
60.
▲
by
funcDropShadow
2y ago
It should benefit, if namespaces are AOT-compiled by Clojure.
More ›