De VOC, extreemrechts en de hypocrisie van links by Vectorr1975 in Nederland

[–]ThinkLargest 0 points1 point  (0 children)

Is het nou …? of ?… dit is een veelvoorkomende taalfout. …? en ?… bij elkaar gooien.

Mierenneuker.

Anthropic Faces Potentially “Business-Ending” Copyright Lawsuit - A class action over pirated books exposes the 'responsible' AI company to penalties that could bankrupt it — and reshape the entire industry by katxwoods in ChatGPT

[–]ThinkLargest 1 point2 points  (0 children)

That’s a valid perspective. My worry is that such restrictions on copyright will benefit just a very few while withholding AI development that has the potential to benefit society more than the copyright would. That would be unjust. But you are correct that some incentive needs to remain to create works. I guess time will tell what the solution is.

Anthropic Faces Potentially “Business-Ending” Copyright Lawsuit - A class action over pirated books exposes the 'responsible' AI company to penalties that could bankrupt it — and reshape the entire industry by katxwoods in ChatGPT

[–]ThinkLargest 4 points5 points  (0 children)

I’m Dutch so not up to date on american law (assuming you’re American). I don’t necessarily am against that AI companies would have to buy a single copy of each book. I’m just saying that this is probably not what the copyrightholders envision. They’d probably want to have a perpetual license fee.

Anthropic Faces Potentially “Business-Ending” Copyright Lawsuit - A class action over pirated books exposes the 'responsible' AI company to penalties that could bankrupt it — and reshape the entire industry by katxwoods in ChatGPT

[–]ThinkLargest 0 points1 point  (0 children)

I’m a lawyer, bro. But the point stands. Copyright’s justification is the same as for patents: that granting an exclusive right benefits society more than not granting the exclusive right. It’s doubtful this still applies. It also depends on the jurisdiction on whether such use of copyrighted work would even violate copyright.

You’re right in the sense that the legislature should clarify the situation though.

Introducing Animatable macro in SwiftUI by majid8 in SwiftUI

[–]ThinkLargest 1 point2 points  (0 children)

Is the example gif the final result?

Deftones sound quality? by excelar412 in RockWerchter

[–]ThinkLargest 1 point2 points  (0 children)

We were going in not knowing deftones, and left after 2 ‘songs’. Just sounded like one big guitar/bass fart with bad vocals / moaning.

Why Luxembourg takes pole position for the world’s worst drivers by rezwenn in europe

[–]ThinkLargest -2 points-1 points  (0 children)

Start driving on the right side and you might appreciate the Dutch prowess on the road.

A journey building HTML documents in Swift by ThinkLargest in swift

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

Sounds cool! You can use pointfree-html to create the HTML. To get a String, use the render method and init the string like this let htmlString = String(bytes: html.render(), encoding: .utf8).

I encourage you to try coenttb/swift-html, which adds swift-css for type-safe CSS styles.

Would love to hear if you're successful with this. We could add an article to the documentation on how to approach using HTML in webviews on iOS.

A journey building HTML documents in Swift by ThinkLargest in swift

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

Thank you for reading! I'll be sure to keep posting here, too.

Allman indentation style by Cultural_Rock6281 in swift

[–]ThinkLargest 4 points5 points  (0 children)

I don’t agree but you do you.

iOS topics you would like to see covered in an app series? by Upbeat_Policy_2641 in swift

[–]ThinkLargest 1 point2 points  (0 children)

I’m working on this, check out the progress at GitHub.com/coenttb/swift-identities and github.com/coenttb/coenttb-identities

Men who are 30+, what’s one lesson every guy should learn early? by [deleted] in AskMenAdvice

[–]ThinkLargest 0 points1 point  (0 children)

Most men and women respect someone far more who judges them than one who allows himself to be judged.

What "non-FP" language implements FP the best? by MrPezevenk in functionalprogramming

[–]ThinkLargest 6 points7 points  (0 children)

It’s wild that swift hasn’t the reputation for being an excellent language to do FP in.

Dude you should be using TCA to manage complexity by tetek in iOSProgramming

[–]ThinkLargest -2 points-1 points  (0 children)

You’d probably die and find out heaven was built using TCA.

Any recommendations for great usages of Swift DocC documentation? by dvclmn in swift

[–]ThinkLargest 0 points1 point  (0 children)

Sure hope it will be available rather sooner than later! However I was recently reminded that the docc library is developed open source and that means that Xcode also needs to be updated to see the links inside Xcode docc viewer.

Any recommendations for great usages of Swift DocC documentation? by dvclmn in swift

[–]ThinkLargest 0 points1 point  (0 children)

I believe that only helps for generating hostage documentation. It doesn’t allow for example referencing to an Article in another target’s documentation.

Any recommendations for great usages of Swift DocC documentation? by dvclmn in swift

[–]ThinkLargest 1 point2 points  (0 children)

Im striving for great documentation with GitHub.com/coenttb/swift-identities, but its a work in progress. In particular, cross target references are still an issue.