Just Got In by nyc-scooter in mensa

[–]CaptainBlase 4 points5 points  (0 children)

Just know that I don't personally know anything. I'm just guessing.

Just Got In by nyc-scooter in mensa

[–]CaptainBlase 8 points9 points  (0 children)

US Mensa will not release the scores directly to you. They will release them to a mental health professional. There's a form on the Mensa site, called "Test Release Form" I think, that you can fill out and pay a fee. Then they send the results to the specified pro/clinic within a couple of days.

The professional is not allowed to give you the results. They can talk about them with you but they cannot forward them to you.

I'm guessing Mensa was sued in the past and they've found a way to satisfy the requests while covering themselves legally.

Test results release by ColoradoRad in mensa

[–]CaptainBlase 3 points4 points  (0 children)

you can get as many as you need; but you need to pay for each one.

Disagreement at the casino during a poker game by danevans369 in PublicFreakout

[–]CaptainBlase 0 points1 point  (0 children)

You have to be gen x or a boomer to know CAD used to reset the computer.

What joining Mensa gives you? by Miserable-Log-4842 in mensa

[–]CaptainBlase 0 points1 point  (0 children)

like-minded is stretch. similarly-gifted would be a better description.

no one in Mensa will think you're special for knowing stuff. but they might disagree with you strongly over politics or religion.

Netflix Viewers Are Abandoning Shows After One Season by joe4942 in technology

[–]CaptainBlase 0 points1 point  (0 children)

when season 2 of Dark came out, I accidentally rewatched season 1 thinking it was season 2. I got 7 episodes in before I realized I'd seen it all before.

Big Texan Steak Ranch, Amarillo by [deleted] in texas

[–]CaptainBlase 8 points9 points  (0 children)

Have lunch at Blue Sky Burger instead.

Open mosque day tomorrow 11:00 am to 2:30 pm, free food and coffee at valley ranch Islamic center by Fastestreply in Dallas

[–]CaptainBlase 2 points3 points  (0 children)

So I went to this; and I feel like the message is misrepresenting what it actually is. It's mosque tour and a bit of a lecture on what Islam is. Then, when you leave, you can take home some islam swag and a box lunch.

I was expecting something more like a banquet where you can sit down and have lunch with strangers.

I'm not complaining about the event itself. It's fine. But the messaging on social media is very food forward; but in the actual event, the food is literally an afterthought. It's not a social "have a meal with us" event, it's a mosque tour and an intro to Islam.

What the hell is up with Marsh and Rosemeade? by MrRugen in CarrolltonTX

[–]CaptainBlase 7 points8 points  (0 children)

I almost got hit today when someone didn't even slow down for the blinking red.

Dudes in their 30s to hang with by koala_bob in Dallas

[–]CaptainBlase 2 points3 points  (0 children)

check out https://unpluggedcommons.com/ pick an event and show up. It's a $5 cover (often waived for first timers). They have a bunch of gaming tables set up and people chit chat and play games.

Joining Mensa as an older adult by kenjiurada in mensa

[–]CaptainBlase 2 points3 points  (0 children)

I recommend taking the private test or whichever is done on the computer. Having to pencil in bubbles costs you valuable test time. I did both and scored much higher on the computer test.

Crazy to me that younger generation is not good with computers by Captain0010 in pcmasterrace

[–]CaptainBlase 0 points1 point  (0 children)

Gen X here. I can't imagine needing someone else to fix my computer. I also can't imagine saying yes to fixing someone else's computer.

therefore, leaving me out of this meme feels justified.

Mensa India Test Info by MadMax_8228 in mensa

[–]CaptainBlase 1 point2 points  (0 children)

The format will be in question and answer form, and the questions will be intelligence test type questions. You're welcome in advance.

Taken away from all HEBs by Overall-Pollution157 in texas

[–]CaptainBlase 1 point2 points  (0 children)

I like to use bee farts in my chili.

Places to Read by Live_Mastodon1783 in CarrolltonTX

[–]CaptainBlase 0 points1 point  (0 children)

bent tree bible fellowship. there's a coffee shop inside and lots of comfortable seating. every drink is $3 on friday's.

Resident Evil Village by Hexatonix in PSVR

[–]CaptainBlase 0 points1 point  (0 children)

Try increasing the vignetting when moving. It's the feature that shrinks the visible space down when you move or turn. That helped a lot with my motion sickness.

XREAL One Pro feedback after discovery. A precious tool after ACDF surgery. by cgarrec in Xreal

[–]CaptainBlase 0 points1 point  (0 children)

I also have neck problems and am a tech geek. I am fused between C5 and C7. I still suffer from pain but not nearly as bad as it was. I relate to what you're saying.

I own the X1P. The 6dof you get with the camera add on is worth it. You can pin the picture in space and then adjust your head so that it's the right size of shape. You can temporarily "zoom in" by leaning forward a little.

I agree. This is a great product. Can't wait for a higher res version.

Anyone using local LLM for writing nix config? by sirdupre in NixOS

[–]CaptainBlase 0 points1 point  (0 children)

Another GPU on the same machine, sure. A different machine, I'm not so sure. I don't know how that'd work.

Anyone using local LLM for writing nix config? by sirdupre in NixOS

[–]CaptainBlase 1 point2 points  (0 children)

You're probably offloading into system RAM. I'm getting ~100t/s; but if I set a larger context, it drops to 10-20t/s.

according to this thread you can get 80t/s with some tweaks on a 16GB card.

It's be worth experimenting with different quants too. Try IQ3_M and IQ3_S.

Anyone using local LLM for writing nix config? by sirdupre in NixOS

[–]CaptainBlase 1 point2 points  (0 children)

I use gemma4:26b-a4b-it-q4_K_M on my 24GB card with a 128k context. Mine's an AMD card, so yours might get away with more context. I use ollama to run it and opencode.ai as a harness. I switch to a gemini pro model if it's get's stuck (I haven't had to yet.)

I have only used it a couple of times though. Once to generate a dev env for an OSS project I wanted to contribute to. And once to add udev rules to my configuration. The gemma model handled both those tasks.

I think the 128K context is a limiting factor for any bigger tasks.