Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
firefwing24
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
firefwing24
5y ago
Jellyfin is awesome, but there's a few caveats for me. - Android TV app is quite unstable. Even if you make it do direct streaming, it's not a flawless playback - Sometimes hangs when clicking next episode. I also kind of wish the
2.
▲
by
firefwing24
5y ago
Does this also support sharding?
3.
▲
by
firefwing24
6y ago
I've been following this app for a while, and for a long time I was using a PR version of the app that kept the subscription list in order of time (which didn't exist for a really long time). But they finally merged it a while bac
4.
▲
by
firefwing24
6y ago
Author didn't even take the time to look at what pre-commit does.
5.
▲
by
firefwing24
7y ago
Show HN: Testing HN titles against a neural network Bad: 0.1585 Good: 0.8280
6.
▲
by
firefwing24
7y ago
From a User Experience, I would prefer the 4 buttons on the main page to be a button, rather than having the press the text to make it work.
7.
▲
by
firefwing24
7y ago
https://sdnotes.com/reddit >tfw when someone doesn't have a strong password.
8.
▲
by
firefwing24
7y ago
This also confuses me as a resident of South Bay Area... I've been researching ISPs every once in a while to see if new ISPs are able to provide decent deals to where I live... As of right now, here seems to be my options... - AT&T
9.
▲
by
firefwing24
7y ago
Added: Thoms Mucenieks has a similar setup, which his recent 1M sub video makes it pretty obvious how its setup: https://www.youtube.com/watch?v=0qWg6Y-Ildc
10.
▲
by
firefwing24
7y ago
They attach an RGB strip slightly above the keys on top of the keyboard (or for a grand piano/upright, they attach it probably somewhere on the key case). Rousseau has been teaching a lot of other pianists how to do the same setup, so
11.
▲
by
firefwing24
7y ago
You mention "objective truth value" and "Objectively wrong", which the parent comment says " But the point is: who´s to judge which ones are right and which one are wrong?" Sure, we can say 1 + 1 = 2, and that&
12.
▲
by
firefwing24
7y ago
Not a strict 1:1 comparison, but I guess as a reference point? (Prices from US Amazon) - Asus Rog Dominus Extreme - 1,677.48 - Intel Xeon W-3175X - 3.1 -> 3.8 boost (28 Core) - 3,078.49 - Decent Case - 200$ (maybe even bump to 400) - 4 x
13.
▲
by
firefwing24
8y ago
> 2. Python libraries' documentation leave a lot to be desired (compared to good javadocs). Just because your language is dynamically typed doesn't mean you don't need to describe what the expected shape of a parameter sho
14.
▲
by
firefwing24
8y ago
People hate on spacing, but people rarely talk about the benefits that specific spacing has. Yeah, sure, you can complain about how strict it might be, and complain about how it can cause bugs when something is mis-indented. But it's
15.
▲
by
firefwing24
8y ago
I agree.. that multi sentence run-on with commas attached to it almost makes no sense.
16.
▲
by
firefwing24
8y ago
Replying to your reply of the child comment: > i guess that is true in python3 but it is not in python 2.7. No, it's always been there. >>> def f(): ... pass ... >>> f() is None True
17.
▲
by
firefwing24
8y ago
FYI, repl.it has Python3, you just need to select Python3 and not Python. As far as I know, the __qualname__ property was introduced in Python3.3, so obviously you wouldn't see it in any Python 2 version.
18.
▲
by
firefwing24
8y ago
Meanwhile, I use both pi-hole + ublock origin for my browsing experience contrary to Troy's initial statement.
19.
▲
by
firefwing24
8y ago
Under Alpha Composition icon = snowy.load('snowflake.png') icon = snow.resize(snowflake, height=100) sunset[:100,200:300] = snowy.compose(sunset[:100,200:300], icon) snowy.show(sunset) Pretty sure you meant to say on