HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spk_

no profile record

Submissions

Composing Claude Code Skills

gist.github.com
3 points·by spk_·2 tháng trước·0 comments

Delve – Fake Compliance as a Service – Part II

deepdelver.substack.com
46 points·by spk_·4 tháng trước·1 comments

I built a tool to auto-stop EC2 instances and save accidental high bill

github.com
3 points·by spk_·2 năm trước·1 comments

comments

spk_
·2 tháng trước·discuss
TrakPro | Senior Rails Engineer | REMOTE (overlap with Ireland 9–5 GMT) | €48–60k/yr

We're a construction payment management SaaS based in Ireland. Main contractors and subcontractors use us to track subcontracts, payment applications, and retentions — replacing the spreadsheets they currently rely on. Small team of 5 (3 in engineering), customers in Ireland and the UK.

We're hiring our 3rd engineer. You'd own features end-to-end alongside our two existing engineers. Async-first, fully remote, real product ownership.

What we want: - 5+ years shipping Rails in production - Daily Claude Code or Codex user with a real workflow, your own skills/hooks/commands, opinions on when to override the agent, habit of reviewing AI output as critically as a junior PR - Strong written English, calm under customer-facing pressure

Stack: Rails 8, Hotwire (Turbo + Stimulus), Postgres, RSpec, AWS, GitHub Actions

Apply: [email protected] please share your resume and a one paragraph note on your AI workflow (tools, skills, hooks, or commands you've built). https://trak-pro.com
spk_
·2 năm trước·discuss
There's something odd about the pricing in the invoice, I assume you are doing per second billing? I ran a test instance for a few mins and this is what I see in the invoice:

CPU Usage - Intel Xeon v3 1.5333 hours $0.044467 Storage Usage - NVMe 3.3333 hours $0.000333 Public IP Address 0.4000 hours $0.002200

The price seems to be ok but the units are way off.
spk_
·2 năm trước·discuss
Here are some feedback/questions: 1. I was logged in via ssh and when I tried the web shell it kicked me and the machine went unreachable. 2. How can I restrict who can access my machine? There is no allowed IPs section. 3. Can I upload my ssh-key somewhere and use that as a default whenever I launch an instance? 4. Why do I even have images section when I can't take a snapshot and keep it as a image? This would be very handy so that I don't need to repeat the basic setup of my instances. 5. Can I have a auto shutdown based on time? I don't want to accidentally leave my machine running and rake up a huge cost.

Hope this helps.
spk_
·2 năm trước·discuss
This is brilliant, quite cheaper than my AWS. Can I get the credits please? bp2fe1b2a8c422cf09b2a375a
spk_
·2 năm trước·discuss
I use AWS EC2 for various side projects and experiments. A while back, I forgot to shut down an instance and didn’t realize until I got a pretty hefty bill at the end of the month.

To avoid this in the future, I built a simple CLI tool called Autostopper. It automatically stops your EC2 instances after a set duration, so you don't have to worry about leaving them running longer than you need. It’s free and open source, and I figured others might find it useful too.
spk_
·3 năm trước·discuss
What an amazing tool! Certainly going to integrate into some of my codebases. I am actually fascinated by your charts, would you mind sharing which library did you use? I would love to use that in some of my personal projects.