Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
azag0
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
azag0
8y ago
I'm from EU and it is a thing. I use iMessages whenever the other side has an iPhone. In my social circle, it's about two thirds. But it is also true that many people who have an iPhone still use Whatsapp or Messenger as the defau
2.
▲
by
azag0
8y ago
For a perspective, 3m euro is about two lifetimes of an average salary in Berlin (north of 2k monthly after taxes)
3.
▲
by
azag0
8y ago
I haven’t been able to find whether the recommended 7-9 hours per night refers to the time in bed or to actual sleep time (~1 hour less). Does anyone know?
4.
▲
by
azag0
8y ago
"In regular use" is an understatement. Virtually all manuscripts published on Arxiv.org, which comprises a large portion of all contemporary physics research output, is typeset in Latex.
5.
▲
by
azag0
8y ago
It doesn’t matter what the technical definition is in aviation. What matters is what expectations about Tesla’s technology it creates for most people.
6.
▲
by
azag0
8y ago
Because publishing a package on PyPI is trivial compared to publishing on the Anaconda cloud. For the latter, you need to build your package for every platform and Python version you want to support. So sou need to setup some CI. This is ju
7.
▲
by
azag0
8y ago
I find this view satisfying: “free will” is the feeling that our decisions are the consequence of the train of our inner thoughts. In that sense, free will exists. The following question is whether that feeling corresponds to physical reali
8.
▲
by
azag0
8y ago
Well, he was right about that, although there is little doubt his intent was to deceive.
9.
▲
by
azag0
8y ago
Words are used in a context which shapes their meaning. “Is” there implies to most that the aircraft already exists.
10.
▲
by
azag0
8y ago
With Safari on macOS, the OS reports a negligible energy impact for the extension.
11.
▲
by
azag0
8y ago
But what you describe is not at all what the article is about. This is about identifiable information, which has nothing to do with anyone’s humanity.
12.
▲
by
azag0
8y ago
The $15 adapter is most likely of similar quality as the DAC and other audio components in the phone, so I don’t see the point. (Also, most people I know with $1000 headphones use an external audiophile-grade DAC anyway.)
13.
▲
by
azag0
8y ago
Well, sure, but those are not specific reasons to take a job in a startup, which the comment was about, those are reasons to take any job.
14.
▲
by
azag0
8y ago
The Dutch and Danish approach to cycling is just from a different world. Even cities that I consider decent for cycling, like Berlin, pale in comparison to any larger Dutch or Danish city. And once you introduce cycling into commuting syste
15.
▲
by
azag0
8y ago
You might find the book Why We Sleep interesting.
16.
▲
by
azag0
8y ago
I have not tested it with anything else than the Python kernel, but it uses Jupyter Client to communicate with the kernel, which is kernel agnostic. So you should be able to do just “knitj -k <kernel name> ...”.
17.
▲
by
azag0
8y ago
True. Actually that's what I meant by "intermingling inputs and outputs". KnitJ still shows both code and its output in the rendered HTML, but unlike in Jupyter Notebook, the code is stored and edited separately in a single s
18.
▲
by
azag0
8y ago
Already now you can run a Jupyter notebook on an http server and serve it to Safari in an iPad.
19.
▲
by
azag0
8y ago
I love Jupyter Notebook for experimenting and rapid creation of reports, but dislike it for not being able to use my editor and for intermingling inputs and outputs in a single file. So I'm working on an alternative frontend to Jupyter
20.
▲
by
azag0
8y ago
Let's hope then that Hřib is sensible enough that if he finds out he's not up to the job in the process, he'll cede it to Čižinský
21.
▲
by
azag0
8y ago
We must use the phone in very different ways. I spend hours a day in a terminal, so I live by a file system on a computer. Yet I've never felt the need for a filesystem on an iPhone.
22.
▲
by
azag0
8y ago
For one, as a package developer, publishing a source distribution of a package on PyPI is almost trivial. Publishing on Anaconda Cloud requires you to build the binary packages on all the OS's that you want to support (and for all Pyth
23.
▲
by
azag0
8y ago
For pure-python library projects, I found Poetry the best option these days (haven't tried Hatch). But it is still heavily under development, so it's not necessarily a black-box solution. The biggest pain point of Pipenv for me is
24.
▲
by
azag0
8y ago
It is an overkill for pure-python packages or packages with simple C extensions. Conda was developed specifically to handle non-python dependencies, which would be difficult to build in setup.py. Also, a conda package is not a replacement f
25.
▲
by
azag0
8y ago
Yes. But that’s not the point. The point is that the leverage of both parties entering the negotiation is in most cases very skewed.
26.
▲
by
azag0
8y ago
If the email to BBC was written by Torvalds, then he is a great communicator. Very few people can write with such clarity.
27.
▲
by
azag0
8y ago
Any plans to implement interactive rebase in some way? Right now I'm heavily dependent on GitUp, where things like swapping commits or squashing them is often a matter of a single keyboard shortcut.
28.
▲
by
azag0
8y ago
I have written https://github.com/azag0/knitj to solve a similar use case, but with an alternative interactive browser interface
29.
▲
Show HN: KnitJ – Literate programming with Jupyter kernels
(github.com)
2 points
by
azag0
8y ago
|
0 comments
30.
▲
by
azag0
8y ago
Concurrent or parallel? For concurrency, python has asyncio, which many people consider a success. For parallel execution, there's the GIL, but in practice it rarely matters, because once you want to do parallel execution, you have mos
More ›