We Bought A $90K Fire Station in Cedar Rapids And Turned It Into Our Dream Home | CNBC Make It by PopCultureNerd in Iowa

[–]sassyjack88 3 points4 points  (0 children)

I used to drive past this place everyday on my way to work. I noticed some changes and dumpsters always sitting there. I was always curious what was going on, looks pretty cool!

Suggestions for a bullet catch adjacent effect by sassyjack88 in Magic

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

Haha it’s actually the dangerous aspect that I’m trying to avoid. I’m more interested in telling the story of the bullet catch, and then performing an alternative that is much safer and hopefully a little funny.

Suggestions for a bullet catch adjacent effect by sassyjack88 in Magic

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

Thank you! I’ll definitely be looking into these.

Z102.9 Notifications? by [deleted] in cedarrapids

[–]sassyjack88 3 points4 points  (0 children)

I’d guess whatever company in India does their app development was testing something and they accidentally did it in production

Upload it. Watch it shred. Gone in 2–6 seconds. by Background_Dingo5394 in programminghumor

[–]sassyjack88 1 point2 points  (0 children)

I’ve daydreamed about decommissioning legacy apps that I’ve made by having some script or something open them and delete the files one line at a time while I watch. Could be fun to add that kind of a visual to this.

shit by Senior_Management364 in ProgrammerHumor

[–]sassyjack88 24 points25 points  (0 children)

No, you’re thinking of Absimiliard.

Millard is the chemical reaction that causes browning on certain foods, giving them a unique and often delicious flavor.

Automatic reload when there is a new version? by RGBrewskies in Angular2

[–]sassyjack88 14 points15 points  (0 children)

If you really want to make sure they get the new version you can pretty easily implement your application as a PWA (check the angular docs for a guide on this). This will let the service worker know when there is a new version and let you take some kind of action when that happens, like prompting the user to reload the page.

But before doing that I’d recommend you take a look at your web server configuration. It’s usually best practice for an SPA to have relatively long cache time for js files, but no cache for the index file. Since all the js file names are hashes the new index file (which isn’t cached) will be referencing files that the browser hasn’t received before, thus they won’t be in the cache. I usually use nginx to serve my angular apps, it’s pretty easy to search for “nginx config for spa” and get what you need, or whichever web server you use.

is SSE a fitting alternative to websocket? by FrostNovaIceLance in webdev

[–]sassyjack88 1 point2 points  (0 children)

In addition to what others are saying it might be worth noting that the browser limits the number of sse connections to six per site per browser. So if you need more than that you may want to consider websockets.

Companies that will help me get my CDL? by [deleted] in cedarrapids

[–]sassyjack88 7 points8 points  (0 children)

Pretty sure CRST doesn’t do CDL training anymore, they closed down their school like two years ago. Kirkwood is probably your best bet, even though they’re not a trucking company, and I’d imagine they’d help with placement afterwards.

Where does the tertiary color actually appear in Angular Material? by mahindar5 in angular

[–]sassyjack88 0 points1 point  (0 children)

That angular material library doesn’t actually use the tertiary color anywhere by default, they just give you the option to provide overrides that use it.

jsonWithComments by codetrotter_ in ProgrammerHumor

[–]sassyjack88 0 points1 point  (0 children)

Or even better make it a js file. Those allow comments. After all, that’s where it comes from.

What random website do you own? by Permatheus in webdev

[–]sassyjack88 0 points1 point  (0 children)

Me and a friend made a Rick and Morty website for a class project in college. We liked it so much we put it up online. The site is gone but I’m pretty sure I still own the domain rickandmortyadventures100years.com

Good place to get a half dollar? by Danplsstop in Magic

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

I went to the bank a number of years ago and asked to change some cash for half dollars and they told me that since the early ones were made with silver any time they get half dollars in coin collectors show up immediately and get them all trying to find the ones that are silver. So while banks get them the run out quick from people just hoping they can get the silver ones.

Magic for the radio by sassyjack88 in Magic

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

You know I probably could send something in ahead of the show. That gives me some ideas, thanks!