[-] [email protected] 1 points 1 day ago

That's only because the former already implies much of the latter, so they don't need to repeat it

[-] [email protected] 21 points 2 months ago

Must be proprietary, bc TOTP shouldn't be blocked by age of the device

[-] [email protected] 16 points 2 months ago* (last edited 2 months ago)

speed up certain types of applications as long as application providers don't have to pay for special treatment

Maybe they mean by doing things like giving slight priority to real-time application traffic like VOIP over streaming over websites vs file transfers, like how home routers can?

Don't think that should be something to charge people more for, though. They're not even able to deliver on their own advertised speeds.

1
submitted 3 months ago by [email protected] to c/[email protected]

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!

[-] [email protected] 25 points 4 months ago

If you were reviewing a "non-trivial" PR from me, I'd recommend not squashing because I would've broken it up into readable atomic commits.

[-] [email protected] 30 points 5 months ago* (last edited 5 months ago)

You're getting a lot of conceptual definitions, but mechanically, it's just:

keeping state (data) and behavior (functions) that operate on that state, together

At minimum, that's it. All the other things (encapsulation, message passing, inheritance, etc) are for solidifying that concept further or for extending the paradigm with features.

For example, you can express OOP semantics without OOP syntax:

foo_dict.add(key, val)  # OOP syntax

dict_add(foo_dict, key, val)  # OOP semantics
[-] [email protected] 49 points 5 months ago

But surely there's a practical middle between "shoot first, ask later" and "sit and wait an hour"

[-] [email protected] 22 points 6 months ago* (last edited 6 months ago)

A title as uninformative as the single . commit messages he suggests writing.

Bare minimums of typo, refactor, whitespace, comments are barely any effort -- less than the thought it takes to name variables and functions.

I really can't agree with completely meaningless messages like minor and .

[-] [email protected] 15 points 8 months ago* (last edited 8 months ago)

Seems more applicable to an imperative style, and IMO even still the advice is too dependent on special/actual case details to be generally applicable as a "rule of thumb".

This is just one specific example amongst many of how redundant logic could be simplified because sometimes the branch is an implementation detail and you want to push it down, and sometimes it's not and you want to push it up.

[-] [email protected] 12 points 9 months ago

Sounds like an externality that should be paid for as these things are manufactured

[-] [email protected] 20 points 10 months ago

Unfair how? It's paid by employers, so kinda makes sense to me, i.e. employer caused the loss of livelihood, so they pay for the benefit to the recently unemployed.

[-] [email protected] 17 points 10 months ago* (last edited 10 months ago)

This claim site's privacy policy seems to reserve their right to use your submitted data for marketing and promotional purposes...

to improve our marketing and promotional efforts

We want to provide you information that is valuable to you. If at any time you wish to be taken off our mailing lists ...

[-] [email protected] 31 points 10 months ago* (last edited 10 months ago)

That route already exists today as "the web", where the "latest" JavaScript source is downloaded and JIT-ed by browsers. That ecosystem is also not the greatest example of stable and secure software.

view more: next ›

Kache

joined 11 months ago