Hacker News new | past | comments | ask | show | jobs | submit | avipars's comments login

A whole host of useful but forgotten extensions will be removed.

That is really cool, are you going to add rate limiting, API tokens, etc?

Thanks! -- It is in the backlog under "pending".

If this thing takes off and becomes a thing then adding those will be fairly straight forward.


Is the backend open source?

I wanted to implement my own WHOIS service and it is more complex than it seems.


It is not (I'm not sure where it is going. But here is a gist of that file.

This is in my requirements.txt

git+https://github.com/richardpenman/whois.git@master#egg=python...

And the meat of the file:

    import whois

    """Get WHOIS information for a domain."""
    try:
        domain_info = whois.whois(domain)
    except whois.parser.PywhoisError as e:
        return Response({"message": "Bad request", "details": str(e)}, status=400)

    if domain_info["domain_name"] is None and domain_info["registrar"] is None:
        return Response({"message": "Bad request", "details": f"{domain} not found or registered"}, status=400)

    return {"result": domain_info}

I also built a unit converter (for android - https://unitmeasure.xyz). Best of luck, and even though LLMs are widely available, good tools still come in handy!

Zuck?


A good way of documenting processes for people that prefer to look at code than long PDfs


Were you able to connect IR LEDs to an official Pi NOIR camera and which ones do you recommend?


Wayback machine solved the problem for me https://web.archive.org/web/20221225231302/https://webinfo.u...



This isn't my channel nor my video, just thought it was funny


same here


Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: