Viewing profile — 95014_refugee
95014_refugee
HN member- Joined
- Thu, Sep 25, 2014, 8:08 AM UTC
- HN karma
- 521
- Public activity
- 227 items
- HN profile
- View on Hacker News ↗
About 95014_refugee
No profile information was provided.
Recent public activity
-
comment
Comment #46201328
@ooedotech https://youtu.be/urGmmkUDi20 etc.
-
comment
Comment #44787118
See also “information desert” and ask yourself why a survival-oriented species might behave in this fashion. Or don’t, it’s why they do.
-
comment
Comment #44768879
“sj placed cool first” … in what universe? Steve placed “Steve likes it” first. Many of the things he liked were terrible. Cool things happen(ed) at Apple in spite of executive lea…
-
comment
Comment #44636373
You are confusing waterfall with BDUF.
-
comment
Comment #44224737
I do wonder how much of the hate on “waterfall” is perpetuated by folks that never read the paper. It’s the “socialism” of development workflows…
-
comment
Comment #43816246
The exploit as described doesn't "brick" the device; that would require permanently disabling it. A tethered restore would be all that's required to recover in this case.
-
comment
Comment #43609357
It would never have worked. So many of the things that owning xnu has made possible would never have happened on top of Linux. The things you can do when you know each and every cu…
-
comment
Comment #43609337
For a long time we held the line on not having file operations originate from within the kernel (layering reasons). Eventually less sane heads prevailed.
- comment
-
comment
Comment #43039119
One does not "hone in" on anything. To hone a thing is to make it sharper or more acute by removing parts of it with an abrasive. The word you are looking for is "home", as in a ho…
-
comment
Comment #42891452
Responding to a TCAS RA is not "overly cautious".
-
comment
Comment #42891430
It's not inoperable; warnings are still issued, but the RA (resolution advisory, i.e. "climb", "dive" etc.) functionality is inhibited.
-
comment
Comment #42815621
This makes some very naïve assumptions about the relationships between entities in a program; in particular that you can make arbitrary assertions about the representation of alrea…
-
comment
Comment #42571922
You mean “can’t resist the name placement kickback promises”, surely.
- comment
-
comment
Comment #42403408
Worth reading his son @snakesofself's comment below that video for additional context. As a fan of the show, and what it did to advance the art of visual storytelling, learning mor…
-
comment
Comment #42101557
It's always a compromise. Part of the exercise, whether it be making an existing codebase amenable to verification, or standing up a new one designed for it from scratch, is to ide…
- comment
-
comment
Comment #41540596
Viewing an ad is not “giving back” in any meaningful sense. Modern adtech primarily benefits the infrastructure providers, rather than providing a service to its “clients” or a rev…
-
comment
Comment #41383483
For sufficiently narrow interpretations of "working", perhaps. Otherwise, I think you might be a little optimistic here.
-
comment
Comment #41333495
> I've also wondered why the TLB isn't larger. Fast CAMs are (relatively) expensive, is the excuse I always hear.
-
comment
Comment #41178381
[flagged]
-
comment
Comment #40883843
I’m not sure about the “sadly” part here. Whilst it proved that something could be done, it also taught us a lot about what doing it cost (a lot), how scalable it was (not), and wh…
-
comment
Comment #40648920
... and the open-source clone (EmuTOS) has been widely ported since.
-
comment
Comment #40357095
Memory efficiency just for one. For most programs, and especially in the embedded space, 64b systems carry around (and process) a lot more zeros than 32b systems do. You can still …