Compare commits
2 Commits
e87f45bcd8
...
20330437ea
Author | SHA1 | Date | |
---|---|---|---|
20330437ea | |||
83de5f58a2 |
|
@ -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/
|
||||
|
|
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue
Block a user