Feed aggregator

Homestuck

Hacker News - Fri, 05/17/2024 - 12:25pm

Article URL: https://www.homestuck.com/

Comments URL: https://news.ycombinator.com/item?id=40391551

Points: 1

# Comments: 1

Categories: Hacker News

Open source GitHub issues as assignments for hiring Tech guys

Hacker News - Fri, 05/17/2024 - 12:21pm

Hi community, I want to validate an idea of HR Tech startup:

## How it works?

1. Company: provide vacancy description 2. We: provide for candidates real opensource repos & tickets from Github that match company tech requirements 3. Candidates: contribute to the repo & close the ticket 4. Company: get these candidates’ profiles

## What solves?

1. Company: 1. Increase candidates quality 2. Minimize hiring cost 3. Minimize time spent for hiring 2. Candidates: 1. Get strict and proper guidelines for success 2. Prove your real experience and skills 3. No fake technical boring assessments 4. Bonus: participate in opensource contributions 3. Maintainers: 1. Getting more contributors, stars, PRs for the project 2. Grow the community

***************************** Please leave your comments: - would you like to take part (would like to try this product or join startup team)? - pros/cons - any thoughts are welcome :)

Comments URL: https://news.ycombinator.com/item?id=40391510

Points: 2

# Comments: 1

Categories: Hacker News

Get Summer-Ready With Up to 50% Off Greenworks Outdoor Tools for Memorial Day - CNET

CNET Feed - Fri, 05/17/2024 - 11:50am
Now's your chance to pick up a new lawn mower, strimmer or other outdoor tool at up to half off. But act fast, these deals might not last long.
Categories: CNET

OpenAI's Long-Term AI Risk Team Has Disbanded

SlashDot - Fri, 05/17/2024 - 11:45am
Categories: SlashDot

Show HN: OCaml scripting framework that scales to full-featured apps

Hacker News - Fri, 05/17/2024 - 11:33am

I wanted a way to distribute small pieces of functionality (ie. scripts) to users. Functionality like: - Downloading and configuring JDKs, Gradle and Android Studio so that users could use my software development kit. - Launching a complex cross-compile in WSL2. - Metaprogramming code-translation tools: https://news.ycombinator.com/item?id=38748249

/Distribution problem/ I needed these scripts to be usable by junior engineers (devs who have had only one programming language course in high school) and work on the major desktops (Windows, macOS and marginally Linux). My initial solution was to distribute a set of POSIX scripts (MSYS2 on Windows). That was highly error-prone even with a good linter, and it was hard to troubleshoot problems (stack traces are really useful!). My second solution was to distribute CMake scripts and that worked for quite a while. The problem was the CMake scripts didn't scale well ... if one CMake script included another CMake script but a function's parameters changed, I'd get no signal until runtime that the software was broken.

/Hackable problem/ And over time, I realized I had a new requirement: my users should be able to edit and adapt the scripts to their own needs.

So, I created and have been using the "DkCoder" scripting framework for the past two months. It is an early alpha based on OCaml, and I haven't finished porting my CMake based scripts yet. But I surprised myself: I thoroughly enjoyed using DkCoder for scripts that I had no intention of distributing to users. This was a new use case I hadn't anticipated. In a week I was able to create a real production service (a webhook) that interacts with AWS SES, Stripe, GitLab and 1Password to manage subscriptions for my software kit. And much of that week was low-level REST plumbing because I wanted to simulate scripting for SaaS teams that didn't yet have their client libraries ready. That is one of three examples included with DkCoder.

I'd like feedback whether or not this scripting framework is something you could see yourself using.

Comments URL: https://news.ycombinator.com/item?id=40391012

Points: 1

# Comments: 0

Categories: Hacker News

Pages