"Exert some willpower!"
People exert willpower through the democratically elected legislature
"No not like that!"
HN user
"Exert some willpower!"
People exert willpower through the democratically elected legislature
"No not like that!"
Go a little further. Think about "how." How do slot machines get people to waste their money for hours-on-end? How does TikTok use short-form video to get people to scroll for hours-on-end? What is the mechanism?
Counterpoint: The format is bad. The constant stream of videos, skipping between videos at (relatively) your own pace, the anticipation about the next video; it's similar to electronic gambling machines.
Apple devs are probably doing something with the touch returned by the touchUpInside callback. This is an extremely, extremely common bug in iOS apps, not just with Apple developed software.
Devs love the symmetry of their touch handling code and often have the finger-down, finger-moved, and finger-up callbacks from the system all call the same handleTouch function they wrote. As you can tell, however, the touch from the finger up callback is often better discarded or handled differently otherwise you get these sort of bugs
Ehh I have been using Swift from the beginning and I disagree with you and the parent. Swift was "good" before the addition of property wrappers and the result builder syntax. That's when lots of the weird "features" started being bolted on.
Before that it just felt like what a modern OO language with reference and value types, type safety, some very light "not truly functional but nice to have" functional programming features, and readable, "normal", dot syntax would be like. The language was basically complete at that point for the purposes of writing UI apps with the existing Apple frameworks.
PS5 completely supports mouse and keyboard at a hardware level. It's up to the game though if they support it. The new Doom games don't support it on console even though M&KB are obviously supported on Windows for example. Other games do like the Quake 1 & 2 remasters. I think even Monster Hunter Wilds does if you really want to.
Awesome! Do you have any resources on, uhhh, "hardware accelerating" a software renderer. i.e. using SIMD (or math hardware like the vector hardware you can access with the Accelerate[0] framework on Apple devices).
SceneKit is actually just straight up deprecated now: https://developer.apple.com/documentation/scenekit/
I imagine it will still be around for a long time because Apple and a lot of large third party apps use it for simple 3D experiences. (E.g. the badges in the Apple Fitness app).
Apple wants devs to move to RealityKit, which does support non-AR 3D, but it is still pretty far from feature parity with SceneKit. Also RealityKit still has too many APIs that are either visionOS only or are available on every platform but visionOS.
Microrant: I absolutely loathe when I am told "move to new thing. Old thing is deprecated/unsupported" and the new thing is incredibly far from feature parity and usually never reaches parity, let alone exceeds it. This is not just an Apple problem.
Yeah @IBOutlets are generally the one thing that are allowed to be implicitly-unwrapped optionals. They go along with using storyboards & xibs files with Interface Builder. I agree that you really should just crash if you are attempting to access one and it is nil. Either you have done something completely incorrect with regards to initializing and accessing parts of your UI and want to catch that in development, or something has gone horribly, horribly, horribly with UIKit/AppKit and storyboard/xib files are not being loaded properly by the system.
There actually is an analytical solution using a power series that actually converges (Karl Sundman's work). Unfortunately, the universe still mocks our attempts. Though the series converges, it does so incredibly slowly. From Wikipedia:
The corresponding series converges extremely slowly. That is, obtaining a value of meaningful precision requires so many terms that this solution is of little practical use. Indeed, in 1930, David Beloriszky calculated that if Sundman's series were to be used for astronomical observations, then the computations would involve at least 10^8000000 terms.
It worries me how many people prefer using AI over doing their own thinking. How much of your life will you "live" on autopilot? Hollowing out your own soul little-by-little when you do things like that.
But will it actually get better or will it just get faster and more power efficient at failing to pair parentheses/braces/brackets/quotes?
And emulation.
Those operating systems allow it, but Apple does not. Agree that it is a total waste.
Yes that is my point. What business owners consider "significant" and what sane people consider significant are often quite different.
We need actual data to decide how significant is "significant." Otherwise you will just have businesses complaining no one wants to work for "significantly" higher pay (a whole $0.05/hour more).
Perhaps by the time someone's at the shitting at the seat phase of a gambling habit the neurological feedbacks arising from the intermittent reward schedule have become too strong for him to resist on his own.
Bingo. The machines don't play themselves, of course. But at the same time, the manufacturers and casinos know exactly what they are doing. I would say:
We've utterly lost the capacity for describing deficiencies of the conscience.
applies to those the manufacturers and casinos as well.
Why would many, many, many people choose to piss and shit themselves in public instead of stopping for a few minutes to use the restroom? Why would someone choose the push a button every 5 seconds to the point where it ruins their life?
Put it another way: why would gambling companies continue to develop gambling machines? Why not stop with the mechanical, one-armed-bandit of the early 1900s if what they do has no effect on people?
So why do you think people continue to gamble, even after it has ruined their and their families lives and finances? Slot machine addicts will literally void their bladder rather than stop playing for 5 minutes to use the restroom.
How many cameras do your lodgings have?
Why don't you just explain what you want people to know instead of making everyone else guess what you are thinking?
The hardware 3D audio acceleration (basically fancy HRTFs) is also really cool, but almost no 3rd party games use it.
I've had issues with Xbox instant resume. Lots of "your save file has changed since the last time you played, so we have to close the game and relaunch" issues. Even when the game was suspended an hour earlier. I assume it's just cloud save time sync issues where the cloud save looks newer because it has a timestamp 2 seconds after the local one. Doesn't fill me with confidence, though.
I would agree with this. A lot of PS5 games using UE5+ with all it's features run at sub 1080p30 (some times sub 720p30)upscaled to 1440p/4K and still look & run way, way worse that TLOU2/RDR2/Death Stranding 1/Horizon 1 on the PS4. Death Stranding 2, Horizon 2, and the Demon's Souls remake look and run far, far better (on a purely technical level) than any other PS5 game and they all use rasterized lighting.
You still have to manually place lights. Where do you think the rays come from (or rather, go to).
"When commenting, I suggest being clear about what sort of gambling you mean. Confusion easily arises otherwise."
When commenting, I suggest you read the article first. It would be extremely, extremely clear to you what people mean in this thread when they say "gambling."
A perpetual, irrevocable "lease" is just be a "sale". You are just selling a copy at that point. Subscription-based/SAAS software is leased.
I know it's pedantic, but to me the key thing is that it is the rights themselves that are "licensed." Not specific copies. The license covers what ways you are and are not allowed to make more copies (that aren't just your personal copy). So e.g. Open Source/Free Software/Closed Source libraries can be "licensed" and copies of them can be modified and included in work you create according to the license.
Personal pet peeve, but the word people use really should be "lease." Copyright and patent rights are licensed (e.g. getting a license from Disney to manufacture Star Wars toys). The particular copy of the software you have is either sold or leased to you. If you buy a physical book, you are just being sold a copy. The book itself doesn't function as an ad hoc, theoretical license or anything.
Not sure how first sale affects software sales other than software rental in the USA is an exception to the first sale doctrine. Software rental is not allowed unless it's a physical video game copy for a video game console or you have a physical copy of the software and you can't just easily make a copy of it in the normal course of using it (not sure exactly what this would mean, but presumably things like software for embedded devices). There are exceptions for libraries and educational institutions.
I am not a lawyer, however.
Even before that, mobile UI frameworks are retained mode GUIs, not immediate. They aren't drawing to a blank framebuffer 120 times a second if they don't have to. Redraws only happen when something changes (e.g. "Dirty" rects).
Nitpick: AttributedString is a member of the Swift Foundation framework. It's not limited to SwiftUI.
https://developer.apple.com/documentation/foundation/attribu...
"Prompt Kiddie" should be the new "Script Kiddie"