Viewing profile — azag0
azag0
HN member- Joined
- Mon, Sep 22, 2014, 3:36 PM UTC
- HN karma
- 517
- Public activity
- 187 items
- HN profile
- View on Hacker News ↗
About azag0
No profile information was provided.
Recent public activity
-
comment
Comment #18897828
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 i…
- comment
-
comment
Comment #18854198
For a perspective, 3m euro is about two lifetimes of an average salary in Berlin (north of 2k monthly after taxes)
-
comment
Comment #18801469
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?
-
comment
Comment #18703257
"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 …
-
comment
Comment #18628738
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.
-
comment
Comment #18617137
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 y…
-
comment
Comment #18607780
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 qu…
-
comment
Comment #18607393
Well, he was right about that, although there is little doubt his intent was to deceive.
-
comment
Comment #18607069
Words are used in a context which shapes their meaning. “Is” there implies to most that the aircraft already exists.
-
comment
Comment #18599628
With Safari on macOS, the OS reports a negligible energy impact for the extension.
-
comment
Comment #18544993
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.
-
comment
Comment #18540308
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 …
-
comment
Comment #18536532
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.
-
comment
Comment #18516785
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 Dani…
-
comment
Comment #18370000
You might find the book Why We Sleep interesting.
-
comment
Comment #18343670
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 jus…
-
comment
Comment #18340673
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 …
-
comment
Comment #18340437
Already now you can run a Jupyter notebook on an http server and serve it to Safari in an iPad.
-
comment
Comment #18340116
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 fil…
-
comment
Comment #18308724
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ý
-
comment
Comment #18281730
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 iPhon…
- comment
-
comment
Comment #18248363
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 …
-
comment
Comment #18247863
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 so…