HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deevus

no profile record

Submissions

[untitled]

1 points·by deevus·2개월 전·0 comments

Testing OpenGraph on localhost from the CLI before you go public

simonhartcher.com
1 points·by deevus·3개월 전·0 comments

Show HN: AI sandbox that runs on your homelab

github.com
1 points·by deevus·4개월 전·0 comments

I fixed Windows native development

marler8997.github.io
815 points·by deevus·5개월 전·390 comments

Show HN: Reclaimr – An offline crossplatform desktop app for cleaning dev caches

reclaimr.dev
3 points·by deevus·5개월 전·3 comments

My Projects in 2025

simonhartcher.com
2 points·by deevus·6개월 전·1 comments

Show HN: Use Terraform to manage to your TrueNAS apps

github.com
2 points·by deevus·6개월 전·3 comments

Give your agentic processes a name

simonhartcher.com
1 points·by deevus·6개월 전·1 comments

Archlinux.org is down due to DDoS

status.archlinux.org
13 points·by deevus·7개월 전·1 comments

Reconstructed Commander Keen 1-3 Source Code

pckf.com
177 points·by deevus·7개월 전·27 comments

PewDiePie using self-hosted AI

youtube.com
4 points·by deevus·8개월 전·2 comments

I'm spoiled by Apple Silicon but still love Framework

simonhartcher.com
406 points·by deevus·10개월 전·525 comments

A tool to pick the best time to post to Hacker News I made using Claude

simonhartcher.com
2 points·by deevus·10개월 전·1 comments

DIY Smart Home Dashboard

thestockpot.net
2 points·by deevus·10개월 전·0 comments

Upgrading Sea of Thieves From C++14 to C++20 [video]

youtube.com
4 points·by deevus·10개월 전·1 comments

Show HN: Better editor integration for your C/C++ projects using Zig build

github.com
4 points·by deevus·10개월 전·0 comments

Automate compile_flags for C/C++ projects on the Zig build system

simonhartcher.com
43 points·by deevus·10개월 전·5 comments

comments

deevus
·2개월 전·discuss
[dead]
deevus
·2개월 전·discuss
This is fantastic. I haven't got any local inference as I can't afford it right now, but tool calling has been a concern for me with these smaller models through OpenRouter.

I've been working on a pytest-first acceptance testing framework called Dokimasia (do-kee-ma-see-ah) that I'd love to get your thoughts on: https://github.com/deevus/dokimasia

Acceptance testing might not be what you need for Forge, but since you're deep in AI tool building I thought you may have opinions.
deevus
·2개월 전·discuss
I'm using Pi: https://github.com/badlogic/pi-mono/tree/main/packages/codin...
deevus
·2개월 전·discuss
I've been using DeepSeek V4 a lot in the last week and I am very happy with it. If you have a really gnarly bug, you might need a SOTA model like Opus. For most things it is very very good, and costs significantly less (even without the discount).

I've been using it as part of a complex DOS game decompilation project[0]. I'm working on refactoring the software rendering pipeline so that we can add GPU rendering. The hardest part of this so far is converting the 90's polygon rendering from screen to world space.

It spun its wheels a few times doing a large mostly mechanical change. After resetting and improving my prompts it was able to get through it. I'm using Matt Pocock's skills[1] for this work, which has been quite nice.

[0]: https://github.com/FatalDecomp/ROLLER

[1]: https://github.com/mattpocock/skills
deevus
·2개월 전·discuss
I would love to write open source software for a living. So far, I haven't worked out how.
deevus
·2개월 전·discuss
Location: Wollongong, Australia

Type: Contract or FT

Remote: Yes

Willing to relocate: No

Technologies: Python, Zig, Rust, Go, TypeScript, Laravel/PHP, Django, AWS, Terraform, Docker; Tauri, Flutter; Ghidra/reverse engineering, cryptography (OpenSSL, libsodium)

Resume: https://www.linkedin.com/in/deevus/

GitHub: https://github.com/deevus (~5,000 contributions in the last 12 months)

Email: simon (at) simonhartcher.com

I run a solo consultancy out of Wollongong. Recent work: built a zero-trust key management system in Zig with a Python middleware layer for Byterix Labs (Singapore, scam prevention), spent twelve months on SwitchDin's platform team optimising Python ETL and Django (Newcastle, distributed energy resources), and ship a cross-platform Rust + React desktop disk cleaner called Reclaimr. Before that, eight years at Bonjoro: first senior engineering hire through to CTO, running a team of six on AWS Lambda + MySQL Aurora + Redis. Co-founder of gdzig (Zig bindings for Godot, 180 stars) and co-founding maintainer of Scoop (24k+ stars). Two front-page HN posts this year on Apple Silicon vs Framework laptops and applying Andrew Kelley's "Programming Without Pointers" technique to a real Zig project.
deevus
·2개월 전·discuss
I’ve been working on a sandboxing tool that uses Incus. Originally it was only to run LLMs inside a sandbox, but recently I added MCP so that an agent could spin one up and do work that way.

It currently only exposes a rudimentary set of tools which I’d like to expand. The sandboxes created by MCP are generally ephemeral. The daemon will clean them up after an hour of no usage.

But it’s so cool that they get their own IP and you can ssh straight in. I can see that being very useful when you want to share with a colleague and then close your laptop (assuming it’s running on a remote instance).

https://github.com/deevus/pixels
deevus
·2개월 전·discuss
Demo? Video? That's the first thing I want to see.
deevus
·3개월 전·discuss
Thanks for this.
deevus
·4개월 전·discuss
If you think this is bad, visit Lobsters.
deevus
·4개월 전·discuss
For this specific problem I built pixels: https://github.com/deevus/pixels

It supports running on a TrueNAS SCALE server, or via Incus (local or remote). I'm still working on tightening the security posture, but for many types of AI workflows it will be more than sufficient.
deevus
·4개월 전·discuss


  Location: Wollongong, Australia (UTC+10/+11)
  Remote: Yes
  Willing to relocate: No
  Technologies: Zig, C, Terraform, Docker, Linux, Go, Python, Laravel, Node, React, TypeScript, Flutter/iOS, Godot, PostgreSQL, AWS
  Resume/CV: https://github.com/deevus
  Email: See GitHub profile
  LinkedIn: https://linkedin.com/in/deevus
Solo consultant (Simon Hartcher Services) and former startup CTO. Co-founding maintainer of Scoop (23k+ stars). True full-stack developer comfortable at every level of the stack.

Recent work and open source:

- Scoop - Windows CLI installer (https://github.com/ScoopInstaller/Scoop)

- TrueNAS Terraform provider and Go client: https://github.com/deevus/terraform-provider-truenas

- Pixels - disposable Linux containers for AI coding agents: https://github.com/deevus/pixels

- Cryptographic protocol implementation in Zig (OpenSSL FFI) for fraud prevention

- Godot bindings for Zig: https://github.com/gdzig/gdzig

- compile_flagz (C/C++ IDE integration for Zig builds): https://github.com/deevus/compile_flagz

- Games on itch.io (https://doubleword-labs.itch.io), developing Parasite Attack 1984 for Steam (https://store.steampowered.com/app/3245960/Parasite_Attack_1...). Siligong Valley game-dev organiser

Looking for: contracts (short or long-term) or full-time remote. Interested in infrastructure tooling, dev tools, systems programming, or anything Zig-adjacent. 4-day workweek is a plus.
deevus
·5개월 전·discuss
> All these things are just managed in our heads subconsciously.

I'm glad that works for you. My (and my wife's) ADHD brains put these directly into "the void".
deevus
·5개월 전·discuss
Apologies. I saw it as a reply to me personally.
deevus
·5개월 전·discuss
I'm using the in-built features as well, but I like the flow that I have with superpowers. You've made a lot of assumptions with your comment that are just not true (at least for me).

I find that brainstorming + (executing plans OR subagent driven development) is way more reliable than the built-in tooling.
deevus
·5개월 전·discuss
I'll give this a try. Thanks for the suggestion.
deevus
·5개월 전·discuss
This is what I do with the obra/superpowers[0] set of skills.

1. Use brainstorming to come up with the plan using the Socratic method

2. Write a high level design plan to file

3. I review the design plan

4. Write an implementation plan to file. We've already discussed this in detail, so usually it just needs skimming.

5. Use the worktree skill with subagent driven development skill

6. Agent does the work using subagents that for each task:

  a. Implements the task

  b. Spec reviews the completed task

  c. Code reviews the completed task
7. When all tasks complete: create a PR for me to review

8. Go back to the agent with any comments

9. If finished, delete the plan files and merge the PR

[0]: https://github.com/obra/superpowers
deevus
·5개월 전·discuss
I feel this. I recently posted a Show HN for a tool I've been working on, and it got 2 points. Honestly I think I posted it too early.
deevus
·5개월 전·discuss
I tried with Opus 4.6 Extended and it failed. LLMs are non deterministic so I'm guessing if I try a couple of times it might succeed.
deevus
·5개월 전·discuss
Could it be solved with a viewer program? Any static HTML server?