their team is crazy good
HN user
joshxyz
goodbye miserable cunts
Spot on, what a fucking grifter. A shame to this community.
More like personal dumb takes.
I admired him in his early days too. Yet lately he really stands out as a fucking idiot in my twitter timeline every once in a while to the point of having to block him.
A full-grown adult man just chasing clout, what a fucking clown.
he does it on pretty much any topic he can get engagement with actually. a repulsive human being in person.
1. decide on an industry you have a bit of experience in.
2. look where those users are. they might be in subreddits or fb groups or wherever.
3. look for apps they use. there are lots of it in android play store and apple store.
4. read the helpful and critical reviews. these statements prove that there is demand, that some people like it, and that some people care enough to voice out their frustrations.
5. if you havent read the mom test, find a pirated copy, or just buy it. this book will course correct your interactions and expectations with your users.
clickhouse + react + websockets for me
is it free
routine tasks maybe, creative tasks lol no good luck with that
i find it funny you didnt mention the constant sunsetting of different products.
but i realize you mentioned similar ones. maybe consequences of google just being too big?
i worked at huge company before, i dreaded it too for the same reasons and i quit.
inappropriate? depends. hilarious? fuck yes haha.
does drizzle orm help here? i heard it helps in migrations but never really tried.
never done it but the guy who wrote the yc recommended mom test also wrote a book about running workshops. maybe useful for you?
i dont get it. just cut 33 and if my boss arses me about precision i either need to machine cut it or get a new boss?
i like this take. people like being heard, but people don't like putting in the time to really weigh on things, let alone being accountable.
it says in their docs that they recommend Vite https://vitejs.dev/
it goes like this.
1. you create a repo folder, you cd into it.
2. you create a client template using vite which can be plain typescript, or uses frameworks such as react or vue, at https://vitejs.dev/guide/
3. you cd in that client directory, you npm install, then you npm run dev, it should show you that it works at localhost:5173
4. you follow the instructions on your url, you do npm install @web3modal/wagmi @wagmi/core @wagmi/connectors viem
5. you follow the further instructions.
It seems like this is for npm or yarn to pull from a remote repository maintained by @wagmi for instance. But then what?
you install the wagmi modules, then you import them in your js code, those code can run upon being loaded or upon user actions such as button clicks
Do I just symlink to the node_modules directory somehow? Use browserify? Or these days I'd use webpack or whatever the cool kids are using these days?
no need for those. browserify is old school way of transpiling commonjs modules into browser-compatible modules. webpack is similar. vite replaces both webpack and browserify. vite also uses esbuild and swc under the hood which replaces babel.
I totally get how node package management works ... for NODE. But all these client-side JS projects these days have docs that are clearly for the client-side but the ES2015 module examples they show seem to leave out all instructions for how to actually get the files there, as if it's obvious.
pretty much similar actually. except on client-side, you have src and dist folders. when you run "npm run build" vite will compile the src dir into dist dir. the outputs are the static files that you can serve with any http server such as npx serve, or caddy, or anything really.
What gives? And finally, what exactly does "browserify" do these days, since I think Node supports both ES modules and and CJS modules? I also see sometimes UMD universal modules
vite supports both ecmascript modules and commonjs modules. but these days you'll just want to stick with ecmascript which makes your code consistently use import and export syntax, and you get the extra benefit of it working well with your vscode intellisense.
In short, I'm a bit confused how to use package management properly with browsers in 2024: https://modern-web.dev/guides/going-buildless/es-modules/
if people want plain js there is unpkg.com and esm.sh way, but the vite route is the best for you as it's recommended and tested by the providers of your modules.
And finally, if you answer this, can you spare a word about typescript? Do we still need to use Babel and Webpack together to transpile it to JS, and minify and tree-shake, or what?
I recommend typescript, as it gives you better type-safety and better intellisense, but it really depends. If you're new to it, it can slow you down at first. But as your project grows you'll eventually see the value of it. In vite there are options to scaffold your project in pure js or ts.
up for this, used this reliably across my linux and windows desktops
i saw d2lang.com which is nicer than mermaid.
but these days i iuse miro.com, smoother ux than other saas apps.
stumbling on vb6 kn a computer.
being able to drag and drop text fields and buttons was majestic.
paying the bills? fuckin hell man it feels more like being held at gunpoint that being naturally inspired and motivated, but it works well for me.
when things are comfy and convenient i find myself slacking. having accountabilities and responsibilities forces me to perform and compete whether i like it or not. i hate it, a lot, but it keeps me alive. capitalism meets stockholm syndrome.
oh god the visual.
I don't vote. The statistical insignificance of me changing the outcomes and the net benefit I get from it is a joke.
These people don't even know I exist.
edit:
also, biden is not my president.
(bc im not a us citizen lol, we have other clowns in our local circus)
i meant at april 22 (yc s24 application deadline) haha.
MLM web app. I created a membership referral system that works so well it led to hundreds of new members. I was getting paid peanuts, I stopped providing support. Threw a wrench to their biz model. Costed me money but I have better peace of mind now.
yes a lifetime ban! jk congrats!
sometimes if you submit early you get acceptance and rejections early.
i got rejections early last season. haventcapplied this season yet, maybe at 22.
your bro is an npc
most will just laugh their way to the bank..
business as usual.
i usually wait at least a month on semver majors and at least a week on semver minors before i upgrade. its good.
for me, start releasing whatever shitty version you have, get it onto the hands of users, and get real feedback from users, which will let you prioritize correctly relativr to the money coming in, instead of doing unlimited tweaks.
also, startupschool.org covers lots of info about these stuff.