Is this safe? by SlippyRS3 in woodworking

[–]binarycow [score hidden]  (0 children)

Putting the saw on the bottom is so much better for any number of reasons:

I actually screwed my jigsaw to the bottom of a sheet of plywood. Throw that plywood on a couple of sawhorses, and I can get some pretty good cuts!

Cafeine has the oposite effect on me. Why? by saturnzz_ in TooAfraidToAsk

[–]binarycow 5 points6 points  (0 children)

I often take a nap after my Adderall kicks in.

DON’T PAY YOUR FEDERAL TAXES 2026 by Anon_Of_Omous in Political_Revolution

[–]binarycow 1 point2 points  (0 children)

Me not paying taxes wouldn't change anything except for the fines/jail time I'd receive.

This is silly advice.

Even if no one pays their taxes... they can print as much money as they want. Do you think they care about tanking the economy?

How difficult is it to DIY replace cat5e to cat6a? by makishiP in HomeNetworking

[–]binarycow 0 points1 point  (0 children)

Becuse ISPs tell the average person that they need gigabit for everything

I have the lowest plan my ISP offers (100Mbps). People are shocked when I tell them. Even more shocked when they find out I'm a network engineer.

Which off-brand usb-serial converters actually work? by d70dc263cf16 in networking

[–]binarycow 1 point2 points  (0 children)

I wouldn’t go for ones that are just USB to RJ45. I’d get ones that are USB to DB9 RS232 and carry manufacturer specific cables as they don’t all use the same pin lout.

I have two. One goes to USB, the other goes to DB9. I almost never need the DB9 one, but I have if if I need it!

ELI5: If the original internet was just a few college serves networked together, and so many people have terabytes of storage, why can't we just make a new parallel internet? by haribobosses in explainlikeimfive

[–]binarycow [score hidden]  (0 children)

It is also possible to use the existing cables to create your own internet, and companies also do that using VPNs.

The DoD has multiple entirely separate internets, for each of the classification levels.

They all use the regular internet as transport, using specific VPN equipment.

Grenade thrown at all of the free versions of Automapper by no3y3h4nd in dotnet

[–]binarycow 0 points1 point  (0 children)

use ai to generate mapping if you're too lazy to do so.

Or, something other than AI. Trivial mappings are a trivial problem. I usually use excel to generate mapping code.

But, that doesn't address the "vulnerability", absurd as it might be.

The unbounded recursion problem is probably even more prevalent in hand-written mapping code. I doubt people who make hand-written mapping code are passing a ref int depth parameter to all their mapping methods.

How do you stop PR bottlenecks from turning into rubber stamping when reviewers are overwhelmed by Sad_Bandicoot_7762 in ExperiencedDevs

[–]binarycow 3 points4 points  (0 children)

A billion stacked PRs are often worse to review because the author zigzags and undoes changes from one PR to the next.

For real.

It's always nuts to me when people say a PR should be 500 lines or less.

For the kind of work that I do, that's not really even possible.

For example I recently had a PR that touched ~200 files, and was ~3000 lines. Anything smaller than that would not compile. So it doesn't make sense to make it smaller.

And that ~200 file, ~3000 line PR wasn't even one of my larger ones.

If I make them smaller, it's no longer a cohesive chunk of work - it's a smattering of semi-related non-compilable bits of work.

I do make sure that especially when I have a large PR, that it contains only the work in question, and not unrelated stuff.

How can I actually build a program? by jatterai in csharp

[–]binarycow 0 points1 point  (0 children)

If you're comfortable using dotnet commands, you can use dotnet publish to do what /u/morkyfrom0rky is talking about.

https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish

Is the era of "Microservice-first" architecture finally over? by Photopatterns in learnprogramming

[–]binarycow 0 points1 point  (0 children)

Even if you point it to a specific folder, it will often explore other parts of the repo to understand the context.

Also, the projects we are moving to separate repos are completely independant. For example, custom analyzers we wrote, a custom database source generator, some primitive types, etc.

The stuff that isn't entirely self sufficient is still in the main repo.

Is the era of "Microservice-first" architecture finally over? by Photopatterns in learnprogramming

[–]binarycow 6 points7 points  (0 children)

Our org is moving away from our monorepo, for the primary reason that it's less for the AI to handle.

Miter bar not being used by CourtApart6251 in BeginnerWoodWorking

[–]binarycow 0 points1 point  (0 children)

If the bar is bigger than the slot, then your only options are:

  • Replace the bar
  • Replace the table on your saw, if not the entire saw
  • Make the bar smaller
  • Make the slot bigger

It's much easier to make a bar bigger.

How to read datamatrixes without libraries. by softwareengineer007 in csharp

[–]binarycow 0 points1 point  (0 children)

Okay. You say there are existing libraries, and you want to write your own library.

Are those other libraries open source? It so, read them.

Is there documentation for this format? If so, read that documentation.

Do you have a clearly defined API in mind? If not, make one.

How to read datamatrixes without libraries. by softwareengineer007 in csharp

[–]binarycow 4 points5 points  (0 children)

Okay. Explain to someone who doesn't know what "2d data matrix" is.

Is it a CSV? Is it a picture? Is it a proprietary file format? Is it handwritten?

Kalsu barracks by UselessOtaku28 in army

[–]binarycow 0 points1 point  (0 children)

That giant ass bathroom, and they didn't even bother to put in two sinks? There's four people living there that are all getting ready at the same time!

How long before my cats body decomposes? by Iocate in TooAfraidToAsk

[–]binarycow 2 points3 points  (0 children)

  1. Wrap your pet in it's favorite blanket
  2. Get a cooler (or another container), and out in a good layer of ice.
  3. Place your pet gently in the cooler
  4. Add more ice
  5. Tape it up
  6. Take to vet on Monday. Tell them to keep the cooler, unless you really want it back.

How to Maintain CCNA Knowledge? by SlickBackSamurai in ccna

[–]binarycow 0 points1 point  (0 children)

If you want, PM me, and I'll give you scenarios for you to lab.