HackerLangs
TopNewTrendsCommentsPastAskShowJobs

cui

147 karmajoined 8 ปีที่แล้ว

Submissions

FreeCAD in the Browser

magik.net
40 points·by cui·5 ชั่วโมงที่ผ่านมา·28 comments

It Is Trivially Easy to Use Reddit to Manipulate AI Search

404media.co
11 points·by cui·22 วันที่ผ่านมา·1 comments

[untitled]

1 points·by cui·เดือนที่แล้ว·0 comments

Show HN: Video Off – a Chrome extension that blocks common online video

github.com
1 points·by cui·3 เดือนที่ผ่านมา·1 comments

Direnv Is All You Need to Parallelize Agentic Programming with Git Worktrees

waldencui.com
30 points·by cui·4 เดือนที่ผ่านมา·8 comments

Show HN: Django-rclone: Database and media backups for Django, powered by rclone

github.com
2 points·by cui·5 เดือนที่ผ่านมา·1 comments

Book Review: Turning Pro by Steven Pressfield

waldencui.com
1 points·by cui·5 เดือนที่ผ่านมา·0 comments

How to Save Windows: Unsolicited Business Advice from a Concerned Former User

waldencui.com
2 points·by cui·5 เดือนที่ผ่านมา·0 comments

Show HN: Claude Code for Django

github.com
6 points·by cui·6 เดือนที่ผ่านมา·2 comments

Revisiting "Let's Build a Compiler"

eli.thegreenplace.net
276 points·by cui·7 เดือนที่ผ่านมา·51 comments

LMArena Is a Plague on AI

surgehq.ai
3 points·by cui·7 เดือนที่ผ่านมา·1 comments

Book Review: The Way of Effortless Mindfulness

yncui.com
2 points·by cui·7 เดือนที่ผ่านมา·3 comments

comments

cui
·2 ชั่วโมงที่ผ่านมา·discuss
Respect.
cui
·3 ชั่วโมงที่ผ่านมา·discuss
How long have you been building this?
cui
·3 ชั่วโมงที่ผ่านมา·discuss
It's open source.
cui
·4 ชั่วโมงที่ผ่านมา·discuss
If Solidworks and Onshape were born after the birth of LLMs, they'd probably be glitchy as hell.
cui
·4 ชั่วโมงที่ผ่านมา·discuss
Seems it's only supporting Chrome at the moment.
cui
·4 ชั่วโมงที่ผ่านมา·discuss
This. The browser as a universal platform.
cui
·20 วันที่ผ่านมา·discuss
Which harness are you using?
cui
·22 วันที่ผ่านมา·discuss
What's wrong with Dropbox?
cui
·24 วันที่ผ่านมา·discuss
Can you claim your product here? https://thecadhub.com/details/adam-cad/
cui
·27 วันที่ผ่านมา·discuss
This is really useful. Thanks for sharing.
cui
·3 เดือนที่ผ่านมา·discuss
I built the exact same thing 2 years ago, and then figured out that Inoreader actually already had it in their product. They are disabled by default, probably because this feature is not popular at all.
cui
·3 เดือนที่ผ่านมา·discuss
I built Video Off to reduce autoplay/video distractions.

Background: in Firefox, I can edit user.js and disable specific media codecs, which makes blocking video much easier. Chrome doesn’t provide an equivalent user.js/codec-disable path, so this extension uses MV3 static declarativeNetRequest rules to block common video delivery requests.

No analytics/telemetry. No remote code. It blocks many common video requests, but it doesn’t claim perfect coverage on every site/player. I’d love feedback on false positives/negatives and breakage cases.
cui
·3 เดือนที่ผ่านมา·discuss
Do you mind sharing your master ruleset about Svelte?
cui
·4 เดือนที่ผ่านมา·discuss
Thanks. How are you dealing with worktrees right now?
cui
·4 เดือนที่ผ่านมา·discuss
But how did you use your main worktree's .env before? Symlink it?
cui
·4 เดือนที่ผ่านมา·discuss
This is how I currently use Git worktrees. Curious about how you are using it.
cui
·5 เดือนที่ผ่านมา·discuss
I've been working on django-rclone, which bridges Django and rclone.

https://github.com/kjnez/django-rclone
cui
·5 เดือนที่ผ่านมา·discuss
Author here. django-rclone is a Django backup package that delegates everything non-Django to rclone.

The existing solution (django-dbbackup) reimplements a lot: Django Storages for upload, GPG in Python for encryption, gzip for compression, regex for backup listing. django-rclone replaces all of that with rclone subprocesses — rclone rcat for uploads, rclone cat for downloads, rclone sync for media, rclone lsjson for listing. Encryption and compression are handled by configuring rclone crypt and compress remotes.

Database dumps stream directly into rclone via Unix pipes — no temp files written to disk. DB passwords are passed via environment variables instead of CLI arguments (which are visible in ps).

The result is significantly less code. Django-rclone only owns what Django must own: database connectors, management commands, and signals. Everything else — storage abstraction, encryption, compression, incremental sync — is rclone's problem. Supports PostgreSQL, MySQL/MariaDB, SQLite, MongoDB, and 70+ storage backends via rclone.
cui
·6 เดือนที่ผ่านมา·discuss
I thought it's meant for business usage. Why are you interested in WorkMail compared to other million email products?
cui
·6 เดือนที่ผ่านมา·discuss
I honestly don't know because I never used Copilot. Hopefully we'll have some open source projects that can take one set of configurations and produce similar set of files for others.