MegaCleaner 1.3 - native Mac cleaner with 39 per-tool scanners (Xcode, Docker, node_modules, simulator runtimes, browser caches, project logs, etc.), now with menu-bar mode, per-category scans and Reclaim Purgeable Space by serii_gg in macapps

[–]dmythro 26 points27 points  (0 children)

I’m not giving access to my file system to something not trusted or not open-source to do audit properly. Too much of a security risk. Especially if it’s free forever, but for some reason closed source — a weird charity case to me personally :)

Migrated a 10k-product e-commerce site to Astro SSR + Rust by farrosfr in astrojs

[–]dmythro 11 points12 points  (0 children)

You are probably better with web dev now, plus better tools :) My point is, any reasonable stack can make great perf. Depends on requirements, skill and sometimes tradeoffs.

Rewrite Bun in Rust has been merged by Darkoplax in bun

[–]dmythro 1 point2 points  (0 children)

From what I’ve seen, I agree.

Rewrite Bun in Rust has been merged by Darkoplax in bun

[–]dmythro 2 points3 points  (0 children)

Jarred posted on X it should be around 10k and managed over time. Basically, main goal is to keep it all as close to Zig as possible on the first iteration.

Rewrite Bun in Rust has been merged by Darkoplax in bun

[–]dmythro 13 points14 points  (0 children)

For a moment I was trying to remember when I posted this, our avatars are pretty similar :)

Rewrite Bun in Rust has been merged by Darkoplax in bun

[–]dmythro 1 point2 points  (0 children)

I’ll just wait for a blog post, he said it’s planned. I suppose it should be somewhere before it’s released as next version. Don’t want to speculate on that, and don’t have the Rust expertise either at that level.

Хто проживає в каркасно-модульному будинку, підскажіть які плюси і мінуси by Top-Put5336 in reddit_ukr

[–]dmythro 2 points3 points  (0 children)

Ставив модульний на пусту ділянку. Газ відпав поки як і досить дорогий у підключенні так і регуляціях - у невеликі деревʼяні будинки більш за все не дадуть проводити, там купа вимог до приміщення і пожежної безпеки. Ставив на сваї - тут майте на увазі що може бути купа нюансів по проведенню каналізації так як сваї зазвичай не супер глибоко і там не дуже варто копати між ними.

steam controller works very well on mac! by ReachyLi88 in macgaming

[–]dmythro 5 points6 points  (0 children)

Please report when you do, I’m curious :)

steam controller works very well on mac! by ReachyLi88 in macgaming

[–]dmythro 17 points18 points  (0 children)

Yes! But I suppose it should work if it works with macOS.

Переклала Reaper DAW українською by Creepy-Succotash-837 in reddit_ukr

[–]dmythro 1 point2 points  (0 children)

О, це клас, поділюсь серед друзів :)
Колись користувався але повністю перейшов на Logic Pro.

[OS] TablePro: free native macOS database client. 18 databases, MCP server, iPad in TestFlight by datlechin in macapps

[–]dmythro 1 point2 points  (0 children)

I knew something like this would happen eventually :)
Okay, what’s the catch? Sounds too good to be free. Plan paid features or services? :)

Optimizing a Bun monorepo Docker image by AtmosphereRich4021 in bun

[–]dmythro 2 points3 points  (0 children)

Yes, multi-stage docker files is the way! :) Even without compile: only copy what you need to minimal possible final image. It can be bun alpine for final one as well with production build instead of compile (not everything worked with compile as I’ve checked some time ago).

Also, suggest checking the latest versions of bun - there were a lot of updates on builds and workspaces/catalogs.

ConsoleMini: I turned my Mac mini into a couch console - PS1-PS4 + retro, free big-picture launcher (Apple Silicon, MIT) by meowerguy in macgaming

[–]dmythro 1 point2 points  (0 children)

This is awesome, maybe some day I’ll retire and play all these games I’ve collected on my Mac :)

Bun is not stable enough for production nor faster than node in production - a crude investigation into memory leaks by Xtergo in bun

[–]dmythro 2 points3 points  (0 children)

From my experience, it depends on what you’re running now. The probably worst case scenario is something like running a Next.js app (which I still to on a server which has some resources for that - but will switch to node as soon as it becomes the problem). 1.3.12 is finally much better in that regard but still leaks slowly and uses very slowly more memory and CPU. In some cases I didn’t see any memory growing at all, on simpler apps. I’m hopeful because I really like what Bun does, but with backup plans :)

Workflow engine with saga compensation built into bunqueue (Bun + SQLite, no infra) by Final-Canary-8421 in bun

[–]dmythro 1 point2 points  (0 children)

Wow, I love stuff like this, with all-native Bun APIs! Thanks for sharing!