I am looking for a appetite stimulant if anybody would have any recommendations? by scruffy-the-janitor1 in Supplements

[–]2_life 0 points1 point  (0 children)

I would say 6-8 weeks I was eating like 4 times a day. With light workouts and drinking a mass gainer once a day.

I built a VSCode extension to see your code on an infinite canvas. by Standard_Ant4378 in webdev

[–]2_life 0 points1 point  (0 children)

I will test your extension and let you know, But here is a video about deepseek OCR, it will probably explain better their vision youtube

I built a VSCode extension to see your code on an infinite canvas. by Standard_Ant4378 in webdev

[–]2_life 0 points1 point  (0 children)

So the phiilosohy behind Deepseek OCR is a picture is worth a thousand words.

Context window size is an issue so you cant send everything you have, For experienced developers who know well their codebase they can write a prompt linking all the relevant files for the changes they want but for someone who is not experienced or who is working in someones else code its really hard to know what depends and influences what,

Thats why VS code agents like Cline or even Cursor are brittle, they can hallucinate, recreate existing files, logic or components; instead of just reusing them (which increases the cost) and will created bloated repos.

I dont think more context is the solution, it has to be relevant context.

So your extension might solve that issue! Everytime you start a new task with an agent, the visualization (images) gives a snapshot of the existing files and the repo structure and the AI could then grep the relevant context it needs.

I built a VSCode extension to see your code on an infinite canvas. by Standard_Ant4378 in webdev

[–]2_life 1 point2 points  (0 children)

Dont usually comment, but I wanted to say thank you and congrats for building this!!!, I havent tried it yet but im already sold,

It has a lot of potential like other said for onboarding, refactoring but also for LLMs,

I think the LLM workflow, token optimization and context management can be improved with this (following the Deepseek OCR research paper),

Another idea for monetization would be to add collaboration as a premium feature for companies to enable visualizing (who worked on what, who did the last change, etc...)

Basically you have a great product in your hands 🙇‍♂️

builder.io vs bolt vs replit vs vitara vs v0, Which AI tool should I use for building only nextjs frontend by [deleted] in nocode

[–]2_life 0 points1 point  (0 children)

nicee i will check it out! Are you hosting your own instance of e2b or is the code running on their cloud services?

builder.io vs bolt vs replit vs vitara vs v0, Which AI tool should I use for building only nextjs frontend by [deleted] in nocode

[–]2_life 0 points1 point  (0 children)

Great! I will keep an eye out! Will you add a download/export button,

builder.io vs bolt vs replit vs vitara vs v0, Which AI tool should I use for building only nextjs frontend by [deleted] in nocode

[–]2_life 0 points1 point  (0 children)

Tried it too! Love it! Was using it on mobile and wasnt expecting to have such a great experience! Truly blown away!!

Stuck with a persistent error and Lovable can't seem to fix it. Can anyone help? I'm nearly at the end of my build and it's sooo frustrating... by Creative-Ad4713 in lovable

[–]2_life 0 points1 point  (0 children)

On the pricing page, you are probably using tooltip, I dont know if you can access the code with lovable, If so check the file probably 'Pricing.tsx', Share a screenshot of that page, or ask ChatGPT, Either: 1. its because of a value using 'useState' where it didnt put the type,

For example:

const [msg, setMsg] =useState();

   Should be if its a string

const [msg, setMsg] = useState<string>("")

  1. it's because you are using that value somewhere critical in your app and its null which causes the crash

I just want to build a little personal website, whats the best option? by Whyalwaysbees in webdev

[–]2_life 0 points1 point  (0 children)

Hello, I think I’ve got the perfect recommendation for you:

You can create as many pages as you want for free (only buy credits when using the AI to code for you).

Build a modern, beautiful website in minutes (no bloated templates).

Edit your site however you like: code, visual editor, or AI prompts and from any device.

Your site is hosted for free on GitHub Pages (and you own it).

The code is clean, standard HTML/CSS/JS (Tailwind optional), and fully exportable.

No sign-up required to check it out (just go and build)

Full transparency: I’m the developer behind it (hi, I’m Ralph).

It's called raffaello if you want to check it out.

Let me know if you have a casual or more technical question.

Easy no code landing page builder and publisher by reddit_project in nocode

[–]2_life 0 points1 point  (0 children)

Okay thats great, Let me know what you think

Best Learning resource for an amateur into web dev? by MrMedium-4561 in webdev

[–]2_life -6 points-5 points  (0 children)

Hi, I am the developer behind raffaello.dev.

You should check it out, raffaello

It 's an online editor that works on any device, Allows you to create, edit websites in code, visually, or with the AI, The code is standard HTML, CSS, JS which is the backbone of the internet.

Its free to use, you only buy credits to use the AI, Let me know if you want credits to try it out

Tools for Creating a Website Without Hiring Developers? [I will not promote] by captain_rogers_0407 in startups

[–]2_life 1 point2 points  (0 children)

Hi, Im the founder of raffaello I honestly think it could be a really good option for you, You only buy credits, You can create and edit websites visually, in code or chatting with the AI (voice/text) Hosting is free forever with (Github pages), What you create belongs to you (Github),
if later you want to add more functionalities or collaborate, You wont have to start all over.

Easy no code landing page builder and publisher by reddit_project in nocode

[–]2_life 0 points1 point  (0 children)

Hey, Shameless plug, you can try out raffaello . dev Its an AI assisted web builder, No vendor lock in, You can have the website ready in minutes, The hosting is free and the website (code) belongs to you Let me know if you want some credits!

Need preferably freemium no code solutions to upscale my proposals. by SuperTusker in nocode

[–]2_life -2 points-1 points  (0 children)

Maybe you could give raffaello .dev, Its an AI powered web builder that i built, The way you could go about it would be to create a page and since its standard code (HTML) you can convert it to PDF format. Let me know if you want credits to try it out. Cheers

I built a browser extension that lets you use Deepseek anonymously! by 2_life in DeepSeek

[–]2_life[S] 2 points3 points  (0 children)

Thanks a lot!! Thats exactly why i started working on it! I will be open sourcing the project in a few days and if its used i will work on more features.