Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codeptualize
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
91.
▲
by
codeptualize
3y ago
Supabase + Next.js is what I'm using. To cover your list: - Auth: Supabase has auth, with oauth support for many services. Also prebuild UI for login forms etc. It's really easy to set up - Live updates: Supabase has a realtime ap
92.
▲
by
codeptualize
3y ago
It seems that Microsoft is the big winner in this story, well played.
93.
▲
by
codeptualize
3y ago
Personally I have no shortage of ideas, only lack of time and resources to execute on them. This is true for most founders I know (can't say if that's representative). I also don't think ideas are very valuable. Great founder
94.
▲
by
codeptualize
3y ago
Sure, that might be true on paper, but if you have the ability to turn off the money faucet you have a lot of leverage regardless of what the documents say. No espionage drama needed haha. If you then imagine being dependent on that investo
95.
▲
by
codeptualize
3y ago
A real power struggle! How exciting. It goes to show that no matter the structure, when it comes down to it the investors always have the last say.
96.
▲
by
codeptualize
3y ago
Haha if you think about it like that, it seems like he managed to ingrain some of his methods into the culture..
97.
▲
by
codeptualize
3y ago
haha that would be next level, and indeed entertainment for weeks to come
98.
▲
by
codeptualize
3y ago
This is Elon level recklessness.. is he involved in any way?
99.
▲
by
codeptualize
3y ago
I agree, the way they did this just shows incompetence and recklessness. Even if they are making the right call, you can't really trust them after ruining the reputation and trust of the company like this.
100.
▲
by
codeptualize
3y ago
This is ridiculous haha. Another great example that even huge multi billion dollar companies are lead by people. What a mess. However this plays out, this is a big wake up call for everyone who is currently dependent on OpenAI. More changes
101.
▲
by
codeptualize
3y ago
Obviously the comparison is not one to one, different time, different traffic, different event, and number of upvotes is not the main measure of importance. That said, this is pretty big. OpenAI is a wildly successful company and as CEO Sam
102.
▲
by
codeptualize
3y ago
I wonder what you want to get out of this, and what damage his clone is causing you and your project? I've had my website cloned before and I totally get the feeling and absurdity of the situation, but realistically there is not a lot
103.
▲
by
codeptualize
3y ago
This is exactly as I expected it would end. We'll see this happen again, and again, and again. Some politician gets the genius idea to have backdoors in encryption, initial support, then reality sets in and the plans are abandoned. The
104.
▲
by
codeptualize
3y ago
How are you going to do the updates without FE logic? Refresh the page constantly? The client being able to fetch just updates is a lot more efficient. If you open a web socket the server can even push. You make a great point why we use cli
105.
▲
by
codeptualize
3y ago
Could be! If it has a bunch of interactivity it will probably make your life a lot easier. Idk if you know js/ts and React, so there might be some learning involved. (You could also check other fe frameworks if React is not your jam, s
106.
▲
by
codeptualize
3y ago
This article had as a “good” example a div with an onclick, I think he fixed it, but it shows a lot.. Frameworks also have linters that will help a lot, it’s on you to use them
107.
▲
by
codeptualize
3y ago
It looks like the latter, and loaded blocking as well.. I get it, convenient, but that's not really great for the argument. https://html-first.com/stylesheets/tailwind-full.css 68kb of blocking unused css. In tota
108.
▲
by
codeptualize
3y ago
Could be, but also just page transitions, think a blog, documentation site, often you keep the navigation and just replace the content. If you are curious, it's quite easy to try. The results are really snappy, it's really nice. B
109.
▲
by
codeptualize
3y ago
And it's totally fine if it works you, I'm not saying one is better, I'm saying both are valid choices and if you statically export from a framework, it's not that different from what you describe. > Frameworks force
110.
▲
by
codeptualize
3y ago
If you statically export you won't even notice, and when navigating it will actually be a lot faster when only the content is replaced.. Have you checked this is the reason? not slow network? and not ads/analytics and blocking ass
111.
▲
by
codeptualize
3y ago
This looks really helpful! As someone learning Rust these are a lot of the things I wonder about but can be quite hard to find good information on.
112.
▲
by
codeptualize
3y ago
So pelican and hugo are not frameworks? How is a static site generator any different from statically exporting next.js/nuxt.js or similar? I've used all the things mentioned, and I quite like the ergonomics of frameworks for stati
113.
▲
by
codeptualize
3y ago
> "Not that complex" Even if you have a fully static website you generally have a navigation bar and footer that needs to be on multiple pages. Things don't need to get very complex to benefit from frameworks and tooling.
114.
▲
by
codeptualize
3y ago
> We use static-tailwind, a version with no build step, in development. So you do use a build step for production? Or are you shipping a bunch of unused styles?
115.
▲
by
codeptualize
3y ago
Another good example is jQuery, the last release was 2 months ago, and there is plenty of activity on GH.
116.
▲
by
codeptualize
3y ago
This is a very good point. I would also look in different directions for inclusivity. We now have Framer, Webflow and all the others, you don't have to write any code to make amazing websites.
117.
▲
by
codeptualize
3y ago
I think this is a great example of all the small details we take for granted in the tools we use, and we would miss without realising when following these tips.
118.
▲
by
codeptualize
3y ago
When there are so many projects that run on React, and so many companies rely on React, it's inevitable that it will be supported for a long time to come, even if it would go out of fashion. And speaking from experience maintaining Rea
119.
▲
by
codeptualize
3y ago
Not at all. There are a lot of frameworks that support static exports and/or pre-rendering. Often those produce incredibly fast results, in many cases faster than hand rolled solutions. If you use a CMS you have already a templating si
120.
▲
by
codeptualize
3y ago
This. Even for basic websites you benefit from some form of templating/components for example to get the nav & footer on each page.
More ›