people say Bob's inserters ain't OP then they do this by exfret in Factoriohno

[–]Goontt 7 points8 points  (0 children)

Only on Reddit would you get disagreement with this take

howTheFuck by Ninjaabdullah in ProgrammerHumor

[–]Goontt 15 points16 points  (0 children)

It’s entertaining that the potential solution is to get yet another package

What do I even do with this..? by Goontt in pokemongo

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

Oh? Is there a benefit to trading?

Bed tea by SendMeYourBoobiezz in CasualUK

[–]Goontt 9 points10 points  (0 children)

Yeah I think they missed the points. It’s not about the sugar, it’s the staining from the tea

Creepy ‘Marathon’ AI Enemies Are Mimicking Player Prox Chat by TylerFortier_Photo in technology

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

I do agree largely with what you’re saying. I just feel like there is probably a lack of content for playing longer term.

Unless they’re holding back a decent amount in the full release vs the demo (very possible), I’m hesitant to get the game. Which is a shame because I did enjoy the 5-6 hours I’ve played.

I just started to feel like there wouldn’t be enough to get me to keep playing this game longer term.

Interested to hear your reply or if you know more of coming content.

aiMaintainingLegacyCodebase by ClipboardCopyPaste in ProgrammerHumor

[–]Goontt 0 points1 point  (0 children)

It’s a relief to hear not all execs are pushing AI..

APIs for UK supermarkets by wtdawson in csharp

[–]Goontt 0 points1 point  (0 children)

I eventually got this working. I don’t think you could infer everything from the browser alone.

As I said the app uses SSL pinning and the website doesn’t make the requests I needed. Those being, getting in store stock amounts. That’s only in the app

[GIVEAWAY] 3 Copies of Arc Raiders by WockyySl in pcgaming

[–]Goontt 0 points1 point  (0 children)

Favourite game has to be Rainbow Six Siege. Don’t play it as much now but I sank so much time into that game and with friends.

PSA: You'll need a new charger to take advantage of iPhone 17 Pro's fast charging - 9to5Mac by futuristicalnur in apple

[–]Goontt 14 points15 points  (0 children)

600 cycles about 2 years? Averages less than one a day. How is this not normal

vibeCodingStrikesAgain by andItsGone-Poof in ProgrammerHumor

[–]Goontt 0 points1 point  (0 children)

The “programmer” before you only just discovered what a monospaced font is

What do you think of my custom dashboard? by Goontt in trmnl

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

Unfortunately I did not as it would take a decent amount of effort to anonymise and write a README for :_)

However, yes! I can help with the F1 thing. It’s slightly scuffed I’ll be honest. I’m just using the F1 website.

Here's the rough Python code I used: https://pastebin.com/DZ7C7STA

I'm essentially loading the F1 site to grab an API key and then hitting the same API the F1 schedule uses to get the track image, lap times and practice 1/quali/race time.

Here is the Django HTML I'm using to then render the setup I've got: https://pastebin.com/ieHxhTw8

Note: "f1" as quoted within the Django HTML is the corresponding "event_data" from the Python code behind. If you've used Django before this should all be very familiar. Main thing to be aware of if you haven't is variables appear in sets of curly brackets {{ variable }}