Compare commits

...

2 Commits

Author SHA1 Message Date
20330437ea ... and date 2022-07-25 10:32:03 +10:00
83de5f58a2 articles update 2022-07-25 10:31:40 +10:00
2 changed files with 15 additions and 7 deletions

View File

@ -1,26 +1,34 @@
Nettiquette and misc:
Nettiquette:
http://www.nohello.com
https://nohello.net/
https://sol.gfxile.net/dontask.html
https://dontasktoask.com/
http://slash7.com/2006/12/22/vampires/
http://xyproblem.info/
Politicking:
https://ncase.me/ballot
https://digdeeper.neocities.org/ghost/email.html
http://www.kanjidamage.com
https://innermantheatre.com/2021/03/29/lightspeed-lab-homosexuality/,The Christian stance on homosexuality in 3 panels
Economics:
https://archive.secondspring.co.uk/articles/borruso.htm
Computers and languages are hard:
http://www.zompist.com/yingzi/yingzi.htm
Computers are hard:
https://gankra.github.io/blah/text-hates-you/
https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
https://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time
https://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time
https://eev.ee/blog/2015/09/12/dark-corners-of-unicode/
https://faculty.georgetown.edu/jod/texts/twain.german.html,Languages are angry
http://michael.orlitzky.com/articles/motherfuckers_need_package_management.xhtml
https://idlewords.com/talks/website_obesity.htm
https://digdeeper.neocities.org/ghost/email.html
https://spyware.neocities.org/articles/brave.html,Computers are your enemy
https://prose.sh/
Languages are hard:
http://www.zompist.com/yingzi/yingzi.htm
http://www.kanjidamage.com,The right way to learn kanji
https://faculty.georgetown.edu/jod/texts/twain.german.html,Languages are angry
Otome! And maybe other game design:
https://uguucageoflove.wordpress.com/2020/05/17/preferences-of-otome-gamers-a-survey-of-japanese-players/

View File

@ -68,7 +68,7 @@ def articles():
out=[]
for k,v in arts.items():
out.append(f'<h4>{k}</h4>\n'+ '<br/>\n'.join([f'<a href="{l[0]}">{l[1] or l[0]}</a>' for l in v]))
return {'title':'Articles','content':'<p>'+('</p>\n<p>'.join(out))+'</p>','date':'2022/04/11'}
return {'title':'Articles','content':'<p>'+('</p>\n<p>'.join(out))+'</p>','date':'2022/07/25'}
def redirect(req,src):
return HttpResponse(status=302,headers={'Location':src.output})