Interesting tool as it just works magically:
Firebird 3.0 – MonitorNeed to monitor you firebird 3.0 database? We have the right tool for you!
–jeroen
Posted by jpluimers on 2017/07/20
Interesting tool as it just works magically:
Firebird 3.0 – MonitorNeed to monitor you firebird 3.0 database? We have the right tool for you!
–jeroen
Posted in Database Development, Development, Firebird | Leave a Comment »
Posted by jpluimers on 2017/07/19
Cool: [WayBack] Postman offers free (small-project) API developer tools – Open Source Insider.
I’ve used the [Archive.is] Postman – Chrome Web Store for HTTP/HTTPS API testing using various REST services. It’s awesome even though unlike the postmanlabs/postman-chrome-extension-legacy: Postman REST Client Chrome Extension (Legacy Version) it’s not open source any more as it now can run server side and has an API of itself [WayBack].
Get it at [WayBack] Postman | Supercharge your API workflow. Available for Mac OS X, Windows, Linux and Chrome users.
–jeroen
Posted in Communications Development, Development, HTTP, Internet protocol suite, REST, SOAP/WebServices, Software Development, TCP | 2 Comments »
Posted by jpluimers on 2017/07/19
I’ve not tracked down the cause yet, but these seem to be related:
I’ve “fixed” 4. by doing this as recommended at osx – Copy and Cut sometimes don’t work – Ask Different:
Posted in *nix, *nix-tools, Apple, atom editor, Hardware, iMac, Internet, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, MikroTik, Network-and-equipment, OS X 10.10 Yosemite, OS X 10.11 El Capitan, OS X 10.9 Mavericks, Power User, routers, Text Editors, tmux, WinBox | 4 Comments »
Posted by jpluimers on 2017/07/18
It’s from a while ago, so I wonder if this is still true:
I just got my Embarcadero update to RC6 that includes #10Seattle support.
–jeroen
Source: Can I say that I’m a bit disappointed by the way the Raize acquisition has been…
Posted in Delphi, Development, Software Development | 1 Comment »
Posted by jpluimers on 2017/07/18
Earlier, I wrote “:for loops are a strange beast so I will elaborate on those in a separate post.” so now is the time to do that.
The :for loop documentation is very dense:
Command Syntax Description for :for <var> from=<int> to=<int> step=<int> do={ <commands> }execute commands over a given number of iterations
So a for loop has these elements:
Luckily, the old RouterOS 2.7 documentation on loops (which they’ve revamped after Router OS 2.7 removing many useful examples) has this:
:for – It has one unnamed argument, the name of the loop variable. from argument is the starting value for the loop counter, tovalue is the final value. This command counts loop variable up or down starting at from and ending with to, inclusive, and for each value it executes the do statement. It is possible to change the increment from the default 1 (or -1), by specifying the stepargument.
[admin@MikroTik] > :for i from=1 to=100 step=37 do={:put ($i . " - " . 1000/$i)} 1 - 1000 38 - 26 75 - 13 [admin@MikroTik] >
You might think that from= the start value, to= the finish value and the loop won’t execute when step= a positive value and from= larger than to=. Or that without a step= the loop will always iterate in ascending order.
Wrong! And wrong!
So it’s time for some…
Posted in Development, Internet, MikroTik, Power User, RouterOS, routers, Scripting, Software Development | Leave a Comment »
Posted by jpluimers on 2017/07/17
If it had function keys, I might have ordered it, but in case anyone is still interested: order before the end of July as they will likely not do a re-run of this unique project: [Archive.is] Brand New Model F Keyboards – The Model M Predecessor: Mechanical Capacitive Buckling Spring Keyboards with NKRO.
Model F quality is much better than Model M, which is way better than anything manufactured after that. Just compare the spring mechanisms below.
via: [WayBack] Keyboardfanaat gaat getrouwe reproducties IBM Model F leveren – Computer – .Geeks – Tweakers
What is the Difference between IBM Model M and Model F Key-Switches?
[WayBack] What is the Difference between IBM Model M and Model F Key-Switches?
–jeroen
Posted in Keyboards and Keyboard Shortcuts, Power User | Leave a Comment »
Posted by jpluimers on 2017/07/17
Interesting: [WayBack] Atlassian SourceTree on Twitter: “Good news! We’ve open sourced the way we phase releases for our Sparkle-based macOS app. Read on: https://t.co/QOH0tceXt4”:
[WayBack] Open Source Announcement: phased releases for Sparkle-based macOS apps | SourceTree Blog
[WayBack] atlassianlabs / Progressive-Rollout-via-Sparkle — Bitbucket
A small collection of collection of classes, tests, and notes for implementing a progressive (staged) rollout of an update via Sparkle, originally implemented in SourceTree.
[WayBack] Sparkle: open source software update framework for macOS
–jeroen
Posted in Continuous Integration, Deployment, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2017/07/17
I love the idea of a 6502 CPU replacement board: more on how to repair 6502 systems.
Posted in 6502, History | Leave a Comment »
Posted by jpluimers on 2017/07/14
TomatoUSB recommends a NVRAM reset (or 30/30/30 reset) before and after upgrades.
This means you loose all your settings which causes a lot of people to not upgrade at all.
The steps to export/import are a bit vague as they depend on what you want to save.
It basically comes down to do this on the old configuration
Save that output to a local file and then use a search tool searching for specific sections you want to restore.
After you restored the sections ensure you persist them:
nvram commit
This is what the TomatoUSB author usually searches for:
Posted in Internet, Power User, routers, TomatoUSB | Leave a Comment »
Posted by jpluimers on 2017/07/14
Old (somehow it was blocked in the post queue), but sometimes still relevant for more modern services as, well sysv versus systemd war still are not over yet…
Interesting: systemctl gives flaky results for many services.
chkconfig nfs
chkconfig nfs on
Source: [WayBack] SUSE 12.3 – How to auto start services…?
This is on my system:
revue:~ # systemctl is-enabled shellinabox shellinabox.service is not a native service, redirecting to systemd-sysv-install Executing /usr/lib/systemd/systemd-sysv-install is-enabled shellinabox shellinabox off enabled revue:~ # rcshellinabox status Checking for service shellinabox unused ● shellinabox.service - LSB: shellinabox Loaded: loaded (/etc/init.d/shellinabox) Active: inactive (dead) Docs: man:systemd-sysv-generator(8) revue:~ # rcshellinabox start redirecting to systemctl start shellinabox.service revue:~ # chkconfig shellinabox shellinabox off revue:~ # chkconfig shellinabox on revue:~ # chkconfig shellinabox shellinabox on
–jeroen
Posted in *nix, openSuSE, Power User, SuSE Linux | Leave a Comment »