Hacker Newsnew | past | comments | ask | show | jobs | submit | kidbomb's commentslogin

Anyone knows what happened with it? Maybe the creator would like to pass the torch?


Its still running just fine


Connecting to it times out for me.

  traceroute:
      ...
  15  213.136.2.6  35.049 ms  34.440 ms  34.338 ms
  16  213.136.2.20  34.814 ms  33.359 ms  35.116 ms
  17  213.154.229.42  33.837 ms  33.572 ms  34.794 ms
  18  213.136.8.188  30.174 ms  28.810 ms  33.674 ms

  tcptraceroute ... 23 :
      ...
  15  213.136.2.6  28.626 ms  28.657 ms  28.849 ms
  16  213.136.2.20  28.608 ms  28.483 ms  28.515 ms
  17  213.154.229.42  27.989 ms  28.058 ms  29.336 ms
  18  * * *


Ah, it must be ipv6 only now then:

                             My traceroute  [v0.95]
t14 (2a0e:5700:xxxx) -> towel.blinkenl2026-01-27T13:33:52+0100 Keys: Help Display mode Restart statistics Order of fields quit Packets Pings Host Loss% Snt Last Avg Best Wrst StDev 1. 2a0e:5700:xxxxxx 0.0% 4 0.8 0.9 0.8 1.2 0.2 2. 2a02:f640:xxxxxx 0.0% 4 8.5 9.3 8.4 11.0 1.2 3. 2a02:f640::1 0.0% 4 8.2 8.8 8.2 9.2 0.5 4. amsix-501.xe-0-0-0.jun1.bit-1.ne 0.0% 4 12.9 13.1 11.7 15.3 1.6 5. e48.leaf-sw2.bit-1.network.bit.n 0.0% 4 10.7 11.2 10.7 11.8 0.5 6. lo0.leaf-sw3.bit-2b.network.bit. 0.0% 4 11.8 12.0 11.8 12.3 0.3 7. 2001:7b8::213:136:2:43 0.0% 4 12.8 12.0 11.2 12.8 0.7 8. deepthought.blinkenlights.nl 0.0% 4 12.4 11.8 11.4 12.4 0.4 9. towel.blinkenlights.nl 0.0% 3 11.6 11.8 11.5 12.2 0.4

      .....                    @@@@@    @@@@@              ...........   
      ......                  @     @  @     @             ..........    
      .......                    @@@   @     @             .........     
      ........                 @@      @     @             ........      
       ........               @@@@@@@   @@@@@  th          .......       
         .......            -----------------------        ......        
           ......             C  E  N  T  U  R  Y          .....         
             .....          -----------------------        ....          
                ...         @@@@@ @@@@@ @   @ @@@@@        ...           
                  ==          @   @      @ @    @          ==            
                __||__        @   @@@@    @     @        __||__          
               |      |       @   @      @ @    @       |      |         
      _________|______|_____  @   @@@@@ @   @   @  _____|______|_________
```


Does the same happens if I create an AGENTS.md instead?


Claude Code does not support AGENTS.md, you can symlink it to CLAUDE.md to workaround it. Anthropic: pls support!



Use AGENTS.md for everything, then put a single line in CLAUDE.md:

  @AGENTS.md


Get a grep!


// When I wrote this code, only Copilot and I understood what I did. Now only Copilot knows.


Identity management is a mess on Azure! I still cannot understand the difference between app registrations and enterprise applications, and how they tie into service principals.

They also have a lot of different resources, such as Graph API, Entra ID.

Manage identities are simpler, since they are Azure constructions, so they work more or less like a IAM role. But then you try to use them with Entra ID APIs and things fall apart.


It's not about crushing tickets. It's about crushing the right tickets.


IMHO the second problem goes deeper:

Sign In with Apple is allowing you to "create an account"(author's words) on @company.com, which should not be supported in the firat place. Instead, it should rely in a central directory controlled by company.com for authentication


Apparently so do Google and Github according to the other comments in this thread. Seems like a potential design flaw in these SSO implementations.


Those with Apple Business or School Manager can now claim domain names which blocks sign ups under claimed domain names.


"Create an Apple account with support@company.com email"

Wait - how is that workflow possible and supported?

In my head, authorization under @company.com would be delegated to a central directory, instead of relying on Apple ID. It is effectively an authentication bypass.


Lessons learned from this:

- CS: Have a staging (production-like) environment for proper validation. It looks like CS has one of these bu they have just skipped it - IT Admins: Have controlled roll-outs, instead of doing everything in a single swoop. - CS: Fuzz test your configuration

Anything I have missed?


It is possible Cloudflare did a timepointed release on this. Controlled roll-outs wouldn't work if all the daily chunked updates didn't activate the kernel driver until some point in the future.


Don't. Deploy. On. Fridays.


That's how I see it too. Not security, but developer experience. You set the file as readonly, but provide a message to PostgreSQL superuser that this is as intended


This is discussed in LWN comments, in fact. But the problem there is that the protocol used to communicate the fact that the file is read-only to the application (errno==EACCESS or equivalent on other platforms) does not provide any useful way for the system administrator who makes the file read-only to add a notice explaining why permission is denied, in a way that it is also communicated to the app - so that it could display it to the user.

So the proper solution to this whole thing would be for the OS to provide such a facility: "permission X is denied to Y because Z". This seems like a useful facility in general, come to think of it. But it would have taken more time and effort, and would require buy-in from more parties, some of whom might be very hostile to this notion (e.g. I don't think it would be an easy thing on Linux). No wonder that this isn't an option that is even contemplated as realistic.

And so instead we got yet another easy-to-make crutch in the tower of crutches and duck tape that is modern software.



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

Search: