Hacker Newsnew | past | comments | ask | show | jobs | submit | max23_'s commentslogin

It is up for me.

All the sites that were 500 error before are able to load now.


This is neat, a lot of TIL.

I liked how the images/sounds were lazy loaded as you were ascending.


Good read, thank you!

> Show the character represented by the remaiing 7 bits on the screen.

I notice there is a typo.


Fixed that, thank you!


I couldn't get the shebang to work by running the file directly with .net10 preview 4 sdk image.

It works if I run `dotnet run <file>`.

Update: It is working now, the file was using CRLF instead of LF.


Maybe it is outdated practice but I still use == operator for null or undefined check.

  if (value == null)


yes `== null` is quite convenient for the null or undefined check.

In general, the whole `==` versus `===` is a silly argument in a typescript codebase, because if you know the types of the arguments, `==` behaves predictably.


This is neat.

I made a similar powershell script recently but reverse search from filename to find the authors by commits.


Like the other comment, this is "I came looking for copper but found gold" moment for me. Thanks!


> You've spent more time comparing API testing tools than most people spend deciding on a house. Postman, Insomnia, Bruno... we get it, you're in a complicated relationship with HTTP requests.

LOL! The roast is just brutal.


I tried Bruno couple days ago, it looks good so far. I am waiting for the environment variable interpolation in body fix [1] to merge before switching over to it.

[1] https://github.com/usebruno/bruno/pull/1217


Yea. Automatically used left/right for the movement, only then realized it is 1 tap.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: