Live data from Hacker News

Viewing profile — JimDabell

JimDabell

HN member
Joined
Sun, Aug 19, 2007, 10:06 PM UTC
HN karma
13,096
Public activity
2,971 items

About JimDabell

British tech entrepreneur living in Singapore.

You can reach me by emailing my first name at my last name, on the .email TLD.

Recent public activity

  1. comment
    Comment #49258580

    In the same month the Llama weights were leaked, Eliezer Yudkowsky – possibly the most prominent AI doomer, had an article published in TIME magazine saying that we should conduct …

  2. comment
    Comment #49258354

    England, Wales, Scotland, and Northern Ireland are constituent countries in a larger country called the United Kingdom. When dealing with international affairs, you typically want …

  3. comment
    Comment #49192165

    > when has Meta ever not broken their contractual obligations (I am being serious here)? If you are being serious, then you have a wildly distorted view of the world. No organisati…

  4. comment
    Comment #48919254

    Apple created , but it wasn’t for the iPhone, it was for Mac OS X dashboard widgets. This was a few years before the iPhone existed.

  5. comment
    Comment #48761016

    You might be interested to know that the BBC has a Pidgin version. > BBC News Pidgin now dey on Whatsapp > No dull yoursef, be di first to get latest tori, analysis, exclusive inte…

  6. comment
    Comment #48760874

    > OK, accents are a whole can of worms. Regional English is varied. I'm not sure if there are any BCP-style tags for intra-country accents. This comment is written in en-GB-Brummie…

  7. comment
    Comment #48729364

    During the time of Internet Explorer 9, it was surprisingly common for people to still be using Internet Explorer 6. This was often out of their control, for instance if they had i…

  8. comment
    Comment #48720562

    It sounds like an overly earnest TEDx talker leaning over you talking about something inconsequential as if it’s the most mic-droppingly insightful thing in the world.

  9. comment
    Comment #48720509

    > In 2008 you saved a file called index.html, dragged it onto an FTP client, and watched a little progress bar crawl to the right. When I was first learning web development in the …

  10. comment
    Comment #48673340

    And the average American is a poor representation of everyone. The title reads “Why does everyone hate AI?” but repeatedly references surveys of Americans, not “everyone”. American…

  11. comment
    Comment #48670375

    That infrasound video is nonsense: https://blog.andymasley.com/p/contra-benn-jordan-data-center...

  12. comment
    Comment #48670335

    That infrasound video is nonsense: https://blog.andymasley.com/p/contra-benn-jordan-data-center...

  13. comment
    Comment #48644546

    You could not make cross-domain Ajax requests at all until CORS came along. There were lots of workarounds people had to invent (e.g. JSONP, Flash shims, proxying, etc.) precisely …

  14. comment
    Comment #48642800

    You’re misunderstanding the process. It goes something like this (it varies by country / citizenship): first you upload a picture of your ID, then you use your phone to take a vide…

  15. comment
    Comment #48642773

    That’s not correct at all. Are you confusing it with SameSite or something like that?

  16. comment
    Comment #48621436

    XMLHTTPRequest was originally an ActiveX object (something like ActiveXObject("Microsoft.XMLHTTP")), that’s probably what you are thinking of. You couldn’t make cross-domain reques…

  17. comment
    Comment #48620341

    I think perhaps it’s generational. If you were a web developer before CORS existed, then you understand that cross-domain requests were forbidden all along and CORS was created to …

  18. comment
    Comment #48620269

    > Initially, you could literally hit any website with any sort of request, so your website.com could make requests to bank.com, and the browser happily obliged. Of course, this ope…

  19. comment
    Comment #48619844

    HTTP requests are not RPC calls. The end state of a DELETE request is that the resource does not exist. If you make the request once, the end result is that the resource does not e…

  20. comment
    Comment #48619568

    > If I told them who I was and then failed to verify that, they don't know who I am because they think I'm lying about who I am. They know who you claim to be. It’s not like they j…

  21. comment
    Comment #48618909

    The whole point of an identity check is that they know exactly who you are. If you tell them who you are and you fail the identity check, you can’t simply create a new account beca…

  22. comment
    Comment #48618606

    OpenAI also has this kind of check. What is especially bad is that if you fail the verification process, they won’t let you retry – you are permanently locked out from the top mode…

  23. comment
    Comment #48618413

    > GET requests will be sent, but they are supposed to be idempotent so if your server is implemented in a sensible way, it cannot cause any adverse effect, and reading the response…

  24. comment
    Comment #48570292

    > Thinking of it in advance does make it easier but it can definitely still break a business If privacy regulations can break your business , then I think there’s a very high chanc…

  25. comment
    Comment #48568005

    > I recommend taking a look into the different standards for website accessibility, GDPR, etc. On paper it sounds great, who doesn't want an accessible websites or privacy? But in …