memes Memes Surprised Pikachu
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    10 months ago 100%

    there are shows where it works (Frasier) and shows where it's horrible (Frasier 2023)

    8
  • firefox Firefox YouTube Says New 5-Second Video Load Delay Is Supposed to Punish Ad Blockers, Not Firefox Users
    Jump
    interestingshare Interesting Shares Common pesticides in food reducing sperm count worldwide, study says
    Jump
    coffee Coffee Pick your extraction method!
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    11 months ago 100%

    I grew up withbmoka and I recently discovered aeropress.. it's so much better with anything that is not 100% robusta

    1
  • coffee
    Coffee fusio 11 months ago 97%
    Pick your extraction method!

    Small coffee shop in Alba, Italy

    377
    71
    programmerhumor Programmer Humor Me, migrating my code from JavaScript to TypeScript:
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    11 months ago 95%

    this is terrible advise - you should be using unknown. using any you're basically disabling TS and will be under the false assumption that your code is ok while it's most likely missing a lot of runtime checks

    21
  • programmerhumor Programmer Humor Me, migrating my code from JavaScript to TypeScript:
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    11 months ago 100%

    using any is actually much worse than using TS, because you're basically telling the compiler "don't help me here".. at least with JS the IDE is gonna help you.. :/

    12
  • switzerland Switzerland Majority of Swiss want single national health insurer, survey finds
    Jump
    switzerland Switzerland Over half of medicines in pharmacy windows are ineffective, study finds
    Jump
    technology Technology "waves of technological innovation" have gotten faster over time, "students might now find themselves learning skills in college that are obsolete by the time they graduate"
    Jump
    technology Technology In Germany, dozens of people are in 'preventive detention' because they might otherwise engage in climate protests
    Jump
    baldurs_gate_3 Baldur's Gate 3 Save scumming is disgusting! Buut....
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 100%

    I already have to live with my choices in real life, let me play the damn game (╯°□°)╯︵ ┻━┻)

    25
  • programmer_humor Programmer Humor Which side are you? Javascript or Typescript
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 96%

    or people used to work alone never having to go back to their code (e. g. bad consultancy jobs)

    24
  • wholesomememes WholeSomeMemes Try a little kindness
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 100%

    I'm sorry, sounds stressful. I hope you are taking care of yourself :)

    If it makes you feel any better, OP is not saying we should force people to receive hugs. There is no threat here. It's perfectly fine to clearly express your boundaries and expect others to respect them.

    4
  • programming Programming What are your programming hot takes?
    Jump
    doctorwho Doctor Who Trying to watch Torchwood...
    Jump
    programming Programming What are your programming hot takes?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 100%

    I love intellij. The gut Integration and diff utilities alone are worth using it. However, it is so. Fucking. Slow!

    2
  • programming Programming What are your programming hot takes?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 100%

    depends on the company/team culture. are other people gonna have to fix or extend code you wrote? are you the sole engineer working on entire modules? do you hate feedback?

    5
  • programming Programming What are your programming hot takes?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 100%

    what data? just curios because there are so many ways to do PRs properly.. like for everything, if it's done badly better not do it. does not mean it is inherently bad

    3
  • programming Programming What are your programming hot takes?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 100%

    and how you could test it easily! it's incredible how much it helps for cleaner architectures

    5
  • xkcd xkcd *@gmail.com
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 100%

    nah.. some national/international entity would step in. would be absurd to lose the Gmail accounts

    11
  • programming General Programming Discussion Should UI frameworks have separate files for UI and application code?
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 100%

    depends what you mean by application code.. I'd say if your business logic is exclusively used by a ui feature the best is to keep them together. but you probably want to abstract away things like data access. I found working with a nx monorepo helps reasoning about how to structure your code.

    1
  • firefox Firefox Firefox Lands Wayland Fractional Scaling Support
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFU
    fusio
    1 year ago 100%

    I still appreciate not having to open a website.. there's way too much context switching on the web

    3
  • europe Europe [AskEurope] Europeans, what is your favorite country of Europe other than your own?
    Jump
    syncforlemmy Sync for Lemmy GDPR settings are simply insane
    Jump
    askswitzerland
    askswitzerland fusio 1 year ago 91%
    Espresso lovers, where do you get your beans?

    And how much do you spend in average per kg?

    10
    6
    askswitzerland
    askswitzerland fusio 1 year ago 75%
    What's your take on fireworks?

    Just saw a spectacular display in Zürich yesterday and I'm wondering for how long we will be able to see them. I mean, they are pretty terrible for the environment and the animals.. but they look and feel so good!

    4
    8