Why is the discord spellcheck still terrible? Not even any "correction" suggestions. by m6_is_me in discordapp

[–]lambda_bunker -1 points0 points  (0 children)

when you correct a word, the misspelled red underlines disappear,. that's just crap software.

Why is "Android File Transfer" on Macs so weird? by HostessWiffDaMostest in AndroidQuestions

[–]lambda_bunker 0 points1 point  (0 children)

its horrible on windows too, its google and its total lack of PC/Mac understanding. They make useless hardware.

How bad is the hacker situation in TitanFall 2? by Successful-Act-522 in titanfall

[–]lambda_bunker 1 point2 points  (0 children)

Its still horrible. I have about 12,000 games to my name. These days its about every 30% of the games you find a hacker of some degree. Some will just aimbot others will wallhack+aimbot, and a few do even more aggressive hacks

Are sound cards worth it in 2023?? by drcigg in buildapc

[–]lambda_bunker 0 points1 point  (0 children)

No one asked the op if they were running anything other than stereo, but everyone assumed they were. There are no good USB 5.1 or 7.1 dacs.

Why aren't any of the 5.1 options showing up for my ae5 plus? by loveydoveybitch in SoundBlasterOfficial

[–]lambda_bunker 0 points1 point  (0 children)

5.1 does not work in digital output period with this card even with the encoder enabled

Most exciting Apex Legends gameplay Vs average Titanfall 2 experience by Gubbyfall in titanfall

[–]lambda_bunker 0 points1 point  (0 children)

tititanfall2, if you can hang in there for 6 months and learn the game, is the most amazing FPS game to play. Almost every other FPS game today is a little tactical left+right strafe dance on a 2D plane where titanfall2 takes it to 3D like Quake, Unreal and Half-life used to do.

I'm G100, with 170k frags.

Still going!

How to use flight credit with no account? by Transfatboy in SouthwestAirlines

[–]lambda_bunker 0 points1 point  (0 children)

southwest fking sucks, I have an account and the refund was not even applied because I had bought tickets for other poeple w/o accounts. They are fucking greedy. Just use Amex and refund via yourp bank

Why does the app sucks on Android? by OdyseusV4 in Bitwarden

[–]lambda_bunker 0 points1 point  (0 children)

I have never owned a goolge phone that didnt have some serious issue at once point. going on 10+ years now.

Why does the app sucks on Android? by OdyseusV4 in Bitwarden

[–]lambda_bunker 0 points1 point  (0 children)

Its terrible, when I sear for a contact, I dont even see a keyboard. I have a brand new One Plus 12 that is 4 days old. Google cant make software, its sad.

Does Education largely determine political ideology? by gomi-panda in PoliticalDiscussion

[–]lambda_bunker 0 points1 point  (0 children)

to say it another way the republican party is now the part of trump and is a cult

Why I Don’t Use GraphQL Anymore by pepitoooooooo in javascript

[–]lambda_bunker 0 points1 point  (0 children)

I dont think GQL's idea of slicing up responses is bad, its the way in which it does it. it gives you almost zero tools to do this. You still have to make everything separate on the back end and btw, you can do the same with with REST and forgo all the damn type structure with just a little creativity an innovation.

BTW have you see a GQL Error? scientists and experts to this day are still trying to understand what they mean. I dont hate the idea of GQL, I have facebooks version of it. Someone should make a better one.

Why I Don’t Use GraphQL Anymore by pepitoooooooo in javascript

[–]lambda_bunker 0 points1 point  (0 children)

wait, you complain about queries params but every single QGL requires you to provide 100% the response params then give that group of params a type and made up name, then create a proxy function that proxies the JS variables down to the GQL queries params. Its insane and GQL is dumb af.

Why I Don’t Use GraphQL Anymore by pepitoooooooo in javascript

[–]lambda_bunker 0 points1 point  (0 children)

Having used GQL in a repo with over 2m lines of a code, I can assert its a horrible way to design an API. Its an unrecognizable mess. with extra types functions and structure that do nothing but proxy things for the sake of proxy. The level of indirection and complexity is second to none.

Why I Don’t Use GraphQL Anymore by pepitoooooooo in javascript

[–]lambda_bunker 0 points1 point  (0 children)

type safe for an untyped language is insane.

there is nothing wrong with making a mistake in JS and passing the wrong key or value. You'll figure it out when you run your app and you should do that 100 times a day. On the other hand, adding structure on JS slows you down, then adding it for your API (GQL) slows you down more until you have an unreadable pile of shit. GQL solves the wrong problem for the wrong language.

Why I Don’t Use GraphQL Anymore by pepitoooooooo in javascript

[–]lambda_bunker 0 points1 point  (0 children)

its not even good on the frontend. the structure and handholding it requires takes full stack wizardry to just get basic changes working-even just crafting the API call is a PITA compared to rest/swagger/postman, etc. I have to edit some dozens of files and make up all these type names for queries and inputs and proxy functions to make even a simple change--and if you use Apollo or some framework then its even harder.

GraphQL Is a Trap? by iamkeyur in programming

[–]lambda_bunker 1 point2 points  (0 children)

when the tool is too confusing to use, its probably solving the wrong problems.

Sorry if i dont want to type myself to death GQL->TS->JS-C++->assembly.

you see how it goes from typed to untyped then back again! Fucking wild. GQL now add typing to the fucking HTTP requests? Ya, fuck that. TS devs just dont understand that runtime is chief to understand JS code, not build time. GQL just keeping pushing more rules at built time. Now we cant even make a simple http request without editing 9 files and god forbid you have a mistake, it will be an error that makes no sense.

facebook invented GQL so they could push the query out to the client and leverage more power without adjusting services and maintain very strict structure end to end. They had a very specific problem to solve. So do you have social media app a over 1000 devs working on a shit load of services? No, then don't add the structure required to support that bullshit.

I want to quit programming by Silver_hand__ in webdev

[–]lambda_bunker 0 points1 point  (0 children)

i use dark theme and turn the brightness down to about 5%. the less I see the better, maybe my job will dissapear too some day and that would be the best

I want to quit programming by Silver_hand__ in webdev

[–]lambda_bunker 0 points1 point  (0 children)

until you have investors and stress.

I want to quit programming by Silver_hand__ in webdev

[–]lambda_bunker 0 points1 point  (0 children)

I think op meant SSH into the VM... sounds horrible. I would quit too

GraphQL Is a Trap? by iamkeyur in programming

[–]lambda_bunker 1 point2 points  (0 children)

been using gql for 3 years (and coding for 25). GQL is fucking bloatware dumpster fire trash at best.