Viewing profile — tonysdg
tonysdg
HN member- Joined
- Thu, Jun 16, 2016, 9:47 PM UTC
- HN karma
- 407
- Public activity
- 169 items
- HN profile
- View on Hacker News ↗
About tonysdg
No profile information was provided.
Recent public activity
-
comment
Comment #40416260
I'd suggest Cory Doctorow's "ensh*ttification" might encompass the sentiment you're looking for: https://en.m.wikipedia.org/wiki/Enshittification
-
story
What is your most indispensable subscription?
For example, I have subscriptions to several news sites that I consider invaluable -- LWN and the LA Times, to name a few. At one point, I considered my IEEE and ACM subscriptions …
-
comment
Comment #23116467
I'm guessing this deployed on a secondary computer, not on any flight-critical computers; no way it would have passed airworthiness otherwise (even in a demo). As a result, the wor…
-
comment
Comment #19067751
Never attribute to malice that which can be explained by incompetence. A small-ish exchange, run by a small number of developer-employees, with limited computing assets. I can easi…
-
comment
Comment #18954803
Replace strncpy and strcpy altogether with calls to snprintf. It takes a fixed buffer size, terminates correctly with the null character, and safely does everything strncpy does an…
-
comment
Comment #18954762
I'd add that The C Programming Language should be seen as a tutorial (albeit an older one that no longer is fully up-to-date in best practices, in my experience) that can serve as …
-
comment
Comment #18882859
A quick word of warning: be sure to treat C and C++ as two completely separate languages that just happen to have similar syntax. Yes, you can use C++ as "C with classes" (I and ma…
-
comment
Comment #18880736
Uh, are you thinking mean? Median is lining up every salary, counting to N/2, and selecting the number you happen to fall on.
-
comment
Comment #18820782
Is there a reason no one has built a Cygwin-like environment for iOS yet? As in, is it because (1) it's time-consuming, (2) it's tricky, or (3) Apple won't allow it on their App St…
-
comment
Comment #18758176
I know that Allen Sherman did a version of that joke in his "Ode to Fat People" :-)
-
comment
Comment #18722328
Fairly certain at least some of those debts can get passed on to your estate and/or children.
-
comment
Comment #18721547
IIRC, the idea is to help the (dependents of the) Kurt Cobains of the world: artists who die young and still have loved ones who can now depend on the revenue from the copyrighted …
-
story
Ask HN: Resources for learning Ada?
I've got an interest in obscure programming languages; recently Ada caught my eye due to its origins in the U.S. D.o.D. Does anyone know of any good resources for learning Ada?
-
comment
Comment #18687472
Presumably (and I'm partially speculating here, since it's not my expertise) because all of the neurotransmitters, hormones, etc. pay heed to the same laws of thermodynamics that e…
-
comment
Comment #18671776
Paper to print my resume out. Got my first job!
-
comment
Comment #18660738
> So the question here has to be whether the creator of the machine acted reasonably in designing the machine as they did. I'm wary of this line of reasoning. No programmer outside…
-
comment
Comment #18648505
Not even close. Chess is a relatively easy target for AI: the rules are well-defined, all of the pieces are visible to both players, and while the state space is massive, it's a tr…
-
comment
Comment #18615664
A fun article about PostgreSQL and fsync(): "PostgreSQL's fsync() surprise" https://lwn.net/Articles/752063/
-
comment
Comment #18615541
> abuses of sex I think that's where the breakdown is occurring here: this is ultimately a values-based judgment. There's nothing necessarily wrong with that, but I think both side…
-
comment
Comment #18615499
Scrubs?
-
comment
Comment #18614932
Possibly this? https://www.wired.com/story/google-wants-to-kill-the-url/
-
comment
Comment #18605544
It's worth noting this is a testament to Microsoft's (extreme) dedication to backwards compatibility. I sometimes wonder who's more fanatical: the glibc folks or MS. But it seems t…
-
comment
Comment #18585507
I always enjoyed, "Need to generate a pseudo-random key sequence quickly? Open up vim and ask a friend to close it for you."
-
comment
Comment #18585480
On the flip side, however, I imagine it's a lot harder to convince some entity -- an individual, an insurer, a government -- to pay $1 million once vs. $100,000/year for 10 (or mor…
-
comment
Comment #18550751
Popcorn Linux is a thing, and it's a multi-kernel OS too: http://popcornlinux.org (I would know, I've been working on it for a few years).