HackerTrans
TopNewTrendsCommentsPastAskShowJobs

roramigator

no profile record

Submissions

Show HN: I built a Printify wrapper to support a ministry

shop.twowitnessproject.org
1 points·by roramigator·2 bulan yang lalu·0 comments

[untitled]

1 points·by roramigator·2 tahun yang lalu·0 comments

[untitled]

1 points·by roramigator·2 tahun yang lalu·0 comments

Seeking Feedback: A Platform to Discover Indie Hackers Building in Public

1 points·by roramigator·2 tahun yang lalu·0 comments

Principles of Chaos

principlesofchaos.org
2 points·by roramigator·2 tahun yang lalu·0 comments

Hacker News digest right in your inbox

val.town
1 points·by roramigator·2 tahun yang lalu·0 comments

Hacktoberfest

hacktoberfest.com
1 points·by roramigator·2 tahun yang lalu·0 comments

Scrum Guide

scrumguides.org
1 points·by roramigator·2 tahun yang lalu·0 comments

Blue Hackers

bluehackers.org
2 points·by roramigator·2 tahun yang lalu·0 comments

Show HN: GitHub Land v0.0.1

github.land
2 points·by roramigator·3 tahun yang lalu·0 comments

Ask HN: Share Jr. Developers Resume

1 points·by roramigator·3 tahun yang lalu·1 comments

Show HN: I created a platform to rally my community

schenectady.city
2 points·by roramigator·3 tahun yang lalu·2 comments

CSSGuru

discord.com
2 points·by roramigator·3 tahun yang lalu·0 comments

Ask HN: As a web developer, how do you land a job?

3 points·by roramigator·3 tahun yang lalu·5 comments

[untitled]

1 points·by roramigator·3 tahun yang lalu·0 comments

[untitled]

1 points·by roramigator·3 tahun yang lalu·0 comments

The last type-declaration file you'll ever need

twitter.com
3 points·by roramigator·3 tahun yang lalu·1 comments

[untitled]

1 points·by roramigator·4 tahun yang lalu·0 comments

Schenectady News

schenectady.city
1 points·by roramigator·4 tahun yang lalu·0 comments

Dear HTTPS://Fosstodon.org

pastebin.com
1 points·by roramigator·4 tahun yang lalu·0 comments

comments

roramigator
·3 tahun yang lalu·discuss
Location: New York, US

Remote: Yes

Willing to relocate: No

Technologies: Typescript, React, Svelte, Deno, Rust, Node, NextJS, TailwindCSS

Résumé/CV: https://morado.dev

Email: [email protected]
roramigator
·3 tahun yang lalu·discuss
This is actually the most useful tip, so far this is how I have landed jobs.
roramigator
·3 tahun yang lalu·discuss
I have, but without avail.
roramigator
·3 tahun yang lalu·discuss
HN algorithm promotes broken links?
roramigator
·3 tahun yang lalu·discuss
It took over 3 hours to delete 2,897 tweets and 787 retweets, it did nothing for the likes, I got rid of 347 likes in about 1 minute with the following code, I noticed it was "unliking" one by one every 10 seconds, which would've taken considerably longer, I avoided this by commenting the return after the console.log.

// UNDER THE 'LIKES' TAB const articles = document.getElementsByTagName("article"); for (article of articles) { article.scrollIntoView(); try { const unlike = article.querySelector('[data-testid="unlike"]'); if (unlike) { unlike.click(); console.log("Ok!"); // return; } } catch (e) {} }
roramigator
·3 tahun yang lalu·discuss
Typescript + Deeply Nested Objects
roramigator
·4 tahun yang lalu·discuss
I used chatGPT to create a newsletter, I made close to $2,000 total profit.