I need this one day: [WayBack] git – I ran into a merge conflict. How can I abort the merge? – Stack Overflow
–jeroen
Posted by jpluimers on 2018/12/18
I need this one day: [WayBack] git – I ran into a merge conflict. How can I abort the merge? – Stack Overflow
–jeroen
Posted in Development, DVCS - Distributed Version Control, git, Software Development, Source Code Management | Leave a Comment »
Posted by jpluimers on 2018/12/18
Since it’s my data, I’d rather be in control myself, so here are some links that will help me going around the Zevercloud solution I posted about yesterday.
Some other interesting links of software supporting Zeversolar devices:
Note that PVoutput.org does have native ZeverCloud updating using the ZeverSolar API key:
But these might help me:
[WayBack] Jeroen Pluimers on Twitter: “We are sort of lucky: The @Zeversolar 3860 problem was cabling; one of the connectors had come loose, dropped to the ground, got moist and had a bit of DC current earth leaking. The safety mechanism in the converter found this, hence Error Code 38: … 1/2”[WayBack] Jeroen Pluimers on Twitter: “This must have happened between sunset and sunrise, where also the lightning strike happened. All connectors have been re-fastened on 60 cm height. If this ever happens again, I know what to check first. 2/2”
Error Code 38:
–jeroen
Posted in Development, Hardware Interfacing, LifeHacker, Power User, Software Development, Solar Power, Zeverlution, Zeversolar | Leave a Comment »
Posted by jpluimers on 2018/12/18
One of the BitBucket features I like a lot is that in the commit history, you see the branches involved in a nice diagram on the left side of the commits: https://bitbucket.org/pypy/pypy/commits
BitBucket used to be popular to host public repositories, but from a public perspective, they are on the decline for that (they even removed the [once popular] bitbucket.org/explore page and [WayBack] will not re-introduce it).
Right now, only major git based hosters still have explore pages:
So it makes sense to see where they provide diagrams of branches, so here are some examples to go from a project to the graph:
–jeroen
Posted in BitBucket, Development, DVCS - Distributed Version Control, git, GitHub, GitLab, Mercurial/Hg, Software Development, Source Code Management | Leave a Comment »
Posted by jpluimers on 2018/12/18
I just saw this code in the Delphi RTL enabled for RELEASE
builds of the procedure TThreadPool.TQueueWorkerThread.Execute;
code:
{$IFDEF MSWINDOWS} OutputDebugString(PChar(Format('Thread Exiting: %d', [ThreadId]))); {$ENDIF}
Never, ever do this.
If you code review code that contains it: ensure it has some kind of compile time DEBUG
conditional around it.
–jeroen
Posted in Conference Topics, Conferences, Delphi, Development, Event, Software Development | 12 Comments »