home.social

Search

67 results for “eldamir”

  1. Do anyone actually like the #upscaling functionality in #videogames? Play lower resolutions but #upscale it through features on the graphics card?

    All of my experiences lead to: higher resolutions, but grainy, worse looking and with ghosting artifacts + a game-breaking amount of input lag.

    No thanks, I'd rather just have shittier graphics and enjoy my game :D

  2. Do anyone actually like the #upscaling functionality in #videogames? Play lower resolutions but #upscale it through features on the graphics card?

    All of my experiences lead to: higher resolutions, but grainy, worse looking and with ghosting artifacts + a game-breaking amount of input lag.

    No thanks, I'd rather just have shittier graphics and enjoy my game :D

  3. Do anyone actually like the functionality in ? Play lower resolutions but it through features on the graphics card?

    All of my experiences lead to: higher resolutions, but grainy, worse looking and with ghosting artifacts + a game-breaking amount of input lag.

    No thanks, I'd rather just have shittier graphics and enjoy my game :D

  4. Do anyone actually like the #upscaling functionality in #videogames? Play lower resolutions but #upscale it through features on the graphics card?

    All of my experiences lead to: higher resolutions, but grainy, worse looking and with ghosting artifacts + a game-breaking amount of input lag.

    No thanks, I'd rather just have shittier graphics and enjoy my game :D

  5. Do anyone actually like the #upscaling functionality in #videogames? Play lower resolutions but #upscale it through features on the graphics card?

    All of my experiences lead to: higher resolutions, but grainy, worse looking and with ghosting artifacts + a game-breaking amount of input lag.

    No thanks, I'd rather just have shittier graphics and enjoy my game :D

  6. So much talk about securing our #software #supply_chain from many of the same people who want to stuff #AI into all products.

    Do you not see the conflict? Once AI is in everything, then everything will be controlled by the whims of the AI owners... Sigh

  7. My #steamdeck just presented #bsod 😭
    Send good vibes as I try to getting working again

  8. I like what #tinacms has to offer in terms of a git-based #CMS, but I loathe #React and #NextJS . They support #hugo as far as I can tell, but their starter template doesn't work. Crashes during startup 😒

    #decapcms seems like a reasonable alternative. Plenty of support for many #ssg tools like #11ty, but the editing experience in #decapcms is pretty boring. Doesn't really offer anything for me beyond what I could simply do with text files.

    I want a decent editing experience, where I can both author blog posts, but also build my web-site using blocks/components. #Tinacms seems pretty ok all around, but looking at the starter sample, the code is crazy convoluted. There is more wrapper-code and boilerplate than there is actual HTML. Hard to know where to even start.

    #cloudcannon has an excellent alternative. If this was free for individuals, I'd jump right on that. But I'm just running a little personal website that makes no revenue, so I don't want to fork out $50 a month for it.

    Anyway, #sendhelp

  9. #BackendDeveloper doesn’t really know CSS. #FrontendDeveloper only knows JavaScript.

    Where do we actually find people who know wtf they’re doing?

    It’s like hiring a team to write a book. One knows paper, and the other knows pens, but neither have a clue about letters 🤡

  10. Hey, here's a thought.

    Let's start calling it #organic #software when it is written entirely by human hands and no use of #ai .

    If the developers are allowed to work from home, that will also make it #freerange 🤣

  11. Anyone heard of an app like that? Would be very curious to see it.

    On the other hand, it doesn't seem too tricky to build. The key would be to separate the UI app from whatever #static_site_generator is used underneath, so that can be swapped to the user's preference.

    Wins:

    - Suuuper cheap hosting. Only static assets
    - Everything under source control
    - Dead simple deployments
    - No expensive database needs to be running
    - No confusing CMS specific "ops", caching and other semantics

  12. Looking into finding (or maybe building?) a #git based #static_site_generator #cms. What I find online doesn't seem like what I have in mind:

    - No DB, just plain text (hypertext, json) and media in a Git repo
    - "Serverless", just statically built assets with minimal JS
    - Embed Hubspot forms and the like for customer interaction

    This is all doable with a #static_site_generator , but I also need a User Interface for non-techy people to manage content.

  13. Yikes. I felt like I didn’t know any of the stuff in #stateofcss survey. Still in the top 76%.

    Scary. I have some reading up to do

  14. Hi modern #mobileDevelopment folks!

    We're looking at removing #firebase as a provider for managing server sent push notifications to apps on #android and #iOS

    Ideally, we'd have something we could run on our own servers rather than relying on third parties (we want to limit sub-processors in terms of #gdpr ).

    Seems like recommendations online are dated at best...

    How would you do this today?

    #vapid ??

  15. Hi modern folks!

    We're looking at removing as a provider for managing server sent push notifications to apps on and

    Ideally, we'd have something we could run on our own servers rather than relying on third parties (we want to limit sub-processors in terms of ).

    Seems like recommendations online are dated at best...

    How would you do this today?

    ??

  16. Hi modern #mobileDevelopment folks!

    We're looking at removing #firebase as a provider for managing server sent push notifications to apps on #android and #iOS

    Ideally, we'd have something we could run on our own servers rather than relying on third parties (we want to limit sub-processors in terms of #gdpr ).

    Seems like recommendations online are dated at best...

    How would you do this today?

    #vapid ??

  17. Hi modern #mobileDevelopment folks!

    We're looking at removing #firebase as a provider for managing server sent push notifications to apps on #android and #iOS

    Ideally, we'd have something we could run on our own servers rather than relying on third parties (we want to limit sub-processors in terms of #gdpr ).

    Seems like recommendations online are dated at best...

    How would you do this today?

    #vapid ??

  18. "master" branches are now called "main" branches to not be offensive.

    #DarkPatterns are now called #DeceptivePatterns to not be offensive.

    Now I'm afraid of my website theming... Will I need to have a "light theme" and a "deceptive theme" soon? 🤔

  19. Coming from #django, where I had one template partial for rendering forms, I am a bit stumped with #razorpages.

    In Django, the template would loop over every field and make rendering decisions based on the type or attributes.

    In Razor Pages, I can do something similar with custom attributes and looping over `Model.GetType().GetProperties()`, however, the `asp-for` tag helper that helps with model binding won’t work with a dynamic value. I must statically put `Model.ThisProp` 😭

  20. Pretty cool how simple it is to strap in #viewtransition with #HTMX without any fuzz and completely in the spirit of #progressiveenhancent ❤️

    I’ll definitely strap this in and be ready for browser compatibility to get there 😊

    khalidabuhakmeh.com/view-trans

  21. Pretty cool how simple it is to strap in with without any fuzz and completely in the spirit of ❤️

    I’ll definitely strap this in and be ready for browser compatibility to get there 😊

    khalidabuhakmeh.com/view-trans

  22. Pretty cool how simple it is to strap in #viewtransition with #HTMX without any fuzz and completely in the spirit of #progressiveenhancent ❤️

    I’ll definitely strap this in and be ready for browser compatibility to get there 😊

    khalidabuhakmeh.com/view-trans

  23. Pretty cool how simple it is to strap in #viewtransition with #HTMX without any fuzz and completely in the spirit of #progressiveenhancent ❤️

    I’ll definitely strap this in and be ready for browser compatibility to get there 😊

    khalidabuhakmeh.com/view-trans

  24. Gotta say working with #openxml (#ooxml) is scary. The Open XML Sdk is so low level with no guard rails. Must understand all of the underlying XML to be able to do anything meaningful, so what’s the point? And all the libraries I’ve looked at doesn’t support what I want to do.
    At this point, I’m taking a swing at processing the XML by hand with #beautifulsoup4. Seems to do the trick 😅

  25. Gotta say working with () is scary. The Open XML Sdk is so low level with no guard rails. Must understand all of the underlying XML to be able to do anything meaningful, so what’s the point? And all the libraries I’ve looked at doesn’t support what I want to do.
    At this point, I’m taking a swing at processing the XML by hand with . Seems to do the trick 😅

  26. Gotta say working with #openxml (#ooxml) is scary. The Open XML Sdk is so low level with no guard rails. Must understand all of the underlying XML to be able to do anything meaningful, so what’s the point? And all the libraries I’ve looked at doesn’t support what I want to do.
    At this point, I’m taking a swing at processing the XML by hand with #beautifulsoup4. Seems to do the trick 😅

  27. If anyone feels inclined to hear me cry about how #javascript #frameworks are the bane of my existence, and how I wish that the #webdev community would rely more on #webstandards rather than #shovelware from #bigtech; have a look at my #blog: botched-deployments.com/posts/

    Would love to read your comment on my ramblings, whether you agree with me or not ❤️

  28. Why is working with Office documents in code such a pain?
    I thought OpenXML SDK would be a treat. Streamline working with Word, Excel, and PowerPoint. Shared API, type-safe, etc.

    Sure, it is all that, but there is little to no abstraction. It is all a wrapper around XML. You still need to understand the complete document model. No shortcuts.

    In short, a resounding 0 points for developer experience.

    Are there other OSS C# libs with higher level of abstraction?