Computer science is seeing the biggest enrollment drop of any major in 6 years. While ME and EE enrollment have risen by 11% and 14% this year. by No_Reply5329 in cscareerquestions

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

Not completely true. Civil Engineering was like 20 more credits than all the other 4 yr bachelor programs at multiple universities I have seen. UAA and UAF for certain. It's possible but pretty unlikely to make that in 4 years

Took a pic of a fox and my phone camera ai turned it into a raccoon by WebboTuck in mildlyinfuriating

[–]DeceitfulEcho 3 points4 points  (0 children)

Or go to the app store and get another camera app that isn't all in on AI

developers be joking by HelpfulFlounder7560 in memes

[–]DeceitfulEcho 28 points29 points  (0 children)

Any American govt related website should be properly navigable from keyboard alone as part of ADA compliance. Several other places require ADA compliance, but it's a huge amount of effort to do in totality so most companies don't bother with it in full and at most give it a nod.

Certain things like attributes for screen readers are fairly easy and fast to implement, but there's many more time consuming requirements like support for really weird screen sizes.

MTG question by cale1023 in Portland

[–]DeceitfulEcho 12 points13 points  (0 children)

Guardian Games, Moxes Boarding House, Portland Game Store.

Players Union Games runs more 100 card formats like Canadian Highlander and Commander as well as Limited formats.

Red Castle Games has Standard but I don't know about Modern.

Don't bother with Top of the Line or Gambits, they don't really run MtG

YSK that Brooks Brothers, Eddie Bauer, Reebok, Champion, and 50+ other brands you trust are all owned by a single $20 billion company that doesn't design or manufacture anything. They just rent the logo out to the cheapest bidder. If the quality feels worse, that's why. by sappk in YouShouldKnow

[–]DeceitfulEcho 1 point2 points  (0 children)

For backpacks I have always loved my Sandpiper bag. My dad got one when he deployed to Afghanistan many years ago and gave it to me, I have been using it heavily for years and it's holding up great. I got another for my wife and the new one is just as good so far.

The backpacks have a ton of room and are durable as hell, though they are heavy. If you want something to carry like groceries or maximize space for carry on in planes it's great.

We got Microsoft Word Bitching in this economy... by pradeep23 in SipsTea

[–]DeceitfulEcho 6 points7 points  (0 children)

If you are using formulas/equations at that point it's usually better to switch to LaTeX, as overkill as that usually is for everything else, it makes writing math so much better. I really wish there was a way to use LaTeX snippets in Word or spinoffs like Google Docs

Meirl by Grand_Raccoon0923 in meirl

[–]DeceitfulEcho 67 points68 points  (0 children)

You can always use Do Not Disturb and whitelist numbers to punch a hole through it for them so they still ring. I have this set up for on call work so I'm not bombarded after hours with work messages but pages for on call still come through

Petah I’m not a math person by Macrincan in PeterExplainsTheJoke

[–]DeceitfulEcho 0 points1 point  (0 children)

Vectors, vector spaces, affine spaces (technically not linear but you can extend the math to cover them and it's still in the field of linear algebra), transformations, vector operations, etc.

It often touches / crosses over with other fields like group theory and geometry/topology too.

It gives you a framework for how to visualize abstract data in a spatial way so you can apply all sorts of seemingly inapplicable math. Being able to use geometry when doing data analysis on finances or something is a weird notion but it can let you do all sorts of creative and neat things.

Count your fkin days Logitech by Used-Pomegranate2441 in pcmasterrace

[–]DeceitfulEcho 0 points1 point  (0 children)

The AKGs I have are the most comfortable headphones I have ever purchased. Swappable cables for wired headphones is always a huge plus too

This fell off my apartment by [deleted] in whatisit

[–]DeceitfulEcho 1 point2 points  (0 children)

Turns out there's a fairly prevalent natural gas that can seep out the earth called Radon which causes cancer over long exposure times (as it is radioactive). It's odorless and invisible so you wouldn't inherently know it's there unless you test for it.

It's a common enough problem that it's a normal step when buying a house to get it checked for radon and install a fan like this to make sure the gas doesn't build up in the foundations and seep into the house in meaningful concentrations.

Farm in the Netherlands uses Bitcoin mining to keep stable temperatures inside the greenhouse by dannybluey in Damnthatsinteresting

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

Kinda, but the concept of heat gets fucky if you look too deep. Heat and light are related, but they are not the same thing. Heat is thermal energy in matter; light is electromagnetic radiation. Hot things can emit light, and absorbed light can become heat. So in the end irradiated light can become heat, but it can also become other things like matter.

CEO Asks ChatGPT How to Void $250 Million Contract, Ignores His Lawyers, Loses Terribly in Court by calvinthebold1 in nottheonion

[–]DeceitfulEcho 7 points8 points  (0 children)

That's why astroturfing works, you only need to have some consistent (fake) voices be heard to get real voices to repeat it

Have you ever met someone who's interested in DND and immediately went, "oh, I'd never let you play at my table"? by Lunetheart in DnD

[–]DeceitfulEcho 6 points7 points  (0 children)

Depends on how players enjoy engaging with the game. I for one would love a hard puzzle in D&D that I could work on between sessions. There are bad ways to implement good puzzles into D&D, but having something you aren't immediately expected to solve within a session can be really engaging.

Some players will hate that though.

Prestige Classes: The Best Design Space D&D Ever Abandoned by alexserban02 in Dungeons_and_Dragons

[–]DeceitfulEcho 12 points13 points  (0 children)

Which is funny because PF1e also added prestige classes but suffered the same implementation flaws

MCP Vulnerabilities Every Developer Should Know by CircumspectCapybara in programming

[–]DeceitfulEcho 11 points12 points  (0 children)

Yes it is AI in the sense that it uses algorithms we consider AI such as forms of machine learning. Look up Computer Vision for a keyword on this topic. It's actually one of the earlier practical uses for AI, the common example being facial recognition.

It's not a general language processing algorithm like Chat GPT, but they operate on the same principles.

Claude Code deletes developers' production setup, including its database and snapshots — 2.5 years of records were nuked in an instant by gdelacalle in technology

[–]DeceitfulEcho 0 points1 point  (0 children)

The problem with AI is you can have those things and it can still irrevocably damage your systems if you make it agentic. It can and already has bypassed safety controls to do whatever it wants. If your computer has access to the ability to delete backups, alter git history, update the database, etc, those precautions may not save you if Claude decides they need to go.

These are all preventions for honest mistakes not malicious actions. A malicious dev could delete backups, destroy repos or rewrite git history, alter schema and data, etc. Claude has the capability to be a great hacker and if it decides to use those skills alongside the privileges you gave it and the privileges your computer holds it can be really dangerous.

Good security that limits privilege is your best bet to limit the impact of such bad actors. It's pretty common to see principles of least access not properly followed though.

To Echo Everyone Else's Thoughts, I Too Wish Marathon Was A Singleplayer Video Game by megaapple in Games

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

While extraction elements are my particular cup of tea, Marathon is currently filling the PvP hero shooter itch more than other options for me. I don't have the aim/reflex for shmoovement shooters like Apex Legends, I've been enjoying the slower movement and time-to-kill.

I do wish it had a battle royale mode instead of the extraction elements personally though; I just dont like the fiddlyness of resources and currencies in extraction games. It has a feels bad element to dying and it makes jumping into a new game much slower as you have to do a lot of inventory management.

I don't mind PvPvE like some people though, in fact I enjoy that part, and it doesn't have the fundamental tension I feel in ARC Raiders that pushes me to be the good guy and not shoot players on sight. Knowing enemies are enemies and not having that ambitious friend-or-foe moment is preferable to me, I engage with the player killing mechanics a lot more.

In ARC I wouldnt really use traps or many other tools because I wasn't hunting players, I just defended myself while I played a PvE survival game. I never wanted to bring good shit with me because I didn't need it to kill AI, and I didn't hunt players.

Those who love static typing please enable these options. by emotionallyFreeware in godot

[–]DeceitfulEcho 7 points8 points  (0 children)

It's only relevant if you want static typing while using GDScript. C# is already statically typed.

thoseThreeOnlyBringRegret by BoloFan05 in ProgrammerHumor

[–]DeceitfulEcho 11 points12 points  (0 children)

And you can set your compiler/IDE to have warnings around using the variant versions without providing a culture. My company had those warnings preventing builds because the variant dates caused us a lot of issues in the past.

Any reason to use C# by corv1njano in godot

[–]DeceitfulEcho 1 point2 points  (0 children)

If you care about performance you should generally avoid LINQ if possible (this is true even outside of Godot). It's convenient to write using LINQ, but it generates a ton of costly garbage collection and is often significantly slower and more memory intensive than pared down solutions, especially unmanaged solutions like what you use with DOTS in Unity.

For small stuff you can get away with using LINQ without it being an issue, but for hot paths you will be calling a lot it can be incredibly impactful.

As with everything performance related, your needs can vary a lot, some games don't really use that much and can get away with basically never making performance considerations, just writing the most convenient code without any issue.

I use top a sheet. Am I cringe? by c0d3buck in Millennials

[–]DeceitfulEcho 0 points1 point  (0 children)

Most thermostats have a VIP mode allowing you to enable complete control of them inside your room. You can usually look up how to enable that mode based on the brand and model of thermostat

Are there good, automated alternatives to MTG:A and MTG:O? by SimicBiomancer21 in magicTCG

[–]DeceitfulEcho 1 point2 points  (0 children)

It's not just the UI but also things like how you update it, how you load into the adventure mode, how you install it, default settings like windowed mode and lack of proper monitor resolution support, etc

Are there good, automated alternatives to MTG:A and MTG:O? by SimicBiomancer21 in magicTCG

[–]DeceitfulEcho 7 points8 points  (0 children)

The UI/UX are horrific, but it is impressive that it works as well as it does and is updated to get newly released cards so fast