TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What'd you do while HN was down?

254 点作者 quicksnap将近 3 年前
Where&#x27;d you go? What&#x27;d you find?<p>Glad it&#x27;s back up now.. :)

169 条评论

onion2k将近 3 年前
I did far more work than usual and now my product lead is going to expect this to happen every sprint.<p>They&#x27;ll be so disappointed.
评论 #32026958 未加载
评论 #32026942 未加载
评论 #32027316 未加载
评论 #32027629 未加载
评论 #32033226 未加载
评论 #32027252 未加载
评论 #32026934 未加载
marginalia_nu将近 3 年前
A while back I changed my search engine&#x27;s crawl data to be ZSTD compressed JSON. It&#x27;s a bit finnicky to work with, but I&#x27;m beginning to realize just how powerful this is.<p>Could literally just do<p><pre><code> find -name \*.zstd -exec zstdcat {} \; | jq &#x27;first(select(.doc|select(.!=null)|.[].headers|select(.!=null)|test(&quot;[xX]-[aA]dblock-[kK]ey&quot;)))&#x27; </code></pre> and it spewed out samples of domains with a header like X-Adblock-Key. (I&#x27;m not great with JQ, so there&#x27;s probably a better way of doing this, but this unga bunga approach works too)<p>Specifically, today I did some research on a few tags and headers supposedly associated with &quot;Acceptable Ads&quot; (a standard for showing ads through complicit adblockers), and ended up with a fairly reliable fingerprint for a network of domain squatters that have been a nuisance in my search engine database. Turns out they&#x27;re basically the only ones that use the headers and tags I was looking at, so now I&#x27;m onto their IP-ranges as well.
评论 #32027890 未加载
评论 #32029061 未加载
joshstrange将近 3 年前
Opened reddit, got disappointed, opened new tab, typed &quot;n&quot;, hit enter, and then my brain caught up with muscle memory and I got more disappointed.<p>I watched a lot of progress bars and actually watched the CLI output for things building.
评论 #32034888 未加载
christophilus将近 3 年前
Curled up in the corner, hugged myself and rocked back and forth, sobbing inconsolably.
评论 #32027715 未加载
migueloller将近 3 年前
I started reading Crafting Interpreters [1]. It&#x27;s great so far!<p>[1] <a href="https:&#x2F;&#x2F;craftinginterpreters.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;craftinginterpreters.com&#x2F;</a>
评论 #32029767 未加载
评论 #32030511 未加载
kamranjon将近 3 年前
I read half way through this free book by Sven Yrvind called “WITH FOUR SQUARE METERS OF SAIL AND ONE OAR” which is sort of a manifesto about building small boats and living simply. He’s a super interesting guy, I don’t even know how to sail and I was pretty glued to it. Not sure why I decided to latch on and go deep on the subject but you can find it here if you’re interested: <a href="https:&#x2F;&#x2F;www.yrvind.com&#x2F;wp-content&#x2F;uploads&#x2F;2017&#x2F;11&#x2F;ex_lex_eng.pdf" rel="nofollow">https:&#x2F;&#x2F;www.yrvind.com&#x2F;wp-content&#x2F;uploads&#x2F;2017&#x2F;11&#x2F;ex_lex_eng...</a>
评论 #32028190 未加载
评论 #32027676 未加载
Syonyk将近 3 年前
Pulled two solar panels off one of my arrays, because a few of them have hot junction boxes from bad connections. Replaced those with spares and got the array back fully online (one of them has been bypassed for arc fault warnings that, digging into the junction box, look legit).<p>Then I replaced all the fancy, spring loaded, &quot;replace the back of the junction box for new functionality!&quot; interface stuff with some vintage, 1980s style soldering and bypass diodes. Because I don&#x27;t care about the optimizers on my well-sited array with no shading, and I don&#x27;t need rapid shutdown for a ground mount array, etc.<p>And then proceeded to short the leads, put them in the sun, and ensure that the junction box guts didn&#x27;t get hot, while observing just how brutal on panels doing this is - you really highlight the difference between cells thermally, when in &quot;normal running,&quot; you don&#x27;t see any differences in the array.<p>And now I&#x27;m writing all this up as a blog post. :)
6502nerdface将近 3 年前
I rode my motorcycle to the beach where I helped a little girl build sand castles and capture mole crabs in a bucket. Then we released the mole crabs and I rode back home to hackernews.
messutied将近 3 年前
I created this unofficial Hacker News status page so I could subscribe and get notified once HN comes back up :) <a href="https:&#x2F;&#x2F;hacker-news.statuspal.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hacker-news.statuspal.io&#x2F;</a>
评论 #32028874 未加载
hans1729将近 3 年前
I smugly commented &quot;Dang&quot; on one of the status updates on twitter and spent time with my girlfriend. Now HN is up again and I spend time consuming meta-content regarding the outage (such as this thread).<p>Have a great weekend everyone!
O__________O将近 3 年前
Listing out all the HN systems I could check, for example API stayed up whole time. _________<p>Obviously, the homepage: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;</a><p>HN’s official status page: <a href="https:&#x2F;&#x2F;mobile.twitter.com&#x2F;hnstatus" rel="nofollow">https:&#x2F;&#x2F;mobile.twitter.com&#x2F;hnstatus</a><p>This URL checks if the API is up: <a href="https:&#x2F;&#x2F;hacker-news.firebaseio.com&#x2F;v0&#x2F;item&#x2F;1.json?print=pretty" rel="nofollow">https:&#x2F;&#x2F;hacker-news.firebaseio.com&#x2F;v0&#x2F;item&#x2F;1.json?print=pret...</a><p>HN Search Engine: <a href="https:&#x2F;&#x2F;hn.algolia.com" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com</a><p>AWS Route 53 status, it is the service that manages HN’s DNS: <a href="https:&#x2F;&#x2F;cloudharmony.com&#x2F;status-of-dns-for-aws" rel="nofollow">https:&#x2F;&#x2F;cloudharmony.com&#x2F;status-of-dns-for-aws</a><p>YC DNS record: <a href="https:&#x2F;&#x2F;whois.gandi.net&#x2F;en&#x2F;results?search=ycombinator.com" rel="nofollow">https:&#x2F;&#x2F;whois.gandi.net&#x2F;en&#x2F;results?search=ycombinator.com</a><p>HN’s official email: hn@ycombinator.com<p>Note: Intentionally left off YC, since it appears to be unrelated beyond the DNS.<p>_________<p>Forgot something, let me know. Thanks!
评论 #32029955 未加载
评论 #32030098 未加载
danso将近 3 年前
Discover OCRmyPDF (embed an OCR layer into a PDF from the command line), and then repeatedly check if HN was up so I could submit it<p><a href="https:&#x2F;&#x2F;ocrmypdf.readthedocs.io&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ocrmypdf.readthedocs.io&#x2F;en&#x2F;latest&#x2F;</a>
评论 #32033680 未加载
bbkane将近 3 年前
Cleaned up my desk and started backing up my (recently passed) brother in law&#x27;s Surface. It got an expanding battery and we&#x27;re worried it&#x27;ll break and we&#x27;ll lose all of his logins and pictures and docs.
评论 #32031195 未加载
gffrd将近 3 年前
I got some work done for once. There&#x27;s my 2.35 hours of work for the month!
Tade0将近 3 年前
Went for a walk with my toddler. We found bits of broken glass on the playground.<p>There was an attempt to ingest them, but I prevented that from happening.
unzadunza将近 3 年前
I recorded a song on my guitar. It is so bad it makes me sick to my stomach.
评论 #32028426 未加载
评论 #32029206 未加载
评论 #32029844 未加载
评论 #32029645 未加载
评论 #32028996 未加载
zabi_rauf将近 3 年前
Restarted my phone thinking something wrong with it. Then changed to Cloudflare DNS instead of PiHole thinking it maybe pihole issue. Because when does HN ever go down :D
评论 #32033308 未加载
rozenmd将近 3 年前
I released the first version of a status page driven by uptime monitoring an hour before the first outage.<p>Figured I&#x27;d point it at Hacker News to get an update when my uptime monitoring detected it was up again.<p>The second outage gave me time to dogfood it a bit: <a href="https:&#x2F;&#x2F;hackernews.onlineornot.com&#x2F;incidents&#x2F;0LB6mQLmkozD" rel="nofollow">https:&#x2F;&#x2F;hackernews.onlineornot.com&#x2F;incidents&#x2F;0LB6mQLmkozD</a>
评论 #32026943 未加载
ww520将近 3 年前
Nothing in particular. I checked HN in the morning. Hmm, it&#x27;s down. I went ahead to have breakfast, played a round of games, called up some hotel to resolve some reservation issue, checked up on the various ways of embedding 3D model in html, watched some short Youtudes I meant to catch up, and went out of the house. In the evening when I checked again, it&#x27;s up!
mholt将近 3 年前
Worked on updating and improving Caddy&#x27;s documentation. We&#x27;re releasing v2.5.2 today or tomorrow!
评论 #32028982 未加载
yababa_y将近 3 年前
I walked to the gas station, drank an iced coffee, ate a sandwich while listening to a book and enjoying the forest. Wrote a README for a project I&#x27;ve been working on the past week. Then I noticed HN was down :(
jjgreen将近 3 年前
Rocked backward-and-forward with my arms crossed.
NickRandom将近 3 年前
I had to resort to unabated onanism during the outage. I am now 30 pounds lighter and when I walk it sounds like two dried beans rattling round in an empty coffee can.<p>P.S. This is one of those comments where I debated &#x27;should I or shouldn&#x27;t I post it&#x27; so probably not a good idea to do so but meh, what the heck. Dan &amp; co did a sterling job and it sounds like the CEO of M5 gained some useful insight so every cloud has a silver lining etc
samizdis将近 3 年前
I did my usual (probably excessive) amount of news&#x2F;periodicals reading, but grew frustrated frequently that I couldn&#x27;t post to HN to get comments&#x2F;input from others. One notable example (during the first of yesterday&#x27;s outages) was an NYT article [1] <i>The Robot Guerrilla Campaign to Recreate the Elgin Marbles</i>. This hadn&#x27;t been submitted to HN at the time (as far as I could tell), but it&#x27;s there now [2] - sadly, with no comments at the time of posting this.<p>Anyhow, the article referred to &quot;3-D printing&quot; to make copies of the marbles, but the writing was confused and to me it looked like automated carving, so I wanted to post it to see what others here thought. As it happens, having just checked the article again, the original copy has been amended to read &quot;3-D machining&quot; rather than &quot;3-D printing&quot; - but there&#x27;s no correction notice to say that the article was changed. Mind you, the clue is still in the url: ... science&#x2F;elgin-marbles-3d-print.html<p>Without HN, then, I read my stock sites as usual, but felt deeply that I missed the sanity-checks&#x2F;informed input from HN commenters. It was lonely, in a way, and also made me fret about my missing issues with articles that usually others at HN would point out; different perspectives, questions about credibility or robustness of stats&#x2F;data&#x2F;methods of obtaining info on which articles might rely.<p>[1] <a href="https:&#x2F;&#x2F;www.nytimes.com&#x2F;2022&#x2F;07&#x2F;08&#x2F;science&#x2F;elgin-marbles-3d-print.html" rel="nofollow">https:&#x2F;&#x2F;www.nytimes.com&#x2F;2022&#x2F;07&#x2F;08&#x2F;science&#x2F;elgin-marbles-3d-...</a><p>[2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32026156" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32026156</a>
chazeon将近 3 年前
Install a uptime-kuma[1] at my home server... Then get a Telegram notification while hacker news is up again. Actually I self-host more service myself and it was use to monitor those services.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;louislam&#x2F;uptime-kuma" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;louislam&#x2F;uptime-kuma</a>
RheingoldRiver将近 3 年前
Watched HugoConf <a href="https:&#x2F;&#x2F;hugoconf.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hugoconf.io&#x2F;</a>
评论 #32027312 未加载
redmen将近 3 年前
I lived life and was able to escape my addictions of being on here talking about mostly useless stuff all day and worrying about the future.<p>It was nice and I wish there were more outages.
评论 #32030903 未加载
binarynate将近 3 年前
I went to the Art Institute of Chicago and was blown away by the collections there. I didn’t have nearly enough time to see everything, but I particularly enjoyed the Architecture and Design gallery. I would have had less time there if HN was up because I tried to check it before leaving.
silisili将近 3 年前
Checked HN, watched it spin for about 10 seconds before going elsewhere, then trying again 8 seconds later out of habit mostly. Rinse and repeat.
toddm将近 3 年前
Went to the liquor store.
fouric将近 3 年前
In a fit of irony, read the book <i>Deep Work</i> by Cal Newport.
Terry_Roll将近 3 年前
Handed out a couple grams of nicotinic acid, explained the flush, taught some people how to surf, explained how wifi radar works, how to hack various devices, how to avoid getting a speeding ticket, explained how a chemical in 1 litre of grapefruit juice is enough to slow up the liver metabolism of some medication which can put you in an embarrassing potentially life threatening situation if one is a male who has taken 50mg of sildenafil and more...
jasoneckert将近 3 年前
I spent some time watching some stuff on YouTube, including Part 1 of a documentary about Oracle and how they changed the database world. I can&#x27;t wait for the SQL...
评论 #32032127 未加载
oblib将近 3 年前
I went and checked <a href="https:&#x2F;&#x2F;brutalist.report&#x2F;" rel="nofollow">https:&#x2F;&#x2F;brutalist.report&#x2F;</a> to see what the latest HN posts they had, read the headlines and then moved on. A few hours later I went to HN and they were back.<p>I wasn&#x27;t worried about it, I figured dang and others were working on it and would have things back online.<p>I do depend on HN for taking a break from coding though and it was tough not getting my fix on demand :D
sidcool将近 3 年前
I got existential crisis and withdrawals. Looks like I am addicted to HN :)
inasio将近 3 年前
I actually opened slashdot.org, first time in like 10 years, probably. Still there...
评论 #32026964 未加载
评论 #32027057 未加载
评论 #32027381 未加载
TheSmoke将近 3 年前
I visited San Francisco in June 2013 and worked at an office for a month. I had a habit of browsing HN and Twitter during the working hours and from the work computer. I was also very productive. Always got things done. Days go by and I observe people working. I realized that many people would spend time on social media only when they were having lunch and were extremely productive the rest of the day. I thought to myself “If I am working then what these people are doing and if they are working then what is it that I am doing?”<p>I seriously questioned myself and made a decision. No more social media on the work computer and during the working hours. Ever since then I am only reading HN and Twitter when I am on my phone when I am on a break. I haven’t even realized HN was down.
digitalsankhara将近 3 年前
Gave me time to take my annual shower and comb my greybeard.
MrDresden将近 3 年前
Me and my partner walked the town in the sun, had ramen soup at the pier, checked out an art gallery then had some coffee. After coming home we opened up some nice german weissbiers and watched Brazil.<p>This morning the forecast was rain, and I expected the day to turn out much worse.
评论 #32029174 未加载
travisgriggs将近 3 年前
Started doing the Jetpack Compose tutorial(s) for like the 3rd time and thought: &quot;Everything changes, but nothing changes. I am paid to stay atop this schizophrenic elephant of an industry.&quot; Then took another gulp of ItsGonnaBeBetterThisTime KoolAid.
评论 #32029273 未加载
评论 #32029342 未加载
mywacaday将近 3 年前
Refresh.......refresh....... refresh...........
pclmulqdq将近 3 年前
I did a lot of work on the company I am bootstrapping.<p>I also read about the pcg random number generator, and a bit about the feuds between its inventor and a competing research group that invented the Xorshift random number generator.
account-5将近 3 年前
Continually refreshed until HN was back.
jacklyn577将近 3 年前
I got confused and thought something was wrong with my internet
robotbikes将近 3 年前
I replaced the LCD assembly on a MacBook someone gave me with one I bought of eBay. Somehow I succeeded and I didn&#x27;t even break any of the ribbon cables.
Apreche将近 3 年前
I didn&#x27;t even notice. I only check this site via RSS.
300bps将近 3 年前
I prepared a spreadsheet of the approximate amount of karma I would’ve received had HN not been down and will be submitting a reimbursement request to dang.
27182818284将近 3 年前
Looked up alternative ways of castling in chess because I&#x27;m very bored of the standard kingside and queenside castling so, I was trying to find strategies using the old style of play like before the two-piece-one-move castling of today was formed. Right now it seems a lot of games I play online end up with the same openings. Chess 960 helps with that, but I don&#x27;t like to play that all the time either.
raffraffraff将近 3 年前
Reddit. Fuck Reddit.
TedShiller将近 3 年前
Reloaded <a href="https:&#x2F;&#x2F;mobile.twitter.com&#x2F;HNStatus" rel="nofollow">https:&#x2F;&#x2F;mobile.twitter.com&#x2F;HNStatus</a>
chainwax将近 3 年前
I got most of the way there to hosting a small site from a pi. Got hung up on port forwarding on Fios. I&#x27;ll figure it out though.
dllthomas将近 3 年前
I kept wanting to talk about the outage on HN.
WhiteOwlEd将近 3 年前
I wrote ad copy for an Unreal Engine based, data visualization course that is hosted online. Details at <a href="https:&#x2F;&#x2F;www.whiteowleducation.com&#x2F;courses&#x2F;data-visualization-metaverse&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.whiteowleducation.com&#x2F;courses&#x2F;data-visualization...</a>.
tr1ll10nb1ll将近 3 年前
Wonder why Rogers is down. Oh, and it&#x27;s still not up and I&#x27;m still not getting verification codes :)
mikewarot将近 3 年前
There&#x27;s a material analogous to permanent magnets for charge... called an Electret. They are one of the reasons N-95 masks work.<p>They also <i>might</i> shield gravity a bit. Now I need to get a 50kv DC power supply to make my own in bulk, and find out. I expect it to be interesting, but no new physics.
mgh2将近 3 年前
Blind. There are some trolls like with anything, but sometimes there is good content from tech workers.<p>There might be an overlap of demographics... largely Indians under H1B<p><a href="https:&#x2F;&#x2F;www.teamblind.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.teamblind.com&#x2F;</a>
stevenalowe将近 3 年前
By the time I finished reading the articles already opened in other tabs, HN was back up.
eimrine将近 3 年前
I have read some beautiful articles and pdf from HN which were in my browser bookmarks.
quicksnap将近 3 年前
While waiting for tests to run, I was directed to <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;List_of_common_misconceptions" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;List_of_common_misconceptions</a>
fnordpiglet将近 3 年前
Wept savagely and uncontrollably
bsima将近 3 年前
I cleaned my office and moved furniture while waiting for compiles to finish. Got the keyboard next to my desk now, hopefully this encourages me to practice more often.<p>Also cables are organized under my desk, never thought I&#x27;d see the day
tiborsaas将近 3 年前
I&#x27;ve fallen a bit deeper into a clickhole and ended up at: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Euler_spiral" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Euler_spiral</a>
galgot将近 3 年前
I opened Lynx and went there : gopher:&#x2F;&#x2F;hngopher.com:70&#x2F;1&#x2F;
Unbeliever69将近 3 年前
Solved the Riemann hypothesis
fuzzfactor将近 3 年前
Slipped under my radar.<p>How long was it?<p>Is there any post-mortem?<p>&gt;Where&#x27;d you go?<p>Depends on how long it was out.<p>&gt;What&#x27;d you find?<p>Now I find if you spend too much time away from the internet, you&#x27;ll never keep up with what&#x27;s happening in the real world.<p>Or something like that.
mentos将近 3 年前
Wondered how HN might best implement mandatory offline periods during the day. I’m thinking something like it’s offline for an hour every other hour so only a total of 12 hours uptime a day.
评论 #32027507 未加载
评论 #32027157 未加载
评论 #32027234 未加载
评论 #32027202 未加载
viper00将近 3 年前
I hope Hacker News is never down because knowledge is never down.
jimnotgym将近 3 年前
I browsed old tools, stationary engines, and motorbikes I will never buy on Facebook marketplace.<p>Start a rubbish piece of software, proving again that reach is the most important thing these days
tcfhgj将近 3 年前
I tried to refresh the website to check if it finally worked again
jszymborski将近 3 年前
I waited in line for four hours at a Canadian passport office.
peapicker将近 3 年前
Finished mastering my latest EP and uploading it for release on Monday. Also did a bit of compiler warning cleanup on multiple UNiXes for next release new code work.
Agentlien将近 3 年前
I didn&#x27;t realise it was down. It depends on for how long it was down. Gardening, cooking and eating dinner, getting the children ready for bed, watching TV.
irrational将近 3 年前
Watched the latest Shut Up and Sit Down board game review video. Now I’m wondering if I should get the Air, Sea, and Land expansion and&#x2F;or Space Station Phoenix.
itsmemattchung将近 3 年前
Nothing. I was useless
siskiyou将近 3 年前
Repaired a bicycle. Thankfully Shimano&#x27;s site was up.
clintonwoo将近 3 年前
Read whatever was up on HN before it went down on <a href="https:&#x2F;&#x2F;remix.hnclone.win" rel="nofollow">https:&#x2F;&#x2F;remix.hnclone.win</a> ha ha
hintymad将近 3 年前
Eh… Duolingo? Or other bite-sized language material. I personally like Beelinguapp. Its readings are small enough yet are quite fun to read for a beginner
oneepic将近 3 年前
Practiced a speedrun for a weekend event my friends and I hold every so often. Nowhere near the world record, but we don&#x27;t care!
memorable将近 3 年前
I first go on Twitter to notice people about the down. Then visit the Is it down? website every few minutes to see the status.
akpa1将近 3 年前
I hacked a couple of Ansible playbooks around and made them do things in an arguably better manner than they did before
petewailes将近 3 年前
Got the second to last module finished on the theatre of mind focused VVT I&#x27;m building.<p>We&#x27;re launching in Sept.
freedude将近 3 年前
I read a Brian Krebs article I had missed made two phone calls and got some paperwork done. Quite a productive Friday. ;-)
swat535将近 3 年前
Glad to know I wasn&#x27;t the only one literally experiencing withdrawal symptoms as I continuously hit the reload button
TheMiddleMan将近 3 年前
<a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;GpmUla5.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;GpmUla5.png</a>
alberth将近 3 年前
Hit refresh more times than I should admit.
roxaaaane将近 3 年前
I did more work lol mostly taking care of the bottom of the list Improvements a few small PRs here and there..
proactivesvcs将近 3 年前
Donated blood. This donation was tagged to be delivered to a neonatal unit. Please give blood if you can!
评论 #32029773 未加载
hansword将近 3 年前
I went for a long walk to the cemetery.
likortera将近 3 年前
Hit reload like crazy. I was desperate.
ge96将近 3 年前
Kept refreshing the Google news suggestions thing (swipe left on my Android phone&#x27;s homescreen)
black_puppydog将近 3 年前
Annoying friends with lengthy discussions about gun politics, tech ethics, and the latest gadgets...
cahoot_bird将近 3 年前
Was going through the who is hiring thread then noticed it was down, took a nap than got supper
PeterWhittaker将近 3 年前
Didn’t notice. Head down for work in the AM, spent the PM installing gutter shields. Good day!
tekknolagi将近 3 年前
Still didn&#x27;t do much work :D
dwd将近 3 年前
Slept right through it. Funny thing about being in a completely different time zone.
pilom将近 3 年前
HN was down?
manquer将近 3 年前
Called my ISP and complained that internet was not working as HN didn&#x27;t load.
wffurr将近 3 年前
Took a nap. Read Your Local Epidemiologist and A Collection of Unmitigated Pedantry.
shakezula将近 3 年前
I wrote a little toy library for tracking magic the gathering boardstate changes.
smashah将近 3 年前
Wondered if I had been banned.
FredPret将近 3 年前
I actually worked, amazing what you can get done if there’s nothing else to do
A4ET8a8uTh0将近 3 年前
Lol. There was actually a lot of work so it really did work out well for me:P
ImKevinArcher将近 3 年前
I was working too much, so glad it&#x27;s back too. Needed a break asap!
throwawaymaths将近 3 年前
I figured out how to set up an AWS ecs cluster (without fargate) manually.
didip将近 3 年前
I was sick, so I slept a lot and didn&#x27;t even noticed HN went down.
moomoo11将近 3 年前
Lol I was trying to reach the site every 20 min when I take my 30s break.
AdamGibbins将近 3 年前
Hit F5.
zakki将近 3 年前
I have a good night sleep.
jeanlucas将近 3 年前
HN was down? For how long?
_benj将近 3 年前
I “discovered” Destiny 2… and now I have two addictions! :D
glotchimo将近 3 年前
I missed it, must have been working or something silly like that
_Algernon_将近 3 年前
Wore down the F5 button.
spiffytech将近 3 年前
I ran some errands, then did watercolor painting with my wife :)
dtmmax33将近 3 年前
I was at the beach today and didn&#x27;t realize it was down.
formerkrogemp将近 3 年前
I worked. For once :(.
frompdx将近 3 年前
I set up a bookshelf and finally unpacked all of my books.
ardit33将近 3 年前
Checking out Blind ....<p>I love HN but Blind is more entertaining for sure.
评论 #32027350 未加载
评论 #32028205 未加载
评论 #32027137 未加载
ericskiff将近 3 年前
<a href="https:&#x2F;&#x2F;lobste.rs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lobste.rs&#x2F;</a>
amerine将近 3 年前
Kinda heads down in PR reviews today. Didn’t notice.
tmaly将近 3 年前
I took the kids to the water park. Great day for it.
happy-go-lucky将近 3 年前
It felt like a void that was difficult to replace.
aw9f70gae将近 3 年前
I made a linting plugin and learned about ASTs
2OEH8eoCRo0将近 3 年前
Escape from Tarkov
openthc将近 3 年前
Took a little break ;) Played some Rocket League
throwaway292939将近 3 年前
Founded a startup
评论 #32030410 未加载
karlzt将近 3 年前
I went to the fourth dimension while sleeping.
tomcam将近 3 年前
I took up smoking
culopatin将近 3 年前
I flew across the Atlantic so didn’t notice
772eaerttac将近 3 年前
I found that Twitter still exists :))
quickthrower2将近 3 年前
Didn’t notice it. Was with relatives.
thdespou将近 3 年前
Didn&#x27;t realize it was down...
luxuryballs将近 3 年前
Started coding a replacement &#x2F;s
adamius将近 3 年前
Played with lua as a kernel module.
max23_将近 3 年前
Called it a day and went to sleep.
reachableceo将近 3 年前
I went to Reddit and lobste.rs . Was horrible! (Not really ).
评论 #32027178 未加载
devin将近 3 年前
I worked out and took a long walk.
xwdv将近 3 年前
Learned how to program NES games
petsormeat将近 3 年前
Walked outdoors in the sunshine.
bloomingeek将近 3 年前
Turned my PC off, then on again.
andsoitis将近 3 年前
I read a book. Went to the gym.
borissk将近 3 年前
Didn&#x27;t know it was down :D
评论 #32032011 未加载
lubien将近 3 年前
Touch grass
elasticventures将近 3 年前
I found a job and got hired.
rcurry将近 3 年前
I went and cried in a corner.
zzixp将近 3 年前
Work :(
jazzyjackson将近 3 年前
assumed my internet was out and read a book for once<p>&quot;masks of the illuminati&quot;
holler将近 3 年前
worked, tried to figure out why my elasticsearch cluster went bye bye
j_kao将近 3 年前
To be facetious... work.
jspaetzel将近 3 年前
Wrote tickets in Jira
评论 #32028801 未加载
gigatexal将近 3 年前
I was hella bored.
jmpman将近 3 年前
Worked. It sucked.
DiabloD3将近 3 年前
HN was down? Huh.
hericium将近 3 年前
_WHY_ is it down?
Kenneth39将近 3 年前
I would cry.
cosmojg将近 3 年前
Learned Svelte!
nsomaru将近 3 年前
Kept refreshing
tus666将近 3 年前
I was sleeping.
timeon将近 3 年前
Tour de France
spacemanmatt将近 3 年前
It was down?
mysterydip将近 3 年前
refresh...<p>ok, now refresh...<p>It won&#x27;t be up that quick, you have to be patient!<p>...<p>refresh...
chefkoch将近 3 年前
Press F5
maxfurman将近 3 年前
My job lol
anigbrowl将近 3 年前
Not notice
BeFlatXIII将近 3 年前
Work.
DantesKite将近 3 年前
Prayed.
barsonme将近 3 年前
my job :)
misiti3780将近 3 年前
worked.
JohnHaugeland将近 3 年前
The same thing we do every night, Pinky.
评论 #32029409 未加载
cupofpython将近 3 年前
(What is this, reddit?)<p>I checked news sources more directly from the websites i am personally familiar with instead of using the hacker news front page as a filter + expanded domain