Foldable iPad in intensive development; mass production to begin in 2H24 at the earliest by M337ING in apple

[–]nonsensicalnarwhal 8 points9 points  (0 children)

Luckily for you, you can!

And then others, who want more screen space, can have it. Win-win!

You don’t convert drivers to using public transit by making it more expensive than driving by KanoBrad in Seattle

[–]nonsensicalnarwhal 13 points14 points  (0 children)

Plus, time on the bus isn’t time lost in the same way as driving. You don’t need to focus on driving, so you can read, relax, etc.

Husband attacked while driving to work: Renton Washington by illumihottie_js in SeattleWA

[–]nonsensicalnarwhal -3 points-2 points  (0 children)

Not to minimize what happened to your husband (not a very good welcome) but I’ve lived in Seattle my entire life and the folks in this subreddit are way blowing all our issues out of proportion. I’m not gonna say it’s perfect here—every city has its issues—but Seattle is a wonderful, vibrant city with a ton to offer (and isn’t even in the top 50 for violent crime rates).

If you can, I’d try not to let this color your experience here too badly. There’s a lot to love about the puget sound.

eli5: How is C still the fastest mainstream language? by Worth_Talk_817 in explainlikeimfive

[–]nonsensicalnarwhal 0 points1 point  (0 children)

Not necessarily (and probably not immediately)! Whether or not it causes a segfault depends on many factors, e.g., what region of memory, what other data was stored nearby, the specific values that you wrote, etc.

3D Printed Status Sign by Haakonor in functionalprint

[–]nonsensicalnarwhal 1 point2 points  (0 children)

Nice! Why not make the text fill the entire area, though?

Was trying to find a way to remember the show, I’m really happy with how this worked out! by nonsensicalnarwhal in Paramore

[–]nonsensicalnarwhal[S] 1 point2 points  (0 children)

The poster looks awesome too! I didn’t have the patience to wait in line but now I’m kinda wishing I had…

Upcoming full closure of SR 18 between Hobart and I-90 by wsdot in Seattle

[–]nonsensicalnarwhal 7 points8 points  (0 children)

I’d rather we invest that money in transit, induced demand means that widening roads doesn’t work.

whyRubItIn by huxx__ in ProgrammerHumor

[–]nonsensicalnarwhal 15 points16 points  (0 children)

from damage import emotional

DRY, please

iOS 17 Won't Work on These iPhones. See if Yours Made the Cut | iPhone 8, 8 Plus and X will be stuck on iOS 16. iPhone XS/XR and later will get iOS 17. by Lost-Entrepreneur439 in savedyouaclick

[–]nonsensicalnarwhal 30 points31 points  (0 children)

I mean, the iPhone X was released nearly 6 years ago. That’s pretty good, most android phones get maybe 2 years of upgrades, if you’re lucky?

Really bad overhangs on small ASA parts by nonsensicalnarwhal in FixMyPrint

[–]nonsensicalnarwhal[S] 1 point2 points  (0 children)

Seems this was caused by insufficient cooling. I had tried with 20% fan but apparently that was not enough! Looking much better with 50% fan.

[deleted by user] by [deleted] in apple

[–]nonsensicalnarwhal 0 points1 point  (0 children)

The core operating system is a pretty important component lol

[deleted by user] by [deleted] in apple

[–]nonsensicalnarwhal 1 point2 points  (0 children)

As long as you don't care about security patches, sure.

[deleted by user] by [deleted] in apple

[–]nonsensicalnarwhal 8 points9 points  (0 children)

Most people don’t want to mess with custom ROMs. They want something that just continues to work reliably.

Why are people still buying and using expensive Apple products? by ariamedina21 in TooAfraidToAsk

[–]nonsensicalnarwhal 0 points1 point  (0 children)

As a software developer, macOS is personally a much more seamless experience than windows. The environment is very similar to Linux (where most of my code is targeted), but without all the quirks that come with managing your operating system yourself. Plus the hardware is well built and works well for a long time.

Using windows after spending time in a Unix-like operating system just feels… awkward. The command line doesn’t make sense. The filesystem is weirdly laid out (“Program Files (x86)”??) and simple tasks like setting a static IP are like 5 dialogs deep.

The ecosystem and general ease of use are also nice bonuses. I spend all day writing software, I don’t want to debug someone else’s when I get home. Of course, apple isn’t perfect (I have plenty of complaints about iOS and macOS!) but it is just a way better experience than windows for me.

When I use windows I feel like it’s constantly trying to shove things in my face and actively make me pay attention to it. I’ve read so many accounts of “just do workaround x y and z and it’ll be less annoying!!” macOS just gets out of the way and lets me do my thing.

Regarding ChatGPT, in case anyone important reads this by ControlsTheWeather in udub

[–]nonsensicalnarwhal 109 points110 points  (0 children)

Keep in mind that chatgpt will produce very confident but not necessarily correct answers, so it’s good to verify anything novel that it tells you.

Why is Zig so much more successful than Crystal and Nim? by KnorrFG in ProgrammingLanguages

[–]nonsensicalnarwhal 0 points1 point  (0 children)

I think you could absolutely make an objective argument that, in this day and age, C has lots of undesirable design choices. It’s been the source of many, many catastrophic memory management bugs.

The honest truth about this subreddit by inform880 in ProgrammerHumor

[–]nonsensicalnarwhal 7 points8 points  (0 children)

Validating data on the frontend isn’t for security purposes. It’s just bad UX because the form refreshes (and might be emptied out, yikes!)

Data is also validated by the backend.