change things, images
BIN
assets/images/FTL.jpg
Normal file
After Width: | Height: | Size: 6.9 KiB |
BIN
assets/images/alphacol.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
assets/images/apioform.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/images/csproblem.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/emu-war.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/images/flight.jpg
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
assets/images/fractalart.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
assets/images/gol.jpg
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/images/guihacker.jpg
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
assets/images/heavscp.jpg
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
assets/images/ideas.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/images/incdec.jpg
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
assets/images/infipage.jpg
Normal file
After Width: | Height: | Size: 5.6 KiB |
BIN
assets/images/joe.jpg
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
assets/images/lorem.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/nemc.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
assets/images/new-website.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/osbill.jpg
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
assets/images/osmarkscalculator.jpg
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
assets/images/otherstuff.jpg
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/images/phones.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/images/points.jpg
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
assets/images/rpncalc2.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
assets/images/rpncalc3.jpg
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
assets/images/rpncalc4.jpg
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
assets/images/rssgood.jpg
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
assets/images/scorer.jpg
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/stack.jpg
Normal file
After Width: | Height: | Size: 9.8 KiB |
BIN
assets/images/themes.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/images/tictactoe.jpg
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
assets/images/whorl.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
assets/images/wsterm.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
@@ -81,6 +81,7 @@ function jargon() {
|
||||
} else {
|
||||
var raw = thing + " " + choose(jargonWords.participles)
|
||||
.replace("writing", "wrote")
|
||||
.replace("breaking", "broken")
|
||||
.replace("overriding", "overriden")
|
||||
.replace("shutting", "shut")
|
||||
.replace("ying", "ied")
|
||||
|
@@ -71,7 +71,7 @@ const getResponse = async req => {
|
||||
}
|
||||
try {
|
||||
console.log("Requesting", req.url)
|
||||
const response = await fetchWithTimeout(req.clone(), 5000)
|
||||
const response = await fetchWithTimeout(req.clone(), 10000)
|
||||
if (response.status < 400) {
|
||||
console.log("Caching request to", req.url)
|
||||
cache.put(req, response.clone())
|
||||
|