Daniel Paulus(@Daniel1Paulus) 's Twitter Profileg
Daniel Paulus

@Daniel1Paulus

ID:497893157

calendar_today20-02-2012 13:33:18

270 Tweets

94 Followers

65 Following

Chris Heilmann codepo8@toot.cafe(@codepo8) 's Twitter Profile Photo

๐Ÿ‘‰๐Ÿผ โ€žGender Bias in Tech: 73% of Women Report Experiencing Discrimination | HackerNoonโ€
๐Ÿ”— hackernoon.com/gender-bias-inโ€ฆ

account_circle
Daniel Paulus(@Daniel1Paulus) 's Twitter Profile Photo

Checkly is hiring a Junior JavaScript Engineer for our Support team. Apply here or ask questions if you have some jobs.ashbyhq.com/checkly/81988aโ€ฆ

account_circle
Daniel Paulus(@Daniel1Paulus) 's Twitter Profile Photo

I love how you indie hack something, and although you totally know how to do it properly you don't. I have a unusable main branch now, that has a ton of changes. I had to roll back to an old commit that is now the 'stable' branch and deviates already. Damn you customers! ๐Ÿ˜‚๐Ÿ˜ฉ๐Ÿ˜‚

account_circle
Daniel Paulus(@Daniel1Paulus) 's Twitter Profile Photo

One of my biggest challenges building ios17 support, actually finding two ios17 devices in my messy drawers. Charged and started an old iPad, 5th gen, does not support 17. Now I need to charge the 6th gen and hope the broken screen still works ๐Ÿ˜‚

account_circle
Daniel Paulus(@Daniel1Paulus) 's Twitter Profile Photo

Took much longer than it should have, but iOS17 support for Windows, Linux and Mac is only days away for -ios
github.com/danielpaulus/gโ€ฆ

account_circle
Tim Nolet(@tim_nolet) 's Twitter Profile Photo

Farewell Amazon Web Services Lambda. I love you, but I've chosen EC2.

All Checkly traffic is now coming from a set of static IPs. This was quite some work, migrating from Lambda to EC2 with some custom scaling logic. We run this in 22 regions now.

feedback.checklyhq.com/changelog/65a1โ€ฆ

account_circle
Guillermo Rauch(@rauchg) 's Twitter Profile Photo

Myth 2: native mobile apps are fast because theyโ€™re native!

Reality: I stare at spinners / skeleton for many seconds each time, on latest Tim Apple hardware / great internet.

UI rendering is not the bottleneck. Data and compute proximity, head of line blocking (no streaming) is

Myth 2: native mobile apps are fast because theyโ€™re native! Reality: I stare at spinners / skeleton for many seconds each time, on latest Tim Apple hardware / great internet. UI rendering is not the bottleneck. Data and compute proximity, head of line blocking (no streaming) is
account_circle
Guillermo Rauch(@rauchg) 's Twitter Profile Photo

Myth: consumer mobile apps are offline-first.

Reality: they donโ€™t even boot up without internet, and follow the same laws of what makes a website fast (SSR / RSC)

The Web, with its better serving, deployment & publishing model, will eventually win every UI on every screen.

Myth: consumer mobile apps are offline-first. Reality: they donโ€™t even boot up without internet, and follow the same laws of what makes a website fast (SSR / RSC) The Web, with its better serving, deployment & publishing model, will eventually win every UI on every screen.
account_circle
Daniel Paulus(@Daniel1Paulus) 's Twitter Profile Photo

doing a customer demo:
'Oh sorry, I cannot show you this on an Android device atm.. one of my kids has stolen my second USB-C cable ๐Ÿ˜…๐Ÿ˜…๐Ÿ˜…๐Ÿ˜…'
Still they are interested in a second demo, so at least the product seems convincing.

account_circle
๐Ÿฆ€ RustLab(@rustlab_conf) 's Twitter Profile Photo

Kudos to Daniel Paulus, who dedicated five years to developing and maintaining two open-source projects for automating iOS devices.
Thank you Daniel Paulus for sharing your remarkable journey! ๐ŸŒŸ๐Ÿ‘
Daniel Paulus

Kudos to Daniel Paulus, who dedicated five years to developing and maintaining two open-source projects for automating iOS devices. Thank you @Daniel1Paulus for sharing your remarkable journey! ๐ŸŒŸ๐Ÿ‘ #RustLab2023 #GoLab2023 @Daniel1Paulus
account_circle
Daniel Paulus(@Daniel1Paulus) 's Twitter Profile Photo

How do you properly handle errors in ?
I am unhappy with how I handle go-iOS errors at the moment. I realized I do a lot of
if err !=nil {
return err
}
without adding additional context. Should I add stack traces or wrap errs with context? How do you do it?

account_circle