Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Gorgor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Gorgor
3y ago
Calculating the solar position is also pretty important when simulating power production of photovoltaics plants. So, the Python library pvlib has nice functions for working with this: https://pvlib-python.readthedocs.io/en&
2.
▲
by
Gorgor
3y ago
But no one is training these kinds of models on their personal device. You need compute clusters for that. And they will probably run Linux. I'd be surprised if Microsoft trains their large models in anything else than Linux clusters.
3.
▲
by
Gorgor
5y ago
Have you looked at DigiKam? It offers directories, tagging (with custom tag hierarchies), deduplication and also face recognition. I think it can do quite a bit more, but I'm not a heavy user, at all. I just use it for keeping track of
4.
▲
by
Gorgor
6y ago
I had not known about 'font-display: optional' before. Now I wish more sites used it because there has been so many times where I started reading something on my phone with slow internet when it had not fully loaded yet. It’s real
5.
▲
by
Gorgor
7y ago
I took a look at your link and I don’t understand why you feel it’s “really risky”. To me (a German), it seems like any other playground with quite common elements. Sure, the climbing web (if that’s what it’s called) is high, but this is a
6.
▲
by
Gorgor
7y ago
They weren’t even the tallest for very long because the Sears Tower was completed in 1973.
7.
▲
5G – Energy Consumption, Carbon Footprint, Climate Change: Environmental Impact
(emfsa.co.za)
2 points
by
Gorgor
7y ago
|
0 comments
8.
▲
by
Gorgor
7y ago
I have a smartphone and use pass via the app Android Password Store [1]. You have to set up your GPG key of course and also an SSH key for the sync with the remote repository, but once that’s done, it works perfectly fine. [1] https:/
9.
▲
by
Gorgor
7y ago
It has one for me.
10.
▲
by
Gorgor
7y ago
Even if not many developers use an email-based workflow for their own work, I think it’s pretty well-known that the Linux kernel does.
11.
▲
by
Gorgor
7y ago
To be exact, Google did not “delete” the app. It cannot even do that. It removed the app from its own app store. The fundamental problem is that Google’s own app store is perceived by many users to be the only way to install Android apps. A
12.
▲
by
Gorgor
8y ago
If you do it this way, you have to copy your actual server’s private key to your local machine (or even machines if you’re using several), though. That possibly increases the chances of it getting compromised. I’d prefer getting a separat
13.
▲
by
Gorgor
8y ago
Beside what others are saying, this whale does not look like a big sperm whale. According to Wikipedia [1], a 20-meter animal weighs up to 60 tons. This one looks closer to 10 meters and probably weighs less than 15 tons. [1] https:/&
14.
▲
by
Gorgor
8y ago
While u"" is accepted in current Python 3, for some reason they ignored the raw unicode string ur"" which still is a syntax error in Python 3. So, unicode_literals is definitely preferable.
15.
▲
Explore the immersive web with Firefox Reality
(blog.mozilla.org)
1 points
by
Gorgor
8y ago
|
0 comments
16.
▲
by
Gorgor
8y ago
That’s interesting. Did you \usepackage[T1]{fontenc}?
17.
▲
by
Gorgor
8y ago
In Python’s object system? How so?
18.
▲
by
Gorgor
8y ago
What was their argument? Do you have a link?
19.
▲
by
Gorgor
8y ago
What was the reason for switching from Postgres to MySQL?
20.
▲
by
Gorgor
8y ago
I’m using this setup too for quite a while now and overall, I’m pretty happy with it. But some HTML mail is barely readable. How do you deal with that? I’ve written an emacs function which opens the mail in firefox, but I’m not really fond
21.
▲
by
Gorgor
9y ago
How is it relevant that it may be a girl?
22.
▲
by
Gorgor
9y ago
That’s something different, though.
23.
▲
by
Gorgor
10y ago
You mean a table with many columns , don't you?
24.
▲
by
Gorgor
10y ago
I'm not familiar with Macs. How is their UTF-8 different from the normal one? How is such a thing even possible?
25.
▲
by
Gorgor
10y ago
I have trouble conceiving of a use case where macros or regex-replacement cannot do what multiple cursors do. Do you have one in mind?
26.
▲
by
Gorgor
10y ago
Could you explain that a bit more?
27.
▲
by
Gorgor
10y ago
Don't you end up duplicating every line break that way? I think it should be perl -p -e 's/\r//g' Bad_Microsoft.csv Good_unix.csv After all, Microsoft files usually end in a carriage return followed by
28.
▲
by
Gorgor
10y ago
Who is it you're talking about?
29.
▲
by
Gorgor
10y ago
This also makes it difficult to automate. Similarly, maybe I would like to automatically submit my new bot when I do a commit or a push, but the Submit button uses Javascript which makes this unnecessarily difficult. (At least for me.)
30.
▲
by
Gorgor
10y ago
I’m primarily a Vim user, but I use Emacs for some stuff like Common Lisp programming, Org mode, etc. But what I sometimes miss from Vim is the filtering with external commands. For example if I want to pipe my file through awk, I can just
More ›