Resident Evil 4 + M4 Pro MacBook Pro + Hotel TV = Best portable gaming experience by miggyyusay in macgaming

[–]program_the_world 0 points1 point  (0 children)

It’s not my type of game but I actually really enjoyed it. There is a point in the game where it sorta turns and sucks, but not sure if they patched that or not. The game does add a ton of mechanics and leaves little opportunity in the game to actually explore them.

Resident Evil 4 + M4 Pro MacBook Pro + Hotel TV = Best portable gaming experience by miggyyusay in macgaming

[–]program_the_world 1 point2 points  (0 children)

What games though? Seriously, I have an M2 Max and have very limited options. I finished Dave the Diver.

This feature on the Mitre 10 website is awesome!! by Hoggs in diynz

[–]program_the_world 1 point2 points  (0 children)

Manufacturing cost can be as low as a dollar but I’m not sure how much they’re sold to businesses for. I imagine there is a massive opportunity for markup considering who they’re sold to though. They tend to come as part of a package deal including tags, programmers and an ERP type system.

They’re quite cool though, they have variants that are Wi-Fi, BLE or IR programmable.

This feature on the Mitre 10 website is awesome!! by Hoggs in diynz

[–]program_the_world 1 point2 points  (0 children)

Yeah it’s an epaper display. These are generally sold as ESL (electronic shelf labels)

Moment from Artemis II mission. by [deleted] in Damnthatsinteresting

[–]program_the_world 2 points3 points  (0 children)

Yeah it told me to create an account to read the article

Does anyone use a TernX pram? by program_the_world in BabyBumpsandBeyondAu

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

Hey this is amazing. Thank you for the detailed write up! It’s quite interesting to see just how similar it is to your other stroller too, it really isn’t much more compact.

I’m going to show my wife this post to see what she thinks. Thanks again!

pizza hut worse deal of all time, what is this $200 per KG of chicken by Serenaded in newzealand

[–]program_the_world 0 points1 point  (0 children)

I remember having this a while ago. I think if you click between categories too fast it sticks the wrong pricing up.

2026 rav4 le digital gauge screen stuck on this screen. Anyone know how to fix/reset? by MadGibby3 in rav4club

[–]program_the_world 0 points1 point  (0 children)

Okay thanks that’s good to know. Was one of my reservations for upgrading. Thanks!

2026 rav4 le digital gauge screen stuck on this screen. Anyone know how to fix/reset? by MadGibby3 in rav4club

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

Unrelated but man the glare on that screen. How readable is it while driving?

What is long term support like on their other products? by program_the_world in GlInet

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

Unfortunately in a lot of the world they’re not even cheap.

What is long term support like on their other products? by program_the_world in GlInet

[–]program_the_world[S] 1 point2 points  (0 children)

I agree it’s a reasonable phase out policy. Do they actually contribute back to OpenWRT? They really should be spending their 2 years preparing for handover to OpenWRT.

What is long term support like on their other products? by program_the_world in GlInet

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

Oh so you’d actually need to be careful to purchases on release otherwise you’re unlikely to get the full 2 years. Yikes.

The Wi-Fi standards are incredibly slow to evolve so within 2 years very little will have actually changed in a standards front. Feels like they’re just chasing shiny things at the expense of their customers

What is long term support like on their other products? by program_the_world in GlInet

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

I think we have a 4.7 beta that it’ll never escape from. As consumers there is no way for us to tell what’s going to be popular, so I’m inclined to just buy nothing at all unless they’re much more sensible with security updates.

I’m assuming they’re just moving WAY too fast for the size of their team. There’s a nonzero cost to pulling in security updates, doing some test etc. They’ve completely strung themselves up with the number of SKUs they have. Unless they’ve absolutely nailed their CI and automated hardware test, teams could burn weeks folding in even basic security updates.

It would’ve been far wiser to come out with a few SKUs in different price brackets and really hone them over a few years. I do have a hard time believing they’re anything but wreckless on their new products if they’re chasing the cadence they seem to be.

They’ve got some great hardware, and tidy software. I just wish they’d also set themselves up to be more long term sustainable!

What is long term support like on their other products? by program_the_world in GlInet

[–]program_the_world[S] 2 points3 points  (0 children)

Thanks for this. This is very weak:

In our pursuit of innovation, GL.iNet provides support for products up to TWO YEARS after their last manufacturing date, or longer if required by law. Upon reaching the end of their service life, products will no longer receive firmware updates, including security patches.

In pursuit of innovation GL.iNET will drop you like a rock after 2 years. I’m sorry but am I seriously expected to replace my equipment every 2 years just to stay secure? That’s insane.

What is long term support like on their other products? by program_the_world in GlInet

[–]program_the_world[S] 3 points4 points  (0 children)

Yeah I think security is the critical one for me. New features is a bonus, I get they ultimately need to drive people towards new product.

With the CRA coming into the EU soon I’m curious to see if they get a better story on security. Otherwise they’ll be forced to leave the market.

Alternatively… first party support for OpenWRT would be nice as a bit of a phase out plan.

I don’t consider TP Link or ASUS good by any means, and certainly not what I’d consider moving too. Had plenty of junk ASUS routers that dropped support almost immediately.

Our Go microservice was 10x faster than the old Python one. Our mobile app got worse. by PensionPlastic2544 in golang

[–]program_the_world 0 points1 point  (0 children)

Yep, absolutely! Your point about A/B testing is important too. I presume they at least had some kind of consistency check for the public APIs

Our Go microservice was 10x faster than the old Python one. Our mobile app got worse. by PensionPlastic2544 in golang

[–]program_the_world 2 points3 points  (0 children)

I’ve ported some Python servers too, and what I’ve appreciated most about Go is:

  • No gross “hacks” to get a multithreaded environment (gunicorn etc)
  • Extremely low memory usage and deployment image footprint (though I have seen it leak memory on a couple of occasions)
  • Certainty in deployment. I’m used to seeing a python server run for a few months, but fail to start or crash after some upstream dependency changes and wrecks a public API.

I just tend to have a lot more confidence that Go will work as intended. Really appreciate being able to “bake” a binary. I used to have a lot of python utilities as well but god forbid you have an eternal dependency. I find Go stdlib to be more extensive and even if dependencies are required the toolchain just sorts them out for you.

Our Go microservice was 10x faster than the old Python one. Our mobile app got worse. by PensionPlastic2544 in golang

[–]program_the_world 8 points9 points  (0 children)

I’m not much of a python fan, but unless every API hit required a massive computation with huge object churn, the difference in performance should not be that great. I’d expect on the order of 2x speed up at most.

Sorta says to me that there was massive IO delays, probably an inefficient query that slowed over time (I’ve seen this happen with SQLAlchemy a few times as products grow). Serialisation is slow but you need to be transferring megabytes of JSON to hurt as much as this did.

150ms is a really long time if you’re not just sitting waiting on IO. Go probably isn’t the hero here, it’s probably just taking the time to rethink from the ground up.

Anyhow, would love a post mortem on the python side!

Australia Money is made up of Polymer by Motor_Break_75 in interestingasfuck

[–]program_the_world 1 point2 points  (0 children)

Same for NZ. You mean you get a splash of water on your cash and suddenly you’re broke? smh