[-] [email protected] 8 points 3 months ago

That was an interesting read.

1
submitted 4 months ago by [email protected] to c/[email protected]
[-] [email protected] 13 points 11 months ago

Yeah, saying “most GitHub users can’t live without a commercial entity” is such a nonsense. GitHub is successful while it works well. The moment it doesn’t, there will be other services.

[-] [email protected] 10 points 1 year ago

The problem with Sublime is that it’s a paid one, and not everybody wants to pay for something that is perceived by the community as something that should be free and open source.

[-] [email protected] 14 points 1 year ago

Yeah, I guess the idea of VSCode isn’t to be a “ready to use” IDE, but to be configurable — which it is.

The main thing that makes it popular nowadays is the ecosystem of plugins around it. Ex: when Copilot was released, I believe the VSCode plugin was the best one.

Also many frameworks docs have instructions on how to use it with VSCode and which plugins to install, such as some web frameworks and Flutter.

[-] [email protected] 8 points 1 year ago

dependency injection is an abomination

I don’t think so, dependency injection has made testing easier in all static typed code bases I worked on.

[-] [email protected] 15 points 1 year ago* (last edited 1 year ago)

Benchmarks should be like a scientific paper: they should describe all the choices made and why for the configurations. At least that will show if the people doing it really understand what they’re comparing.

[-] [email protected] 9 points 1 year ago

As a non game dev, does Flutter really offer anything compared to traditional 2D game engines? I thought most of them are also open source?

5
submitted 1 year ago by [email protected] to c/[email protected]

“An issue introduced by macOS 14.4, which causes Java process to terminate unexpectedly, is affecting all Java versions from Java 8 to the early access builds of JDK 22. There is no workaround available, and since there is no easy way to revert a macOS update, affected users might be unable to return to a stable configuration unless they have a complete backup of their systems prior to the OS update.”

[-] [email protected] 12 points 2 years ago

The whole article seems a bit forced with many topics that are present in most other languages too. I don’t think “Faster release cycle” is one reason Java got where it is today.

1
submitted 2 years ago by [email protected] to c/[email protected]

Y-Charts is a Jetpack Compose-based charts/graphs library that enables developers to easily integrate various types of charts/graphs into their existing UI to visually represent statistical data.

[-] [email protected] 7 points 2 years ago

That seems like it’s trying to be everything.

I might be wrong — who knows — but from that text I don’t think that is being made by passionate individuals trying to create a good product for the software community because they believe in it. It feels like some VC money grab that throws LLMs at the problem and already expects to be the next Facebook.

19
submitted 2 years ago by [email protected] to c/[email protected]

What happens when you set "font_size": 32 in your favorite editor? I would’ve told you anyway, but I’m glad that you asked.

[-] [email protected] 20 points 2 years ago

That’s a well designed compiler.

[-] [email protected] 8 points 2 years ago

The biggest problem is that now it will be mass generated with little effort. Time to abandon Google if most of the web becomes ChatGPT generated articles. Better to talk to ChatGPT directly.

[-] [email protected] 21 points 2 years ago* (last edited 2 years ago)

Node frameworks are famous for this purely because of a lack of standard library. I feel like most languages have a standard library that balance being generic but still providing utilities of common used stuff. So a company that doesn’t want to rely on a random guy’s library can build their own with only the features they want. But with Node, any complicated feature is using a tree of hundreds of random packages that you have no idea who created them.

1
submitted 2 years ago by [email protected] to c/[email protected]

The Kotlin type system is amazingly designed. Many features that look like special cases are just a natural consequence of how the type system is designed.

view more: next ›

balder1993

0 post score
0 comment score
joined 2 years ago