Programming

27038 readers
261 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
1301
 
 

Hi, I made FuncSug to make GUI programming in the browser easier. It's a new language that aims to enable a clearer and easier code structure.

Can you tell me what you think about it?

1302
1303
 
 

Solve mysteries through SQL.

1304
1305
43
submitted 1 year ago* (last edited 1 year ago) by 0101100101@programming.dev to c/programming@programming.dev
 
 

Not sure if off-topic, but what's the best way to go about finding coding gigs at the moment? Need some urgent funds so need to reach out to people somehow.

I think of linkedin as a facebook for businesses leading you open to being spammed by agencies, which I don't really want.

Though I have years of experience of coding across many languages and fields (audio, computer vision, e-commerce backends, etc), and github accounts over the years with some pushes to the core of a few major projects, I haven't really kept the accounts, and past projects have nearly always been back-ends for clients so can't exactly add them to a portfolio.

Languages I'm currently using would be python / php (including symfony and laravel), though happy to switch to javascript/html coding, some c/c++ etc, so I'm not tied to one area I guess.

Is there a decent place to advertise or, is there a better way lately? Thanks

1306
1307
1308
1309
1310
 
 

Don't. Just don't.

Go on a walk. Feed your dog. Maybe read a fucking book. Do literally anything else.

1311
 
 

The word, used by computer scientists to mean ‘no value,’ has created long-running challenges

1312
1313
 
 

Finally the new Rust 1.85.0 update is here, with a new Rust Edition 2024.

1314
 
 

Hello lemmy! I am a underGrad in Delhi, India. This is my portfolio website made with React, Typescript and Tailwind. Please go through it and if possible rate it.

1315
1316
 
 

I'm under Windows, so my primary shell will be Powershell, which eats up the commas for some reason.

1317
1318
1319
 
 

The University of Pennsylvania offers a free series of books called Software Foundations with the following description:

The Software Foundations series is a broad introduction to the mathematical underpinnings of reliable software.

The principal novelty of the series is that every detail is one hundred percent formalized and machine-checked: the entire text of each volume, including the exercises, is literally a "proof script" for the Coq proof assistant.

The series includes Verifiable C, which seems very appealing as a way to avoid some of C's infamous "footguns." I haven't read the series myself, but I might in the future because I like math, logic & programs that do what they're supposed to do.

Are there any materials that would be good as alternatives or complements to this series?

Edit: Adding the Vercors Wiki to the resources in this thread

1320
1321
 
 

cross-posted from: https://lemmy.ml/post/26048405

Because, we have here something called "Swiss Qr Bill" (standardized e-bill with Qr code) and some shops send you the bill via email. Would be nice, if i could just tap the qr-image and open with app.

1322
1323
 
 
1324
1325
 
 

It makes the code icky and hard to debug, and you can simply return new immutable objects for every state change.

EDIT: why not just create a new object and reassign variable to point to the new object

view more: ‹ prev next ›