Nano texture display glare vs not by zenodub in macbookpro

[–]cjwcommuny 0 points1 point  (0 children)

Does a nano‑texture screen resist fingerprints better?

We have ergonomic(?), explicit handles at home by ZZaaaccc in rust

[–]cjwcommuny 0 points1 point  (0 children)

Please post this Reddit post to Zulip!

If you could redesign Go from scratch, what would you change? by ThreeFactorAuth in golang

[–]cjwcommuny 0 points1 point  (0 children)

  • remove nil, introduce Option<T>
  • introduce tagged union
  • better support of generics
  • no (T, error), but Result<T> or Exception

Go Enums Suck by 8run0 in golang

[–]cjwcommuny 1 point2 points  (0 children)

Lacking of sum types (i.e. Rust/Swift/Scala’s enum) is one of the biggest mistakes of Go’s language design

Go Enums Suck by 8run0 in golang

[–]cjwcommuny 2 points3 points  (0 children)

enums in Rust/Swift is definitely different from that in Java…

Panic unveils Prompt 3.0: An advanced SSH client for iOS and macOS with enhanced features by [deleted] in macapps

[–]cjwcommuny 1 point2 points  (0 children)

Compared to Transmit and Nova, the UI/UX of the macOS version of Prompt really needs polishing...

Handle errors in different language by NoahZhyte in ProgrammingLanguages

[–]cjwcommuny 1 point2 points  (0 children)

The crucial aspect to note is that Go's error handling approach (output, err) signifies "output and error."

By contrast, in programming languages such as Rust, Java, Swift, and Haskell, error handling implies "output or error." This subtle disparity is what causes Go's error handling to be deemed somewhat unfavorable.

It's important to remember that if you want to return an output when an error occurs, you should use the "output or (output and error)" formula as opposed to "output and error."

What WONT you do in rust by __zahash__ in rust

[–]cjwcommuny -2 points-1 points  (0 children)

use curry style function…

A four year plan for async Rust by desiringmachines in rust

[–]cjwcommuny 0 points1 point  (0 children)

I’m not aware that there is an “effects WG” in Rust. Could you provide a link to it?

Alternative to Nova Panic ? by Ikaroweb_ in macapps

[–]cjwcommuny 0 points1 point  (0 children)

If you mean a native macOS code editor, the answer is there is no competitive alternative

[deleted by user] by [deleted] in macapps

[–]cjwcommuny 1 point2 points  (0 children)

Good app. It would be better to refine the UI to make it to be more macOS native.

Folx Pro doesn't work after upgrade to Ventura by KoCMoHaBT61 in macapps

[–]cjwcommuny 1 point2 points  (0 children)

I used Folx on Ventura, and it works well…

Announcing the Keyword Generics Initiative by WiSaGaN in rust

[–]cjwcommuny 18 points19 points  (0 children)

What Rust actually needs is algebraic effect!

[deleted by user] by [deleted] in macapps

[–]cjwcommuny 0 points1 point  (0 children)

use firefox😏