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

The top 30 results I see here are other skill collection libraries or skill generators. How is this a “curated set of skills”?

The ID4 is such a pleasure to drive. Reminds me of a VW Parati from the 90s I used to drive, soft but not boat-y. Apparently it also sells pretty well in China, which is a huge statement to its appeal given the competition there.

Every trash collection site (afvalpunt) has a container for electronics too, that’s where the smaller stuff should go.

Did you manage to compile this example?

Yes, actually:

    $ cat kekw.zc
    include <stdio.h>
    
    fn main() {
        var f = fopen("file.txt", "r");
        defer fclose(f);
    
        var ch: byte;
        if fread(&ch, 1, 1, f) <= 0 { return -1; }
        return 0;
    }
    $ ./zc --emit-c kekw.zc
    [zc] Compiling kekw.zc...
    $ tail -n 12 out.c
    int main()
    {
        {
        __auto_type f = fopen("file.txt", "r");
        uint8_t ch;
    if ((fread((&ch), 1, 1, f) <= 0))     {
        return (-1);
        }
        return 0;
    fclose(f);
        }
    }

The best option was the LG UltraFine 24” 4K, which sadly was discontinued years ago.

In my opinion a QHD 23.8” panel is the next best option for developers (any M-series chip handles scaling without issues); I find the common 27” and 32” at 4K a weird spot - slightly too large, slightly too low resolution – and 5k+ options are still rare.


COMPLETELY agree. I still own and use those LGs.

I have experienced the same, and still have no idea what is going on.

Especially annoying when every app is likely to have single-key shortcuts which end up being accidentally triggered.


Do you have Admin by Request on your machine (if its a company laptop). That was the culprit for me.

Why are you posting AI-generated slop to HN?

This is really easy to detect though, unlike arbitrary rules on what belongs on the inside of an unclosed tag.

This feels like reading about some kind of obscure roleplaying game. As far as I can understand:

- there was a CLI based on OpenCode, that depended on extracting the auth token used by Claude Code

- Anthropic found a way to prevent this

- This person (or AI) reimplemented similar workflows using custom commands inside Claude Code instead

It appears that Anthropic is totally in their right to do this. Third party software is meant to use the API instead. It sucks that it's so much more expensive, but it's their decision to make,

Meanwhile, this seems like a good approach, both sides win. The project page would benefit from skipping all the drama and focusing on being a helpful intro.


Those are not matters of freedom of speech, but the unhealthy amount of power social media platforms have come to possess. The problem is how they amplify and distribute disinformation because engagement = advertising money. Free speech does not (and should not) mean you get worldwide reach.

Any platform distributing 'content' over a certain audience size should be treated as a media company and subject to much stricter rules and some kind of ethical oversight - like newspapers used to.


I can agree with that.

Unlimited free speech could have been positive maybe 100 years ago. Strikes, protest, writing angry letters to your Mayor demanding change are all great forms of speech.

Posting some unhinged xenophobic conspiracy theory on Twitter for everyone to see and to get retweeted by the President of the US or the most powerful CEOs are toxic and corrosive forms of speech.


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

Search: