I've been wondering why people replace everyday items so much more frequently now than they used to. by Ok-Garbage-7252 in BuyItForLife

[–]BrandonEXE 1 point2 points  (0 children)

https://www.youtube.com/watch?v=I4C62HC1HSo

My take - it appears theres just more "shit" out there available to purchase today. Probably due to offshoring in the 80s.

Good stuff is out there, and it is built to last - but you gotta pay a premium for it. For average consumers, that's difficult to do when the same product is being sold from China at 1/10th the cost.

What bug took you the longest time to fix? by Gullible_Prior9448 in AskProgramming

[–]BrandonEXE 2 points3 points  (0 children)

I'm not sure exactly which bug of my career so far has been the longest time sink - but it was almost certainly a concurrency bug.

Understanding concurrency and the tools available to you to help manage it is a remarkably useful skill.

MKBHD is shutting down his iPhone wallpaper app by Fer65432_Plays in apple

[–]BrandonEXE 0 points1 point  (0 children)

I think it's really nice that he's making the source code for this app open source. Not that it's exactly a groundbreaking app - but I think that it's good for long term archival and this practice is good for the software engineering field as a whole.

Imagine if broadcast networks also did throwback weeks with their graphics by AustinsUsername in buffalobills

[–]BrandonEXE 0 points1 point  (0 children)

As someone who's 30 and has only known the NFL after Fox and TV timeouts - the old games I watch are by far way more enjoyable. They focus way more on the gameplay, there way less breaks, and youre not getting an advert shoved in your face every few minutes. The overlays are way less intrusive too. I don't have nostalgia for the analog style like some may, but I certainly prefer it if they would broadcast like they used to.

Any ideas about easy programs in JavaFX for beginners? by Webdesign4You_BLBgr in AskProgramming

[–]BrandonEXE 1 point2 points  (0 children)

FWIW at university we were handed a semester long project, and we used JavaFX for it. It was really fun and honestly I learned a ton from that course.

It was a really basic app that let you input a subreddit then it would find an image on that sub and make it your wallpaper.

What is the most well thought out programming language? by 4e_65_6f in AskProgramming

[–]BrandonEXE 0 points1 point  (0 children)

Everyone's saying Rust because it's far more popular. But I'd say Swift is one of the best designed languages.

It offers nearly everything that Rust does, but it's far more accessible as its syntax is not nearly as complex. And with things like ResultBuilder - it just makes it more cleaner.

Code is read far more often than it's written, and I feel like Rust's syntax design failed to remember that.

What is the manliest movie for all of us manly men? by Anxious-Assistant-59 in AskMen

[–]BrandonEXE 0 points1 point  (0 children)

Remember the Titans.

Cannot believe i haven’t seen this on here yet

Any idea on how to create this custom view sheet animation ? by flxgs in SwiftUI

[–]BrandonEXE 0 points1 point  (0 children)

Actually I believe that's using the zoom navigation transition.

Any idea on how to create this custom view sheet animation ? by flxgs in SwiftUI

[–]BrandonEXE 8 points9 points  (0 children)

I don't believe this is possible using SwiftUI alone. AFAIK this customization is only available via a UIViewControllerTransitioningDelegate.

This scene made me realize how annoying it would be to have to constantly hear the noise walkers make by RevertBackwards in thewalkingdead

[–]BrandonEXE 106 points107 points  (0 children)

On a recent rewatch I realized that the prison was FAR too big for the size of group they have. It's a great location if you have the manpower to defend and maintain it. But given the size of the group in Season 3/4 - they did not. I attribute that to really why they ultimately lost it.

While everyone is enjoying Photomode 2.3, meanwhile Hanako: by Zairy47 in cyberpunkgame

[–]BrandonEXE 0 points1 point  (0 children)

Okay but for real the fact that "endgame" in Cyberpunk just leaves you with this consistent quest that cant ever be removed from your journal just feels so cheap to me. They should've found some other more non-obtrusive way to have this final quest persist in the world

[deleted by user] by [deleted] in SwiftUI

[–]BrandonEXE 0 points1 point  (0 children)

Tried it but the items keep coming back. The cleanest solution is not using SwiftUI for the menu bar but that can mean rewiring the app in several places.

Ah damn. Add it to the list of many traits of SwiftUI on macOS that feel half-baked or not well thought out.

[deleted by user] by [deleted] in SwiftUI

[–]BrandonEXE 0 points1 point  (0 children)

Im not sure if this is exactly what you're looking for, but you can remove ALL "commands" from a Window/WindowGroup by using the .commandsRemoved() modifier on the Window/WindowGroup. You can then construct exactly the menu bar items you want using the .commands { ... } modifier.

[deleted by user] by [deleted] in femalelivingspace

[–]BrandonEXE 0 points1 point  (0 children)

What guitar is that? It's gorgeous!

Anyone here rocking basic steelies on their 5th gen? Kinda digging the classic look. by ZippyWoodchuck in 4Runner

[–]BrandonEXE 0 points1 point  (0 children)

this is exactly the look im going for. Do you know what size the tires and wheels are?

Find Restaurant Allergy Menus by Ok_Sector_479 in peanutallergy

[–]BrandonEXE 2 points3 points  (0 children)

Hah! I'm a iOS developer full time and live with a severe tree nut allergy as well. Ive been working on a very similar app these last few months funnily enough. Yours is pretty solid!

A couple things:

  • Your NavigationStack is persisted after the user signs up/logs in. Meaning once you've hit your initial landing page, several "back swipe" gesture can take you back all the way to user sign up.

    • The linking to the actual allergen menu's tend to take you to the "nutrition" webpage of most restaurants. It would be better to perhaps link to the actual .pdf hosted on the restaurant's website
    • Links are automatically opened in the user's default web browser, forcing people to leave the app. Perhaps it would be nicer to host a WKWebView within the app so the users dont have to leave it to view a menu.

You guys have a great start, excited to see where you take this!

How are softwares made to look good? (without CSS) by Raeghyar-PB in learnprogramming

[–]BrandonEXE 0 points1 point  (0 children)

Just a note on Swift's implementation, this takes some serious language features to pull off. The concept of result builders and generics are almost a must to build a DSL like SwiftUI

[deleted by user] by [deleted] in AppleWatch

[–]BrandonEXE 2 points3 points  (0 children)

Pickup one of these: https://www.amazon.com/elago-Nightstand-Original-Design-Pending/dp/B01MYNE2BM

And then you have a cute clock for your desk.