this post was submitted on 10 Aug 2024
103 points (100.0% liked)

Technology

69726 readers
3550 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 17 points 8 months ago (3 children)
[–] [email protected] 33 points 8 months ago (4 children)
[–] [email protected] 20 points 8 months ago (1 children)
[–] [email protected] 2 points 8 months ago

Just wire up your own gates. It's not that hard.

[–] [email protected] 8 points 8 months ago

Just ritualistically wave a magnet near the computer

[–] [email protected] 4 points 8 months ago
[–] [email protected] 3 points 8 months ago (1 children)

Don’t write code, why do you need a computer to do your math? Just do it on paper ffs.

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago)

Paper‽ What too good for a clay tablet?

[–] [email protected] 13 points 8 months ago (2 children)

The downvotes are hilarious. Being able to drop down to C is one of python's selling points, and the title of the post includes the name of the python ref implementation __C__Python.

[–] [email protected] 12 points 8 months ago

There is a difference being able to drop down in C and using exclusively C.

One of the main advantage of python is being to quickly write code, and using C-based library / part of code written in C (or fortran, or rust for what it matters) when needed.

"just write C" may lack a bit of nuance.

[–] [email protected] 4 points 8 months ago

Exactly.

I don't really care, people will downvote for any number of reasons, and I know I was right, so it doesn't bug me

[–] [email protected] 7 points 8 months ago

How about no.

[–] [email protected] 5 points 8 months ago

I thought function calls was one of the decently optimized things in Python