[-] Kache@lemm.ee 3 points 2 days ago* (last edited 2 days ago)

It's the difference between knowing you'll grow and graduate together with your classmates vs knowing you're only going to see them for that one month before you move away.

[-] Kache@lemm.ee 9 points 4 days ago* (last edited 4 days ago)

I don't understand, if you've got easy to delete copy-pasted code, then delete it. It'll be a nice and cathartic exercise.

But sounds like what you're really talking about is code that isn't easy to delete.

[-] Kache@lemm.ee 1 points 1 week ago

Distributing power across a group of communities over the same topic (e.g. like seats in a congress/parliament) is a nice thought.

However, my second thought was how vulnerable that is in a fediverse. To continue the analogy, an adversary could create new states (server/communities) of arbitrary population (accounts) at will.

[-] Kache@lemm.ee 70 points 1 week ago
[-] Kache@lemm.ee 3 points 2 weeks ago* (last edited 2 weeks ago)

IMO folding to hide is about equivalent to moving all contents to another file/private function:

def bad_function(args):
    return _hide_elsewhere(args)

i.e. does nothing. Real solution to pyramids of doom is to fix the code.

[-] Kache@lemm.ee -1 points 3 weeks ago* (last edited 3 weeks ago)

That's changing the goal posts to "not static"

[-] Kache@lemm.ee 1 points 3 weeks ago* (last edited 3 weeks ago)

Sounds easy to simplify:

Use one of: constructor A(d), function a(d), or method d.a() to construct A's.

B and C never change, so I invoke YAGNI and hardcode them in this one and only place, abstracting them away entirely.

No factories, no dependency injection frameworks.

[-] Kache@lemm.ee 6 points 3 weeks ago* (last edited 3 weeks ago)

IMO factory functions are totally fine -- I hesitate to even give them a special name b/c functions that can return an object are not special.

However I think good use cases for Factory classes (and long-lived stateful instances of) are scarce, often being better served using other constructs.

[-] Kache@lemm.ee 5 points 4 weeks ago

Dedicated incremental static type checkers for dynamic languages already exist. In particular, Pyright for Python is fantastic and in many ways surpasses the type systems of classic typed languages

[-] Kache@lemm.ee 2 points 4 weeks ago* (last edited 4 weeks ago)

But would you pay for it?

My employer's paying for my access, and I only find it a bit useful here and there

Maybe my company gets a great discount or something, but if they would pay me the subscription cost to give up Copilot, I wouldn't miss it

[-] Kache@lemm.ee 1 points 1 month ago

You can reference envs from the host in docker compose, so code it in instead of manually passing tribal knowledge in: https://stackoverflow.com/a/73826410

[-] Kache@lemm.ee 1 points 1 month ago* (last edited 1 month ago)

Simpler to keep everything in one compose file if you can, under a test service that doesn't build unless explicitly named

Un-weird that env var and use the normal, boring feature of defining environment under your test service

2
submitted 7 months ago by Kache@lemm.ee to c/lemmyconnect@lemmy.ca

Thanks for the app.

I like how Connect is fairly good at embedding previews, e.g. https://lemmit.online/post/2476390

However, Connect is currently unable to embed Lemmy posts of Reddit galleries.

For example: https://lemmit.online/post/1045136
Points to: https://www.reddit.com/gallery/172hfko
(Old Reddit): https://old.reddit.com/r/whatisthisthing/comments/172hfko/what_are_these_swans_i_found_at_a_flea_market/

Also looking forward to open-sourcing & F-Droid release!

view more: next ›

Kache

joined 1 year ago