HackerTrans
TopNewTrendsCommentsPastAskShowJobs

josecodea

no profile record

comments

josecodea
·11 days ago·discuss
Global? Careers page only includes USA and Brazil
josecodea
·12 days ago·discuss
As an international contractor, I have found freelancing gigs on here. I can imagine those willing to relocate or within a major tech hub might get contacted for salaried positions. I can also tell you that is common to find someone leaving a comment similar to yours every now and then.
josecodea
·12 days ago·discuss
Location: Costa Rica (UTC-6) | Remote: Yes | Willing to relocate: No

Technologies: TypeScript, Elixir, Rust, Node.js, React, GraphQL, PostgreSQL, NixOS, Docker, AWS

Résumé/CV: contact for full CV, portfolio with OSS contributions at https://josecodea.com

Email: look into my portfolio above

Freelance developer and consultant. I contribute to the frameworks your stack runs on — shipped patches to Ecto, Phoenix LiveView, PostGraphile, and PowerSync. Full-stack from UI to CI/CD, specializing in web apps and eCommerce. I'm interested in C++ opportunities. I don't write it professionally, but I've learned Rust, Go, and Elixir by contributing to production codebases, and I'd approach C++ the same way.
josecodea
·last month·discuss
Rules:

Please only post if you personally are part of the hiring company—no recruiting firms or job boards.
josecodea
·last month·discuss
The location is unclear, you mention "many countries globally" but only include a "US" listing
josecodea
·last month·discuss
alright this should be flagged. After opening the link and waiting long enough, it redirects to a micro1 page with a referral code:

`https://jobs.micro1.ai/post/774871bf-951f-4f26-9fe8-42eabfce...`
josecodea
·last month·discuss
link does not work, seems problematic/spammy if poster can't check their own links
josecodea
·last month·discuss
Location: Costa Rica (GMT-6) Remote: Yes

Willing to relocate: No

Technologies: TypeScript, Elixir, Rust, Node.js, React, GraphQL, PostgreSQL, NixOS, Docker, AWS

Résumé/CV: contact for full CV, portfolio with OSS contributions at https://josecodea.com

Email: look into my portfolio above

Freelance developer and consultant. I contribute to the frameworks your stack runs on — shipped patches to Ecto, Phoenix LiveView, PostGraphile, and PowerSync. Full-stack from UI to CI/CD, specializing in web apps and eCommerce.
josecodea
·last month·discuss
only US it seems
josecodea
·6 months ago·discuss
You should definitely read "The Ones Who Walk Away From Omelas" by Ursula Le Guin. It is short too!
josecodea
·6 months ago·discuss
> 3. With equity like you're serious, make the salaries low-ish. Not so low that it's nonviable for modest family cost of living, but low enough to self-select out the people who aren't committed to the company being successful, or who don't actually believe in the company.

This is how you select for anyone that cannot land a better payrate. There are startups that get better funding and can pay real salaries.
josecodea
·6 months ago·discuss
To leverage their pre-existing motivations*, which is the argument on OPs side, this pre-existing motivation is hired-for, not generated on the role.
josecodea
·6 months ago·discuss
Fully agree.

No one plans to hire their assistant based on how much they will motivate the other people that are going to deal with the assistant. Sure, it is important that they are pleasant, but that's it. Their role is actually an administrative one of brokering information. Managers are essentially the same role with higher stakes, trying to make it about anything deeper seems to be main character syndrome in full effect.
josecodea
·6 months ago·discuss
but we are a family /s
josecodea
·6 months ago·discuss
It stands to reason that if a clown can upset you at work, they can also cheer you up. (no, not really lol)
josecodea
·6 months ago·discuss
You are being too generous by saying that there are big words in the text. I find it blunt and uncouth. Actually, that's the problem that I see in the text, an attitude of pessimism and lack of self-reflection. An LLM would certainly give me something more interesting to read!
josecodea
·6 months ago·discuss
Tailscale Funnel, no?

For the permissions, just add basic auth in the reverse proxy and choose whom to share the passwd with.

Now if you want OAuth or something like that... well tough luck, you need to set up OIDC or whatever and that's going to be taking you some time, but it still works how you want.
josecodea
·6 months ago·discuss
Perhaps try asking it a question that other people in HN could also answer, lol...
josecodea
·6 months ago·discuss
> state it as confidently incorrect

It's funny for me to read this. They don't exhibit "confidence". You are just getting the most accurate text that it can produce. Of course, the training data doesn't contain "I don't know" for questions, that would be really bad training data! If you are getting "attitudes", it would be because you are triggering some kind of dialogue-esque data with your prompts (or the system prompt might be doing that).

Expecting the LLM to say "sorry I don't know" would be like expecting google search to return "we found some pages but deemed them wrong, so we won't show you any".
josecodea
·6 months ago·discuss
Great! I have looked into this and I have a few questions though...

Basically, I feel that tailscale does not make it very easy to set up services this way, and the only method I have figured out has a bit too many steps for my liking, basically:

- to expose some port to the tailnet, there needs to be a `tailscale serve` command to expose its ports

- in order for this command to run on startup and such, it needs to be made into a script that is run as a SystemD service

- if you want to do this with N services, then you need to repeat these steps N times

Is this how you do it? is there a better way?