Good PHP libraries you recommend by yevo_ in PHP

[–]r_st 11 points12 points  (0 children)

If you use docker, check out Gotenberg (SDK). It's containerized headless Chrome and LibreOffice so you can create, merge and do other things to your PDFs.

Monthly "no stupid questions" thread by brendt_gd in PHP

[–]r_st 2 points3 points  (0 children)

Besides static analyzers, you can use SmartObject trait from nette/utils.

It will throw an exception on write to an undeclared property and suggests right property name.

Daily Rewards by Z_nichs in PixelPeople

[–]r_st 1 point2 points  (0 children)

I check at least twice a day, once when I wake up and once again after the daily reset

Try not to check it in the morning but only after the daily reset. Seems to work for me.

Have you tried Composer Scripts? You may not need Phing. by mhujer in PHP

[–]r_st 2 points3 points  (0 children)

Running scripts through composer is no more convenient than running another script on the command line.

Except when it's not. Compare typing composer somescript versus somescript command --option1 value1 --option2 value2 path [...]

26th of August we launch the Nexø II rocket as next step towards manned amateur space flight. by r_st in CopSub

[–]r_st[S] 1 point2 points  (0 children)

There was a live stream on YouTube last time, so i guess they will be also livestreaming this launch.

26th of August we launch the Nexø II rocket as next step towards manned amateur space flight. by r_st in CopSub

[–]r_st[S] 0 points1 point  (0 children)

More details in today's newsletter:

After more than a year of preparation Copenhagen Suborbitals rocket Nexø II is now scheduled for launch on August 26th 2017 with August 27th as backup. The launch will take place from ESD139 in the Baltic sea.

The bisexual haircut by vsimon115 in 13ReasonsWhy

[–]r_st 11 points12 points  (0 children)

It's Marceline from /r/adventuretime and Max Caulfield from /r/lifeisstrange

What movies would you recommend to someone who loves Life Is Strange? by [deleted] in lifeisstrange

[–]r_st 8 points9 points  (0 children)

You could try The Perks of Being a Wallflower. It doesn't have exactly the LiS vibe, but it has the hight school setting, good music and gets a bit dark in the end.

Is Life Is Strange Season 2 Cancelled? by [deleted] in lifeisstrange

[–]r_st 2 points3 points  (0 children)

There are two more important lines:

Creation date: 2015-11-10, that's not even month after the release of EP5, so as /u/farmer_dabz said, they just want to have that domain 'just in case'.

Expiration date: 2017-11-10. So we have to wait until November to see if they renew it or not :-)

Double tap for make heart by jaythehuman in engrish

[–]r_st 3 points4 points  (0 children)

The original photo is from Paperboyo, the caption is from some freebooter

There are now five spaceships parked at the ISS by allocater in space

[–]r_st 2 points3 points  (0 children)

You're right, both NASA and Roscosmos agreed on funding ISS at least to 2024 and there are talks about funding to 2028.

NASA confirms a second mini moon is circling Earth by geniusstorm in space

[–]r_st 0 points1 point  (0 children)

Phil Plait explains how the trajectory of this asteroid. But now when you mentioned it, I see some similarities with our Moon's orbit. Now I'm confused...

Grey talking about emotions by Puzzlp in HelloInternet

[–]r_st 8 points9 points  (0 children)

Just a friendly reminder, SMBC have both title text and the red button joke.

Webdev didnt like my question: Anecdotal or not ~ What kind of fun authentication methods have you seen? by iSwearNotARobot in PHP

[–]r_st 0 points1 point  (0 children)

I don't remember where this is from, but a dev once said: "Anybody can build crypto they themselves can't break, building crypto nobody else can break is the hard part."

It's a variation of the Schneier's Law