Live data from Hacker News

Viewing profile — thagsimmons

thagsimmons

HN member
Joined
Mon, Oct 17, 2022, 3:06 AM UTC
HN karma
232
Public activity
25 items

About thagsimmons

No profile information was provided.

Recent public activity

  1. comment
    Comment #37377255

    Reading Windschuttle's "Fabrication of Aboriginal History" along with the heavily critical responses in "Whitewash" was a fascinating intellectual exercise. I went in quite neutral…

  2. comment
    Comment #35955595

    C2 was an incredible place at its peak - I was lucky to have started my career while the community was still (only just) functional. Looking back, it's hard to over-state how forma…

  3. comment
    Comment #35898834

    I had never heard of her, but decided to take a look at her content to try to tease together some part of her story. I sensed from the coverage that something was being elided here…

  4. comment
    Comment #35417694

    We chose sqlx for a SQLite based project because it provides a reasonable async interface, and our experience has not been great. Development momentum has been poor, PRs and issue …

  5. comment
    Comment #34951087

    I'm not talking about free speech absolutism. What I'm describing here is a specific US-centered cultural phenomenon - thin-skinned, hypocritical tribalism that has turned people a…

  6. comment
    Comment #34950501

    The US constitution protects controversial speech, in the sense that government punishment is not meted out to people who step out of line. The limits of this are immediately appar…

  7. comment
    Comment #34950087

    Oh? How successful do you think the US constitutional mechanism has really been in protecting free speech? And by "free speech" here, I mean exactly the broader sense, not constrai…

  8. comment
    Comment #34949973

    Sorry, but this is just the kind of narrow parochialism I'm complaining about. I said "the vast majority of the world", and I stand by that - the idea that ordinary people in China…

  9. comment
    Comment #34949649

    My heart sinks when I see this sort of parochial US-centric definition of free speech. The vast majority of the world is not protected by and has no interest in US constitutional r…

  10. comment
    Comment #34541298

    This is a bit of a "how long is a piece of string" question. It depends on the developer workstation, which file they're currently working on, etc. That said, we're talking about i…

  11. comment
    Comment #34540299

    While there was some stink around his departure, he's not one of the contributors I'm concerned about here. I'm thinking more of people working on deep technical issues around the …

  12. comment
    Comment #34540103

    I don't want to list specific contributors here. We often have no information on why people left the project - there might be all sorts of personal factors. I will say that my broa…

  13. comment
    Comment #34539839

    This is absolutely a pain point for us, working on a very large Rust project. In particular, incremental compile times are absolutely critical for developer comfort, and by far the…

  14. comment
    Comment #34539797

    This sounds great, but I don't think Rust has the complement of highly skilled core developers needed to tackle something this ambitious. I'm a close observer of the Rust project, …

  15. comment
    Comment #34257624

    I'm very interested in this area, but I've never been able to get a handle on what's going on in this particular project. There's no coherent explanation of the technical aspects, …

  16. comment
    Comment #33916215

    The more interesting question is how long it will be until we have open, freely available models that are competitive with closed models. It's now clear that everything is going to…

  17. comment
    Comment #33857998

    I followed the stoush between DeLong and Graeber closely, and my strong impression is that Graeber was thin-skinned, vengeful, often inaccurate and unable to stand criticism. DeLon…

  18. comment
    Comment #33464791

    Obviously people need to make up their own mind, but I do hope that they'd read what Singal actually writes and not base their opinion on a mean-spirited, vengeful hit-piece like t…

  19. comment
    Comment #33464115

    In the interest of fairness, here is Singal's response to that page: https://jessesingal.substack.com/p/glaad-took-false-previous... For what it's worth, I'm 100% with Singal here.…

  20. comment
    Comment #33464039

    Almost nobody who reads this but doesn't already know who Jesse Singal is will bother to do the mountains of reading needed to figure out the reality, so I feel that I need to prov…

  21. comment
    Comment #33403506

    This is too simplistic a critique. One species colonizing everything is perfectly compatible with the model in the broad. The complication is that we ourselves exist, are not colon…

  22. comment
    Comment #33230040

    Very few things are impossible to work around. In this case, you can detect that the service worker is no longer controlling the page, and do something about it: re-register the wo…

  23. comment
    Comment #33229972

    I don't think this is significantly different from what I said ("if your functionality justifies it..."). That is, evaluate service workers in the same way that you would any other…

  24. comment
    Comment #33229734

    Again, this is much too sweeping and categorical. The forced reload problem with service workers is well known and easy to work around. The Firefox private browsing example is neit…

  25. comment
    Comment #33229521

    This is too negative - it's fine to require service workers if it's justified. Service workers work in private browsing mode in Safari, Chrome and Brave, and is only unimplemented …