• 9 Posts
  • 332 Comments
Joined 2 年前
cake
Cake day: 2023年6月23日

help-circle


  • It depends on the registrar. By the rules of icann:

    At least annually, a registrar must present to the registrant the current Whois information, and remind the registrant that provision of false Whois information can be grounds for cancellation of their domain name registration. Registrants must review their Whois data, and make any corrections.

    So if the FBI concludes that the provided WHOIS data is false, they could potentially still use that as reason to seize the domains





  • Are there existing tools you love (or hate) that do something similar?

    This sounds similar to “Static code analysis” tools. Especially now that these code analysis tools are getting AI integrations.

    For example we use coderabbit.ai. That does a code review on PRs in github, and reviews these sort of things. Especially the simpler things that you’ve mentioned like poor naming conventions, violations of language-specific best practices, and readability issues. I’m not sure if it will automatically come up with “large refactoring opportunities” by default - but maybe you can custom-prompt configure it to try, I guess

    (Comment) Why have a separate webpage if such of helper can be built into IDE/editor?

    Coderabbit also has IDE extensions: https://www.coderabbit.ai/ide - I think the separate webpage exists for org level configurations and overviews. These “best practices” are probably defined on a team level to ensure everyone uses the same code-style and things like that

    I’m not sure if “just a website to copypaste code and get reviews” is really a good idea. Maybe for juniors that want to review one class or method or something. But usually code is spread across multiple files, and structural refactor opportunities are on a larger scale then just a couple files


  • RonSijmtoOpensourceHow Ruby Went Off the Rails
    link
    fedilink
    arrow-up
    13
    ·
    3 个月前

    On September 19, Ruby Central, a nonprofit organization that manages RubyGems.org, a platform for sharing Ruby code and libraries, asserted control over several GitHub repositories for Ruby Gems as well as other critical Ruby open source projects that the rest of the Ruby development community relies on.

    Uhm, so how does this happen? If some people create Ruby Gems and host them under their own github account, how would Ruby Central suddenly assert control over them?






  • RonSijmtoAI - Artificial intelligence*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 个月前

    My suspicion is that this essay is marketing. It would be bad for Microsoft if people thought its product could be sentient

    Why would it be bad if people thought it could be sentient? If people are using AI for an “AI Girlfriend” or therapist or something - people would probably prefer to believe they’re chatting with something sentient


  • RonSijmtoTechnology*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 个月前

    instead of giving you the real IP, it points you to one of their proxy servers located in a country without the ID requirement.

    Sounds a bit weird, if it’s just pure dns. Because if your dns server gives you a random proxy server instead, it sounds like this would break https right?



  • RonSijmtoTechnology*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    33
    arrow-down
    1
    ·
    5 个月前

    This sounds like a good way to combat AIs…

    Like instead of a Cloudflare blocking AI requests, it would be funnier if the website can detect that an AI is “searching the web” as they do - and then just inject an answer of “Yea to solve that issue, run sudo rm -rf /


  • RonSijmtoProgrammer HumorInfallible Code
    link
    fedilink
    arrow-up
    104
    arrow-down
    1
    ·
    5 个月前

    You don’t get it. This was made in GameMaker Studio 1.4, which doesn’t support a modulo operator. You know nothing about this specific framework. I have 8 years of experience and hacked governments. There’s no reason to update it now, because it runs on a smart fridge at maximum capacity.




  • RonSijmtoProgrammer Humorusing AWS
    link
    fedilink
    arrow-up
    3
    ·
    6 个月前

    Can someone explain how you accidentally rack up such a bill?

    For example: You can deploy your Python script as a Lambda. Imagine somewhere in the Python script you’d call your own lambda - twice. You basically turned your lambda into a Fork Bomb that will spawn infinite lambdas