Kairos
- 6 Posts
- 209 Comments
Kairos@lemmy.todayto Python@programming.dev•Opinions: Do you feel Python is a more object-oriented or procedural language?11·18 days agoPython is good if you need to write a hundred or two or maybe three lines of code.
Its not good for large programs.
Conversely its good for large systems. Facebook makes all its microservices in python because the data model and how that scales along with data safety matters much more than a microservice taking 10-100 times as long to execute.
I consider it a scripting language. Just one without integer++ for some goddamn reason.
Kairos@lemmy.todayto Python@programming.dev•Opinions: Do you feel Python is a more object-oriented or procedural language?77·18 days agoNeither: it’s a piece of shit.
If I had a gun to my head and had to answer, it’d be procedural because scopes are a lie in this language.
Kairos@lemmy.todayOPto Voyager@lemmy.world•Feature suggestion. Make links that are auto-underlined A different color than links in Markdown.English2·24 days agoOkay, what if I use unicode characters that look similar to httрѕ://хkсd.соm/ and the function sees that an empty string is not a URL.
Kairos@lemmy.todayOPto Voyager@lemmy.world•Feature suggestion. Make links that are auto-underlined A different color than links in Markdown.English2·24 days agoOkay, now what if I put in an invisible Unicode character in there?
Kairos@lemmy.todayOPto Voyager@lemmy.world•Feature suggestion. Make links that are auto-underlined A different color than links in Markdown.English2·24 days agoI like the idea in the edit more honestly. My only concern is that detecting a URL in the text part might be hard. Especially with a malicious user there could be invisible Unicode characters.
Kairos@lemmy.todayOPto Voyager@lemmy.world•Feature suggestion. Make links that are auto-underlined A different color than links in Markdown.English2·24 days agoIt’d also be nice if the link preview had a setting to put it under the paragraph with the link instead of at the bottom. A bit unweildy for some longer posts/comments.
Kairos@lemmy.todayOPto Voyager@lemmy.world•Feature suggestion. Make links that are auto-underlined A different color than links in Markdown.English2·24 days agoWhat does “look like a URL” entail.
Kairos@lemmy.todayOPto Voyager@lemmy.world•Feature suggestion. Make links that are auto-underlined A different color than links in Markdown.English1·24 days agoOh right accessability. Hmm. Maybe bolded?
Yes but even with DRM “protected” content
If it can be displayed via an HDMI it can be captured.
Kairos@lemmy.todayto Linux@programming.dev•Here's why Linux market share isn't going to skyrocket anytime soon13·1 month agoUsing cups is infinitely better than whatever windows has going on.
Kairos@lemmy.todayto Programmer Humor@lemmy.ml•Explaining to your boss how Sr engineers are made9·1 month agoYou also cannot replace junior engineers with A"I"
deleted by creator
Kairos@lemmy.todayOPto Programmer Humor@programming.dev•top 5 unsolved problems in computer science1·1 month agoAndroid in general is trash.
Kairos@lemmy.todayOPto Programmer Humor@programming.dev•top 5 unsolved problems in computer science21·1 month agoHappy cake day!
Kairos@lemmy.todayOPto Programmer Humor@programming.dev•top 5 unsolved problems in computer science7·1 month agoUntil its a popup and you’re entering a password.
Or it took several seconds to load.
Kairos@lemmy.todayOPto Programmer Humor@programming.dev•top 5 unsolved problems in computer science211·1 month agoThere’s ALT text.
An LLM doesn’t do search. It regurgitates the statistically most likely next words based on its training data.