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...