Awesome, I’m looking for frameworks like this, thanks for sharing.
Awesome, I’m looking for frameworks like this, thanks for sharing.
Anything that involves deception, which unfortunately seems to be most of marketing.
I don’t mind when people just try to get their product out there, just let it be known that it exists and does X thing differently or better. I hate when they mean to deceive. Something that is intended to deceive but isn’t technically a lie is not really better than a lie, to me.
Easiest solution IMO if you’re already using CloudFlare, even the free version: you can filter out certain countries. Otherwise, there’s probably other alternatives, even open source ones. Good terms to search for with your cloud provider or self hosted software may be middlewares, firewalls, serverless, edge functions, etc.
I thought that the line was that one supports owning the means of production and the other supports authoritarian governments, am I confused?
I want to add that, like you, I’ve become a big fan of restricting the numbers of ways to do something.
IMO, It’s more time wasted choosing, more time wasted reviewing, and makes it easier to overlook errors. I want more opinionated languages and frameworks.
I kept seeing so many different ones recommended and I kept getting weird issues I didn’t understand with most of them. I don’t often need to make a bootable Linux USB, but every time, Rufus did the job quick and easy.
Rust, because I’m lazy and I want a compiler that helps me out. Performance is a pretty neat bonus.
I’ve been using both Perplexity and Kagi for searching things, and it’s working out pretty well for me. The main thing that I find Kagi useful for is filtering to Fediverse results (which tends to be mostly Lemmy threads).
It’s pretty expensive though…
For both frameworks, the directory structure controls the URL unless there’s an exception I’m unaware of.
One way to forward the cookie may be to read cookies from the API response headers and write them using the following documentation: https://nextjs.org/docs/app/api-reference/functions/cookies
Are you using NextJS with the app router, or with the pages router?
I really like the word you used, code smell. I often have a hard time expressing to co-workers in code reviews why something feels off, it just does.
If it was something self-hosted on the web, it may have been Clarity AI.
I think your comment embodies Rust more than any I’ve seen before
I’m trying out Kagi a little bit, and it has a federation search mode of some kind. I tried it for a search and it gave me results from Lemmy.
I don’t know yet how Kagi compares to Google in terms of results quality, I barely used it so far. It’s pretty expensive though.
That’s what I do all the time, and not on purpose. I don’t know what’s wrong with me
I use main
because, although I never heard of anybody actually getting offended by master
, it costs me nothing to use main
instead. Also it looks prettier and seems to be the new convention ¯\_(ツ)_/¯
Disclaimer: I don’t know much about securing the container itself. The considerations I discuss here are mostly networking.
What I’ve personally been doing is using k3s with Cloudflare Tunnel (routed using DNS like in this documentation) as an ingress.
With Cloudflare Tunnel, if you create an application in front of it, you can require authentication and add a list of allowed emails.
I could replace k3s with a different Kubernetes distribution, and/or replace Cloudflare Tunnel with a different ingress (e.g., Tailscale Funnel or more common ingresses like nginx).
Co-pilot can write some small very simple functions for me, sometimes saving me the need to look at documentation. It will still often fail at those, in my experience, and will consistently fail at anything more complex.
It will get better, but currently it’s only a small help.
I’d honestly choose a similar stack for the back-end. I have limited experience with Rust, but my impressions so far is that it’s a language that allows you to make changes with confidence that they’ll work. I feel like starting something in Rust is somewhat difficult, but contributing is relatively simple.
For the front-end, I don’t think the choice is as important, since I think that by virtue of being federated and being able to have multiple front-ends, it would almost be better for the front-end to be managed by other parts of the community. And I say that as a primarily front-end/developer-experience dev.
I would probably default to React since I’m familiar with it and it’s very popular, but would probably be tempted to experiment with something better.
The advice I’m most scared not to follow as I get older: don’t dismiss everything that the younger generations say or do as being just a trend, and learn more about it.