Viewing profile — stefco_
stefco_
HN member- Joined
- Wed, Feb 22, 2017, 4:03 AM UTC
- HN karma
- 1,309
- Public activity
- 204 items
- HN profile
- View on Hacker News ↗
About stefco_
https://stc.sh/
Recent public activity
-
comment
Comment #39714805
I use digitalocean for personal stuff because of this
-
comment
Comment #32062279
If you want to talk about premiums, the US housing market is out of control right now; just having a roof over your head in any metropolitan area means paying through the nose. It’…
-
comment
Comment #24891443
It's funny you mention Boise; that city, and many parts of Idaho/the west, are undergoing their own insane housing price inflation at the moment that's surging through the pandemic…
-
comment
Comment #24240555
Also not being limited by G-forces or endurance.
-
comment
Comment #24240536
> IQ also predicts or correlates with numerous other life outcomes. If we hire people based on IQ scores/things that correlate with IQ scores, we should not be surprised if high IQ…
-
comment
Comment #24240464
Given how prevalent police unions are, and how incredibly quick they are to raise complaints, you'd hope for more self-awareness/solidarity and less hypocrisy.
-
comment
Comment #24240453
Taking a single statistic on something as complex and multivariate as "intelligence" is already discarding a lot of information. When you throw in social factors (Who is writing th…
-
comment
Comment #24089565
Predicting subsequent words is hard for humans, but correcting typos is easy. I've turned off autocorrect completely because my typos are always immediately decodable to their huma…
-
comment
Comment #24004395
The Russian Revolution episodes are truly fascinating. The 1905 section feels particularly relevant to recent American history.
-
comment
Comment #22881435
There's good reason to suspect strong regional variation, which means that finding a representative sample of 500 is hard. But that would still be technically possible (look at Sou…
-
comment
Comment #22490143
It's not the smoothest, but at least it's fairly stable/consistent with good performance (vs. e.g. an electron GUI app). Once you get things dialed, you can keep your workflow goin…
-
comment
Comment #22466088
Contrast with W. Edwards Deming's approach that stresses the systematics of the organization and considers rank-and-yank a symptom of bad management: https://en.wikipedia.org/wiki/…
-
comment
Comment #22363910
Yes, this is pretty much what I meant. The "horrid" part is that I would like to do a quick /" xnx (or similar) in vim to delete the quotes on a multi-line block. Even that is anno…
-
comment
Comment #22353121
It's not just a browser thing. Apple Books does this with their e-books, which is infuriating if you're working with a coding book and just want to copy-paste stuff into your edito…
-
comment
Comment #22328001
From a liability perspective you’re probably right. I just mean it’s Apple that picks the courier, and that that solution to delivery can fail in basically the same way as store pi…
-
comment
Comment #22324255
Amusingly enough I've had that method fail while ordering an iMac a few years ago. I requested delivery-with-signature on a $4k iMac and it got delivered to another house three blo…
-
comment
Comment #22310691
Though git's interface is highly flawed, I do think a good VCS needs to expose more of its storage model to the user (or at least a model isomorphic to it) than most apps. In vi an…
-
comment
Comment #22177232
This is super cool! Could see myself using this when I'm feeling foggy-brained and want to bash keys until something useful comes up. But I also just love how it looks; nice intera…
-
comment
Comment #21996924
It would indeed be a bug, which is why any self-respecting operating system should include uninterruptible vi in the kernel /s
-
comment
Comment #21917090
> Progress in math often (or usually) isn’t driven by physical problems This is true at the largest scale, but the math classes that most people take are directly applicable to (an…
-
comment
Comment #21689498
If your application is allowing users to edit the text, or if you know which languages will be used, or if you don't care about capitalization, then you don't have to worry about a…
-
comment
Comment #21578819
Using a markov chain with your stochastic matrix set to I...
-
comment
Comment #21562494
But our chief technical innovation was factoring problems into smaller ones. This is such a vital innovation that it's practically synonymous with engineering. So even superficiall…
-
comment
Comment #21549555
Yes, I agree that these are often abused tactics. Just saying they have their uses. The fundamental problem is graph literacy.
-
comment
Comment #21539770
> the broken programs would still be broken in either language. You need to slap a decode anyway on reads from subprocesses in python3, and files open in Unicode mode by default. W…