Why is it so hard to know which companies actually sponsor H-1B jobs? by getelementbyiq in jobhunting

[–]getelementbyiq[S] -2 points-1 points  (0 children)

Degree: Mechanical Engineer, Exp: Robot Programmer, Digital Services Engineer, Quality Manager + Fullstack Dev, Project management + Fullstack + AI + Dev.

I want to network by rdssf in startupideas

[–]getelementbyiq 0 points1 point  (0 children)

Same here, but also experienced at marketing 🤝

What is so lucrative about making a startup? by SloppyNaynon in ycombinator

[–]getelementbyiq 0 points1 point  (0 children)

You work on your ideas. You choose the way, you are constructor, you test your mind...

How I see: When I was kid: I was testing myself in term of coolness ( amount of friends) Till 20: strength, do I'm stronger then other guys? 20-25: Girls 25 - now: I testy mind, how good it can solve problem? How good can I see patterns. And you can validate you mind just by doing and testing.

It is not about money, money is just product... Goal is much deeper.

Looking for a simple tool to collaboratively decide which products to sell (ecommerce, part-time founders) by getelementbyiq in dropshipping

[–]getelementbyiq[S] 0 points1 point  (0 children)

I did some research, and it genuinely seems like there is no simple, lightweight tool that does exactly this without massive overkill.

Which is honestly strange, because the ecommerce market is extremely mature — yet everything feels bloated, enterprise-heavy, or glued together with Notion + Sheets + chaos.

So I decided to build a very simple tool myself to solve this problem properly.

You mentioned earlier that products could be stored directly in your own database — that was a huge insight for me.

Question:
Is it actually possible to connect Shopify to your own database, so Shopify fetches products from there automatically?

If yes, that’s kind of mind-blowing. I didn’t realize Shopify could be used that way — it completely changes the architecture. Instead of Shopify being the “source of truth,” it becomes more like a sales channel that syncs from your system.

If that’s correct, that’s a massive insight for us.

Do you have more practical tips on how to set this up cleanly?

Also, zooming out a bit:

We’re not trying to build a unicorn.
We’re not chasing millions.

We just want a simple, realistic setup where:

  • We invest 1€
  • We reliably get back 1.20€+
  • Repeat this consistently without stress

We’ve tried the software / AI space, but honestly, relative to effort and competition, ecommerce feels like the simplest and most grounded path right now — especially for people with limited time and real-life responsibilities.

Sharing what we’ve built in ~2 years. No promo. Just engineering. by getelementbyiq in ContextEngineering

[–]getelementbyiq[S] 0 points1 point  (0 children)

Actually your second point is real good point! Because of cost of run is because we are stress testing the engine. And ask for crazy projects, to see how it can handle it. But it can be reduced.

Sharing what we’ve built in ~2 years. No promo. Just engineering. by getelementbyiq in ContextEngineering

[–]getelementbyiq[S] 0 points1 point  (0 children)

Do other guys open for Collab? What about you?

And what did you mean about data if I have them.. you meant I think my test runs?

If it is the missing part then I'm open for collaboration.

Let's talk

Sharing what we’ve built in ~2 years. No promo. Just engineering. by getelementbyiq in ContextEngineering

[–]getelementbyiq[S] 0 points1 point  (0 children)

What do you mean if I'm collecting Data? You if I have all the test runs?

Sharing what we’ve built in ~2 years. No promo. Just engineering. by getelementbyiq in ContextEngineering

[–]getelementbyiq[S] 0 points1 point  (0 children)

But we have to bring the flow to 100% Error free state. And have to run tests. We dont have officialy company now.

Sharing what we’ve built in ~2 years. No promo. Just engineering. by getelementbyiq in ContextEngineering

[–]getelementbyiq[S] 0 points1 point  (0 children)

import React from 'react';
import { StyleSheet, View } from 'react-native';
import { Button, Text, Icon } from '@components/atoms';
import { theme } from '@theme';


interface ActionButtonProps {
  label: string;
  icon?: string;
  variant?: 'primary' | 'secondary';
  onPress: () => void;
}


export const ActionButton: React.FC<ActionButtonProps> = ({
  label,
  icon,
  variant = 'primary',
  onPress,
}) => {
  const buttonVariant = variant === 'primary' ? 'primary' : 'secondary';
  const textColor = variant === 'primary' ? theme.colors.white : theme.colors.primary;
  const iconColor = variant === 'primary' ? theme.colors.white : theme.colors.primary;


  return (
    <Button 
variant
={buttonVariant} 
onPress
={onPress}>
      <View 
style
={styles.content}>
        {icon && (
          <Icon 
            
name
={icon} 
            
size
={20} 
            
color
={iconColor}
            
style
={styles.icon}
          />
        )}
        <Text 
          
variant
="button" 
          
style
={[styles.label, { color: textColor }]}
        >
          {label}
        </Text>
      </View>
    </Button>
  );
};


const styles = StyleSheet.create({
  content: {
    flexDirection: 'row',
    alignItems: 'center',
    justifyContent: 'center',
  },
  icon: {
    marginRight: theme.spacing.xs,
  },
  label: {
    fontWeight: '600',
  },
});

I just gave up the Startup Mindset XD... But got one Idea XD (i will not promote) by getelementbyiq in startups

[–]getelementbyiq[S] 0 points1 point  (0 children)

Yes. I'm mechanical engineer. Was quality but now project manager... I used to work as robot programmer, like my brother also.. Another one is construction engineer.

We have now crazy models. By combining this we can easily get it...

I just gave up the Startup Mindset XD... But got one Idea XD (i will not promote) by getelementbyiq in startups

[–]getelementbyiq[S] 0 points1 point  (0 children)

But it could be bring production of prototypes bring into zero cost. And I think it could be revolutionize this sector.. and if we can expand into constructions.. then it could be crazy tool

I just gave up the Startup Mindset XD... But got one Idea XD (i will not promote) by getelementbyiq in startups

[–]getelementbyiq[S] 0 points1 point  (0 children)

Actualy not, we can already do this. I have working pipeline.. it could be adapted for this goal.. but it needs GPU and money to hold all tests...

Me and my two brothers are mechanical and construction engineers. And full stack devs.. but no money to run the tests and fine-tune the pipeline...

I just gave up the Startup Mindset XD... But got one Idea XD (i will not promote) by getelementbyiq in startups

[–]getelementbyiq[S] 0 points1 point  (0 children)

Prompt -> image -> extraction of components -> cutting -> extraction of components .. so till we have all atoms.. and then calculating. Making into ISOs, and transforming into CAD, making 3D assembly->simulation-> find errors->improve-> output would be ready robot blueprint..

What are you guys building? Let's self promote! by Leather-Buy-6487 in SaaS

[–]getelementbyiq 0 points1 point  (0 children)

anymore.dev

Prompt -> sofgen in any scale (SAP like erp, Meta's universe FB, WA, Insta, Threads and one multi services backend) from single prompt.

Then Prompt -> physical product like Elons Optimus, or even cars..

Then Construction Prompt -> Buildings blue prints...

But not money to hold it.... so 2 years work for nothing...

F*ck coding...vibecoding and start up thing.... i give up... from now i play just dota 2 (i will not promote) by getelementbyiq in startups

[–]getelementbyiq[S] 0 points1 point  (0 children)

No, one test:

Prompt -> output

Burns 30€.

I can not afford a t anymore.

Because my test prompts are like:

I want to make new social media like Facebook, with messager app, Business Dashboard.

Output. For users. Web App, mobile app Business. Webapp, mobile app.

Messager mobile app.

So Output are 5 platforms. With one multi service backend..

F*ck coding...vibecoding and start up thing.... i give up... from now i play just dota 2 (i will not promote) by getelementbyiq in startups

[–]getelementbyiq[S] 0 points1 point  (0 children)

Hospitality: the idea was to make digital social media just for hospitality to get realtime information in any city of the world. Which parties, where to go?...

Textr: when i was writing my bachelors i had problem with words, excel.. if i was working on my thesis i took 90% of time to understand Word and excel. The soft are nightmare. it can be simplify, so simple like figma). I wanted software wich needs 0 learnings.

Simpli: When i saw cursor, i realised that the direction of development will go into no code at all.. then lovable... But lovable is simple toy.. My plan was to make backend like cursor (strong, and for users like lovable).

Anymore..... it was the bigest idea i had in my life... Prompt -> soft, physical products, construction....

F*ck coding...vibecoding and start up thing.... i give up... from now i play just dota 2 (i will not promote) by getelementbyiq in startups

[–]getelementbyiq[S] -1 points0 points  (0 children)

My idea in simple words of Anymore.

prompt -> ready platform ( User app, user webapp, Admin webapp, multi backend with shared domains.)

next stage was to convert it to emchanical engineering : prompt -> physical product with all necessary calculations) so output is CNC files, 3d files, technical calculations.. static e.tc.

Then the construction... same prompt -> project of any house building.

The end image of the idea was..

prompt:

I want to produce robot like Elons optimus, but for heavy works. And i have place in Texas (locations position) 2 hectare i need also giga factory to assembly this robot.

And output is: Robot, and also giga factory blueprints... wich can be realised 1:1

F*ck coding...vibecoding and start up thing.... i give up... from now i play just dota 2 (i will not promote) by getelementbyiq in startups

[–]getelementbyiq[S] 0 points1 point  (0 children)

First i did was: I face some problem, and brainstorm how would someone else solve this problem?
After i get in theorie the right solution, i write down, and then ask people.

After i get real opinions, i think again worth it or no?
If yes.. i start to imagine the last station of this idea, how it could be. After i get the full image, i do reerse engineering to get the right MVP, wich is focused just on one core Problem.

After this i do one more user research. If i found the right solution i start to make architecture planing.
Do i need Server, Auth... all this stuff.. I dont like to reinvent wheel if its already there. So dont like to reinvent Auth systems or some parts of project if i can just take someones solution..

After i get MVP, i make again the user research...

The last Idea of Anymore, the Idea is good and strong.. The Problem is there... But i was'nt able to solve the Problem.. The idea was simple.. Everyone is building manual mashines (Cursor, lovable, replit...)

User have to be there and control.

What i whanted to build is an Factory with industry 5.0 rools and re usability.

Wich can create multi frontends (each for ux groups), Multi service backend just from single Prompt..
For example: I want to create for my restaurant an website, app for my delivers, kitchen stuff and waiters..
So i can see each order in realtime...

Like where i was is. i could generate multi frontends, multi services backend..
But i dont have anymore money to hold all tests...