@dhritzkiv@mastodon.social
@dhritzkiv@mastodon.social avatar

dhritzkiv

@dhritzkiv@mastodon.social

Web Developer & Designer.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

arstechnica, to random
@arstechnica@mastodon.social avatar

There’s never been a better time to get into Fallout 76

Fallout 76 is good now. Actually, it’s always been good.

https://arstechnica.com/gaming/2024/04/theres-never-been-a-better-time-to-get-into-fallout-76/?utm_brand=arstechnica&utm_social-type=owned&utm_source=mastodon&utm_medium=social

dhritzkiv,
@dhritzkiv@mastodon.social avatar

@arstechnica doubt.jpeg

christianselig, to random
@christianselig@mastodon.social avatar

Random question, but does anyone get that bug in Safari on Mac where when navigating the YouTube website, sometimes you'll navigate back a page and the page won't actually change at all despite the URL updating?

dhritzkiv,
@dhritzkiv@mastodon.social avatar
schwa, to random
@schwa@mastodon.social avatar

deleted_by_author

  • Loading...
  • dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @schwa based on the smudges, I’m choosing to believe that in order to get inside, you slide your fingers into the panel gaps and pry the door away from the body.

    christianselig, to random
    @christianselig@mastodon.social avatar

    SwiftUI visionOS question, how do you give the Menu a title like Apple does? I can't seem to get anything to show up

    Apple's playback speed control that when opening the menu shows a "Playback Speed" title

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @christianselig (haven't tested this) perhaps a Menu within a Menu?

    Menu("Button Label") {  
     Menu("Inner title") {  
     ForEach(colors, id: \.self) { Text($0)  
     }  
    }  
    
    christianselig, to random
    @christianselig@mastodon.social avatar

    I wonder if the Vision Pro's EyeSight feature will work at night. If so my favorite new activity will be walking into the pitch black bedroom with only my glowing eyes visible to terrify your partner

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @christianselig Could make for a half-decent mid-budget horror film (the budget is mostly for the Visions Pro)

    schwa, to random
    @schwa@mastodon.social avatar

    deleted_by_author

  • Loading...
  • dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @schwa Pull the lever, Kronk!

    stroughtonsmith, (edited ) to random
    @stroughtonsmith@mastodon.social avatar
    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @stroughtonsmith @khaost hopefully these are just placeholders because these virtual outfits on the dummy are not even close to being accurate (both pattern wise and in terms of photorealism)

    Iconfactory, (edited ) to random
    @Iconfactory@iconfactory.world avatar

    The holidays always put us in the mood to enjoy a game with friends, which recently got us reminiscing about the work we did back in the day to bring the Coding Monkeys’ version of Carcassonne to iOS. From the menus to the gameboard we had a blast creating an immersive feel for the game. Sadly, their version isn’t available any more, but you can see some of the artwork below.

    If you’re a dev who wants a fun and immersive feel for your own app or game, email us at design@iconfactory.com!

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @Iconfactory TIL that the Code Monkeys version is no longer listed on the App Store. What a shame. It’s so good. I still play it regularly! In fact, I’ll play a round now.

    b0rk, (edited ) to random
    @b0rk@jvns.ca avatar

    every git command I use

    permalink: https://wizardzines.com/comics/every-git-command/

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @schwa @b0rk due to muscle memory, I'm annoyingly still using git checkout instead of git switch when on the command line.

    drewtoothpaste, to random
    @drewtoothpaste@mastodon.social avatar

    the main reason i post at https://bsky.app/profile/drewtoothpaste.bsky.social instead of this site is because if i want to follow someone i can click the follow button and then their posts show up in my feed. if they had fixed this six years ago this site might have taken off

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @nyquildotorg @gnaddrig thank you for explaining. I was trying to figure out WTH he meant by this. My empathy as a developer failed me in this case.

    Yes, this is an annoying inconvenience outside of mobile apps.

    cameronkroetsch, to random

    I'm going to pause making posts to my account on Mastodon for the time being. I'm posting on 6 social media accounts, and have to cut that down for the time being, but I'll consider coming back in the future if things change.

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar
    dhritzkiv, to random
    @dhritzkiv@mastodon.social avatar

    iOS 18 feature request: holding the caps lock/ shift key on the onscreen keyboard should turn the backspace key into a delete key.

    arstechnica, to random
    @arstechnica@mastodon.social avatar

    Saying goodbye to great hardware: My 8-port Unifi switch finally buys the farm

    Turns out that only lightning could kill my otherwise-unkillable US-8-150W.

    https://arstechnica.com/gadgets/2023/10/saying-goodbye-to-great-hardware-my-8-port-unifi-switch-finally-buys-the-farm/?utm_brand=arstechnica&utm_social-type=owned&utm_source=mastodon&utm_medium=social

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar
    cabel, (edited ) to random
    @cabel@panic.com avatar

    Another year, another new phone classic conundrum. What do YOU do during setup?!

    (And does EITHER method prevent you from having to sign-in again to every app in the universe!?)

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @cabel it’s been a while, but I believe backing up to the Mac and making sure to encrypt the backup prevents you from having to enter your passwords again. I havent tried iPhone-to-iPhone, however.

    kyle, to random
    @kyle@mister.computer avatar

    My SwiftUI app Super Headache is built with my own async/await-based TCA-like framework. It was so intellectually satisfying to build. These beautiful puzzle pieces that connect together in these magical ways. But I have a strong distaste for it because it feels too much like engineering for the sake of engineering.

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @kyle my (post-realization) test for if it was worth doing (in terms of development time/effort) is: does it increase the ability / decrease the iteration time to implement new features/fixes after people’s feedback?

    Often the most direct way is not the most workable. The opposite can also be true. As you say, YMMV.

    Being a good programmer (whatever that means) might mean identifying these optimizations early. Sinking time into “toy” projects is perhaps the only way to intuit it for the future

    VeryBadLlama, to random
    @VeryBadLlama@mas.to avatar

    fellas is it gay to see the road

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @VeryBadLlama weird reference to Mann. Collateral –an excellent film– and shot in early digital, looked quite cold –LED like– so not sure what he’s referencing.

    paul, to random
    @paul@tapbots.social avatar

    No I don’t want to give you location access.
    No I don’t want to sign in.
    No I don’t think this would be better in Chrome.

    How about instead of “don’t be evil” we go for “don’t be obnoxious”?

    Also Apple please add a block all future requests for location from this site option.

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @paul sadly (for me) Google has migrated Google Maps to google.com (no longer on a subdomain) so I can't block location without also affecting Google Maps (on the odd occasion that I use it)

    kyle, to random
    @kyle@mister.computer avatar

    My parents are visiting and I need (at home) movie recommendations.

    Their tastes are extremely stereotypical for a mid-60s white American man and woman. There is almost no overlap in what they like except for a sliver of not-too-raunchy comedy and non-violent heist movies. This is the most difficult thing I am presented with every year. Neither of them liked Knives Out and I have already gone through most of the movies that first come to mind.

    Please help.

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @kyle The Phantom of the Open. Written by Paddington 2 writer, but not a ‘kids movie’; Comedy, vaguely a sports movie, middle aged couple with adult children, good natured story / absolutely nothing taboo, underdog story, 70s time period period. Everyone should love it.

    arstechnica, to random
    @arstechnica@mastodon.social avatar

    Microsoft now offers Xbox controller parts, manuals, and video repair guides

    Let the Xbox team take you inside your worn (or tossed) Xbox controller.

    https://arstechnica.com/gaming/2023/08/microsoft-now-offers-xbox-controller-parts-manuals-and-video-repair-guides/?utm_brand=arstechnica&utm_social-type=owned&utm_source=mastodon&utm_medium=social

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @arstechnica I need this to be available in Canada 🥲

    kyle, to random
    @kyle@mister.computer avatar

    The Boston Cinematic Universe (BCU):

    1. Good Will Hunting
    2. The Departed
    3. Gone Baby Gone
    4. The Town
    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @kyle
    5. Mystic River

    thomasfuchs, to random
    @thomasfuchs@hachyderm.io avatar

    Announcing Indubitable, my new social network that allows only long words. (Germans are loving it!)

    dhritzkiv,
    @dhritzkiv@mastodon.social avatar

    @thomasfuchs 140 character /minimum/!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • normalnudes
  • InstantRegret
  • thenastyranch
  • mdbf
  • Durango
  • Youngstown
  • slotface
  • hgfsjryuu7
  • vwfavf
  • rosin
  • kavyap
  • osvaldo12
  • PowerRangers
  • DreamBathrooms
  • anitta
  • magazineikmin
  • khanakhh
  • GTA5RPClips
  • ethstaker
  • cubers
  • ngwrru68w68
  • tacticalgear
  • everett
  • tester
  • Leos
  • cisconetworking
  • modclub
  • provamag3
  • All magazines