![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://lemmy.world/pictrs/image/44bf11eb-4336-40eb-9778-e96fc5223124.png)
Copilot shines where snippets/templates don’t work or make no sense. It can write constructors, simple methods, and even simple classes if something similar is found in the solution.
Copilot shines where snippets/templates don’t work or make no sense. It can write constructors, simple methods, and even simple classes if something similar is found in the solution.
GitHub Copilot became my daily helper at work. While I’m not 100% satisfied with its code quality, I must admit it’s very handy at writing boilerplate code. A few days ago, I had to write code without having internet access, and it was so disappointing to write boilerplate code by hand. It’s an easy task, but it’s time-consuming and unpleasant.
Asus G16 2023 has 2 USB-A, 2 USB-C (one of them supports Thunderbolt), Ethernet, HDMI, 3.5 mm jack, and a micro-SD slot.
Yes. Although it’s possible to learn programming without knowing English, English is required for those who wants to be good programmers. All documentation is in English, naming and comments should be in English too, otherwise it would be hard to maintain code for developers from other countries.
Other species don’t need clean water, clothes, complex tools and growing food. This makes their life simpler yet limits their number and habitat.
Try to live in a village growing own food. It’s a hard work, especially if you have cattles or other domestic animals. Villagers work from early morning to evening because there’s a lot things to do. Living in a city is much easier.
I hope they will return the original Angry Birds series to the stores.
100% with Firefox for Android and Blokada. 100% with Firefox 117 beta for Windows (advanced tracking protection + uBlock Origin).
I mean blocking all communities from an instance by a user. Currently, it’s implemented on a client level in a few clients, but it obviously doesn’t work for the web UI. Blocking all users from a certain instance is not that useful, I guess.
Thanks a lot for your work.
When the possibility to block instances will be implemented?
Sync and Connect are pretty similar, but I prefer Sync. I like its design a bit more, also it is more customizable and has more features I use: customization of sorting for every feed and subscription, option to hide nested comments by default, button showing parent comment without need to scroll up. Also it can track comment count changes.
I think people are talking about Sync because it has ads and its pricing is too high.
So-called “dictatorship of proletariat” was simply a terror. Lots of philosophers and religious elite was killed just because they weren’t compatible with communist ideology. Rich peasants who didn’t even use others labor were either robbed or killed. Peasants lost their land and had to work for the country. People got killed just because some anonyms told they did something bad. I know this because it happened to my ancestors. My grand-grandfather lost his house, communists left only one room for his family. His friends, all good people, dissapeared. His daughters never played with neighbor’s kids because of fear. My other grand-grandfather lost land and two horses. His brother was killed for not agreeing to give away his house. And my another grand-grandfather was killed because an anonymous letter. He was communist and thought he was safe as he did nothing wrong. His kids couldn’t get education because they were “children of the enemy of the people”. Much later my grandfather got a paper concluding that execution of his father was a mistake. It was horrible time, and lots of people thought the ones who were killed were “pests” or “enemies of the people”, so killing them was good and beneficial for the society.
Liberalism is not related to posting or not posting critical articles. So, the meme and the text are not related in any way.
By saying “boilerplate”, I mean constructors, simple methods and even small classes that have some “standard” implementation. Copilot easily writes simple constructors, class initialization and destruction. It can suggest small method implementation, right after I added its declaration to related interface. Anything, that can be done almost without thinking of how to do it because there are standard practices, is handled by Copilot. It’s not perfect, it can write a whole method at a time, or only line by line, or refuse to suggest any code. But it often writes valid code.