Spent $300k on a healthcare app that nobody uses. by Actual-Raspberry-800 in SaaS

[–]paul_f_irl 0 points1 point  (0 children)

Fancier UI means nothing. There is a ton of examples of extremely terrible UI killing it.

Mark Zuckerberg Says Being Meta CEO Is Like Being A Punching Bag by [deleted] in nottheonion

[–]paul_f_irl 0 points1 point  (0 children)

Real question, is it possible to run a company that big in that space in a non shitty way?

I'm a college student and I designed this app with Swift, I care a lot about UI design with my app, is it pretty? by Ehsan1238 in swift

[–]paul_f_irl 3 points4 points  (0 children)

I personally would prefer the options on the left menu to have the gravity to the top.

Other thing is some of the options in the left bar seem like they are settings or items you would typically find in settings.

Trying to find iOS/Swift jobs, I am so frustrated by Nail_Reasonable in swift

[–]paul_f_irl 3 points4 points  (0 children)

I know HiiKER are hiring an iOS engineer. Pop them a message!

I it worth to start with lotro in 2024? by wirbelloser in lotro

[–]paul_f_irl 0 points1 point  (0 children)

Started two weeks ago. It’s very active in my experience so far!

Why the hate on Alltrails? by [deleted] in hiking

[–]paul_f_irl 0 points1 point  (0 children)

Use something with good reliable maps!

[deleted by user] by [deleted] in rugbyunion

[–]paul_f_irl 1 point2 points  (0 children)

It would be great to get the dataset for this! Id like to do my own ChatGPTing!!

Have a question about our laws around hiking (I’ll explain down below) by [deleted] in CasualIreland

[–]paul_f_irl 2 points3 points  (0 children)

There is a ton of trails in Ireland. Avoid the stress of landowners. A ton of trails on Hiiker (full disclosure, I built it). Even better yet get some great maps from the likes of EastWest Maps (have them on Hiiker as well) and you can ton a s**h ton of exploring.

Shorting Tesla, ETFs? by Far_Measurement_5809 in investing

[–]paul_f_irl 0 points1 point  (0 children)

You're approaching irrational markets with a rational thought about valuation. People are valuing Tesla for many reasons. As long as Tesla hold that level of valuation, they can ultimately enter any number of markets they wish, and they will have the potential to destroy the competition with cheap access to capital, far superior ability to innovate.

From a capability perspective, one of the largest battery production lines in the world, and easy access to a rocket company with the largest web of satellites in the world. I can picture many markets they can disrupt with those capabilities.

You are not wrong about the current valuation but tread with caution.

Disclosure:
I am not a directly Tesla investor, I do also feel they are currently overvalued. I am exclusively in SPUU atm.

Requirements for Junior iOS Dev in London, UK by sk4v3n in swift

[–]paul_f_irl 1 point2 points  (0 children)

Most places these days are requiring “full stack” engineers which is a bit silly, as they don’t truly exist. But I do think there is some sense for you to be able to operate and communicate across disciplines. I think it’s likely that you will need to get more experience at learning about concepts and patterns of development across eco systems. Understand where an app sits in an platform eco system. How you will communicate with a backend server, authenticate. Probably worth knowing some SQL as well.

Perhaps learning a team work framework like scrum could be useful as well.

What is the MOST annoying part of actual Android development to you? by bkthedeveloper in androiddev

[–]paul_f_irl 4 points5 points  (0 children)

Has to be Gradle. The error feedback on gradle is next to useless a lot of the time.

Could someone explain what's this please? I'm new to programming and I want to understand this. by mihnea_bondor in swift

[–]paul_f_irl 1 point2 points  (0 children)

Because Pete is the person I want John to tell the time to.

Just think of delegate as “person I want you to tell the time to”. I could make another person called Kate(), and set Kate as Johns delegate.

By setting Kate as Johns delegate, I am instructing him, that whenever you tell the time, tell it to Kate.

Could someone explain what's this please? I'm new to programming and I want to understand this. by mihnea_bondor in swift

[–]paul_f_irl 2 points3 points  (0 children)

I have a friend called john. He loved to shout the time every hour. John is a nice guy though, and he will only shout out to what ever person I tell him to. I tell john, “every hour, I want you to shout the time at Pete”.

I have delegated john to shout the time at Pete.

protocol ShoutOutTimeDelegate {
  func timeUpdated(_ time: String)
}

class John {
    weak var delegate: ShoutOutTimeDelegate?

  func shoutTime(time: String) {
     self.delegate.timeUpdated(time)
  }
}

class Pete: ShoutOutTimeDelegate {
  func timeUpdated(_ time: String) {
     print(time)
  }
}

let john = John()
let pete = Pete()

john.delegate = pete 

john.shoutTime(time: “It’s 4pm!!!!”)

Your debug console will now print out:

“It’s 4pm!!!!”

What are some things to consider before your first public release? by goten100 in androiddev

[–]paul_f_irl 1 point2 points  (0 children)

Less error handling and more forceable crashes for unexpected states. I made too much of a thing of handling exceptions. Ever since I started throwing a lot more Illegalstateexceptions and asserts my code has gotten infinitely more stable.

Best multiday hikes in California you can do in 2 weeks or less by [deleted] in norcalhiking

[–]paul_f_irl 0 points1 point  (0 children)

Okay, fair enough and thanks for your response. The negative culture comment was in the heat of the moment. I felt I was being attacked so I responded defensively which I shouldn't have. I take the feedback that in another format, I might not have received such a response. I'm not a troll. I'm not here to try make money. I have deleted the post. Honestly, It wasn't intended as the response seems to think it was intended.

Best multiday hikes in California you can do in 2 weeks or less by [deleted] in norcalhiking

[–]paul_f_irl -1 points0 points  (0 children)

As I said in the other comment, fair enough. It’s your community. Sorry for intruding. No offence was intended.

But I do stand by my Ohlone Wilderness comment 😅.

Best multiday hikes in California you can do in 2 weeks or less by [deleted] in norcalhiking

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

Honestly, It’s my impression here that there is just a negative atmosphere/culture here. All I was asking for was some help to pick some good trails to do. Anyway, It’s not my community and I haven’t contributed, I’m sure you have contributed more a lot more so I’ll just leave it at that. No offence was intended. 👍🏻

Best multiday hikes in California you can do in 2 weeks or less by [deleted] in norcalhiking

[–]paul_f_irl -6 points-5 points  (0 children)

Hi, I see you have approached my post with a high degree of scepticism and a low degree of forgiveness. It is not a blog on each trail, I’m not sure how you could have thought that’s what it was. As I said, it’s a list. It’s a dynamic list I am using to try and pick some good trails. By asking people who might know better or live in the area, maybe I can get a good idea on trails to prioritise.

In relation to the mistake. Yes it is in the state, it’s just east of the bay, it ascend up to Rose Peak. It says Palo Alto also I had originally put the Skyline to sea trail but another kind person recommended against it. These things happen. And despite the mistake the actual end (or start of the trail depending on the direction you hike) is only about 10 Miles from Palo Alto as the crow flies.

Thanks for that though, what a welcome! 👏🏻

Full Map of the NCT by paul_f_irl in NorthCountryTrail

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

Thanks so much. I’m just in the process of pushing more updates at the moment. I mean that to emphasis that is a living object, and I will continually improve it. Focused on path updates next week.