Settings

Theme

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

254 points by quicksnap · 259 comments (258 loaded) · 1 min read


Where'd you go? What'd you find?

Glad it's back up now.. :)

169 threads
onion2k

I did far more work than usual and now my product lead is going to expect this to happen every sprint.

They'll be so disappointed.

  • ghetzel

    Finish the tickets, but don't close the tickets ;)

    • owl57

      Isn't this the standard practice? :)

      I developed the habit to announce all changes in my service on Slack when deploying to production, even seemingly invisible ones, and that helps not to forget the tickets after writing the code. But team lead still finds some finished but unclosed ones on each backlog GC run.

    • haggy102

      This is the way

      • ezekg

        I used to feel really bad about this until I learned a lot of other programmers do the same thing. Work hard and fast for a little while when you’re motivated, relax a lot when you’re not.

        • dieselgate

          And hope you’re more motivated than not?

          • ezekg

            Yeah, more or less. I have to find ways to kickstart motivation. Probably why I like owning my own business. xD

  • muh_gradle

    Interesting. I fell into a hopeless pit of despair and got far less work done as a result. I need my soma fix.

  • fnordpiglet

    Oh no. Your burn down chart won’t look right. They’ll crucify you for that and ask you to explain it for sure.

  • messe

    Same. It's probably just a coincidence though. Because if it weren't, I'd have an addiction I'd need to confront.

  • Sakos

    I was so productive I managed to finish the work inside of a day that I've been having trouble with the past two weeks. Maybe HN should have planned blackouts? :D

  • cosmotic

    Just explain that it's unsustainable regardless.

marginalia_nu

A while back I changed my search engine's crawl data to be ZSTD compressed JSON. It's a bit finnicky to work with, but I'm beginning to realize just how powerful this is.

Could literally just do

  find -name \*.zstd -exec zstdcat {} \; |
    jq 'first(select(.doc|select(.!=null)|.[].headers|select(.!=null)|test("[xX]-[aA]dblock-[kK]ey")))'
and it spewed out samples of domains with a header like X-Adblock-Key. (I'm not great with JQ, so there's probably a better way of doing this, but this unga bunga approach works too)

Specifically, today I did some research on a few tags and headers supposedly associated with "Acceptable Ads" (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're basically the only ones that use the headers and tags I was looking at, so now I'm onto their IP-ranges as well.

  • higerordermap

    I don't have much context about your technical requirements but can I ask why JSON instead of a more indexable format?

    • marginalia_nu

      It's a tradeoff between ease of writing, and ease of reading for indexing, and freeform analytical usecases like this. JSON caters to all fairly well.

      It's one file per domain, so looking at specific urls is no prob with this setup.

  • BonoboIO

    So the Domain squatter pays to let Adblockers show ads on their sites?

joshstrange

Opened reddit, got disappointed, opened new tab, typed "n", hit enter, and then my brain caught up with muscle memory and I got more disappointed.

I watched a lot of progress bars and actually watched the CLI output for things building.

  • _fat_santa

    Open the browser and type out "news.", sigh when you see the prefill for "ycombinator.com" and have to change it to "google.com".

christophilus

Curled up in the corner, hugged myself and rocked back and forth, sobbing inconsolably.

migueloller

I started reading Crafting Interpreters [1]. It's great so far!

[1] https://craftinginterpreters.com/

kamranjon

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: https://www.yrvind.com/wp-content/uploads/2017/11/ex_lex_eng...

  • diablerouge

    Yrvind is such a legend - he has had me on a micro-cruiser kick for quite a while now. He has a youtube channel that's worth checking out - he's a character that's fun to listen to as well.

    Other interesting boat designers (this is sort of my obsession):

    You might check out Matt Layden's designs for similar micro-cruisers.

    A totally different but equally iconoclastic designer is Dave Zeiger, of TRILOBOATs. Those are great big liveaboard boats sailed up in Alaska, but they tend to be built on the cheap and breaking all the rules of traditional boat design.

    The late Phil Bolger influenced Dave Zeiger, if you want to go even deeper. Well known for his "brick boats" and pioneering the "instant boat building" techniques that leverage plywood and epoxy.

    There's also James Wharram, who pioneered Polynesian-style catamaran designs and making them at home, and is pretty much single-handedly responsible for the boom in catamaran designs we've seen over the last ~50+ years of yacht design.

    OK, infodump over.

    • password4321

      I appreciate the info, HN is my human search engine.

    • zwarag

      Thanks a lot for compiling this list. There are a lot of interesting boat styles there. They kind of look funny but seem to be fully functional and some even quite comfy.

  • jarrenae

    I've been on a sailing kick recently, and think you'd like this vlog featuring Sven and one of his boats: https://www.youtube.com/watch?v=Bca5_uyH9E4

    The sheer utility of every component of the craft is awesome.

Syonyk

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).

Then I replaced all the fancy, spring loaded, "replace the back of the junction box for new functionality!" interface stuff with some vintage, 1980s style soldering and bypass diodes. Because I don't care about the optimizers on my well-sited array with no shading, and I don't need rapid shutdown for a ground mount array, etc.

And then proceeded to short the leads, put them in the sun, and ensure that the junction box guts didn't get hot, while observing just how brutal on panels doing this is - you really highlight the difference between cells thermally, when in "normal running," you don't see any differences in the array.

And now I'm writing all this up as a blog post. :)

6502nerdface

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

I created this unofficial Hacker News status page so I could subscribe and get notified once HN comes back up :) https://hacker-news.statuspal.io/

hans1729

I smugly commented "Dang" 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).

Have a great weekend everyone!

O__________O

Listing out all the HN systems I could check, for example API stayed up whole time. _________

Obviously, the homepage: https://news.ycombinator.com/

HN’s official status page: https://mobile.twitter.com/hnstatus

This URL checks if the API is up: https://hacker-news.firebaseio.com/v0/item/1.json?print=pret...

HN Search Engine: https://hn.algolia.com

AWS Route 53 status, it is the service that manages HN’s DNS: https://cloudharmony.com/status-of-dns-for-aws

YC DNS record: https://whois.gandi.net/en/results?search=ycombinator.com

HN’s official email: hn@ycombinator.com

Note: Intentionally left off YC, since it appears to be unrelated beyond the DNS.

_________

Forgot something, let me know. Thanks!

danso

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

https://ocrmypdf.readthedocs.io/en/latest/

bbkane

Cleaned up my desk and started backing up my (recently passed) brother in law's Surface. It got an expanding battery and we're worried it'll break and we'll lose all of his logins and pictures and docs.

gffrd

I got some work done for once. There's my 2.35 hours of work for the month!

Tade0

Went for a walk with my toddler. We found bits of broken glass on the playground.

There was an attempt to ingest them, but I prevented that from happening.

unzadunza

I recorded a song on my guitar. It is so bad it makes me sick to my stomach.

  • AlphaWeaver

    The act of creating something deserves to be celebrated, even if it doesn't meet your standards for quality! Good job!

  • klipt

    Jonathan Coulton started by writing one thing a week. Most of them were meh but there were some that were good. Turns out the important thing is perseverance.

  • rolph

    once you have a good development for mechanical aspects you absolutely should record yourself and listen, so you can train your ears for the sound. your own ears will lie to you a lot, and the room/hall acoustics matter. the signal gear for amped instruments matters as well. if you want to play for people you have to train your ears so that you know what good sound, sounds like to most people.

  • spaceisballer

    Kudos to you on doing it. I’ve played guitar for twenty plus years and never had the guts to record myself.

  • FigurativeVoid

    Well it’s at least a start! Keep recording. :)

zabi_rauf

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

  • archi42

    I feel you: I recently migrated my network setup to a VM based solution and it has been a bit volatile the first week; especially while I tweaked it or learned some details. But it worked well for the last week, and all of a sudden HN doesn't work... Pihole? Ipv6 or ipv4? Random libvirt iptables? Opnsense unhappy? Thank God for isitdownorjustme!

rozenmd

I released the first version of a status page driven by uptime monitoring an hour before the first outage.

Figured I'd point it at Hacker News to get an update when my uptime monitoring detected it was up again.

The second outage gave me time to dogfood it a bit: https://hackernews.onlineornot.com/incidents/0LB6mQLmkozD

  • gffrd

    So … are you saying you're responsible for the outage?

    • rozenmd

      I mean... if the demo-gods were behaving as usual, the outage would never have happened

ww520

Nothing in particular. I checked HN in the morning. Hmm, it'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's up!

mholt

Worked on updating and improving Caddy's documentation. We're releasing v2.5.2 today or tomorrow!

yababa_y

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've been working on the past week. Then I noticed HN was down :(

jjgreen

Rocked backward-and-forward with my arms crossed.

NickRandom

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.S. This is one of those comments where I debated 'should I or shouldn't I post it' so probably not a good idea to do so but meh, what the heck. Dan & 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

I did my usual (probably excessive) amount of news/periodicals reading, but grew frustrated frequently that I couldn't post to HN to get comments/input from others. One notable example (during the first of yesterday's outages) was an NYT article [1] The Robot Guerrilla Campaign to Recreate the Elgin Marbles. This hadn't been submitted to HN at the time (as far as I could tell), but it's there now [2] - sadly, with no comments at the time of posting this.

Anyhow, the article referred to "3-D printing" 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 "3-D machining" rather than "3-D printing" - but there's no correction notice to say that the article was changed. Mind you, the clue is still in the url: ... science/elgin-marbles-3d-print.html

Without HN, then, I read my stock sites as usual, but felt deeply that I missed the sanity-checks/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/data/methods of obtaining info on which articles might rely.

[1] https://www.nytimes.com/2022/07/08/science/elgin-marbles-3d-...

[2] https://news.ycombinator.com/item?id=32026156

chazeon

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.

https://github.com/louislam/uptime-kuma

RheingoldRiver

Watched HugoConf https://hugoconf.io/

redmen

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.

It was nice and I wish there were more outages.

binarynate

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

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

Went to the liquor store.

fouric

In a fit of irony, read the book Deep Work by Cal Newport.

Terry_Roll

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

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't wait for the SQL...

oblib

I went and checked https://brutalist.report/ 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.

I wasn't worried about it, I figured dang and others were working on it and would have things back online.

I do depend on HN for taking a break from coding though and it was tough not getting my fix on demand :D

sidcool

I got existential crisis and withdrawals. Looks like I am addicted to HN :)

inasio

I actually opened slashdot.org, first time in like 10 years, probably. Still there...

  • ssl232

    I checked in there a few months ago and regretted it. It's like while I'm now ten years older, it stayed the same age (well, those commenting).

  • deltarholamda

    I go there on occasion. It's really sad to see how far it's fallen. It has all of the news stories that were posted elsewhere, just a day or so later. And none of the discussion. It's more like k5 right before it went blooey.

    • john-tells-all

      Agree. I've been on Slashdot for decades and used to love it.

      Now I realize I can't stand it unless I don't read the comments. Sort of an anti-HN :|

    • kevin_thibedeau

      10ish years ago I scraped a sample of their posts and you could see a notable declining trend in volume that projected out to 0 in the 2020s. I'd be expecting them to shut down any year now.

  • onion2k

    I had loads of +5 Funny comments there about 20 years ago. Hard to believe, I know.

TheSmoke

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?”

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

Gave me time to take my annual shower and comb my greybeard.

MrDresden

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.

This morning the forecast was rain, and I expected the day to turn out much worse.

travisgriggs

Started doing the Jetpack Compose tutorial(s) for like the 3rd time and thought: "Everything changes, but nothing changes. I am paid to stay atop this schizophrenic elephant of an industry." Then took another gulp of ItsGonnaBeBetterThisTime KoolAid.

  • muzani

    We've implemented Compose in production for a few months now. It's actually been my favorite new thing.

    Most of the new stuff increases the time it takes to get work done, but Compose appears to reduce it by half on simple tasks, and a lot more on complex tasks. There's also some stuff on View tech debt which isn't less apparent, but I think Compose is here to stay.

    The official tutorials are quite bad though. Probably better to try building something, paying for a book, or just reverse engineering something off GitHub.

    • travisgriggs

      In some ways I like it already as well. Doing things in code instead of XML is nice. My real struggle is knowing what different citizens of the Android lineage are are "current".

      Views and ViewGroups are kinda out. But ViewModels are still Good. I have no idea about Fragments and Activities and Intents. It's like every class in the system needs one of 3 badges: "Still a Club Member", "Stinky Poo Poo, DONT use this anymore", "Use if you have to, but we're hoping to make this go away some day, so keep your eyes out here."

      • muzani

        I hear you. The badges actually exist, but they're not very useful.

        Material Design is way up in the club member territory, but my gut feeling is they're not very committed to. On the other hand, they have @ExperimentalApi slapped all over things like Compose and Flow but those are probably here to stay.

        Flutter seems like it's dangling close to the chopping board. I feel sorry for all the people who think that it's going to stay because Google.

mywacaday

Refresh.......refresh....... refresh...........

pclmulqdq

I did a lot of work on the company I am bootstrapping.

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

Continually refreshed until HN was back.

jacklyn577

I got confused and thought something was wrong with my internet

robotbikes

I replaced the LCD assembly on a MacBook someone gave me with one I bought of eBay. Somehow I succeeded and I didn't even break any of the ribbon cables.

Apreche

I didn't even notice. I only check this site via RSS.

300bps

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

Looked up alternative ways of castling in chess because I'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't like to play that all the time either.

raffraffraff

Reddit. Fuck Reddit.

TedShiller

Reloaded https://mobile.twitter.com/HNStatus

chainwax

I got most of the way there to hosting a small site from a pi. Got hung up on port forwarding on Fios. I'll figure it out though.

dllthomas

I kept wanting to talk about the outage on HN.

WhiteOwlEd

I wrote ad copy for an Unreal Engine based, data visualization course that is hosted online. Details at https://www.whiteowleducation.com/courses/data-visualization....

tr1ll10nb1ll

Wonder why Rogers is down. Oh, and it's still not up and I'm still not getting verification codes :)

mikewarot

There's a material analogous to permanent magnets for charge... called an Electret. They are one of the reasons N-95 masks work.

They also might 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

Blind. There are some trolls like with anything, but sometimes there is good content from tech workers.

There might be an overlap of demographics... largely Indians under H1B

https://www.teamblind.com/

stevenalowe

By the time I finished reading the articles already opened in other tabs, HN was back up.

eimrine

I have read some beautiful articles and pdf from HN which were in my browser bookmarks.

quicksnapOP

While waiting for tests to run, I was directed to https://en.wikipedia.org/wiki/List_of_common_misconceptions

fnordpiglet

Wept savagely and uncontrollably

bsima

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.

Also cables are organized under my desk, never thought I'd see the day

tiborsaas

I've fallen a bit deeper into a clickhole and ended up at: https://en.wikipedia.org/wiki/Euler_spiral

galgot

I opened Lynx and went there : gopher://hngopher.com:70/1/

Unbeliever69

Solved the Riemann hypothesis

fuzzfactor

Slipped under my radar.

How long was it?

Is there any post-mortem?

>Where'd you go?

Depends on how long it was out.

>What'd you find?

Now I find if you spend too much time away from the internet, you'll never keep up with what's happening in the real world.

Or something like that.

mentos

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.

  • mdaniel

    On the off chance you haven't seen it, that's what "noprocrast" does in your profile: https://news.ycombinator.com/newsfaq.html

    While looking up that link, TIL about what "delay" does, too, so thank you :-)

  • qwertox

    I think it should be made an entire 24h unannounced once a month on a random workday.

  • sva_

    Or maybe we should all learn some self-control instead.

    • archi42

      Don't be silly. I'd write an elaborate explanation why that's statistically likely for tech workers to be easily distracted by shiny things and how HN is triggers this, but I have to sneak out of bed now so I can setup uptime-kuma (which I just learned about). ;-)

  • layer8

    It should be random so one can’t plan around it.

viper00

I hope Hacker News is never down because knowledge is never down.

jimnotgym

I browsed old tools, stationary engines, and motorbikes I will never buy on Facebook marketplace.

Start a rubbish piece of software, proving again that reach is the most important thing these days

tcfhgj

I tried to refresh the website to check if it finally worked again

jszymborski

I waited in line for four hours at a Canadian passport office.

peapicker

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

I didn'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

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/or Space Station Phoenix.

itsmemattchung

Nothing. I was useless

siskiyou

Repaired a bicycle. Thankfully Shimano's site was up.

clintonwoo

Read whatever was up on HN before it went down on https://remix.hnclone.win ha ha

hintymad

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

Practiced a speedrun for a weekend event my friends and I hold every so often. Nowhere near the world record, but we don't care!

memorable

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

I hacked a couple of Ansible playbooks around and made them do things in an arguably better manner than they did before

petewailes

Got the second to last module finished on the theatre of mind focused VVT I'm building.

We're launching in Sept.

freedude

I read a Brian Krebs article I had missed made two phone calls and got some paperwork done. Quite a productive Friday. ;-)

swat535

Glad to know I wasn't the only one literally experiencing withdrawal symptoms as I continuously hit the reload button

TheMiddleMan

https://i.imgur.com/GpmUla5.png

alberth

Hit refresh more times than I should admit.

roxaaaane

I did more work lol mostly taking care of the bottom of the list Improvements a few small PRs here and there..

proactivesvcs

Donated blood. This donation was tagged to be delivered to a neonatal unit. Please give blood if you can!

hansword

I went for a long walk to the cemetery.

likortera

Hit reload like crazy. I was desperate.

ge96

Kept refreshing the Google news suggestions thing (swipe left on my Android phone's homescreen)

black_puppydog

Annoying friends with lengthy discussions about gun politics, tech ethics, and the latest gadgets...

cahoot_bird

Was going through the who is hiring thread then noticed it was down, took a nap than got supper

PeterWhittaker

Didn’t notice. Head down for work in the AM, spent the PM installing gutter shields. Good day!

tekknolagi

Still didn't do much work :D

dwd

Slept right through it. Funny thing about being in a completely different time zone.

pilom

HN was down?

manquer

Called my ISP and complained that internet was not working as HN didn't load.

wffurr

Took a nap. Read Your Local Epidemiologist and A Collection of Unmitigated Pedantry.

shakezula

I wrote a little toy library for tracking magic the gathering boardstate changes.

smashah

Wondered if I had been banned.

FredPret

I actually worked, amazing what you can get done if there’s nothing else to do

A4ET8a8uTh0

Lol. There was actually a lot of work so it really did work out well for me:P

ImKevinArcher

I was working too much, so glad it's back too. Needed a break asap!

throwawaymaths

I figured out how to set up an AWS ecs cluster (without fargate) manually.

didip

I was sick, so I slept a lot and didn't even noticed HN went down.

moomoo11

Lol I was trying to reach the site every 20 min when I take my 30s break.

AdamGibbins

Hit F5.

zakki

I have a good night sleep.

jeanlucas

HN was down? For how long?

_benj

I “discovered” Destiny 2… and now I have two addictions! :D

glotchimo

I missed it, must have been working or something silly like that

_Algernon_

Wore down the F5 button.

spiffytech

I ran some errands, then did watercolor painting with my wife :)

dtmmax33

I was at the beach today and didn't realize it was down.

formerkrogemp

I worked. For once :(.

frompdx

I set up a bookshelf and finally unpacked all of my books.

ardit33

Checking out Blind ....

I love HN but Blind is more entertaining for sure.

  • jstx1

    Blind is a guilty pleasure, I know how toxic the place is but sometimes I just can't look away.

  • irrational

    I’d never heard of blind. I downloaded the app to try it out. Oh, they need my work email for verification? Hell no. I understand the rationale, but they do know that IT can see all my work emails, right?

    • muzani

      They just use it to verify where you work. It's so people don't just falsely claim to be at Meta or whatever, but it doesn't keep people from lying about their workplace anyway. Enough people use Blind that HR/IT shouldn't care.

      • irrational

        So they will not send an email to my work email box for me to click on a link for verification? Them sending an actual email to my email account is what I’m worried about.

  • layer8

    In what way? Just curious.

    • ardit33

      It is like a giant watercooler for most tech companies out there... full of gossip and other silliness.

      If you don't take it too seriously, it is a fun and entertaining place, also people keep it more real as people don't hold the punches. (due to anonymity).

      Also it is a good place to know about tech interviewing in general, what to do, leveling, negotiation. It servers as a mini forum/guild for tech folks. It can be very helpful on that aspect.

      • muzani

        It feels very fake and theatrical to me, almost like a wrestling ring. That makes it entertaining at times, but anonymity also means no accountability. I'm far more inclined to believe someone on HN who are at least willing to risk their reputation on a claim.

        On Blind, you can go ahead and claim you make $600k salary working 4 days/week after 18 months of grueling interviews. Write up whatever fan fiction as long as it makes sense.

ericskiff

https://lobste.rs/

amerine

Kinda heads down in PR reviews today. Didn’t notice.

tmaly

I took the kids to the water park. Great day for it.

happy-go-lucky

It felt like a void that was difficult to replace.

aw9f70gae

I made a linting plugin and learned about ASTs

2OEH8eoCRo0

Escape from Tarkov

openthc

Took a little break ;) Played some Rocket League

throwaway292939

Founded a startup

karlzt

I went to the fourth dimension while sleeping.

tomcam

I took up smoking

culopatin

I flew across the Atlantic so didn’t notice

772eaerttac

I found that Twitter still exists :))

quickthrower2

Didn’t notice it. Was with relatives.

thdespou

Didn't realize it was down...

luxuryballs

Started coding a replacement /s

adamius

Played with lua as a kernel module.

max23_

Called it a day and went to sleep.

reachableceo

I went to Reddit and lobste.rs . Was horrible! (Not really ).

devin

I worked out and took a long walk.

xwdv

Learned how to program NES games

petsormeat

Walked outdoors in the sunshine.

bloomingeek

Turned my PC off, then on again.

andsoitis

I read a book. Went to the gym.

borissk

Didn't know it was down :D

lubien

Touch grass

elasticventures

I found a job and got hired.

rcurry

I went and cried in a corner.

zzixp

Work :(

jazzyjackson

assumed my internet was out and read a book for once

"masks of the illuminati"

holler

worked, tried to figure out why my elasticsearch cluster went bye bye

j_kao

To be facetious... work.

jspaetzel

Wrote tickets in Jira

gigatexal

I was hella bored.

jmpman

Worked. It sucked.

DiabloD3

HN was down? Huh.

hericium

_WHY_ is it down?

Kenneth39

I would cry.

cosmojg

Learned Svelte!

nsomaru

Kept refreshing

tus666

I was sleeping.

timeon

Tour de France

spacemanmatt

It was down?

mysterydip

refresh...

ok, now refresh...

It won't be up that quick, you have to be patient!

...

refresh...

chefkoch

Press F5

maxfurman

My job lol

anigbrowl

Not notice

BeFlatXIII

Work.

DantesKite

Prayed.

barsonme

my job :)

misiti3780

worked.

JohnHaugeland

The same thing we do every night, Pinky.

cupofpython

(What is this, reddit?)

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

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection