Viewing profile — firefwing24
firefwing24
HN member- Joined
- Tue, Mar 31, 2015, 12:17 AM UTC
- HN karma
- 24
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About firefwing24
No profile information was provided.
Recent public activity
-
comment
Comment #28666225
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 w…
-
comment
Comment #27669481
Does this also support sharding?
-
comment
Comment #23873060
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 …
-
comment
Comment #22875105
Author didn't even take the time to look at what pre-commit does.
-
comment
Comment #21531700
Show HN: Testing HN titles against a neural network Bad: 0.1585 Good: 0.8280
-
comment
Comment #21153144
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.
-
comment
Comment #21053455
https://sdnotes.com/reddit >tfw when someone doesn't have a strong password.
-
comment
Comment #21011981
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 …
-
comment
Comment #20782978
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
-
comment
Comment #20700172
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 teachin…
-
comment
Comment #20619546
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, w…
-
comment
Comment #20090352
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,0…
-
comment
Comment #18711520
> 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 …
-
comment
Comment #18711466
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 ca…
-
comment
Comment #18548592
I agree.. that multi sentence run-on with commas attached to it almost makes no sense.
-
comment
Comment #18089495
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 Tr…
-
comment
Comment #18089400
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 …
-
comment
Comment #18079956
Meanwhile, I use both pi-hole + ublock origin for my browsing experience contrary to Troy's initial statement.
-
comment
Comment #17920291
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(sun…