home.social

Search

140 results for “gordoooo_z”

  1. No idea. Mounted the small rubber shroud for the rear fan from the Quicksilver, as opposed to the plastic shield that holds the fan in the Digital Audio, and I've mounted a 120mm fan on top pointing out, Intel cooler style. I don't honestly think heat is the issue, but I'd like to at least eliminate it as a variable (or hey, maybe it is the issue, and I can prevent losing another night to fighting with yet another cursed G4).

    Starting to once again lose my taste for playing with old Macs (though there's always the possibility that it's a side effect of the modified ATX power supply).

    #powermac #g4 #powermacg4 #os9

  2. It is entirely possible that what is actually happening is it's going to sleep, and then failing to wake up (which I think is a side effect of the modded ATX power supply). I've now slid the sleep timer in the Energy Saver panel to Never, but I'm too dumb and impatient to wait and see if this solves it, and I currently have OS9.2 installing to the IDE drive. Wish me luck, lol.

    #powermac #powermacg4 #g4 #macos9

  3. Not at all surprised that my first prints weren't super successful. Not that I think I can but myself out of tuning the printer, or learning my feeds and speeds, but I ended up ordering a new build surface, brass nozzles, and a fresh roll of standard white PLA.

    In the spirit of both tuning, and learning, I want to eliminate as many variables as possible. It's a used printer, so I don't know what kind of nozzle is on it, or how much use it's seen. I *do* know the build surface is a wavy mess that's seen its share of close contact with the hot end.

    As far as the filament goes, I'm sure I could get the silk PLA going, all other things being in good order, but again, I just want to reduce the number of variables, and get past the first hump of a first completed test print, so I know I'm on the right track as far as setup, and then I can start focusing dialing things in.

    I still think the bed needs some work, beyond just replacing the magnetic surface. Levelling the gantry helped some (turned out it was off by roughly half an inch!), And raising the Z-axis limiter helped some more, but that top left corner of the bed is still forced to be at its lower limit (tightened all the way), which is not ideal.

    Not sure why the bracket under that end needs to be as thick as it is, but there's got to be a solution involving either the Z-limiter, Z axis offset, or combination of, rather than what my ghetto engineering instincts want, which is to sand that bracket a mm or so thinner.

    Anyway, those are my thoughts thus far. I'll pick this up again tomorrow, after work, assuming my parts come at a reasonable time.

    #3dprinter #3dprinting #ender3 #benchy3d
  4. How am I still in a relationship with this woman?

  5. #RolandP6 Update: IF THE FILTER IS GLOBAL IT'S DEAD TO ME

    Edit: False alarm.

    Edit: Or so I'm told? HELP ME, LOOPOP!

  6. Update: IF THE FILTER IS GLOBAL IT'S DEAD TO ME

    Edit: False alarm.

    Edit: Or so I'm told? HELP ME, LOOPOP!

  7. #RolandP6 Update: IF THE FILTER IS GLOBAL IT'S DEAD TO ME

    Edit: False alarm.

    Edit: Or so I'm told? HELP ME, LOOPOP!

  8. #RolandP6 Update: IF THE FILTER IS GLOBAL IT'S DEAD TO ME

    Edit: False alarm.

    Edit: Or so I'm told? HELP ME, LOOPOP!

  9. Is it just me or does Plex' MST3K channel (which I think is just Pluto's MST3K channel?) precede each movie with a random assortment of clips from different episodes of MST3K? Wtf is the point? Just play the bloody episode. I just watched like 3 or 4 different scenes that claimed that 3 or 4 different movies were about to play. The guide says the movie is actually supposed to be Werewolf, but at this point I really can't be sure. Not until I see either a werewolf or a title card.

  10. This is more an indictment of my habit of trying to just making cool shit on the spot rather than going in with a plan, but Photoshop is a terrible tool for my back-asswards workflow for making graphics (calling it graphic design wouldn't really be accurate, because winging it ≠ design) these days. I got away with it back in the day because I could Photoshop as fast as I could think. It used to feel like a magical canvas where my ideas could come to life at a moment's whim. Now it feels like a soupy blunt instrument where if you move to quickly when holding shift, it suddenly constrains movement to an imaginary 45° line instead of vertically or horizontally (BUT WHY THOUGH!? FAAAACK).

    Anyway, I have to setup an email campaign for a new product line, so that's the real context here. It's gonna be cool though. The graphics are rarely the hard part, and thankfully it's far easier to make up a couple paragraphs of copy for a new product than it is for a sale that's more or less same as every other sale just a different occasion.

  11. Can someone please explain to me why an Apache mod_rewrite rule would apply in Chrome, but not in Firefox? Basically, I'm taking the requested subdomain, e.g. [something].mywebsite.com, and using that string to 301 redirect to mywebsite.com/[something]. Works perfectly in Chrome, but hasn't worked in Firefox in a while (first version worked in both, but I had to reimplement it after a WordPress update overwrote it) and I have no idea why that should be a thing. We basically have zero Firefox users attempting to use the subdomain aside from myself, so it doesn't *really* matter, but I just want to understand (and avoid an unnecessary customer service email in the event that a Firefox user scans the QR code and erroneously ends up at the homepage; yes, the subdomain was a mistake. But the QR codes are out there by the thousands, so it's too late for me now lol).

    I should say that the majority of my mod_rewrite experience was probably a decade or so ago, so I'm definitely pretty rusty.

    The rule:

    RewriteCond %{HTTP_HOST} ^(?!www\.)([^.]+)\.(mywebsite\.com)$ [NC]
    RewriteRule ^ http://%2/%1%{REQUEST_URI} [L,R=301,NE]

    #apache #mod_rewrite #server

  12. Can someone please explain to me why an Apache mod_rewrite rule would apply in Chrome, but not in Firefox? Basically, I'm taking the requested subdomain, e.g. [something].mywebsite.com, and using that string to 301 redirect to mywebsite.com/[something]. Works perfectly in Chrome, but hasn't worked in Firefox in a while (first version worked in both, but I had to reimplement it after a WordPress update overwrote it) and I have no idea why that should be a thing. We basically have zero Firefox users attempting to use the subdomain aside from myself, so it doesn't *really* matter, but I just want to understand (and avoid an unnecessary customer service email in the event that a Firefox user scans the QR code and erroneously ends up at the homepage; yes, the subdomain was a mistake. But the QR codes are out there by the thousands, so it's too late for me now lol).

    I should say that the majority of my mod_rewrite experience was probably a decade or so ago, so I'm definitely pretty rusty.

    The rule:

    RewriteCond %{HTTP_HOST} ^(?!www\.)([^.]+)\.(mywebsite\.com)$ [NC]
    RewriteRule ^ http://%2/%1%{REQUEST_URI} [L,R=301,NE]

  13. Can someone please explain to me why an Apache mod_rewrite rule would apply in Chrome, but not in Firefox? Basically, I'm taking the requested subdomain, e.g. [something].mywebsite.com, and using that string to 301 redirect to mywebsite.com/[something]. Works perfectly in Chrome, but hasn't worked in Firefox in a while (first version worked in both, but I had to reimplement it after a WordPress update overwrote it) and I have no idea why that should be a thing. We basically have zero Firefox users attempting to use the subdomain aside from myself, so it doesn't *really* matter, but I just want to understand (and avoid an unnecessary customer service email in the event that a Firefox user scans the QR code and erroneously ends up at the homepage; yes, the subdomain was a mistake. But the QR codes are out there by the thousands, so it's too late for me now lol).

    I should say that the majority of my mod_rewrite experience was probably a decade or so ago, so I'm definitely pretty rusty.

    The rule:

    RewriteCond %{HTTP_HOST} ^(?!www\.)([^.]+)\.(mywebsite\.com)$ [NC]
    RewriteRule ^ http://%2/%1%{REQUEST_URI} [L,R=301,NE]

    #apache #mod_rewrite #server

  14. Can someone please explain to me why an Apache mod_rewrite rule would apply in Chrome, but not in Firefox? Basically, I'm taking the requested subdomain, e.g. [something].mywebsite.com, and using that string to 301 redirect to mywebsite.com/[something]. Works perfectly in Chrome, but hasn't worked in Firefox in a while (first version worked in both, but I had to reimplement it after a WordPress update overwrote it) and I have no idea why that should be a thing. We basically have zero Firefox users attempting to use the subdomain aside from myself, so it doesn't *really* matter, but I just want to understand (and avoid an unnecessary customer service email in the event that a Firefox user scans the QR code and erroneously ends up at the homepage; yes, the subdomain was a mistake. But the QR codes are out there by the thousands, so it's too late for me now lol).

    I should say that the majority of my mod_rewrite experience was probably a decade or so ago, so I'm definitely pretty rusty.

    The rule:

    RewriteCond %{HTTP_HOST} ^(?!www\.)([^.]+)\.(mywebsite\.com)$ [NC]
    RewriteRule ^ http://%2/%1%{REQUEST_URI} [L,R=301,NE]

    #apache #mod_rewrite #server

  15. I'm surrounded by people who don't squeeze excess air out of Ziploc bags before sealing them (if they even seal them at all), and it drives me absolutely banaynays.

  16. Own a drum machine (/sampler/DAW)? Enjoy jungle classics from the likes of Micky Finn, Shy FX, Aphrodite, etc.?

    Enjoy: drive.google.com/drive/folders

    P.s. anyone remember Jungle Fever w/ Shy FX, Micky Finn & Skibadee? Jungle Fever 98 in particular (on.soundcloud.com/kYEloxyVGVHj) is permanently etched into my brain from way back in the late 90s. I was only 7 or 8 when this dropped, but having an older brother came had its perks, lol.

  17. I probably should not have procrastinated from basically midnight til 6 in the morning, but nothing like only having 4 hours (now 3 and a bit) left to provide the requisite sense of urgency to get the job done, I guess 🙃

  18. Own a drum machine (/sampler/DAW)? Enjoy jungle classics from the likes of Micky Finn, Shy FX, Aphrodite, etc.?

    Enjoy: drive.google.com/drive/folders

    P.s. anyone remember Jungle Fever w/ Shy FX, Micky Finn & Skibadee? Jungle Fever 98 in particular (on.soundcloud.com/kYEloxyVGVHj) is permanently etched into my brain from way back in the late 90s. I was only 7 or 8 when this dropped, but having an older brother came had its perks, lol.

    #jungle #samples #breaks #junglebreaks #dnb

  19. #ancora #godo #godoo #godooo #godoooo
    meloni
    salvini
    tajani
    m. berlusconi
    nordio
    buongiorno
    larussa
    montaruli
    santanchè
    delmastro
    bignami
    malan
    foti
    cirielli
    gardini
    roccella
    rampelli
    mollicone
    borghi
    borgonzoni
    calderoli
    centinaio
    durigon
    angelucci
    matone
    ravetto
    gasparri
    casellati
    craxi
    ronzulli
    sapete che ce dovete fà co la bottiglia de champagne?
    ma prima vi consiglio di levare il tappo😜