• 0 Posts
  • 56 Comments
Joined 2 months ago
cake
Cake day: June 4th, 2025

help-circle



  • You’ll need a bracket that’s designed for the card I think, but if you have a drill and there’s a blanking plate you can canibalise you could probably make something good enough for a headless server.

    It is a fun picture, I enjoy pictures of mildly horrifying kludges that do the job.


  • It’s not screwed in, and you’re going to be hanging a fairly heavy cable out of it. It’ll probably be fine short term, but any vibration or movement of the machine or monitor risks partially dislodging the card.

    It also looks like you have removed the bracket and reattached it outside the case, which will mean that the plug on the cable can’t mate properly with the socket, likely leading to intermittent issues.

    In short, it might work for testing the machine, but it’ll cause you pain in the long term. Get, or make, a full sized bracket and it’ll be much happier.


  • Dr Kumar said the cobra had died apparently because of the trauma to the head and mouth from the child’s bite.

    Nah, I’m going with it dieing of a combination of shock and embarrasment. That is not how a snake bite is supposed to go.

    If the kid’s first reaction to somerhing deadly is chomp, I pity anyone who crosses them in the future. I don’t think it would be inappropriate for them to wear the fangs as a trophy, and a warning.






  • I think the author is just sick of the bloat and pointless garbage that so many sites now include. I was all ready to argue with them from the title because, to me, an SPA is a Single Page APPLICATION, which can run without communicating with the server. There’s places where those are useful, but the pointless, annoying trend of loading bits of pages via javascript that the author is calling out needs to stop.

    If you’re making an ecom system, don’t, for example, make the product page load a page frame work, then load the description, price, stock levels and whatever else with javascript initiated requests. Instead render the whole thing server side and return it in one request. It’ll massively reduce the load on your servers, perform better for your users, and make your pages more indexable. Feel free to use the fancy CSS animations the author suggests, at least they degrade sensibly, with no loss of functionality.