HackerTrans
TopNewTrendsCommentsPastAskShowJobs

techsin101

1,442 karmajoined vor 11 Jahren

Submissions

Show HN: Become better at Prompting with bit sized lessons

claudelessons.com
2 points·by techsin101·vor 6 Tagen·0 comments

Navigate Search results by pressing 1,2,3 (Chrome Ext.)

chromewebstore.google.com
2 points·by techsin101·vor 4 Monaten·0 comments

Ask HN: Do 10DLC Requirements make it impossible for hobby projects to send SMS?

45 points·by techsin101·vor 2 Jahren·19 comments

Ask HN: Fake CC that you can give to scammers and they get owned

1 points·by techsin101·vor 2 Jahren·5 comments

Ask HN: I can no longer like React, do you?

30 points·by techsin101·vor 2 Jahren·32 comments

Ask HN: Is there an AI Google map search?

1 points·by techsin101·vor 2 Jahren·1 comments

comments

techsin101
·vor 2 Jahren·discuss
seems like a dismissive attitude... engineer can cost 1M a year easily and that eliminates viability of lot of small ideas. It's no different than internet servers costing thousands and then suddenly innovation makes them cost less by many factors and creating a surge in new startups.
techsin101
·vor 2 Jahren·discuss
just from pure api perspective how is setA, setB, setC better than...

this.setState({this.state: val})

which was already pushing limit of normal behavior which is

state.A = val

just to be revise

i went from having to do

state.onlineStatus = 'active'

to

const [onlineStatus, setOnlineStatus] = useState('active')

Instead of being able to get autocomplete and normal refactoring you would get from plain js.. now you need to add typescript to supplement the mess...

const obj = {

onlineStatus: 'inactive', shoppingCart: '3899x', lastActive: 1834393939 }

obj. [autocomplete anywhere in the project]

vs MORE Boilerplate
techsin101
·vor 4 Jahren·discuss
Startup simulator / business games in general (i.e. run a lemonade stand but multiple industries)
techsin101
·vor 4 Jahren·discuss
Is there a site like MDN for these things? how did you learn this?
techsin101
·vor 4 Jahren·discuss
thanks didn't know about fabricjs
techsin101
·vor 4 Jahren·discuss
thanks, as someone who just started out doing cuts leave feeling like im in the wrong place
techsin101
·vor 4 Jahren·discuss
one customer segment that can reaaaally benefit from this is people who edit videos, they need to have repository of 1000s of sound effects, memes, and clips from general media. There really needs to be a tool to find gifs, images, videos and audios by typing general word and it even should match synonym tags.
techsin101
·vor 4 Jahren·discuss
do css and golang
techsin101
·vor 4 Jahren·discuss
I'd really would like to know how do you go from video idea to a finished video, especially audio part. I tried making tutorials and just ended mumbling 70% correct facts and rest wasn't actually correct.
techsin101
·vor 4 Jahren·discuss
the UI is just so nice, it's functional and simple. it's not trying win design awards to point of bein completely insufferable like some sites i see today.
techsin101
·vor 4 Jahren·discuss
did you built the editor, it must have taken 2 months at least
techsin101
·vor 4 Jahren·discuss
what do you need to learn to run your email servers, im assuming you run your email servers?
techsin101
·vor 4 Jahren·discuss
if you can build a small watch circle like thing that vibrates every 30 mins if you haven't moved it'd be great
techsin101
·vor 4 Jahren·discuss
Isn't payment processing highly complex?
techsin101
·vor 7 Jahren·discuss
No, because git is unnecassarilly complex