Viewing profile — t0ps0il
t0ps0il
HN member- Joined
- Fri, Jul 30, 2021, 3:49 PM UTC
- HN karma
- 21
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About t0ps0il
No profile information was provided.
Recent public activity
- story
-
comment
Comment #42942008
> Weird to add them to the list when they don't build a browser any more It seems like their browser engine is still being supported for use in "Universal Windows Platform" apps, o…
-
comment
Comment #39310056
> imagine the confusion of unsuspecting users searching how to use sudo in the future. Linux users can experience this now by using sed on macOS
-
comment
Comment #37491932
I've also dropped it a fair amount of times without a case so it's in rough shape. I'd be lying if I said the USB-C port and Ti shell weren't contributing factors to me upgrading.
-
comment
Comment #37490828
> - you make a living developing software for that phone I fall under this. I'll be upgrading from an 11 Pro this time around mainly because I've let my battery go bad. We can do m…
-
comment
Comment #36839906
> I'm not sure why you're saying Swift is locked in to Apple platforms, it's definitely cross-platform I think the key word in OPs comment is "effectively". The tools for building …
-
comment
Comment #36121846
`java -XstartOnFirstThread -jar setris-desktop-1.0-SNAPSHOT-jar-with-dependencies.jar` I had to add the start on first thread flag to prevent errors and start a launch. I do get st…
-
comment
Comment #33603906
> How feasible are tubeless setups on long tours? Very in my opinion, but I'm coming from a bike packers perspective. Start the route tubeless and run it until it fails. When that …
-
comment
Comment #31995245
Denali has the highest prominence with 20,157′. Mauna Kea's prominence is only 13,803′
- story
-
comment
Comment #28569607
I also recently learned this... just now. Thanks for sharing.
-
comment
Comment #28561291
> What does this mean? How would it link to their main account in anyway, regardless of this request? Git adds some author information to each commit [1]. You can set those values …
-
comment
Comment #28466762
No. This attack is specific to iMessage, since iMessage can access the springboard (the singleton class, not Springboad.app), while apps downloaded from the App Store cannot.
-
comment
Comment #28466743
It's not exactly specific to the image preview code, but rather the code that handles the notification when receiving an iMessage. The attack mentioned in the Wired article[1] reli…
-
comment
Comment #28202528
> It's annoying because it's not like other permissions Normally if I want to use a permission, say location, I need to provide a value for given permission in my app's `info.plist…