>What phone has X and Y feature?Don't ask, use these!https://www.gsmarena.com/search.php3https://www.kimovil.com/en/compare-smartphoneshttps://phonedb.net/index.php?m=device&s=queryGood Resources:>Reviewshttps://www.gsmarena.comhttps://www.phonearena.comhttps://www.notebookcheck.net>Frequency Checkershttps://www.frequencycheck.comhttps://kimovil.com/en/frequency-checkerComment too long. Click here to view the full text.
i've been really happy with my s25 ultra desu but recently i've started having issues with lag in my gachas. it's not fps drops or stuttering, there's just like a weird delay to everything. you press a button and something happens like a second later. starting to get on my nerves. also samsung wallpaper crashes constantly and resets my wallpapers to the defaults, which messes with my modes and routines
Hello I am enjoying my stupid blackberry ripoff thing, thank you for your attention
>>107202698Nubia phones but I have no idea if they're good.
>>107202698mi 9t (discontinued)asus zenfone 8 (discontinued)
>>107203200titan 1 ? based
>dry eyes>Night vision problems >Double vision>HalosYea I'll be wearing lenses instead
>>107200505damn and i thought i had it bad at -4.5I can still barely drive without glasses(as lo g as google maps tells me where to turn because all signs are unreadbale) you must be completely blind tho.
>>107176900>glasses are literal visible items with a fashion value>but it's the guy doing an invisible operstion who is vainvisionlet cope
>>107173235I did a other technique with no flap since I already had dry eyes and contact sports is dangerous for flaplets. The recovery was longer but worth those couple weeks.
>>107180459PRK CHAD
>>107200602Nice reading comprehension. I was talking about Bowman's layer which is located under the epithelium, gets completely removed during PRK and doesn't regrow.
so whats the issue here with the steam machine's HDMI? people say that it couldnt be hdmi 2.1 because of the HDMI forum licensing issue due to open software on linux but valve saying its feature parity to 2.1, that means youre getting the full 4:4:4 chroma right?
HDMI 2.0 at 3840x2160 120Hz only works with YUV 4:2:0it would be YUV 4:4:4 with HDMI 2.1
>>107201354>but valve saying its feature parity to 2.1Where did they say that?
They didn't say that. They're working on some individual features that could be implemented without calling it full HDMI 2.1, but I doubt even that's going to happen considering the licensing shitfest.
>muh halting problembro, infinite loops?
>>107198289I maintain a lot of mathematics for the scalar plane, we can explore together if you want an invite.
>>107184160>Yes I know this is a meme thread but the halting problem is important because it shows there are logically well-defined mathematical properties (e.g. whether a program will eventually end or not) that are not computable (as that would cause a contradiction).Are there any problems like that other than the the famous self-referential one in the halting problem?
>>107200024>I maintain a lot of mathematics for the scalar plane, we can explore together if you want an invite.what.
>>107181273UB.
Epic schizo thread
I’ve played with non systemd distributions and they seem to consume a lot less memory and boot faster so I thought it would be more secure because less code. But is this really true?How much of the debate is just neckbeards not liking it because it doesn’t follow the Unix KISS principle? Is there any real benefit you can see?
>>107195983"BOB"*
>>107201938Yes someone told me about that in another thread, too, so I'm glad to know about it. There's way more things I don't know than do know but that made it one less that I don't and one more that I do. I'm glad you told me because if the other person wouldn't have already told me then I would still need to know.
>>107199509WRECKEDbloated piece of crap
>>107201923I don't run a service manager.My only daemons are dhcpcd, cron, the getties, and some btrfs-dedupping daemons, none of which have any real dependencies.My boot scripts just start them and I pkill and restart them when I need to.Do your services have actual dependencies? Turns out you boot pretty quickly this way.
changing my shit for no reason should be legally regarded as discrimination against handicapped people since it's extremely distressing to people suffering from autismPoettering needs to be dragged into a Sonic fan convention and judged by a jury of autistic people for his crimes and hanged.
>>107057872"With software there are only two possibilities: either the users control the program or the program controls the users."--Richard Stallman>CyberpunkThe FAQ: https://sizeof.cat/post/cyberpunk-faq/What is /cyb/erpunk?: https://pastebin.com/pmn9vzWZHow do I into /cyb/erpunk?: https://pastebin.com/5tpNFQdsHuge list of cyberpunk media: https://sizeof.cat/post/cyberpunk/The cyberdeck: https://pastebin.com/7fE4BVBgCyberlife: https://jinteki.industries/files/cyberlife.7zBibliothek: https://www.mediafire.com/folder/4m5hd2065hde8/Bibliothek>PrivacyTools: https://www.privacyguides.org/en/tools/Comment too long. Click here to view the full text.
>>107198447it's ufw default firewall rules. Notice how it allows some specific IP addresses on input?
Postin' datasets containing heaps 'o' technographics.September 2025 Crawl: https://www.dropbox.com/scl/fi/0zsph3y6xnfgcibizjos1/sept_2025_jumbo_sample.zip?rlkey=ozmekjx1klshfp8r1y66xdtvx&e=2&st=izkt62t6&dl=0October 2025 Crawl: https://www.dropbox.com/scl/fi/xu8m2kzeu5z3wurvilb9t/oct_2025_jumbo_sample.zip?rlkey=ygusc6p42ipo0kmma8oswqf16&e=2&st=gb0hctyl&dl=0100k domains all up. The full version for the October 2025 (4.8M domains) is available at: https://versiondb.io/Grab it while it's hot.
>>107200152these are multicast addresses you retard
If you care about cybersecurity and privacy then you should be aware of state-sponsored hacking and spying attempts>Chinese cyber spies used Anthropic's Claude Code AI tool to attempt digital break-ins at about 30 high-profile companies and government organizations – and the government-backed snoops "succeeded in a small number of cases," according to a Thursday report from the AI companyhttps://www.theregister.com/2025/11/13/chinese_spies_claude_attacks/
>>107175271Rust and Swift trannies trying to reinvent the wheel as always
What language is as easy to code with python but can output similar binary size and performance to C++?I want to easily make a 2D fighting game, but I don't want C++ autismo, but I like C++ export binary size and performance.
>>107200416Julia, its easier and more readable to use than Python, has the speed of most common compiled languages, it has a sane package manager instead of the joke that is pip
>>107203252this imo
>>107200416Non meme answerOP, you have two choices, either Julia or Mojo.Julia is more mature language wise than Mojo, and has bindings to both Raylib and OpenGL, there is also an engine written fully in Julia.Mojo is much younger language, but it is just Python, with some additional keywords and cool features, like it is very easy to write code for GPU in Mojo and different platforms, also additional syntax for statically typed functions is quite comfy.So it is either Julia or Mojo.
>>107203086there is also Mojo, which is mostly Python with some additional features
>>107203295>>107203252
Is this tech for real or gimmick ? Share experience.
>>107202219you still need to open the window, because the inside CO2 rises sharply as you breathe.Air purifier is only to help get rid of some dust... it does not purify the air in a way that it removes CO2 or adds more oxygen (would be cool if such thing existed)
>>107202544> dds more oxygen (would be cool if such thing existed)plants ?
>>107202544>would be cool if such thing existedthey have something like that on submarinesalso>https://www.instructables.com/Simple-Algae-Home-CO2-Scrubber-Part-1
It is real and simple tech, it works. Get one with highest airflow and cheap filters and get one for every room.>>107202544recuperation/forced ventingmust be done well though
>>107202200It's a box fan and 4 furnace filters anon what do you mean?Home depot and other stores give you a discount if you buy a 4-pack, which is all you needIt's literally - Box fan + 4 furnace filters + cardboard for the box to stand on, that's it. Just make sure one of dimensions for the filter matches the size of your box fan, 20" x 25" is fine because one side is 20" for a 20" box fan, get it?
Wait a sec, they say technology keeps improving, but it seems like everything is getting worse!
IMHO technology has improved my life exponentially because I no longer have to interact with the filthy mongrels out in the world. I can earn money from my house, I can order anything I want and have it delivered, and I can hire people to repair the outside of my home without having to directly interact with them. I still have to interact with maintenance and repair that requires entry to my home. I am trying to find a service to perform this for me as well. But I assume I will still have to interact with that person so I just deal with interacting with the plumber or HVAC, or ISP technician who is required to maintain my residence. I even gave up renewing my concealed carry firearm permit since I never leave the house.
>>107203147You know being a hermit isn't healthy for your brain?
>>107203147Why are you impersonating the classic hikikomori trope?
>>107203165> You know being a hermit isn't healthy for your brain?Interacting with niggers and other shitskins is more unhealthy. >>107203177Hikki’s live off their parents. I have my own income and take care of myself.
>>107203221Older ones did not have this option, recent developments in culture drove the trend to its current NEET form. There is a hard limit on mass abuse which makes a lot of this stuff a dissipative process
I'm tired of wasting hours of my life trying to protect my privacy online.
You lost, total Wayland victory.
>>107201516Everyone has already said goodbye.
XLibre won
>>107202491X simply had major design flaws that made it hard to iterate on. You can't remove cruft without a lot of pushback because someone, somewhere, probably relies on that cruft, even if that reliance could be better placed on a different solution entirely. It needed to be taken out back, it was the only way. It's just unfortunate the people who did take it out back pulled the trigger and missed the target 5ft in front of them 90 times.
>>107202973> X simply had major design flaws that made it hard to iterate on.Any specifics or are you just reciting the generic RedHat propaganda script?I'm only aware of only one design flaw (screen resolution limited to about 4.5 x 4k Monitors next to each other). There are some useless things like ancient drawing primitives but those are not really hurting in any way.
>>107202464Yes, I'm sure comparing GNOME to fucking i3 is a fair comparison. Why not compare i3 to Sway?
Crisis averted
>>107203047>Crisis avertedFor now. They'll go back on their word, this is just to make the attention die down.
>>107203047This is all for your safety. You should be thankful that Google is so benevolent. They could have taken sideloading in it's entirety.
>experienced userslol, interesting way of saying “verified developers” >you can sideload anything that we approve of>YouTube Vanced? Blocked by Play Integrity, sorrylmao
>>107203108Yup. Also, the best way to do this is to go in little steps, so the outcry isn't as bad as it would be when you suddenly make a big leap in limiting users. Most proprietors work this way. We're just frogs being boiled slow enough so we don't jump out.
>>107203047they haven't disclosed what they are gonna do though. what if its some bs that won't let you pass play integrity check once you turn it on. then good bye banking apps.all they have to do is hide the "allow unverified apps" option in the developer settings and move on but if they were gonna do something so simple they wouldn't have bothered making such a vague statement.
32 GB DDR5 or 64 GB DDR4 ? assuming the rest of the build is practically equal
>>107203223Most likely 32GB DDR5 is a win, unless you need more RAM right now.
why can't I have an email client that works like this?
>>107202724There are really only two types of emails I want to keep:>email from a company/website related to an account I made using this email>email from a person that I personally knowThe first case can be done automatically the same way music players will automatically download album art for you. The second one can and should be done manually.
>>107202731>>107202724To go further, I already do this exact thing with bookmarks. I have a mapping of URL grep patterns and png files. So any time I save a bookmark, it checks the URL and grabs the appropriate thumbnail. I have to manually add new thumbnails but I am simply that autistic. I made my own thumbnailer and file format so that I can store all my bookmarks as .bookmark files.I'm too lazy to do this for emails so I'm hoping someone else already did it. Worst case scenario, I might actually have to do it myself.
>>107202445what did you use? claude?
>>107202247jsut make it urself bro :)
>>107202721I made a .pm address and now i have to pay to use it. Gay
11.11 sale editionEverything is already from China, but here we discuss the cheap chink shit you see on various sites.1st rule of /csg/: If it looks too good to be true, it probably is.Useful links>TWS IEM reviews: www.scarbir.com/>Guide: csg-guide.neocities.org/>Wiki: https://igwiki.lyci.de/wiki/Chink_Shit_General>What headphones/earbuds should I buy?>>>/g/iemg>I want a cheap smartphone what should I buy?>>>/g/spg/>I want to buy some sort of emulation deviceComment too long. Click here to view the full text.
>>107202687yes the lesson fee was the missing pair and i'm annoyed it had to come to this but that's the cost of doing business with CHYNA
What cashbacks work BEST for europe? I searched and its not as good as rakuten with their 20% at beast I found like 4% and that I can get with just switching to US dollars.
>>107202894topcashback? was giving 20% on 11.11 i believe
>>107196849>any computer that's always on and supports docker will do.Homeass really wants you to use their OS now. So easier to use VM.
>>107202894> What cashbacks work BEST for europe? Does such a thing even exist in Europe? Burger credit-cards just seem so insane to me. Hand them out for free, with great bonii, to get retards in debt that will never see those bonii but have to pay you ever increasing sums forever. And that no one can claim you’re a lier, you do reward the few responsible customers you have greatly. It’s really distopian, but I’m afraid dumb people want it like that, and as a responsible adult who’s “good with money” I’d love to get in too!Also, I’m the LEGO crane anon, look what else search got me!Does this even make sense? Is this even possible or is this AI? A smol crane? Sure. There’s a few se for those. But this got an insane amount of telescopic elements and must be rather light, so what does it even lift? Styrofoam insulation? (Hope it’s not windy!)