

What if the script fails?
What if the script fails?
Lost my cat a few weeks ago
I miss him with everything I have.
Please accept my condolences, I feel with you
Riots can mean change
In if the change persists and is successful, then this rioters are heros
Interpreted it the same, but I’m coming from C++
Well, what do our mustaches serve?
It obviously drives everyone jealous and seduces the ladies…duh ;-)
Ha, never thought about that
Is that really the case?
That would mean, they have some “international waters territory” right at every airport, that gets arrivals from other countries
That would be like…wtf?!
Well, it’s a Saturday so many people (hopefully) don’t need to work their typical Mo-Fr jobs
Also, you can give a notice. There is still quite some time until April 5th
Is there ever a time, where everyone would be available?
And your comment should actually put the blame on the current system, where it’s seemingly a life or death sentence to leave work for one fucking day.
So I think, it’s very much worth to fight for change here.
With your argument, unions are also a really bad thing, because people strike and maybe don’t earn money.
It’s the fucking system, where people live paycheck to paycheck, and are forced to just swallow every shit, because they can’t afford to defend themselves.
If you can’t defend yourself now, do you think, it will get easier in the future, when you didn’t complain about changes now, that make your life even harder?
I didn’t got though all the comments, so, Sorry, if this was already mentioned.
But there is research with at least working prototypes to use glass as solar panel.
Especially skyscrapers would be great here
Tried their demo on mobile.
Is the highlighter for everyone just working, when you start in a non-text area?
If I try to mark just one word in the text, it does nothing. If I start in a non-text area, I can move over the text afterwards.
But highlighting single words or text parts is pretty much the use case for a highlighter.
Maybe it’s just my Firefox on android…
Reiterating what everyone already said, but what is the thinking process in the article?
Obviously it’s better to re-use plastic at least once, even if it can’t be recycled afterwards.
And at that point I wanna shamelessly plug an add for the footwear brand ‘Wasted’
They are holding up since 2 years now, although they are the only shoes I pretty much ever wear. And (after a few minutes of airing out) they still smell like new, while all other typical high priced brands start to stink after a few months, if worn daily, and especially their glue starts to fall apart, so I can’t really fix them, because even if I put in new glue, it will be different and they will gonna be awkward to walk in.
The Wasted ones I got hold up perfectly and are produced seemingly nicely and fair.
Can’t recommend them enough :-)
I don’t know, if I have enough Daniel Abrahams for the job :-(
Well, if you’re related with him…
rsync?
Yeah, can recommend that one too Although it sometimes seems to have some performance problems with a large amount of files - could be, that it’s already fixed though
In general, I’m with you
But sometimes I need to revert/comment out a code block, because another code part isn’t finished/working as it should.
Sure, it clutters code, but if I just comment out a function call and temporarily replace it with the workaround, it should imho stay in code.
Else the workaround will stay forever and the commented out code will act as a reminder, that this part isn’t clean yet.
But maybe it really is a case by case thing, where sometimes it’s better to branch it out for later merge - although that can get really messy, while having the future implementation commented out, others will also see, how it is supposed to work and don’t try to further extend the workaround, which makes future merging hell
Out of interest, how would your best practice look in such cases?