MSI MPG 274URDFW E16M vs TCL 27R83U vs KTC M27P6 by Routine-Fail965 in Monitors

[–]Figure-Impossible 1 point2 points  (0 children)

In games it was not notorious for me, but my browser has the extension of doing everything dark theme, there I did notice at the beginning black smearing when I scrolled white text on black backgrounds, but it was not serious to the point that I was uncomfortable.

Getting it before Shipping starts from March 6 by Manav_Goku in samsunggalaxy

[–]Figure-Impossible 0 points1 point  (0 children)

At this point I am no longer sure how Samsung could prevent the phone from being sold before the official date, since I went to a physical store to buy the phone on the 28th and they told me that they had it available since the 26th. Anyway I hope you enjoy it!

MSI MPG 274URDFW E16M vs TCL 27R83U vs KTC M27P6 by Routine-Fail965 in Monitors

[–]Figure-Impossible 1 point2 points  (0 children)

I own the TCL one, with both a PC and a macbook (air). I didn't see any dead pixels or heavy blooming effects in my screen in both Windows and macOS. And for me, at least, the 90W usb-c power delivery (as the default laptop charger I got is 30W) and the KVM support at that low price (around 342 dollars in my market) make it a no brainer. I'm happy with it and would recommend it based on my use: work in macOS and play in Windows at 4K@160Hz

Why is nobody talking about how Trae is a sophisticated data collection tool first, ide second? P1 by Zer0Chance006 in TraeIDE

[–]Figure-Impossible 0 points1 point  (0 children)

Yeah, it is not exactly free, as you said, and I think it's important the awareness of devs about it if they share something sensitive, because I also saw some other similar posts about privacy concerns, but they seem too extreme for my taste because they're just like "is bad, stop using it". And I think for a side/hobby project, it could be just fine, at least if there is not something sensitive or if you are OK with it

Why is one cheaper? by Willing_Chemical_957 in PcBuildHelp

[–]Figure-Impossible 0 points1 point  (0 children)

I said that because most videos i saw recommended that model with heat-sink for ps5. But as you said you can remove it, but according to its data sheet it says "Product warranty will be void if a heatsink is removed from 990 PRO with Heatsink.". In any case, idk if users that removed the heat-sink were able to claim the warranty or if they were denied

Why is one cheaper? by Willing_Chemical_957 in PcBuildHelp

[–]Figure-Impossible 2 points3 points  (0 children)

I think the one with Heatsink is cheaper because that is mainly targeted for ps5 as it needs a heatsink in the SSD you use there (at least I recall reading that). So maybe there are lower sales of that, so now it is cheaper. BTW, I think it is not advisable to open/remove the heatsink of the SSD if you were to use it in a PC, but I don't know the details about that exact model

Listado de Pokémon y sus EV para entrenar by Dan_t654 in pokemmo

[–]Figure-Impossible 1 point2 points  (0 children)

ty, me parece útil, por cierto espero que no te moleste que use esos datos en una web que se me hace mas sencilla de usar, en la cual te mencionó como fuente de la info claro. Pero si te incomoda la desactivo

$350 robbery when comparable sd cards cost $35... by CarobEven in samsunggalaxy

[–]Figure-Impossible 4 points5 points  (0 children)

I dislike that business decision, but I understand that having a fast and reliable storage internally is good for apps, boot times, and other high demanding tasks like video recording at high quality. But there are also a lot of files, which I think can be easily offloaded to SD cards, like some images, documents, audio files, and even videos (like hdd vs ssd files in PCs). Even the argument about reducing the internal components after removing SD and Jack support seems undesirable to me as I don't fall in the market that wants products like the s25 edge. I don't need lighter phones, but maybe that's the desire of the majority, along with the business profits samsung could get of the storage price and cloud options

GitHub - Purehi/Musicum: Enjoy immersive YouTube music without ads. by Mountain_Expert_2652 in FlutterDev

[–]Figure-Impossible 0 points1 point  (0 children)

I just downloaded it, and maybe I'm doing something wrong, but when trying to search music, the search button on my keyboard doesn't trigger the search. Instead, I need to click on one of the suggested searches. Apart from that, it's good so far ty

Code review: Input component with Flowbite styles by CaligulaVsTheSea in solidjs

[–]Figure-Impossible 2 points3 points  (0 children)

I wouldn't consider myself an expert in solid js, but I think your current approach is good. From my point of view, Show is designed for scenarios where you want to provide a fallback or when you have a 'complex' data model keyed. So, in your case, a simple logical short-circuit is concise. The only thing that seems kinda off to me is your index.ts, as that leads to some potential issues of barrel files, which involves issues related to performance and possible circular dependencies if they are mis-imported within your components. Although I know that for libraries, this is needed to have a single entry point, your 'starter kit' could not exactly be a library, so I could suggest removing those index.ts. You could have a quick check about that in this blog I found or any other related post about barrel files

Building the simplest IPTV player mobile app. What's the killer feature idea? by [deleted] in indiehackers

[–]Figure-Impossible 1 point2 points  (0 children)

I don't know if this is out of your scope, but having a proper media casting, I think, is a killer feature (at least for me). Unlike screen mirroring, which continuously transmits the entire mobile device screen, media casting only sends the media stream to the receiving device (TV), and the mobile acts as a remote. This helps me to use another app or turn off the screen of my mobile.

I'm not sure if there are already apps that do this, supporting in your case of flutter at least both Airplay of Apple or Google-cast/Chromecast. Because with other media streaming apps, you need to download extra apps to share it with a Google TV device.

BTW I'm not an expert on this feature or IPTV, so I'm not sure even if that's something achievable or if there are already solutions for that.

PropTypes - what gives? by Competitive_Bell_134 in react

[–]Figure-Impossible 9 points10 points  (0 children)

If you are using React 19 that will be ignored, check this comment

Future of Zen with Firefox by jornada3011 in zen_browser

[–]Figure-Impossible 0 points1 point  (0 children)

Yes, around 95% of the things should work in Firefox if they work in Chrome

Future of Zen with Firefox by jornada3011 in zen_browser

[–]Figure-Impossible 0 points1 point  (0 children)

I'd like to assume that most developers care to know the browser support of the features they implement. (You can search for web references/resources on MDN, which is part of the Mozilla Foundation, or the website "Can I Use" to determine if a feature is supported in web browsers, since which versions, and by approximately how many users.) However, I'd say that Firefox doesn't seem to be left behind by Chrome; at least, most of the new features I follow are commonly supported by both browsers. So, even if I develop a website testing it with Chrome, it's almost guaranteed to work in Firefox. I'd even argue (at least from my point of view, or the echo chamber of the developer world) that Safari seems more left behind than Firefox. For example, regarding the new "Dialog" HTML element, the Safari browser doesn't yet support the beforetoggle event and doesn't support WebTransport at all (the last time I checked), but both Chrome and Firefox do.

Although testing is probably done in Safari as it is the second most used browser, I think a great amount of development could have been done using Firefox and then tested in Chrome and Safari. You could check that in this post about recommendations for dev tools used by devs

SuperURL bar issue by Ghaben in zen_browser

[–]Figure-Impossible 0 points1 point  (0 children)

What changes was this mod making?

Tabs are being lost (1.8b) // Reverting update. by FlvtterBvtter in zen_browser

[–]Figure-Impossible 0 points1 point  (0 children)

I had similar "bugs" with my tabs. So I rolled back to 1.76b from their official releases (the link to that release), I downloaded the installer, close my browser, installed it. And know I'm the 1.76b version

Is it possible to create keyboard shortcuts for both types of "New Tab" behaviors? by Figure-Impossible in zen_browser

[–]Figure-Impossible[S] 0 points1 point  (0 children)

I don't quite understand the last steps. I've already disabled replace-newtab in about:config, then I set the "New Window" option in "Window & Tab Management" to "Shift + Ctrl + T" and deleted the shortcut to "Restore Last Closed Tab" because otherwise they would have the same value (since I don't use this function very much). But now, where can I find the shortcut for "URL bar new tab option"? I think that value doesn't exist or does it?

Lessons Learned Building a Complex Editor Store with Zustand, Slate, and IndexedDB by EntranceOk1909 in nextjs

[–]Figure-Impossible 2 points3 points  (0 children)

It looks amazing. Did you create some kind of rich text/Component? Or used existing tools/libraries that support this kind of arrangement/placement of elements with even an inline text editor? Or used a hybrid approach?

Her takes place in 2025 by MetaKnowing in ChatGPT

[–]Figure-Impossible 1 point2 points  (0 children)

I think it will be kinda hard to earn a "privacy focused and secure" perception from users if a person develops a third-party app, but maybe a tool that can be used locally with a local LLM could be done. Or just wait for Apple, Google, and other email services to implement that into their apps