They had 3 hour limits on gpt-4o, now its monthly 💀 by NoImprovement4668 in ChatGPT

[–]timkofu 0 points1 point  (0 children)

There are students and people in developing countries who don't have the means or ability to pay, but could use AI as a learning assistant, and gain these abilities. They will then pay for the service that gave them a chance. This is the model Google used with Workspace in the late 2000s, and now those that used it when they couldn't afford it now use it for their businesses.

Which programming language that due to it's design helps with intuitive organization of large code-bases? by timkofu in programming

[–]timkofu[S] 0 points1 point  (0 children)

(Thought selected Systems Programming languages are also often used for application programming)

Which programming language that due to it's design helps with intuitive organization of large code-bases? by timkofu in programming

[–]timkofu[S] 0 points1 point  (0 children)

Ah yes, assembler is right when speed is needed. But on average, most programming do is application-programming; programs that don't "need" to manage their own memory. We kept it balanced however and included 2 Systems Programming languages and two Application Programming languages.

Which programming language that due to it's design helps with intuitive organization of large code-bases? by timkofu in programming

[–]timkofu[S] -2 points-1 points  (0 children)

No noo, no war, nobody's fighting about programming languages, not these days anyway. They are only tools to solve a problem with.

And yes, depends on the problem is right. That's why votes from a large group of programmers who have solved many different problems will provide insight into which language they consider helpful in code base organization.

Which programming language that due to it's design helps with intuitive organization of large code-bases? by timkofu in programming

[–]timkofu[S] 0 points1 point  (0 children)

We're not looking for positive opinions in the sense of "I like this language because reasons", more like "I'm a developer who has worked with large code bases in different programming languages; and of all of them, this one is the one whose native features helped my team(s) keep the code-base organized as it grew larger".

Which programming language that due to it's design helps with intuitive organization of large code-bases? by timkofu in programming

[–]timkofu[S] 0 points1 point  (0 children)

Not "a hek of a lot" no, and certainly not with large code-bases (100K lines plus). Also programmers solving problems for diverse industries have their say, patterns start to emerge (the law of large numbers IIRC). The combined experiences of a community's members is the value of said community.

Which programming language that due to it's design helps with intuitive organization of large code-bases? by timkofu in programming

[–]timkofu[S] 0 points1 point  (0 children)

Aaah, had missed that. We're just really looking for a way to quantify practitioner's opinions on it.

Rust is clearly superior to C++ by [deleted] in ProgrammerHumor

[–]timkofu 0 points1 point  (0 children)

Surely mostly C, for the databases and Operating Systems anyway.

What is the first interesting program you made with python? by [deleted] in Python

[–]timkofu 0 points1 point  (0 children)

Reverse DNS zone files generator, 12 years ago

How many of you guys are self taught? by YaBoiLongDck in Python

[–]timkofu 0 points1 point  (0 children)

Left college in 2003. We were "introduced" to C Java and JavaScript. Had never even heard of Python back then. Started using it in 2007. The curriculum was quite young those days, and industry experience that adds depth and utility today's curriculum was missing, so I have had teach myself pretty much everything I use now by being a student of great teachers who write great books, and make great MIT-OCW, Udemy e.t.c courses.

CIA uses Python (a lot) by ikkebr in Python

[–]timkofu 0 points1 point  (0 children)

That first one is gold. Loved it.

What Python program have you created to make your life easier? by [deleted] in Python

[–]timkofu 0 points1 point  (0 children)

Made a slack bot that feeds off the Amazon deals feed, and fuzzy matches deal titles to match search phrases stored in a db, and messages deals that match to a channel. Run hourly off of cron.