HN user

staticelf

2,500 karma
Posts13
Comments975
View on HN

Damn. This is not nice. Netflix really only produces crap for the most part. Their shows are just woke filled with political propaganda.

Sad news.

Well sure, but will there be incentives to keep developing and improving vite? Since they will probably want to have subscribers they will have to do a rug pull and make vite less great than they could've since that is how every saas works.

Yes but is it worth paying a monthly subscription in order to avoid some config files? I donno. Then you will have the problem in if things go wrong or if you do something very different it's closed source so it won't be easily fixed or prioritized since there is no community.

Interesting, I am a heavy user of vite today and the featureset is interesting but I don't really understand how it will differ from "normal" vite and why I would pay for it.

The React Foundation 10 months ago

Except that the genocide part is basically bullshit. That could be the reason why he is not mentioning it.

The React Foundation 10 months ago

"Ok dude". Weird that I have been 13 for over 20 years by now and I guess I haven't learned to code while working for as programmer for more than 15 years. I must be the best con artist in the world since I've been getting a paycheck for all this time.

Nostr 10 months ago

Sweden has a website called "dumpen.se" which tricks and publishes pedophile that are trying to abuse children.

The leftist media hates this website because they are doing an effective job. They are calling them all kinds of things.

When people are effective in tracking or publishing about pedos, there are always a lot of people saying you are the problem, not the pedos. I wonder why. There are a lot of pedos out there (just look at dumpens work it's kinda obvious) and they are of course using services that are anonymized and decentralized like any other.

Usually they are also very active online and attack people that try to cut their illegal actions online. Just look at my original post, it is downvoted. I just wanted some kind of action towards cutting pedo content and it is frowned upon by these people.

Nostr 10 months ago

1. I am not a layperson. I used nostr while it was still under active development and when it only had a few NIPs finished.

2. I have been to Japan several times, I know the difference between anime/hentai/lolita and stuff like that. This is not what I was experiencing.

3. I have nothing against pornography in general.

The issue is that when people bring up shit like this, we are not taken seriously and this hurts projects like nostr. It will never reach momentum if no steps are taken to prevent illegal material and dark shit like CP.

Calling me a liar makes me believe that you are intentionally are downplaying the experiences I and others have, which is helping pedophiles and similar people share their illegal content freely and without consequences. Why I do not know and you should seriously think about it and stop.

Nostr 10 months ago

What exactly is wrong about my statement? Stating that my experience is wrong is stupid.

I don't know how the app I used works. I simply used the "Snort" app, connected to a few relays and did not use it for a couple of months. Then I came back and instantly saw CP freely shared. Instantly removed the app from the phone.

You can't say that it don't exist when people like me have seen it with their own set of eyes. This only makes protocols/projects like nostr set to fail, since regular people won't fucking care and just think of the nostr as something pedophiles are using, which they would not be incorrect in thinking at this moment.

I was betting on nostr in the beginning, I was running my own relay and started on a nostr client. But I gave up since clients came popping up everywhere so I didn't really have time to compete.

Nostr 10 months ago

And.. why would I lie? I used nostr for a little while in the very early days. Stopped using it then came back and had this experience on a major nostr app.

You're lying about me lying.

Nostr 10 months ago

I like the idea of nostr but when I tried to use it it was a lot of CP which made me instantly stop using it. I guess the issue with this type of protocols is that there must be a way to prevent these very dark and illegal content.

As a user I don't want to see it and the submitter should be found and jailed for distributing it. Right now, it's hard to know where it even comes from since it can come from any of the relay you are connected to. Most apps do not show which relay the content originates from and honestly, what can you do?

I guess one solution is to only use paid relayes or heavily restricted ones that require invitation. But if that is the case, it kind of defeats the purpose of Nostr to begin with IMO.

Modern politicians only goal seems to be how to make peoples lives worse. I don't understand how this did happen. I think the people simply got too lazy and let them run loose instead of resisting like we used to.

Now the EU is slowly turning into a oligarchy where very few control the majority. For every stupid law they make, the more I wish for it's destruction.

I tried to build an app with web components but honestly, the DX is quite bad and I abandoned the shadow DOM for light dom until I abandoned the vanilla tech stack entirely and moved the project to React. It is just so much faster to develop in React in comparison. Also when stuff goes wrong with components they many times just fail silently with no errors given to the console.

You have such a great community with big, very well thought out libraries like Tanstack Query that is pretty nice to work with. I can have backend and front end code in the same repository in a simple way and reuse code.

I also have the project in Phoenix Liveview which is also a much nicer way of using components. The thing is I don't really know which tech stack is gonna win so I made a small prototype in both to see different advantages / disadvantages.

One thing is clear tho, pretty much everything is better than using vanilla components and it's really sad because I really do want to use vanilla components and I want them to be good.

Figure out an AI to do my dishes, laundry and clean my home. Not the fun parts of life please.

Everyone wants the futuristic star trek future but we all forget that there is only one Captain Kirk and his small crew. Most of us will be sitting around at home doing laundry and cleaning the workplaces of the robots that is owned by large corporations.

I really have a hard time with people in the art world. There is nothing unique about the idea and it's really just a script putting together clips. Instead of actually making interesting art, people in this community often resorts to crappy things no one enjoy and wouldn't be able to survive unless they were given benefits from the state.

It's easy with Caddy to setup it in a way that you can have your api and SPA app in under the same domain in order to avoid CORS-issues.

myapp.localhost { tls internal

    # Serve /api from localhost:3000 (your API)
    @api path /api/*
    handle @api {
        # Remove the leading "/api" portion of the path
        uri strip_prefix /api
        reverse_proxy 127.0.0.1:3000
    }

    # Fallback: proxy everything else to Vite's dev server on 5173
    handle {
        reverse_proxy 127.0.0.1:5173
    }
}

You're welcome.

Well, Yes. But users today are used to everything being saved remotely, especially on a website. I think customers would be very angry if suddenly their data were gone because a sync didn't go through and data were lost because they cleaned their cache on perhaps another site that then affected all sites.

People do have higher expectations on software than they used to have. There are also other issues with syncable states than the OP wrote about. Just imagine that you upgrade your api, you will have to be very backwards compatible for a long time or force users to update their web apps when they come online again.

It's easy to mess up service workers and it's possible to put stuff in a state which is almost unable to recover from unless the users affected clear their cache and then risk losing all of their data. Stuff like that can't happen with a normal web app.

While all of these things are certainly possible, I also do think that the development time is longer. You will have a hard time to compete with businesses that don't care about local first stuff since they can pump out features in a higher rate than you can because you have to care about states in a much deeper sense.

It makes sense for some apps to be local first, but not really for that many imho.

It's retarded to hire vibe coders but in general you can vibe code a solution as a professional engineer. I have done several very small projects with vibe coding and I reviewed all code and then pushed it to prod.

But as soon as projects balloon in complexity, the less "vibe" the AI gets in my experience.