{"author_link":"\/users\/robert18","author_name":"robert18","author_uid":1266151,"comments":[{"id":710542,"author_name":"kumber","author_uid":"kumber","epoch":1633304816,"text":"The windows zip file contains only the jar, is this expected? When I launch the .bat file it crashes with \n```\nException in thread \"main\" java.lang.IllegalArgumentException: input == null!\n        at java.desktop\/javax.imageio.ImageIO.read(ImageIO.java:1356)\n        at com.game.core.images.ImageLoader.loadImage(ImageLoader.java:17)\n        at com.game.sprites.Spritesheet.<init>(Spritesheet.java:14)\n        at com.game.sprites.Sprites.init(Sprites.java:29)\n        at com.game.Game.start(Game.java:27)\n        at com.game.Game.main(Game.java:15)\n```","format":"md","likes":1,"spam":"N"},{"id":710551,"author_name":"DevParty","author_uid":"devparty","epoch":1633304907,"text":"Fun game! I really liked the pixel-art astetic.","format":"md","likes":1,"spam":"N"},{"id":710571,"author_name":"robert18","author_uid":"robert18","epoch":1633305156,"text":"I changed the bottom 2 downloads to have the assets excluded from the .jar file, hopefully that fixes your problem @kumber","format":"md","likes":1,"spam":"N"},{"id":710623,"author_name":"BougieBirdie","author_uid":"bougiebirdie","epoch":1633305742,"text":"Every time I jump into the back of the car and get vaporized I cry a little :(\nIt was fun though!\n\nHigh score of 6787","format":"md","likes":1,"spam":"N"},{"id":710688,"author_name":"kumber","author_uid":"kumber","epoch":1633306474,"text":"High score: 7905\n\nI liked the graphics, the houses are very well done. I keep being killed by glasses at high speed!\n\nThe double vision is a nice touch, it doesn't seem to impact the gameplay very much but it fits the theme.","format":"md","likes":1,"spam":"N"},{"id":710910,"author_name":"robert18","author_uid":"robert18","epoch":1633309442,"text":"Thanks @kumber and @devparty! a bit surprising to hear you actually like the art style as I really struggle with that and it always demotivates me from working on games. I guess i'm improving!","format":"md","likes":0,"spam":"N"},{"id":711215,"author_name":"Tigeryue","author_uid":"tigeryue","epoch":1633313316,"text":"Maybe you should try to put the character at the left part of the screen. So that we can see more glasses and bottles on the road!","format":"md","likes":1,"spam":"N"},{"id":711228,"author_name":"robert18","author_uid":"robert18","epoch":1633313493,"text":"@tigeryue Good point, does give you more time to react, only problem would be the cars driving from left to right, as you would have just about no time to react","format":"md","likes":0,"spam":"N"},{"id":711267,"author_name":"Tattomoosa","author_uid":"tattomoosa","epoch":1633314197,"text":"I'm on Windows and can't seem to get it to launch from GUI by running the JAR, and when launched with the .bat it complains that this.worldManager is null. Running the JAR via \"java -jar\" on the command line gives me the same error.","format":"md","likes":1,"spam":"N"},{"id":711311,"author_name":"robert18","author_uid":"robert18","epoch":1633314732,"text":"@Tattomoosa Could you please paste the full error it gives you so I can see if I can fix it?","format":"md","likes":0,"spam":"N"},{"id":711323,"author_name":"Tattomoosa","author_uid":"tattomoosa","epoch":1633314958,"text":"```\nException in thread \"main\" java.lang.NullPointerException: Cannot invoke \"com.game.world.WorldManager.getEntities()\" because \"this.worldManager\" is null\n        at com.game.entity.Entity.moveTo(Entity.java:99)\n        at com.game.entity.player.Player.<init>(Player.java:12)\n        at java.base\/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\n        at java.base\/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)\n        at java.base\/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\n        at java.base\/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)\n        at java.base\/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128)\n        at java.base\/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350)\n        at java.base\/java.lang.Class.newInstance(Class.java:645)\n        at com.dependencyinjection.Injector.createInstances(Injector.java:26)\n        at com.dependencyinjection.Injector.Create(Injector.java:16)\n        at com.game.Game.start(Game.java:19)\n        at com.game.Game.main(Game.java:15)\n```","format":"md","likes":1,"spam":"N"},{"id":711376,"author_name":"robert18","author_uid":"robert18","epoch":1633315779,"text":"@Tattomoosa I updated the download links, hopefully this should fix the problem, seeing as I can't reproduce it myself I can't test if this fixes it, could you please give it a try?","format":"md","likes":0,"spam":"N"},{"id":711381,"author_name":"Dobryn","author_uid":"dobryn","epoch":1633315800,"text":"I thought a funny comment would be to just write \"relatable\". :-D  \nFun game, double vision effect certainly is kinda annoying. I had great fun playing with it and it does gets very challenging.   \nFunny that I made a infinite runner too but your story concept is way funnier. Good game","format":"md","likes":2,"spam":"N"},{"id":711400,"author_name":"Tattomoosa","author_uid":"tattomoosa","epoch":1633316112,"text":"@robert18 It opens the window into the title screen now, but I still get a crash after clicking the button to start.\n\n```\nException in thread \"AWT-EventQueue-0\" java.lang.NullPointerException: Cannot invoke \"com.game.world.WorldManager.getEntities()\" because \"this.worldManager\" is null\n        at com.game.entity.Entity.moveTo(Entity.java:99)\n        at com.game.RestartGame.restart(RestartGame.java:28)\n        at com.game.core.input.MouseInput.mouseReleased(MouseInput.java:57)\n        at java.desktop\/java.awt.Component.processMouseEvent(Component.java:6614)\n        at java.desktop\/java.awt.Component.processEvent(Component.java:6379)\n        at java.desktop\/java.awt.Component.dispatchEventImpl(Component.java:4990)\n        at java.desktop\/java.awt.Component.dispatchEvent(Component.java:4822)\n        at java.desktop\/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:772)\n        at java.desktop\/java.awt.EventQueue$4.run(EventQueue.java:721)\n        at java.desktop\/java.awt.EventQueue$4.run(EventQueue.java:715)\n        at java.base\/java.security.AccessController.doPrivileged(AccessController.java:391)\n        at java.base\/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)\n        at java.base\/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)\n        at java.desktop\/java.awt.EventQueue$5.run(EventQueue.java:745)\n        at java.desktop\/java.awt.EventQueue$5.run(EventQueue.java:743)\n        at java.base\/java.security.AccessController.doPrivileged(AccessController.java:391)\n        at java.base\/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)\n        at java.desktop\/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)\n        at java.desktop\/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)\n        at java.desktop\/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)\n        at java.desktop\/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)\n        at java.desktop\/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)\n        at java.desktop\/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)\n        at java.desktop\/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)\nException in thread \"Thread-0\" java.lang.NullPointerException: Cannot invoke \"com.game.world.WorldManager.getEntities()\" because \"this.worldManager\" is null\n        at com.game.entity.Entity.moveTo(Entity.java:99)\n        at com.game.entity.Entity.move(Entity.java:66)\n        at com.game.task.tasks.MovePlayerTask.execute(MovePlayerTask.java:26)\n        at com.game.task.TaskManager.lambda$0(TaskManager.java:61)\n        at java.base\/java.util.ArrayList.forEach(ArrayList.java:1511)\n        at com.game.task.TaskManager.tick(TaskManager.java:55)\n        at com.game.core.GameTick.tick(GameTick.java:42)\n        at com.game.core.GameTick.run(GameTick.java:65)\n        at java.base\/java.lang.Thread.run(Thread.java:832)\n```","format":"md","likes":1,"spam":"N"},{"id":711403,"author_name":"robert18","author_uid":"robert18","epoch":1633316177,"text":"@dobryn Thank you! You can turn the double vision off as I figured it could be annoying!\nPlaying your game right now!","format":"md","likes":0,"spam":"N"},{"id":711495,"author_name":"robert18","author_uid":"robert18","epoch":1633318354,"text":"@tattomoosa I changed a bunch of things, could you try this one?\n[https:\/\/mega.nz\/file\/198yHCKL#Oh4xzZabZ9BUNLI9D5AUEMU7BgYtkWjzL0lokOOIDbg](https:\/\/mega.nz\/file\/198yHCKL#Oh4xzZabZ9BUNLI9D5AUEMU7BgYtkWjzL0lokOOIDbg)\n\nSorry to use you as a tester I just can't replicate it but I really want to get the issue fixed.","format":"md","likes":0,"spam":"N"},{"id":711516,"author_name":"Tattomoosa","author_uid":"tattomoosa","epoch":1633318897,"text":"@robert18 That worked! No problem, I don't mind. Glad I could help you get it sorted out.\n\nI liked the doubled effect. It's fun when it gets going, but it seems like it's really easy until somewhere around 4-6000 points and then it gets really hard all of the sudden. I think it would be good if the difficulty picked up quicker.","format":"md","likes":1,"spam":"N"},{"id":711536,"author_name":"robert18","author_uid":"robert18","epoch":1633319294,"text":"Yay! Yeah I noticed that as well, wish I'd tweaked the difficulty a bit better.\nThanks a lot for the testing!","format":"md","likes":1,"spam":"N"},{"id":711633,"author_name":"Cratthew","author_uid":"cratthew","epoch":1633320861,"text":"Cute little game! Simple, but well made.","format":"md","likes":1,"spam":"N"},{"id":712756,"author_name":"hotaloca","author_uid":"hotaloca","epoch":1633341697,"text":"A cute game, with a really nice pixel art. I could have gone playing a bit longer, but the game was too simple I'm afraid. Maybe more cars - and put the beer only there? ","format":"md","likes":1,"spam":"N"},{"id":714610,"author_name":"ugly_robot","author_uid":"ugly-robot","epoch":1633363526,"text":"Love the theme and the art, the double vision is very cute and fun, and I giggled at the idea of a drunk man running into the road, dodging cars, to finish a bottle he found on the asphalt\nGreat word!","format":"md","likes":1,"spam":"N"},{"id":715628,"author_name":"Lakea","author_uid":"lakea","epoch":1633371612,"text":"A very fun game, the double vision for me was too much, so glad you included the option to turn it off.\nWell done on a great entry.","format":"md","likes":1,"spam":"N"},{"id":715886,"author_name":"munkkeli","author_uid":"munkkeli","epoch":1633373715,"text":"Worked well for me on Windows. Fun little game! Simulates walking back from the bar extremely accurately.","format":"md","likes":1,"spam":"N"},{"id":716532,"author_name":"Game_Coder28","author_uid":"game-coder28","epoch":1633378622,"text":"It worked for me on windows. Cool game! Its a fun little concept and is enjoyable to play. good work!","format":"md","likes":1,"spam":"N"},{"id":716634,"author_name":"robert18","author_uid":"robert18","epoch":1633379314,"text":"Thank you for the nice comments! Glad to hear the game seems to run properly now!","format":"md","likes":0,"spam":"N"},{"id":722420,"author_name":"LDJam user 263516","author_uid":"263516","epoch":1633408314,"text":"Booze as a health item just tickles me. Funny, wish there was more content tho!","format":"md","likes":0,"spam":"N"},{"id":723013,"author_name":"ThatANoNoWord","author_uid":"thatanonoword","epoch":1633413309,"text":"Great game idea! Simple is best, and the game does so very well. Perhaps it would be better if the game was actually unstable in a way, instead of just having double vision. BG music would also be great. Nice job!","format":"md","likes":1,"spam":"N"},{"id":723799,"author_name":"Iori Branford","author_uid":"iori-branford","epoch":1633420175,"text":"First try:\n![WalkingHome.png](\/\/\/raw\/19b\/81\/z\/46d34.png)\n\nPretty cool, I hope there'll be more drunk effects, like wobbly movement, but maybe also \"drunk man's luck\" where hits do less damage (because he's more relaxed and rolls with the hits better).","format":"md","likes":0,"spam":"N"},{"id":725855,"author_name":"Immow","author_uid":"immow","epoch":1633433335,"text":"Fun game at the start I was like: \"I will never lose at this rate\" then a few minutes later I was panic mode trying to dodge for my life. I wish there was some music that amplifies the speed you are going at.","format":"md","likes":0,"spam":"N"},{"id":732585,"author_name":"Muros","author_uid":"muros","epoch":1633465596,"text":"The concept and gameplay are very simple, but they work great. I had fun playing this. Split vision enhances mood and humor. Improve and diversify the graphics a little and it would be absolutely great.","format":"md","likes":0,"spam":"N"},{"id":747155,"author_name":"cauldron","author_uid":"cauldron","epoch":1633622735,"text":"No macOS build?","format":"md","likes":0,"spam":"N"},{"id":747259,"author_name":"robert18","author_uid":"robert18","epoch":1633624057,"text":"@cauldron It should work on macOS as well as it's just a Java application, which should be cross platform, the windows and linux urls are both the same as well.","format":"md","likes":0,"spam":"N"},{"id":747940,"author_name":"aplegatt","author_uid":"aplegatt","epoch":1633632275,"text":"Nice variation of an endless runner, at last something more realistic :)","format":"md","likes":0,"spam":"N"},{"id":749294,"author_name":"LaurenceOgden","author_uid":"laurenceogden","epoch":1633647513,"text":"I enjoyed the double vision, felt it fit the theme... but then I turned it off to try and hit a higher score. :-)\n\nFelt you could have played into the theme and humour a bit more. Give us some dog poo and dodgy kebabs to dodge etc.\n\nEnjoyable game, really nice graphics. ","format":"md","likes":0,"spam":"N"},{"id":754916,"author_name":"ChillerTyp","author_uid":"chillertyp","epoch":1633790975,"text":"I like the pixels. You should have used pixels for the H.U.D. as well.","format":"md","likes":0,"spam":"N"},{"id":755181,"author_name":"Epiphaner","author_uid":"epiphaner","epoch":1633796118,"text":"A bit over 7000 points, nice game!\nI liked the double vision.","format":"md","likes":0,"spam":"N"},{"id":760072,"author_name":"lesinvisible","author_uid":"lesinvisible","epoch":1633968741,"text":"Very addictive experience, also this centered view reminds me of some really hardcore games on the NES. I liked the minimalistic pixel art and double vision.","format":"md","likes":0,"spam":"N"},{"id":763224,"author_name":"LDJam user 0","author_uid":"0","epoch":1634159292,"text":"No web no play.","format":"md","likes":0,"spam":"N"},{"id":766003,"author_name":"wafflesys","author_uid":"wafflesys","epoch":1634468761,"text":"Hi, I tried to run the game on a Linux machine and couldn't make it work. The \"JAR only\" version showed the same error as the first comment. The other version correctly starts the game but leaves me with the screenshot below:\n\n![screenshot.png](\/\/\/raw\/cc1\/z\/4830c.png)","format":"md","likes":0,"spam":"N"},{"id":768510,"author_name":"LDJam user 238700","author_uid":"238700","epoch":1634707661,"text":"A fun idea on the theme (the double-vision looked great!), but very simple and lacking variety. Even having the objects speed up would have helped! I'll also note that the difference between getting 1-shot by the cars versus taking damage from the spikes on the floor to make you choose between harder to dodge but lower risk objects versus easier to dodge but higher risk cars!","format":"md","likes":0,"spam":"N"}],"format":"md","images":["ld49\/wayback-placeholder.png"],"links":[{"url":"https:\/\/github.com\/robert-dejong\/LudumDare49","text":"Link"},{"url":"https:\/\/mega.nz\/file\/chNWRDIB#vVg6XXAES_94VU4jxgY7IueFdDMm0Ossik38E_dUpns","text":"Windows (JAR only)"},{"url":"https:\/\/mega.nz\/file\/chNWRDIB#vVg6XXAES_94VU4jxgY7IueFdDMm0Ossik38E_dUpns","text":"Linux (JAR only)"},{"url":"https:\/\/mega.nz\/file\/198yHCKL#Oh4xzZabZ9BUNLI9D5AUEMU7BgYtkWjzL0lokOOIDbg","text":"Windows"},{"url":"https:\/\/mega.nz\/file\/198yHCKL#Oh4xzZabZ9BUNLI9D5AUEMU7BgYtkWjzL0lokOOIDbg","text":"Linux"}],"metadata":{"g_key":"79866","g_author":"1266151","g_event":"LD49","g_eventkey":"119","g_subevent":"COMPO","g_urlkey":"380632","g_title":"Walking Home Simulator","g_status":"WAYBACK","g_place":"427","g_commentcount":"40","g_site2_node_id":"266152","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":{"n_key":"266152","n_urlkey":"380632","n_parent":"258323","n_path":"\/events\/ludum-dare\/49\/walking-home-simulator","n_slug":"walking-home-simulator","n_type":"item","n_subtype":"game","n_subsubtype":"compo","n_author":"266151","n_created":"1633117924","n_modified":"1761347363","n_version":"819811","n_status":"WAYBACK"},"node":{"_collation":{"body_sanitizer":"TextUtils::SanitizeHTML via existing importer","event":"LD49","removed_author":false},"_superparent":9,"_trust":2,"author":266151,"body":"You are walking home after a night of heavy drinking, how far can you get without getting hit by a car or dying from stepping into broken glass?\n\nControls:\n- Arrow up\/down: Moves the player up\/down.\n- You can turn the double vision effect off in the main menu if it's annoying.\n\nGoal:\nTry to walk as far as possible without dying.\nPicking up beer along the way will heal you.\nThe game gets increasingly difficult the longer you survive, feel free to post your hiscores in the comments, mine so far has been about 9000.\n\nHow to play:\n- This game requires Java to be installed. It was made using JRE 1.8.\n- Most of you should be able to just run the JAR file to launch the game. If this for some reason doesn't work you can try using the backup_run.bat provided with the Windows download.\n\n![gameplay0.jpg](\/\/\/raw\/7af\/04\/z\/445e6.jpg)\n![gameplay2.jpg](\/\/\/raw\/7af\/04\/z\/43f83.jpg)","comments":40,"comments-timestamp":"2021-10-20T05:27:41Z","created":"2021-10-01T19:52:04Z","files":[],"files-timestamp":0,"grade":{"grade-01":36,"grade-02":36,"grade-03":36,"grade-04":36,"grade-05":37,"grade-06":36,"grade-07":34,"grade-08":35},"id":266152,"love":0,"magic":{"cool":109.93785033032,"feedback":47,"given":42,"grade":35.75,"grade-01-average":3.118,"grade-01-result":427,"grade-02-average":3.088,"grade-02-result":371,"grade-03-average":2.368,"grade-03-result":525,"grade-04-average":3.074,"grade-04-result":426,"grade-05-average":3.114,"grade-05-result":404,"grade-06-average":2.265,"grade-06-result":411,"grade-07-average":3,"grade-07-result":188,"grade-08-average":2.985,"grade-08-result":368,"smart":2.3532631438318},"meta":{"allow-anonymous-comments":"1","author":[266151],"cover":"\/\/\/content\/7af\/04\/z\/445e5.jpg","link-01":"https:\/\/github.com\/robert-dejong\/LudumDare49","link-01-tag":[42332],"link-02":"https:\/\/mega.nz\/file\/chNWRDIB#vVg6XXAES_94VU4jxgY7IueFdDMm0Ossik38E_dUpns","link-02-name":"Windows (JAR only)","link-02-tag":[42337],"link-03":"https:\/\/mega.nz\/file\/chNWRDIB#vVg6XXAES_94VU4jxgY7IueFdDMm0Ossik38E_dUpns","link-03-name":"Linux (JAR only)","link-03-tag":[42341],"link-04":"https:\/\/mega.nz\/file\/198yHCKL#Oh4xzZabZ9BUNLI9D5AUEMU7BgYtkWjzL0lokOOIDbg","link-04-name":"Windows","link-04-tag":[42337],"link-05":"https:\/\/mega.nz\/file\/198yHCKL#Oh4xzZabZ9BUNLI9D5AUEMU7BgYtkWjzL0lokOOIDbg","link-05-name":"Linux","link-05-tag":[42341]},"meta-timestamp":"2025-10-24T23:09:23Z","modified":"2025-10-24T23:09:23Z","name":"Walking Home Simulator","node-timestamp":"2021-10-04T03:53:11Z","parent":258323,"parents":[1,5,9,258323],"path":"\/events\/ludum-dare\/49\/walking-home-simulator","published":"2021-10-03T21:57:28Z","scope":"public","slug":"walking-home-simulator","subsubtype":"compo","subtype":"game","type":"item","version":819811},"text":"You are walking home after a night of heavy drinking, how far can you get without getting hit by a car or dying from stepping into broken glass?\n\nControls:\n- Arrow up\/down: Moves the player up\/down.\n- You can turn the double vision effect off in the main menu if it's annoying.\n\nGoal:\nTry to walk as far as possible without dying.\nPicking up beer along the way will heal you.\nThe game gets increasingly difficult the longer you survive, feel free to post your hiscores in the comments, mine so far has been about 9000.\n\nHow to play:\n- This game requires Java to be installed. It was made using JRE 1.8.\n- Most of you should be able to just run the JAR file to launch the game. If this for some reason doesn't work you can try using the backup_run.bat provided with the Windows download.\n\n![gameplay0.jpg](\/\/\/raw\/7af\/04\/z\/445e6.jpg)\n![gameplay2.jpg](\/\/\/raw\/7af\/04\/z\/43f83.jpg)","title":"Walking Home Simulator","wayback_recovered":true,"wayback_source":{"capture":{"original":"https:\/\/api-jam.ludumdare.com\/vx\/node2\/get\/266001+266002+266003+266004+266005+266006+266007+266008+266009+266010+266011+266012+266013+266014+266015+266016+266017+266018+266019+266020+266021+266022+266023+266024+266025+266026+266027+266028+266029+266030+266031+266032+266033+266034+266035+266036+266037+266038+266039+266040+266041+266042+266043+266044+266045+266046+266047+266048+266049+266050+266051+266052+266053+266054+266055+266056+266057+266058+266059+266060+266061+266062+266063+266064+266065+266066+266067+266068+266069+266070+266071+266072+266073+266074+266075+266076+266077+266078+266079+266080+266081+266082+266083+266084+266085+266086+266087+266088+266089+266090+266091+266092+266093+266094+266095+266096+266097+266098+266099+266100+266101+266102+266103+266104+266105+266106+266107+266108+266109+266110+266111+266112+266113+266114+266115+266116+266117+266118+266119+266120+266121+266122+266123+266124+266125+266126+266127+266128+266129+266130+266131+266132+266133+266134+266135+266136+266137+266138+266139+266140+266141+266142+266143+266144+266145+266146+266147+266148+266149+266150+266151+266152+266153+266154+266155+266156+266157+266158+266159+266160+266161+266162+266163+266164+266165+266166+266167+266168+266169+266170+266171+266172+266173+266174+266175+266176+266177+266178+266179+266180+266181+266182+266183+266184+266185+266186+266187+266188+266189+266190+266191+266192+266193+266194+266195+266196+266197+266198+266199+266200+266201+266202+266203+266204+266205+266206+266207+266208+266209+266210+266211+266212+266213+266214+266215+266216+266217+266218+266219+266220+266221+266222+266223+266224+266225+266226+266227+266228+266229+266230+266231+266232+266233+266234+266235+266236+266237+266238+266239+266240+266241+266242+266243+266244+266245+266246+266247+266248+266249+266250+266251+266252+266253+266254+266255+266256+266257+266258+266259+266260+266261+266262+266263+266264+266265+266266+266267+266268+266269+266270+266271+266272+266273+266274+266275+266276+266277+266278+266279+266280+266281+266282+266283+266284+266285+266286+266287+266288+266289+266290+266291+266292+266293+266294+266295+266296+266297+266298+266299+266300+266301+266302+266303+266304+266305+266306+266307+266308+266309+266310+266311+266312+266313+266314+266315+266316+266317+266318+266319+266320+266321+266322+266323+266324+266325+266326+266327+266328+266329+266330+266331+266332+266333+266334+266335+266336+266337+266338+266339+266340+266341+266342+266343+266344+266345+266346+266347+266348+266349+266350+266351+266352+266353+266354+266355+266356+266357+266358+266359+266360+266361+266362+266363+266364+266365+266366+266367+266368+266369+266370+266371+266372+266373+266374+266375+266376+266377+266378+266379+266380+266381+266382+266383+266384+266385+266386+266387+266388+266389+266390+266391+266392+266393+266394+266395+266396+266397+266398+266399+266400+266401+266402+266403+266404+266405+266406+266407+266408+266409+266410+266411+266412+266413+266414+266415+266416+266417+266418+266419+266420+266421+266422+266423+266424+266425+266426+266427+266428+266429+266430+266431+266432+266433+266434+266435+266436+266437+266438+266439+266440+266441+266442+266443+266444+266445+266446+266447+266448+266449+266450+266451+266452+266453+266454+266455+266456+266457+266458+266459+266460+266461+266462+266463+266464+266465+266466+266467+266468+266469+266470+266471+266472+266473+266474+266475+266476+266477+266478+266479+266480+266481+266482+266483+266484+266485+266486+266487+266488+266489+266490+266491+266492+266493+266494+266495+266496+266497+266498+266499+266500?authors&parents&superparent"},"object":"objects\/sha256\/c5\/c51839c6d2e2382725ba4d04d99e6f49dc0cbc772cc0c38adc81704549c1daa0","record":"shard-0\/json-live-urgent-v3\/records\/3d7b1588860e191408233e9ea9f8a4cbe5f4e6fcc7894362860f3135991a9900.json","sha256":"c51839c6d2e2382725ba4d04d99e6f49dc0cbc772cc0c38adc81704549c1daa0","source":"https","stored_at":1784022369}}