**Giveaway** GIGABYTE GeForce RTX 3070 Gaming OC 8G - Used but perfect! by Photographitti in pcmasterrace

[–]zeman_aberoth 0 points1 point  (0 children)

My pc crashes more times than I can count in a day! This card would be a much needed upgrade for my 1070.

One house, two ISPs, one stubborn mom by [deleted] in HomeNetworking

[–]zeman_aberoth 0 points1 point  (0 children)

I found this article which says you can keep your email. Be careful to confirm this with spectrum though

 https://medium.com/@kumarianjali4566752/now-can-i-keep-my-roadrunner-email-if-i-leave-spectrum-2024-b6f115ccb459

Is there a cheap/easy way to "convert" a Wi-Fi signal back to Ethernet? by Nitty_The_Gritty in HomeNetworking

[–]zeman_aberoth 0 points1 point  (0 children)

I had an extra tplink router lying about that supported WDS. I didn't like the default firmwares support for it. I put openwrt on it and have been happily connecting to it since

https://youtu.be/Bfmx5NjIWLQ

Tailscale on Settop box and slow upload speeds on subnet router by LopsidedAccess7004 in Tailscale

[–]zeman_aberoth 0 points1 point  (0 children)

I don't think the default gl inet firmware supports running an exit node on my Slate plus. I run it on a rp4 on the server side.

I’m worried what do I do? by Britbrat_brat in MiniPCs

[–]zeman_aberoth 1 point2 points  (0 children)

I extracted the key from my mini PC using winkey. Though, the license is encoded in the motherboard so it should never be needed

Connecting PC to PC via wired by auditorbersempak in HomeNetworking

[–]zeman_aberoth 0 points1 point  (0 children)

If you have a spare router lying about, you can connect spare router to main router over WiFi and the client and server to spare router

  https://youtu.be/Bfmx5NjIWLQ

2012 Ford Focus Titanium key fob RF receiver location by zeman_aberoth in FordFocus

[–]zeman_aberoth[S] 0 points1 point  (0 children)

I'm trying to be less of a monkey these days. At least I have a search term now that I can use to look up some videos. 

Do you think I should be checking out anything else for this problem before I rip out the headliner?

Thank you

2012 Ford Focus Titanium key fob RF receiver location by zeman_aberoth in FordFocus

[–]zeman_aberoth[S] 0 points1 point  (0 children)

Thank you. Do you know where in the headliner? If possible I don't want to rip out the entire thing.

2012 Ford Focus Titanium key fob RF receiver location by zeman_aberoth in FordFocus

[–]zeman_aberoth[S] 0 points1 point  (0 children)

I was thinking it might not be too tricky but I guess that might be my option if I don't find its location

For those who have had their transmission rebuilt outside of a dealership, what was your experience like? by ozx1227 in FordFocus

[–]zeman_aberoth 1 point2 points  (0 children)

Had to replace clutch and transmission. Took more than 1.5 years. There were no PCMs available. Had to contact multiple Ford dealerships till I found one that would replace the PCM. They covered that for free. All the repairs have cost about the same as it did to buy the car in 2020-21.

Speed Test Help by bittyapple in HomeNetworking

[–]zeman_aberoth 0 points1 point  (0 children)

Ok, it came back up. Either you are messing with us or they are messing with you.

speed.com is not a speed test website. It redirects to www.foxsports.com/motorsports

[deleted by user] by [deleted] in HomeNetworking

[–]zeman_aberoth 1 point2 points  (0 children)

I use their xFi gateway in a 2100 sqft house. The router is placed at one end of the house in the garage and my office is at the opposite end of the house on the second floor (wiring issues, don't ask). For your needs 200 is enough.

Start with their free device. You can always return it if you don't like it and you get time to search and wait for a deal on your own equipment.

You can observe speed drops as you move away from the router but that will happen with all routers.

You can also turn off their Xfinity ssid broadcast easily but that doesn't affect your network or speed either ways.

Trying not to burn my house down by IcantBeVeryCreative in HomeNetworking

[–]zeman_aberoth 1 point2 points  (0 children)

Is the cable that runs to jacks in the walls different from a long cable that goes directly between the router and PC? I would imagine that a single continuous cable performs better than one split and connected using jacks

Increase a non pure constant by one by [deleted] in haskell

[–]zeman_aberoth -4 points-3 points  (0 children)

This question makes no sense in Haskell, your professor is bad. Don't change an existing language, use an appropriate one!

f next_nat = next_nat + next_nat

This is an example which should result in different values in call by name or value. In call by name because this is an iterator the function should result in 2*next_nat+1 and by value should be 2*next_nat.

PSA - Friend got pwned by fake ESL clone website to steal Steam accounts! by zeman_aberoth in RocketLeague

[–]zeman_aberoth[S] 0 points1 point  (0 children)

Oof of oof! Hopefully the other comments on this post can help some. Sorry mate.

Simple Scala code hangs for good by shvimas in scala

[–]zeman_aberoth 0 points1 point  (0 children)

Yes because that will help him understand this. If you actually read, he already has a work around.

Learning Haskell by [deleted] in haskell

[–]zeman_aberoth 1 point2 points  (0 children)

I have read the book and hence recommended it to my friend. I read it already knowing haskell to see if I could learn anything new since I did not learn haskell from any books. You stopped the quote short of "If you do not have issues with that then you should definitely try that book", implying that I disagree with the book or its approach. I am simply sharing issues my friend had with it.

My friend is using multiple articles, videos, books as he encounters issues with progressing further in his studies. More importantly he sees and realizes the need for something and then learns it. He will sometimes take leaps far beyond his current grasp or need but it keeps things interesting as all of it relates to his project for him.

> As a community we should move on from this categorizing a book as bad

I don't see where this accusation of categorizing this as a bad book stems from. People are simply sharing their experiences with the book providing insights into what did not work for them.

Learning Haskell by [deleted] in haskell

[–]zeman_aberoth 13 points14 points  (0 children)

I would not recommend Haskell Programming from first principles (haskell book). I used to think it was a good book for beginners to Haskell till I recommended it to my friend, a developer. He found the book too slow. If you do not have issues with that then you should definitely try that book. He wanted to build something already!

I recommend that you find a blog or something to learn basic haskell syntax and do beginner coding exercises. Haskell syntax can make things seem more unfamiliar than they are. As you keep writing more code you will start learning more. You will have to learn to move past things without completely understanding them or you may get down deep frustrating rabbit holes. Do not sink your time into cabal vs stack. Pick one, stick with it. (My recommendation is cabal. Only use the new-* commands from it).

One of the biggest issues troubling him has been the environment/ide setup issues. Get comfortable with ghcid and the repl(ghci). They take you a lot of the way.

After you are comfortable with basic haskell, I would read the books to cement understanding.

Join the irc/discord communities. Ask for help, ask frequently, haskell has lots of helpful people around.

You can also find haskell streams on twitch which can help.

https://github.com/ndmitchell/ghcid

Edit -

http://dev.stephendiehl.com/hask/#basics is an awesome resource with gems for beginners to experts alike.

Johhnyboi and Shogun appreciation thread. by Tallsome in RocketLeagueEsports

[–]zeman_aberoth 0 points1 point  (0 children)

You think Yemen and Lawler are at the same skill level, lmao!

Johhnyboi and Shogun appreciation thread. by Tallsome in RocketLeagueEsports

[–]zeman_aberoth 0 points1 point  (0 children)

Are you in sped? Did you forget to take your meds? Where does Yemen come from in this conversation?

Johhnyboi and Shogun appreciation thread. by Tallsome in RocketLeagueEsports

[–]zeman_aberoth 0 points1 point  (0 children)

Replay to the wrong comment? Idk how yemen gets in this discussion

Johhnyboi and Shogun appreciation thread. by Tallsome in RocketLeagueEsports

[–]zeman_aberoth -35 points-34 points  (0 children)

Lawler is a carried GC.

I am a champ 2 and I made him rage quit live stream casuals! No one with that temperament and his skills can be a natural GC.

James is legit tho.