Python is suitable for beginner and is also easy to write code in different fields. I’m a developer, half of my time is writing code to get things done, and the other half is learning more development techniques, which I’ve been learning for over twenty years.
- 1 Post
- 22 Comments
bob@lemmy.worldto cats@lemmy.world•One of Sencha's boxes broke. Should I repair it or get him a new one?5·1 year agoThere was a time when my cat owned three cardboard boxes, and whenever I wanted to take the old cardboard boxes that he had bitten through, he would chase me and meow in opposition.
hello world:
fn main() { areas := ['game', 'web', 'tools', 'science', 'systems', 'embedded', 'drivers', 'GUI', 'mobile'] for area in areas { println('Hello, ${area} developers!') } }
http + time:
import time import net.http resp := http.get('https://vlang.io/utc_now') or { println('failed to fetch data from the server') return } t := time.unix(resp.body.int()) println(t.format()) // 2019-08-16 17:48
bob@lemmy.worldto Selfhosted@lemmy.world•Why is Matrix mentioned more often than XMPP in self hosted forums?English2·1 year agoIn order to ensure that my account’s historical data is backed up, I am worried that other relay servers will disappear or fail
bob@lemmy.worldto Selfhosted@lemmy.world•Why is Matrix mentioned more often than XMPP in self hosted forums?English42·1 year agoI’m trying out another extremely lightweight nostr relay
bob@lemmy.worldto World News@lemmy.world•Truong My Lan: Vietnamese billionaire sentenced to death for $44bn fraudEnglish43·1 year agoShe was going to be silenced, because if she lived, more people would be exposed
bob@lemmy.worldto Selfhosted@lemmy.world•XMPP as a Discord alternative for small group?English2·1 year agoIt’s basically real-time, even sending large files is very fast, I don’t know the details of the reason, maybe it’s because there is not much difference between IMAP and TLS, or because the roundcube we deploy is super fast?
bob@lemmy.worldto Selfhosted@lemmy.world•XMPP as a Discord alternative for small group?English4·1 year agoWe use a self-hosted roundcube mail server, which is not necessary, and we did initially assign each person an additional account dedicated to delta.chat to prevent inbox clutter, but that didn’t happen.
Nowadays, we prefer to send and receive emails in delta.chat. One of my groups already has 70 members, contains a lot of images and PDFs, and it’s still very fluid to use.
We also run bots for integration with other systems, such as task management, meeting notifications, etc.
bob@lemmy.worldto Selfhosted@lemmy.world•XMPP as a Discord alternative for small group?English3·1 year agoWe’ve been using it on our phones and desktops for three years now, it’s very stable
bob@lemmy.worldto World News@lemmy.world•Putin ‘wins’ rigged Russian election with 88% of the vote, early results showEnglish39·1 year agoThis month’s list of executions is relatively long
It’s too difficult to connect devices in two intranets, if you don’t have a speed requirement, I think you can use tuntox
When I write code in the terminal, the editor I use the most is
nano
. I know vim and emacs are more powerful, but I don’t really feel that nano is incompetent. I run nano inbyobu
productivity is relative and requires a reference coordinate system. The best way to become a 10x engineer is to PK with a turtle team, but of course what the value is is another matter.
Also, your productivity may not be significantly improved in certain environments. When every member of the team reaches the speed of light, you will find yourself impossible to be faster anyway. Setting a goal beyond the speed of light is contrary to science.
My little darling once stole three pieces of beef jerky while I was out at work.
bob@lemmy.worldto World News@lemmy.world•"Korea Is the World's Most Depressing Country"…an honest travelogue of a famous American writerEnglish32·1 year agoAt least they didn’t have 500 million cameras deployed, The real Cyberpunk 2077 is China.
I’ve bought some popular cat toys for my cat and found that what really impressed him was the boxes that packed them :D
change port + fail2ban + totp (google-authenticator)