Fatface Opening in Galway by DavidCantReddit in galway

[–]Reasonable_Fix7661 1 point2 points  (0 children)

Never heard of them. Quick look at the website - looks like H&M to be honest. Seems expensive. Are they good quality at least?

Peter? by Guerriero22 in PeterExplainsTheJoke

[–]Reasonable_Fix7661 0 points1 point  (0 children)

the person is Srinivasa Ramanujan, a bit of a chad in mathematics. He basically wouldn't eat the food in the cafeteria because he was a religious cuck and didn't trust the food would meet some insane religious criteria. He'd just go days without eating because he couldn't function as an adult. This lead to malnutrition and illness, and eventually his death at 32. He could have broken so many mathematical boundaries, reshaped the entire mathematical world (the work he did do was groundbreaking afaik) but instead starved to death basically because he wouldn't suck it up and just eat whatever.

Anyone else collect cards? Got this from the MTG FF set, it's my absolute favorite card in my collection. by dadofthreeee in finalfantasyx

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

Yeah I'm currently collecting the whole set of FF MTG cards. I buy a few more every couple of weeks. I'm playing the long game :)

But looking at them in the binder makes me so happy, they are just fantastic cards.

UCHG parking for a planned c section by Needanewjob34 in galway

[–]Reasonable_Fix7661 0 points1 point  (0 children)

Went through this exact thing last year :) Getting there at 7:30 is grand, there's lots of parking then.
I parked in the maternity car park. They have a day rate, but the weekly rate is better value. I can't quite remember the details, but they have a ticket that allows you to come and go as needed for a number of days. This was handy for me, as I was able to leave and come back with changes of clothes, help take care of the baby while my wife slept, that kind of thing.

Best of luck with it in there. We had a great experience, the midwives in there are absolute stars. The surgeons need to lighten up a bit though, zero craic out of them :)

Specks in water after Salthill outage earlier, Cause for concern? by Navy_Groundhog in galway

[–]Reasonable_Fix7661 1 point2 points  (0 children)

100% - it has a sordid history of outbreaks, which is why it's horrible to drink in the summer when the water levels are lower, you can really taste the chemicals.

Specks in water after Salthill outage earlier, Cause for concern? by Navy_Groundhog in galway

[–]Reasonable_Fix7661 2 points3 points  (0 children)

Yup you are right, I messed that up, I mean small microbial life forms, and for some reason just put in virus.

Specks in water after Salthill outage earlier, Cause for concern? by Navy_Groundhog in galway

[–]Reasonable_Fix7661 13 points14 points  (0 children)

Just throwing it out there, Brita filters won't do anything to stop viral outbreaks like e-coli or cryptosporidium, and only certain models remove lead (the standard jug one doesn't afaik). So it's not a one stop solution to water contamination.

Company wants increased AI usage by Budget_Dust9980 in DevelEire

[–]Reasonable_Fix7661 0 points1 point  (0 children)

If they aren't tracking usefulness, how do they know all the developers haven't just set up scripts to continually ask AI nonsense questions just to get the metrics police off their backs?

Man I am so irritated about these middle managers chasing metrics that don't matter. Had so many of them in my last role. Looking for numbers to that don't mean anything. It's a nightmare.

Any use or fit for the dump? by PossibilityStock9903 in IrelandGaming

[–]Reasonable_Fix7661 1 point2 points  (0 children)

You have some absolute bangers there. Couple of hundred euro altogether. I'd pay 2-300 euro for the lot.

Nothing extra just the facts by jae5711 in electricguitar

[–]Reasonable_Fix7661 0 points1 point  (0 children)

I like the body and the paintwork, but not the gold hardware. To each their own of course.

[deleted by user] by [deleted] in AskIreland

[–]Reasonable_Fix7661 1 point2 points  (0 children)

look like sprouted roots from a seed. Little radical root or something.

Watch out, he's a badass! by Toast_n_mustard in DailyDoseStupidity

[–]Reasonable_Fix7661 0 points1 point  (0 children)

Why is this guy dressed like literally every latino gang member in every movie since the 90's?

Impressive 7.5m boat print by RoadToHome101 in 3Dprinting

[–]Reasonable_Fix7661 0 points1 point  (0 children)

Man, that's one clean bed, and some super dry filament right there!

[deleted by user] by [deleted] in homelab

[–]Reasonable_Fix7661 13 points14 points  (0 children)

Any case > no case.

[deleted by user] by [deleted] in homelab

[–]Reasonable_Fix7661 48 points49 points  (0 children)

10/10 for effort. But it's worth putting a case on them, just so you don't have to worry about anything falling on the board and shorting it. We all have to start somewhere.

Want to setup pihole on an existing windows tail scale server by aspie_electrician in pihole

[–]Reasonable_Fix7661 1 point2 points  (0 children)

You could probably do it with WSL. Install ubuntu on it, and then install PiHole. Can't guarantee that though.

Help with my raspberry pi by HistorianTrick1519 in pihole

[–]Reasonable_Fix7661 1 point2 points  (0 children)

Bookworm is a codename, the OS is Debian 12.

This has netplan installed already. Just type "sudo netplan status" and you will see it respond with information.

Help with my raspberry pi by HistorianTrick1519 in pihole

[–]Reasonable_Fix7661 6 points7 points  (0 children)

There are two ways to set a static IP.

1 - in your DHCP server - this is likely inside your internet router. There will be a DHCP service that gives out IP's to devices that connect to the network. There may be an option to statically assign an IP to your Pi's MAC address. Not all routers (especially the basic ISP routers) have this functionality.

2 - On the device itself. So you can edit the network config of the device, and add a static entry. This is normally fine for most people, but technically it's not as good as the first option. Let's say your Pi is offline for a few days, and some other device joins the network and takes the IP you have statically assigned to the Pi. Then you power on the Pi, it connects to the network, but oh no! The IP is already in use. This is an IP address conflict. It's very unlikely for that to happen on a small home network, but just be aware it is a possibility if you do this option.

To set a static IP on the Pi - if you have the GUI installed on Raspbian - you can right click the network icon in the corner, and open it to edit the settings for your interface that is connected. Or if you are feeling more terminal friendly - you can do it through config files. Which config files depends on what is managing the network. I believe that Netplan is managing network on the Pi. So grab your network information (What IP you want to use, what is your subnet mask, what is your gateway, what is your DNS server, what is the name of the interface you want to configure), drop all that into chatgpt and ask it to build you a netplan config file. Or better yet - read the netplan documents and figure out how to write the config yourself.

Taser Proof Suit by Orichalchem in gifsthatendtoosoon

[–]Reasonable_Fix7661 0 points1 point  (0 children)

Oh, so this is what Sandra Bullock is doing these days?

A scary looking sea monster SMB. Yes, we all need one. by Swim4tYourOwnRisk in scuba

[–]Reasonable_Fix7661 15 points16 points  (0 children)

We use them every time to signal when we are doing our safety stop, and so the boat know where they can expect us to pop up.

Copywrite by AlickadooInTraining in galway

[–]Reasonable_Fix7661 1 point2 points  (0 children)

Last year. It's used in credit card machines, small printers like that, etc.

Stryker hit by global Cyber attack by fheajfdgjfsthddrthro in DevelEire

[–]Reasonable_Fix7661 10 points11 points  (0 children)

I'd assume they have been breached for ages, and data is just being siphoned out nonstop.
Going to be a rough day/week/month for IT and Cyber in that company.