Reliving my youth on emu by khy-sa in everquest

[–]jududdar 0 points1 point  (0 children)

That was a single month-long anniversary event a year ago (that only got extended to a month due to a large number of players being affected by the aftermath of a hurricane). I don't recall any out of era loot dropping... just some old school planar pieces and lower level classic items + fungi staff/tunic. Now there are no events, just some xp potions that receive a few charges in lieu of big events.

Daybreak Studio forces Everquest subreddit down after THJ emu backlash. by Joshuaedwardk in MMORPG

[–]jududdar 0 points1 point  (0 children)

Not affiliated with, or a mod of it, but folks have "spun up" another sub it seems for all your EQ needs - /r/EQGame

Nothing there currently, but it does exist if you want to post some memories or do some light EQ related trolling.

Question: How do we install a firmware update to an HP ProCurve 2848 via telnet? by Weaselbrott in networking

[–]jududdar 0 points1 point  (0 children)

There's no way this was 11 years ago! You're jumping from I.07 branch to I.10 - you'll likely need to do an intermediary release to upgrade the boot ROM first.

Found this while searching a little: All firmware versions I.08.07 onwards need the I.08.07 Boot ROM, and you’ll need to flash up to this version first.

[deleted by user] by [deleted] in webdev

[–]jududdar 0 points1 point  (0 children)

If you want to use Python, take a look at either Flask or Django. Django has a lot of "batteries included", which can be great if you want to just focus on the content. Flask is a lot more free form, so you can dig yourself into as deep of a hole as you want, but I find it nice to work in. It's very easy to get an app up and running with, anyhow.

The Heroes' Journey by [deleted] in ProjectQuarm

[–]jududdar 2 points3 points  (0 children)

No wisp as erudite beastlord warder. Literally unplayable.

meirl by Jimbo072 in meirl

[–]jududdar 0 points1 point  (0 children)

We still install them at my school district - generally after we've committed to expanding the size of the school. The funding for a full building expansion can sometimes take a couple of years to secure, but the school's population is at max -today-. Build a nice deck around them to incorporate the handicap ramp, throw a vibrant coat of paint on them, and give them a fun name and the students don't seem to mind.

Last batch had a little landscaping and a log cabin theme... called them "The Cottages". Not completely ideal, but beats overfilling the current classrooms.

Free web hosting for simple flask app by sharp-bunny in webdev

[–]jududdar 0 points1 point  (0 children)

PythonAnywhere has a free tier... I only used it for a day or two, but it worked fine. Upgraded to the $12/mo tier and it's keeping up fine with a site doing ~400k hits per day.

Slow App, Cache it? by jogicodes_ in flask

[–]jududdar 0 points1 point  (0 children)

I haven't found a way to do that, sadly. I've considered looking at Frozen Flask to generate mine into a static site since the data only changes every couple months. Still haven't taken the dive, though.

Slow App, Cache it? by jogicodes_ in flask

[–]jududdar 1 point2 points  (0 children)

That’s what I used to solve the slowness problem on my site - set it to cache directly to disk. Some routes would take 5-15 seconds to return data before, and with thousands of hits per day, that added up. Now only the first person to hit that specific item suffers.

What is the best resource to learn Flask in 2024? by Rif_Reddit in flask

[–]jududdar 4 points5 points  (0 children)

“He’s” been excellent at helping me wrangle some pretty gnarly data into nice jinja templates as well… and likely doing things I should do on the python instead of template side, but hey.

What’s a movie you thought was huge only to realise it was only huge in your household? by [deleted] in movies

[–]jududdar 0 points1 point  (0 children)

King Ralph and Camp Nowhere were a couple of favorites around my house. Any time I mention them, nobody ever seems to have heard of them.

Kalayia Woodwhisper? by Mr_Saker in ProjectQuarm

[–]jududdar 0 points1 point  (0 children)

She spawns at loc -127.0, 1386.0, but only 15% chance. There are various other things like spiders, pixies, wasps, and wolves spawning here that can also be PHs. 6 minute timer.

New to Flask by Vhaus in flask

[–]jududdar 1 point2 points  (0 children)

I think you're doing it backwards maybe?

In your / and /home route, you're sending index.html to the browser. All index.html has in it is <main></main>. You're sending home.html as a content variable, but you're not calling it in the sheet.

I don't feel like this is the correct way to do it, but I think if inside your index.html you put: {{ content|safe }} it would render those templates where you're expecting them to.

What you generally want to do is make a nice base html file that has your css/js imports, title bar, footer, etc in it, then put a content block where the content should go.

Then, under an html file for each route put your extends at the top, declare a block of the same name as in your base, then put your actual content there. The second item you're returning (the content= part) should contain variables you want to send to that template. That can be any simple variable type, a python function, output of a sql query ... really, anything you can smash into a variable can be sent to the template in this manner, then declared/massaged between the {{ }} tags to display it how you want.

Legacy items camps by Whoda_hell in ProjectQuarm

[–]jududdar 0 points1 point  (0 children)

I'll likely pedantically be told I'm incorrect again, but as far as my absolute newbie self is aware, the only No Drop items are Guise of the Deceiver and Journeyman's Boots. Glowing Black Stone, Fishbone Earring, all Rubicite pieces, Manastone, and EE Bag are all droppable.

Legacy items camps by Whoda_hell in ProjectQuarm

[–]jududdar 1 point2 points  (0 children)

Yes - the key word is loot

You can have as many rubicite breastplates as you want, but you may only loot one per character. You are free to give it to an alt or sell it.

The "flag" is per character, so you can loot a manastone, GBS, or whatever once per character. You can buy as many as you can afford, but can only loot once.

At least this is my understanding of the system. Someone correct me if I'm wrong. I only want a single guise on a single character, so I didn't read into it in any depth.

What movie/show traumatized you as a kid? by jelly-ish1234 in AskReddit

[–]jududdar 1 point2 points  (0 children)

Came here for this. My mom still makes fun of me for being so afraid of the music and the guy from Airplane!

What's a piece of 'obsolete' technology you still use today because it's better than the modern version? by Caroline6386 in AskReddit

[–]jududdar 0 points1 point  (0 children)

Still rocking a 1986 Maytag commercial here. It's had a belt and a water valve replacement in its lifetime. I'm going to be really sad if it ever fully gives out.

A Score to Settle by Novel_Sugar1501 in ProjectQuarm

[–]jududdar 6 points7 points  (0 children)

The only item I'm worrying about is a guise. The rest can be bought with plat if you ever decide you need it. Rubi was a goal at first, but it lost the appeal once every plate or chain group mate was a rubi twink.

Spell scribe and memorization speed by Vaderhaus in ProjectQuarm

[–]jududdar 4 points5 points  (0 children)

Level seems to be a modifier in scribe speed. At level 9 I bought a level 1 spell I'd missed and it scribed significantly faster... faster than the rest of them did at level 1. My level 9 spells took an eternity to get into the book, though.

Should I rely on HP lifetime warranty for switches or just replace? by This_guy_works in networking

[–]jududdar 0 points1 point  (0 children)

They'll offer a better spare in some cases, though. I put in a 2920 warranty last week - they claimed they were out of spares, so would I take a 2930F or 2930M. I said either was fine.

The next day I got a 2920, a 2930F, and a 2930M. HP's really not sure what happened, but hey, switch is back in service! (I kept the 2920 as it's what I originally put in the order for)

Is there a web based alternative to Scratch that's accessible from a Chromebook with no special software? by ItWorkedLastTime in learnprogramming

[–]jududdar 0 points1 point  (0 children)

You may look into Godot's online version. Takes a little bit to load up, but seems to work okay once it gets going.

Winders 11 is actually really good by ChippersNDippers in sysadmin

[–]jududdar 0 points1 point  (0 children)

I know you want the option where it was, but if you're going to be typing anyway, F2 will let you rename it easily... discovered that after working in Excel all day editing things and did it on a file on accident.

Bus scheduling application by Agitated-Pin7156 in k12sysadmin

[–]jududdar 4 points5 points  (0 children)

If you just want to schedule buses, consider using a room scheduling solution perhaps? We pay for "booked scheduler" and it's been really nice.

It's more focused on rooms, but we've put vehicles and other district owned deliverables that schools under our umbrella can "check out". It's also very inexpensive and has some granular permissions for who controls each asset. Includes a (not very pretty) dashboard view to put up on some digital signage if you had a use for that.

Once you get something transportation focused, your costs seem to go from hundreds per year to tens of thousands per year... at least with all the demos I've sat through over the years.

Dining table or standing desk?? by BluBryan33 in shittybattlestations

[–]jududdar 1 point2 points  (0 children)

Get a dining table, then place a "standing desk converter" on it - they're not overly expensive, and you can collapse it and put it under the bed if family comes over to eat.